devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] ARM: davinci: da850: add ethernet driver DT support
@ 2013-08-15  6:01 Lad, Prabhakar
  2013-08-15  6:01 ` [PATCH v4 1/5] ARM: davinci: fix clock lookup for mdio device Lad, Prabhakar
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Lad, Prabhakar @ 2013-08-15  6:01 UTC (permalink / raw)
  To: Sekhar Nori
  Cc: DLOS, LKML, devicetree-discuss, linux-arm-kernel, netdev,
	Lad, Prabhakar

From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>

This patch set enables Ethernet support through device tree model.
This patch set enables mii interface only and is being tested to boot via
rootfs. The rmii phy is present on the i2c gpio expander chip (UI board)
for which yet support needs to be added, once the DT support for the chip
is enabled, enabling rmii will be subsequnet patch.

Changes for v2:
1: Enabled mdio device.
2: Fixed clock lookup.

Changes for v3:
1: Fixed review comments pointed out by Sekhar.

Changes for v4:
1: Fixed review comments pointed out by Sekhar.
2: Dropped patch v3 6/6 (https://patchwork.kernel.org/patch/2768361/)
   Which depends on adding GPIO DT node, will address it once GPIO support is added.
3: Rebased the patches on [1]

[1] https://git.kernel.org/cgit/linux/kernel/git/nsekhar/linux-davinci.git/log/?h=v3.12/soc

Lad, Prabhakar (5):
  ARM: davinci: fix clock lookup for mdio device
  ARM: davinci: da850: add DT node for mdio device
  ARM: davinci: da850: add OF_DEV_AUXDATA entry for mdio.
  ARM: davinci: da850: add DT node for eth0.
  ARM: davinci: da850: add OF_DEV_AUXDATA entry for eth0.

 arch/arm/boot/dts/da850-evm.dts       |   11 +++++++++
 arch/arm/boot/dts/da850.dtsi          |   43 +++++++++++++++++++++++++++++++++
 arch/arm/mach-davinci/da830.c         |    1 +
 arch/arm/mach-davinci/da850.c         |    1 +
 arch/arm/mach-davinci/da8xx-dt.c      |    4 +++
 arch/arm/mach-davinci/devices-da8xx.c |    8 ++----
 arch/arm/mach-davinci/dm365.c         |    3 +--
 arch/arm/mach-davinci/dm644x.c        |    3 +--
 arch/arm/mach-davinci/dm646x.c        |    3 +--
 9 files changed, 65 insertions(+), 12 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-08-16 12:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-15  6:01 [PATCH v4 0/5] ARM: davinci: da850: add ethernet driver DT support Lad, Prabhakar
2013-08-15  6:01 ` [PATCH v4 1/5] ARM: davinci: fix clock lookup for mdio device Lad, Prabhakar
     [not found]   ` <1376546497-26931-2-git-send-email-prabhakar.csengg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-08-16 12:35     ` Sekhar Nori
2013-08-15  6:01 ` [PATCH v4 2/5] ARM: davinci: da850: add DT node " Lad, Prabhakar
2013-08-15  6:01 ` [PATCH v4 3/5] ARM: davinci: da850: add OF_DEV_AUXDATA entry for mdio Lad, Prabhakar
2013-08-15  6:01 ` [PATCH v4 4/5] ARM: davinci: da850: add DT node for eth0 Lad, Prabhakar
2013-08-15 19:30   ` Sergei Shtylyov
2013-08-16  4:07     ` Prabhakar Lad
2013-08-15  6:01 ` [PATCH v4 5/5] ARM: davinci: da850: add OF_DEV_AUXDATA entry " Lad, Prabhakar
2013-08-15 19:31   ` Sergei Shtylyov
2013-08-16  4:08     ` Prabhakar Lad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).