All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] riscv: add GPIO support for the LicheePi4A
@ 2024-09-20  9:05 bigunclemax
  2024-09-20  9:05 ` [PATCH v1 1/2] gpio: dw: Add ngpios DT-property support bigunclemax
  2024-09-20  9:05 ` [PATCH v1 2/2] configs: th1520_lpi4a: Enable CMD_GPIO, DM_GPIO and DWAPB_GPIO driver bigunclemax
  0 siblings, 2 replies; 5+ messages in thread
From: bigunclemax @ 2024-09-20  9:05 UTC (permalink / raw)
  Cc: bigunclemax, Wei Fu, Yixun Lan, Tom Rini, Ilias Apalodimas,
	Sughosh Ganu, Simon Glass, u-boot

From: Maksim Kiselev <bigunclemax@gmail.com>

This series adds GPIO support for the LicheePi4A board.
It's based on Alibaba TH1520 SoC that has DesignWare APB GPIO controller.

Best regards,
Maksim

Maksim Kiselev (2):
  gpio: dw: Add ngpios DT-property support
  configs: th1520_lpi4a: Enable CMD_GPIO, DM_GPIO and DWAPB_GPIO driver

 configs/th1520_lpi4a_defconfig | 4 +++-
 drivers/gpio/dwapb_gpio.c      | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-24  3:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20  9:05 [PATCH v1 0/2] riscv: add GPIO support for the LicheePi4A bigunclemax
2024-09-20  9:05 ` [PATCH v1 1/2] gpio: dw: Add ngpios DT-property support bigunclemax
2024-09-24  3:23   ` Leo Liang
2024-09-20  9:05 ` [PATCH v1 2/2] configs: th1520_lpi4a: Enable CMD_GPIO, DM_GPIO and DWAPB_GPIO driver bigunclemax
2024-09-24  3:25   ` Leo Liang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.