mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add support for Rockchip SARADC
@ 2021-06-23  7:51 Michael Riesch
  2021-06-23  7:52 ` [PATCH v2 1/2] aiodev: add driver " Michael Riesch
  2021-06-23  7:52 ` [PATCH v2 2/2] arm: rk3568-evb1: add support " Michael Riesch
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Riesch @ 2021-06-23  7:51 UTC (permalink / raw)
  To: barebox; +Cc: Michael Riesch

Michael Riesch (2):
  aiodev: add driver for Rockchip SARADC
  arm: rk3568-evb1: add support for Rockchip SARADC

 arch/arm/dts/rk3568-evb1-v10.dts |   5 +
 arch/arm/dts/rk3568.dtsi         |  12 ++
 drivers/aiodev/Kconfig           |   7 ++
 drivers/aiodev/Makefile          |   1 +
 drivers/aiodev/rockchip_saradc.c | 206 +++++++++++++++++++++++++++++++
 5 files changed, 231 insertions(+)
 create mode 100644 drivers/aiodev/rockchip_saradc.c

--
2.20.1

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2021-06-24 15:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23  7:51 [PATCH v2 0/2] add support for Rockchip SARADC Michael Riesch
2021-06-23  7:52 ` [PATCH v2 1/2] aiodev: add driver " Michael Riesch
2021-06-23  8:22   ` Ahmad Fatoum
2021-06-23  7:52 ` [PATCH v2 2/2] arm: rk3568-evb1: add support " Michael Riesch
2021-06-23  8:24   ` Ahmad Fatoum
2021-06-24 15:13     ` Michael Riesch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox