mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Add atmel pinctrl driver
@ 2014-08-01 13:24 Raphaël Poggi
  2014-08-01 13:24 ` [PATCH 1/2] pinctrl: at91: add " Raphaël Poggi
  2014-08-01 13:24 ` [PATCH 2/2] at91sam9g45: add device tree gpio clocks Raphaël Poggi
  0 siblings, 2 replies; 10+ messages in thread
From: Raphaël Poggi @ 2014-08-01 13:24 UTC (permalink / raw)
  To: barebox

This patchset add atmel pinctrl/gpio driver and the corresponding clocks for
the at91sam9g45 device.

The pinctrl driver also include the gpio driver (like in linux) because the gpio and pinctrl parts share same structures.

Raphaël Poggi (2) :
	(1) pinctrl: at91: add pinctrl driver
	(2) at91sam9g45: add device tree gpio clocks

arch/arm/mach-at91/at91sam9g45.c |    5 +
drivers/pinctrl/Kconfig          |    6 +
drivers/pinctrl/Makefile         |    1 +
drivers/pinctrl/pinctrl-at91.c   |  529 ++++++++++++++++++++++++++++++++++++++
drivers/pinctrl/pinctrl-at91.h   |  148 +++++++++++
5 files changed, 689 insertions(+)


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

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

end of thread, other threads:[~2014-08-06  7:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-01 13:24 [PATCH 0/2] Add atmel pinctrl driver Raphaël Poggi
2014-08-01 13:24 ` [PATCH 1/2] pinctrl: at91: add " Raphaël Poggi
2014-08-04 18:22   ` Sascha Hauer
2014-08-04 18:26   ` Jean-Christophe PLAGNIOL-VILLARD
2014-08-04 18:37     ` Raphaël Poggi
2014-08-04 18:45       ` Sascha Hauer
2014-08-05 10:26       ` Jean-Christophe PLAGNIOL-VILLARD
2014-08-05 11:38         ` Raphaël Poggi
     [not found]           ` <E10FE9F3-8D18-4EFC-8470-7C2D79E7E1B4@jcrosoft.com>
     [not found]             ` <CA5BE09F-18DF-49EE-83D8-65BB761BB903@jcrosoft.com>
2014-08-06  7:12               ` Raphaël Poggi
2014-08-01 13:24 ` [PATCH 2/2] at91sam9g45: add device tree gpio clocks Raphaël Poggi

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