Hi Andreas, > -----Original Message----- > From: Andreas Bießmann [mailto:[email protected]] > Sent: 2016年4月7日 12:21 > To: Yang, Wenyou <[email protected]> > Cc: [email protected] > Subject: Re: [U-Boot] [PATCH 0/2] ARM: AT91: add AT91 PIO4 pinctrl driver > > Hi Wenyou, > > Really cool to see the first dm based driver for atmel devices! I'll dive > into this > weekend.
Thank you for your encouragement. We have a plan that more dm based drivers for atmel devices will be sent in next few months, :) > > Best regards > > Andreas > > > Am 07.04.2016 um 04:15 schrieb Wenyou Yang <[email protected]>: > > > > AT91 PIO4 controller is a combined gpio-controller, pin-mux and > > pin-config module. This patch is to add the pinctrl driver with driver > > model and device tree support. > > > > > > Wenyou Yang (2): > > pinctrl: at91-pio4: add pinctrl driver > > atmel: bring in at91 pio4 device tree file and bindings > > > > arch/arm/dts/sama5d2-pinfunc.h | 880 > > +++++++++++++++++++++ > > arch/arm/mach-at91/include/mach/atmel_pio4.h | 35 + > > .../pinctrl/atmel,at91-pio4-pinctrl.txt | 65 ++ > > drivers/pinctrl/Kconfig | 7 + > > drivers/pinctrl/Makefile | 1 + > > drivers/pinctrl/pinctrl-at91-pio4.c | 164 ++++ > > 6 files changed, 1152 insertions(+) > > create mode 100644 arch/arm/dts/sama5d2-pinfunc.h create mode 100644 > > doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt > > create mode 100644 drivers/pinctrl/pinctrl-at91-pio4.c > > > > -- > > 2.7.4 > > > > _______________________________________________ > > U-Boot mailing list > > [email protected] > > http://lists.denx.de/mailman/listinfo/u-boot Best Regards, Wenyou Yang _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

