All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Qualcomm MSM8660/APQ8060 EBI2 and ethernet support
@ 2016-08-08 21:24 ` Linus Walleij
  0 siblings, 0 replies; 48+ messages in thread
From: Linus Walleij @ 2016-08-08 21:24 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 basically a resend of the earlier patches, restricted to
the ARM SoC parts. (drivers/soc usually merge through ARM SoC).

Mark, how do you want to proceed? Are you queueing all of these
for v4.9?

Linus Walleij (4):
  soc: qcom: add an 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/soc/qcom/qcom,ebi2.txt     | 134 ++++++++
 arch/arm/boot/dts/qcom-apq8060-dragonboard.dts     | 130 ++++++++
 arch/arm/boot/dts/qcom-msm8660.dtsi                |  12 +
 drivers/soc/qcom/Kconfig                           |   8 +
 drivers/soc/qcom/Makefile                          |   1 +
 drivers/soc/qcom/ebi2.c                            | 371 +++++++++++++++++++++
 6 files changed, 656 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,ebi2.txt
 create mode 100644 drivers/soc/qcom/ebi2.c

-- 
2.7.4

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [PATCH 0/4] soc: qcom: add EBI2 support and do ethernet
@ 2016-07-08  9:11 Linus Walleij
  2016-07-08  9:11   ` Linus Walleij
  0 siblings, 1 reply; 48+ messages in thread
From: Linus Walleij @ 2016-07-08  9:11 UTC (permalink / raw)
  To: linux-arm-kernel, linux-arm-msm, linux-soc, Andy Gross
  Cc: Stephen Boyd, Bjorn Andersson, David Brown, Linus Walleij

This set of patches (in additions to some orthogonal patches sent ot
netdev for the smsc911x) enables ethernet on the APQ8060 Dragonboard.

Ethernet uses the mysterious (yes that is the right word) EBI2 external
bus interface that only have sparse references in documentation and
some quite opaque code fragments here and there to support it.

If any of you can help me with documentation on this beast, I'd be
happy. The XMEMC bitfields especially.

The target for the patches is Kernel v4.9 or so, don't stress.

Linus Walleij (4):
  soc: qcom: add an 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/soc/qcom/qcom,ebi2.txt     | 134 ++++++++
 arch/arm/boot/dts/qcom-apq8060-dragonboard.dts     | 130 ++++++++
 arch/arm/boot/dts/qcom-msm8660.dtsi                |  12 +
 drivers/soc/qcom/Kconfig                           |   8 +
 drivers/soc/qcom/Makefile                          |   1 +
 drivers/soc/qcom/ebi2.c                            | 371 +++++++++++++++++++++
 6 files changed, 656 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,ebi2.txt
 create mode 100644 drivers/soc/qcom/ebi2.c

-- 
2.7.4

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

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

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-08 21:24 [PATCH 0/4] Qualcomm MSM8660/APQ8060 EBI2 and ethernet support Linus Walleij
2016-08-08 21:24 ` Linus Walleij
     [not found] ` <1470691445-27571-1-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-08-08 21:24   ` [PATCH 1/4] soc: qcom: add an EBI2 device tree bindings Linus Walleij
2016-08-08 21:24     ` Linus Walleij
     [not found]     ` <1470691445-27571-2-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-08-08 21:32       ` Arnd Bergmann
2016-08-08 21:32         ` Arnd Bergmann
2016-08-18  8:14         ` Linus Walleij
2016-08-18  8:14           ` Linus Walleij
2016-08-29 11:51           ` Arnd Bergmann
2016-08-29 11:51             ` Arnd Bergmann
2016-08-29 12:24             ` Rob Herring
2016-08-29 12:24               ` Rob Herring
     [not found]               ` <CAL_JsqJPckLGDSiqnspvtP_=t+yZ+0vO-8MxGB6x7poOZiyK+Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-08-29 13:13                 ` Linus Walleij
2016-08-29 13:13                   ` Linus Walleij
2016-08-29 13:42                   ` Arnd Bergmann
2016-08-29 13:42                     ` Arnd Bergmann
     [not found]                     ` <201608291542.55387.arnd-r2nGTMty4D4@public.gmane.org>
2016-08-29 16:18                       ` Linus Walleij
2016-08-29 16:18                         ` Linus Walleij
     [not found]                   ` <CACRpkdaRPa=tCH2FQUOUzp0Q2YvdLNA7R2y3w==sH40DwJ2vGA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-08-29 14:06                     ` Rob Herring
2016-08-29 14:06                       ` Rob Herring
2016-08-29 17:21                       ` Linus Walleij
2016-08-29 17:21                         ` Linus Walleij
2016-08-29 22:51                         ` Rob Herring
2016-08-29 22:51                           ` Rob Herring
     [not found]             ` <201608291351.12915.arnd-r2nGTMty4D4@public.gmane.org>
2016-08-29 12:45               ` Linus Walleij
2016-08-29 12:45                 ` Linus Walleij
2016-08-10 20:31       ` Rob Herring
2016-08-10 20:31         ` Rob Herring
2016-08-08 21:24 ` [PATCH 2/4] soc: qcom: add EBI2 driver Linus Walleij
2016-08-08 21:24   ` Linus Walleij
2016-08-08 21:34   ` Arnd Bergmann
2016-08-08 21:34     ` Arnd Bergmann
2016-08-08 23:33   ` Stephen Boyd
2016-08-08 23:33     ` Stephen Boyd
2016-08-18 11:27     ` Linus Walleij
2016-08-18 11:27       ` Linus Walleij
2016-08-18 12:07   ` Lothar Waßmann
2016-08-18 12:07     ` Lothar Waßmann
2016-08-24  9:09     ` Linus Walleij
2016-08-24  9:09       ` Linus Walleij
2016-08-08 21:24 ` [PATCH 3/4] ARM: dts: add EBI2 to the Qualcomm MSM8660 DTSI Linus Walleij
2016-08-08 21:24   ` Linus Walleij
2016-08-08 21:24 ` [PATCH 4/4] ARM: dts: add SMSC ethernet on the APQ8060 Dragonboard Linus Walleij
2016-08-08 21:24   ` Linus Walleij
  -- strict thread matches above, loose matches on Subject: below --
2016-07-08  9:11 [PATCH 0/4] soc: qcom: add EBI2 support and do ethernet Linus Walleij
2016-07-08  9:11 ` [PATCH 1/4] soc: qcom: add an EBI2 device tree bindings Linus Walleij
2016-07-08  9:11   ` Linus Walleij
2016-07-15 19:19   ` Rob Herring
2016-07-15 19:19     ` Rob Herring

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.