linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] EBI2 bus and ethernet on MSM8660/APQ8060
@ 2016-08-24  8:52 Linus Walleij
       [not found] ` <1472028758-29272-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Linus Walleij @ 2016-08-24  8:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-arm-msm, linux-soc, Andy Gross
  Cc: Stephen Boyd, Bjorn Andersson, David Brown, Linus Walleij

This is the second iteration of the EBI2+ethernet series for
MSM8660/APQ8060. Things are working like a charm on the APQ8060
Dragonboard and all review comments are addressed AFAICT.

Linus Walleij (4):
  soc: qcom: add EBI2 device tree bindings
  soc: qcom: add EBI2 driver
  ARM: dts: add EBI2 to the Qualcomm MSM8660 DTSI
  ARM: dts: add SMSC ethernet on the APQ8060 Dragonboard

 .../devicetree/bindings/bus/qcom,ebi2.txt          | 136 +++++++
 arch/arm/boot/dts/qcom-apq8060-dragonboard.dts     | 130 +++++++
 arch/arm/boot/dts/qcom-msm8660.dtsi                |  17 +
 drivers/bus/Kconfig                                |   7 +
 drivers/bus/Makefile                               |   1 +
 drivers/bus/qcom-ebi2.c                            | 404 +++++++++++++++++++++
 6 files changed, 695 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/bus/qcom,ebi2.txt
 create mode 100644 drivers/bus/qcom-ebi2.c

-- 
2.7.4

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

end of thread, other threads:[~2016-08-29 13:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-24  8:52 [PATCH 0/4] EBI2 bus and ethernet on MSM8660/APQ8060 Linus Walleij
     [not found] ` <1472028758-29272-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-08-24  8:52   ` [PATCH 1/4 v2] soc: qcom: add EBI2 device tree bindings Linus Walleij
     [not found]     ` <1472028758-29272-2-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-08-29 13:16       ` Arnd Bergmann
     [not found]         ` <201608291516.59380.arnd-r2nGTMty4D4@public.gmane.org>
2016-08-29 13:22           ` Linus Walleij
2016-08-24  8:52 ` [PATCH 2/4 v2] soc: qcom: add EBI2 driver Linus Walleij
2016-08-29 13:20   ` Arnd Bergmann
2016-08-29 13:28     ` Linus Walleij
2016-08-29 13:36       ` Arnd Bergmann
2016-08-24  8:52 ` [PATCH 3/4 v2] ARM: dts: add EBI2 to the Qualcomm MSM8660 DTSI Linus Walleij
2016-08-24  8:52 ` [PATCH 4/4 v2] ARM: dts: add SMSC ethernet on the APQ8060 Dragonboard Linus Walleij
2016-08-29 13:21   ` Arnd Bergmann
2016-08-29 13:36     ` Linus Walleij
2016-08-24  8:55 ` [PATCH 0/4] EBI2 bus and ethernet on MSM8660/APQ8060 Linus Walleij

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).