All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/3] OMAP pinmux driver
@ 2011-11-14 12:40 Rajendra Nayak
  2011-11-14 12:40 ` [RFC 1/3] pinctrl: add a driver for the OMAP pinmux Rajendra Nayak
                   ` (3 more replies)
  0 siblings, 4 replies; 23+ messages in thread
From: Rajendra Nayak @ 2011-11-14 12:40 UTC (permalink / raw)
  To: linus.walleij, tony; +Cc: linux-omap, linaro-dev, Rajendra Nayak

Hi Linus, Tony,

This RFC series adds pinmux support for OMAP using
the pinctrl framework. Though it adds a pinmux-omap.c
driver file, it currently only supports OMAP4 and also
has very few function/pin-groups defined.

I have also retained the existing muxing done from
board files using the OMAP-mux framework since this
series does not handle configuring pull up/downs for
pins, and only looks at pin-muxing.

These are still early patches, but I wanted to get
some feedback on if I am heading in the right direction.
Hence sharing these in the current form.

regards,
Rajendra

Rajendra Nayak (3):
  pinctrl: add a driver for the OMAP pinmux
  ARM: omap4: Add omap4 pinmux devices for core and wkup
  ARM: omap4: Add pinmux map in SDP and PANDA board files

 arch/arm/mach-omap2/board-4430sdp.c    |   10 +
 arch/arm/mach-omap2/board-omap4panda.c |   11 +
 arch/arm/mach-omap2/devices.c          |   43 ++
 drivers/pinctrl/Kconfig                |    7 +
 drivers/pinctrl/Makefile               |    1 +
 drivers/pinctrl/pinmux-omap.c          |  735 ++++++++++++++++++++++++++++++++
 6 files changed, 807 insertions(+), 0 deletions(-)
 create mode 100644 drivers/pinctrl/pinmux-omap.c


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

end of thread, other threads:[~2011-11-25  8:53 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 12:40 [RFC 0/3] OMAP pinmux driver Rajendra Nayak
2011-11-14 12:40 ` [RFC 1/3] pinctrl: add a driver for the OMAP pinmux Rajendra Nayak
2011-11-14 17:23   ` Tony Lindgren
2011-11-15  4:33     ` Rajendra Nayak
2011-11-17  8:08       ` Linus Walleij
2011-11-17 11:26         ` Thomas Abraham
2011-11-17 13:57           ` Linus Walleij
     [not found]             ` <CACRpkdbBQoOU8hyew6tXth3Ohrg5_rN7M+tbVsYFcOjgq73aCw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-11-22 11:09               ` Thomas Abraham
2011-11-22 12:05                 ` Linus Walleij
2011-11-22 17:54                   ` Tony Lindgren
2011-11-23  0:28                     ` Stephen Warren
2011-11-23 10:14                       ` Jean-Christophe PLAGNIOL-VILLARD
     [not found]                       ` <74CDBE0F657A3D45AFBB94109FB122FF174F08C5B3-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-11-24 10:09                         ` Linus Walleij
2011-11-23 15:21                     ` Koen Kooi
2011-11-24  5:07                       ` Hiremath, Vaibhav
2011-11-24 10:04                     ` Linus Walleij
2011-11-24 19:54                       ` Tony Lindgren
2011-11-25  8:53                         ` Linus Walleij
2011-11-17  8:20   ` Linus Walleij
2011-11-17 10:50     ` Rajendra Nayak
2011-11-14 12:40 ` [RFC 2/3] ARM: omap4: Add omap4 pinmux devices for core and wkup Rajendra Nayak
2011-11-14 12:40 ` [RFC 3/3] ARM: omap4: Add pinmux map in SDP and PANDA board files Rajendra Nayak
2011-11-17  8:22 ` [RFC 0/3] OMAP pinmux driver Linus Walleij

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.