mbox series

[0/1] Add GPIO controller support for RDA8810PL

Message ID 20191030101154.6312-1-manivannan.sadhasivam@linaro.org (mailing list archive)
Headers show
Series Add GPIO controller support for RDA8810PL | expand

Message

Manivannan Sadhasivam Oct. 30, 2019, 10:11 a.m. UTC
Hi Olof, Arnd,

For the v5.5 cycle, I only have this patch for RDA Micro series SoCs.
Hence just sending it directly instead of the pull request.

In brief, this patch adds GPIO controller nodes for RDA Micro RDA8810PL
SoC. This SoC has 4 GPIO controllers with maximum of 32 gpios. Except
GPIOC, all controllers are capable of generating edge/level interrupts
from first 8 lines. The GPIOC controller is located in the Modem domain,
while the rest are locacted in APB[20800000] domain.

This patch has been tested on 96Boards OrangePi IoT board using libgpiod.
The relevant driver patches are queued for v5.5 by Linus Walleij.

Thanks,
Mani

Manivannan Sadhasivam (1):
  ARM: dts: Add RDA8810PL GPIO controllers

 arch/arm/boot/dts/rda8810pl.dtsi | 48 ++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

Comments

patchwork-bot+linux-soc@kernel.org Nov. 4, 2019, 1:22 a.m. UTC | #1
Hello:

This patch was applied to soc/soc.git (refs/heads/for-next).

On Wed, 30 Oct 2019 15:41:53 +0530 you wrote:
> Hi Olof, Arnd,
> 
> For the v5.5 cycle, I only have this patch for RDA Micro series SoCs.
> Hence just sending it directly instead of the pull request.
> 
> In brief, this patch adds GPIO controller nodes for RDA Micro RDA8810PL
> SoC. This SoC has 4 GPIO controllers with maximum of 32 gpios. Except
> GPIOC, all controllers are capable of generating edge/level interrupts
> from first 8 lines. The GPIOC controller is located in the Modem domain,
> while the rest are locacted in APB[20800000] domain.
> 
> [...]


Here is a summary with links:
  - [1/1] ARM: dts: Add RDA8810PL GPIO controllers
    https://git.kernel.org/soc/soc/c/9fe2420d068357c74ecedac3ddb58beb795159a5

You are awesome, thank you!