All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] OMAP serial device tree support
@ 2011-12-14 11:55 ` Rajendra Nayak
  0 siblings, 0 replies; 52+ messages in thread
From: Rajendra Nayak @ 2011-12-14 11:55 UTC (permalink / raw)
  To: linux-serial, linux-omap, devicetree-discuss, khilman
  Cc: tony, govindraj.raja, b-cousson, linux-arm-kernel, linaro-dev,
	patches, robherring2, Rajendra Nayak

v3 is rebased on top of the latest serial runtime
patches[1] and boot tested with/without DT on OMAP4
SDP and OMAP4 Panda boards.

Patches can be found here..
git://gitorious.org/omap-pm/linux.git for-dt/serial

I also had to pull in a fix[2] for DT testing (already in linux-omap
master) which was missing as the serial runtime branch[1]
was based on an older master commit.

Changes in v3:
-1- Rebased on latest serial runtime patches
-2- Minor typr fixes

Changes in v2:
-1- Got rid of binding to define which uart is console
-2- Added checks to default clock speed to 48Mhz
-3- Added compatible for each OMAP family
-4- Used of_alias_get_id to populate port.line

[1] git://gitorious.org/runtime_3-0/runtime_3-0.git for_3_3/lo_rc4_uartruntime
[2] http://www.spinics.net/lists/arm-kernel/msg150751.html

Rajendra Nayak (4):
  omap-serial: Get rid of all pdev->id usage
  omap-serial: Use default clock speed (48Mhz) if not specified
  omap-serial: Add minimal device tree support
  ARM: omap: pass minimal SoC/board data for UART from dt

 .../devicetree/bindings/serial/omap_serial.txt     |   10 +++
 arch/arm/boot/dts/omap3.dtsi                       |   31 ++++++++
 arch/arm/boot/dts/omap4.dtsi                       |   28 +++++++
 arch/arm/mach-omap2/board-generic.c                |    1 -
 drivers/tty/serial/omap-serial.c                   |   80 +++++++++++++++----
 5 files changed, 132 insertions(+), 18 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/serial/omap_serial.txt


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

end of thread, other threads:[~2012-04-11 15:57 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-14 11:55 [PATCH v3 0/4] OMAP serial device tree support Rajendra Nayak
2011-12-14 11:55 ` Rajendra Nayak
2011-12-14 11:55 ` [PATCH v3 1/4] omap-serial: Get rid of all pdev->id usage Rajendra Nayak
2011-12-14 11:55   ` Rajendra Nayak
2011-12-14 11:55 ` [PATCH v3 2/4] omap-serial: Use default clock speed (48Mhz) if not specified Rajendra Nayak
2011-12-14 11:55   ` Rajendra Nayak
2011-12-14 11:55 ` [PATCH v3 3/4] omap-serial: Add minimal device tree support Rajendra Nayak
2011-12-14 11:55   ` Rajendra Nayak
2011-12-14 11:55 ` [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt Rajendra Nayak
2011-12-14 11:55   ` Rajendra Nayak
2011-12-14 19:25   ` Tony Lindgren
2011-12-14 19:25     ` Tony Lindgren
2011-12-15  6:52     ` Rajendra Nayak
2011-12-15  6:52       ` Rajendra Nayak
2011-12-15 10:06       ` Cousson, Benoit
2011-12-15 10:06         ` Cousson, Benoit
2011-12-15 21:13         ` Tony Lindgren
2011-12-15 21:13           ` Tony Lindgren
2011-12-15 21:28           ` Cousson, Benoit
2011-12-15 21:28             ` Cousson, Benoit
2011-12-15 21:37             ` Tony Lindgren
2011-12-15 21:37               ` Tony Lindgren
2011-12-15 21:39               ` [PATCH] arm/dts: Add minimal device tree support for omap2420 and omap2430 Tony Lindgren
2011-12-15 21:39                 ` Tony Lindgren
2011-12-16  4:01                 ` Rajendra Nayak
2011-12-16  4:01                   ` Rajendra Nayak
2011-12-16 15:21   ` [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt Cousson, Benoit
2011-12-16 15:21     ` Cousson, Benoit
     [not found]   ` <1323863746-18145-5-git-send-email-rnayak-l0cyMroinI0@public.gmane.org>
2012-04-11  0:16     ` Ramirez Luna, Omar
2012-04-11  0:16       ` Ramirez Luna, Omar
2012-04-11  8:39       ` Cousson, Benoit
2012-04-11  8:39         ` Cousson, Benoit
2012-04-11 15:57         ` Ramirez Luna, Omar
2012-04-11 15:57           ` Ramirez Luna, Omar
2011-12-14 13:47 ` [PATCH v3 0/4] OMAP serial device tree support Rob Herring
2011-12-14 13:47   ` Rob Herring
2011-12-16 21:57   ` Tony Lindgren
2011-12-16 21:57     ` Tony Lindgren
2011-12-16 22:02     ` Rob Herring
2011-12-16 22:02       ` Rob Herring
2011-12-16 22:09       ` Tony Lindgren
2011-12-16 22:09         ` Tony Lindgren
2011-12-14 14:41 ` Govindraj
2011-12-14 14:41   ` Govindraj
2011-12-14 15:20 ` Kevin Hilman
2011-12-14 15:20   ` Kevin Hilman
2011-12-14 17:18   ` Alan Cox
2011-12-14 17:18     ` Alan Cox
2011-12-14 18:27     ` Greg KH
2011-12-14 18:27       ` Greg KH
2011-12-16 22:17       ` Tony Lindgren
2011-12-16 22:17         ` Tony Lindgren

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.