Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1640761
| From | John Stultz <john.stultz@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC][PATCH 0/2] Few DTS changes needed for Nexus7 support |
| Date | 2017-05-12 23:20 +0200 |
| Message-ID | <tGq8F-2aV-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Wanted to send out a few dts patches needed to get the usb and wifi mostly working on the 2013 Nexus7(flo). Still need one code change, to boot, and a few more hacks to get the touch input and wifi totally working. If anyone is interested, my mainline tracking WIP tree is here: https://git.linaro.org/people/john.stultz/flo.git/log/?h=flo-WIP Any thoughts or feedback on these patches would be greatly appreciated! thanks -john Cc: Bjorn Andersson <bjorn.andersson@linaro.org> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Cc: Nicolas Dechesne <nicolas.dechesne@linaro.org> Cc: Stephen Boyd <stephen.boyd@linaro.org> Cc: Andy Gross <andy.gross@linaro.org> Cc: Rob Clark <robdclark@gmail.com> Cc: Vinay Simha <simhavcs@gmail.com> Cc: David Brown <david.brown@linaro.org> Cc: Rob Herring <robh+dt@kernel.org> John Stultz (1): ARM: dts: nexus7: Add regulator tweaks and wcnss entry to support wifi Stephen Boyd (1): ARM: dts: qcom-apq8064: Collapse usb support into one node .../arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts | 49 +++---- arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts | 63 ++++++--- arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 54 ++++---- arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 54 ++++---- .../arm/boot/dts/qcom-apq8064-sony-xperia-yuga.dts | 16 +-- arch/arm/boot/dts/qcom-apq8064.dtsi | 154 ++++++++++++--------- 6 files changed, 209 insertions(+), 181 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC][PATCH 0/2] Few DTS changes needed for Nexus7 support John Stultz <john.stultz@linaro.org> - 2017-05-12 23:20 +0200
[PATCH 1/2] ARM: dts: qcom-apq8064: Collapse usb support into one node John Stultz <john.stultz@linaro.org> - 2017-05-12 23:20 +0200
Re: [PATCH 1/2] ARM: dts: qcom-apq8064: Collapse usb support into one node Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-05-14 05:30 +0200
csiph-web