[PATCH v2 4/7] gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCs

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Wed Jan 22 21:57:02 CET 2020



Am 21.01.20 um 11:19 schrieb Alex Nemirovsky:
> From: Jason Li <jason.li at cortina-access.com>
> 
> DM_GPIO based GPIO controller driver for CAxxxx SoCs.
> This driver support multiple CPU architectures and
> Cortina Access SoC platforms.
> 
> Signed-off-by: Jason Li <jason.li at cortina-access.com>
> Signed-off-by: Alex Nemirovsky <alex.nemirovsky at cortina-access.com>
> 
> 
> ---
> 
> Changes in v2:
> - Rename driver in DT namespace for consistency between all
>   CA drivers.
> - Remove blank line after SPDX identifier
> - Remove Authorship as it is already recorded within Git and is redundant
> - Replace printf() as debug()
> 
>  drivers/gpio/Kconfig        |   8 ++++
>  drivers/gpio/Makefile       |   1 +
>  drivers/gpio/cortina_gpio.c | 111 ++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 120 insertions(+)
>  create mode 100644 drivers/gpio/cortina_gpio.c
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>

-- 
- Daniel


More information about the U-Boot mailing list