Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1243147
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/4] arm64: dts: qcom: add support to LS and HS connectors |
| Date | 2015-10-09 11:00 +0200 |
| Message-ID | <qhBGW-5Da-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Andy, This patchset adds support for i2c and spi on High-Speed and Low speed connectors on DB410c. One of the patch fixes the sleep state of existing i2c node. thanks, srini Changes since v1: - removed useless comment spotted by Stephen Boyd. - Use absolute names instead of lables for consistency suggested by Stephen Boyd. Srinivas Kandagatla (4): arm64: dts: fix i2c pinconf sleep state function arm64: dts: qcom: Add msm8916 I2C nodes. arm64: dts: apq8016-sbc: enable i2c buses on LS and HS arm64: dts: apq8016-sbc: enable spi buses on LS and HS arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 25 +++++++++++++++ arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 50 +++++++++++++++++++++++++++++- arch/arm64/boot/dts/qcom/msm8916.dtsi | 30 ++++++++++++++++++ 3 files changed, 104 insertions(+), 1 deletion(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] arm64: dts: qcom: add support to LS and HS connectors Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-10-09 11:00 +0200 [PATCH v2 4/4] arm64: dts: apq8016-sbc: enable spi buses on LS and HS Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-10-09 11:00 +0200 [PATCH v2 1/4] arm64: dts: fix i2c pinconf sleep state function Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-10-09 11:00 +0200 [PATCH v2 2/4] arm64: dts: qcom: Add msm8916 I2C nodes. Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-10-09 11:00 +0200 Re: [PATCH v2 0/4] arm64: dts: qcom: add support to LS and HS connectors Stephen Boyd <sboyd@codeaurora.org> - 2015-10-13 20:20 +0200
csiph-web