All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] ARM: davinci: da850: add ethernet driver DT support
@ 2013-08-15  6:01 ` Lad, Prabhakar
  0 siblings, 0 replies; 30+ messages in thread
From: Lad, Prabhakar @ 2013-08-15  6:01 UTC (permalink / raw)
  To: linux-arm-kernel

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] 30+ messages in thread

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

Thread overview: 30+ 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 ` Lad, Prabhakar
2013-08-15  6:01 ` [PATCH v4 1/5] ARM: davinci: fix clock lookup for mdio device Lad, Prabhakar
2013-08-15  6:01   ` Lad, Prabhakar
2013-08-16 12:35   ` Sekhar Nori
2013-08-16 12:35     ` Sekhar Nori
2013-08-16 12:35     ` Sekhar Nori
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   ` Lad, Prabhakar
2013-08-16 12:41   ` Sekhar Nori
2013-08-16 12:41     ` Sekhar Nori
2013-08-16 12:41     ` Sekhar Nori
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   ` Lad, Prabhakar
2013-08-16 15:58   ` Sekhar Nori
2013-08-16 15:58     ` Sekhar Nori
2013-08-16 15:58     ` Sekhar Nori
2013-08-15  6:01 ` [PATCH v4 4/5] ARM: davinci: da850: add DT node for eth0 Lad, Prabhakar
2013-08-15  6:01   ` Lad, Prabhakar
2013-08-15 19:30   ` Sergei Shtylyov
2013-08-15 19:30     ` Sergei Shtylyov
2013-08-16  4:07     ` Prabhakar Lad
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  6:01   ` Lad, Prabhakar
2013-08-15 19:31   ` Sergei Shtylyov
2013-08-15 19:31     ` Sergei Shtylyov
2013-08-16  4:08     ` Prabhakar Lad
2013-08-16  4:08       ` Prabhakar Lad

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.