Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1424887
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] pinctrl: Add MDM9615 TLMM pinctrl driver and bindings |
| Date | 2016-06-17 12:20 +0200 |
| Message-ID | <rKZ2x-5fM-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
In order to support the Qualcomm MDM9615 in the Sierra Wireless WP8548 Modules, add the MDM9615 TLMM pinctrl driver and bindings. This patchset is part of a global SoC + Module + Board support for the Sierra Wireless mangOH Board support with the WP8548 module. Neil Armstrong (2): pinctrl: qcom: Add support for MDM9615 TLMM dt-bindings: pinctrl: Add MDM9615 TLMM bindings .../bindings/pinctrl/qcom,mdm9615-pinctrl.txt | 152 +++++++ drivers/pinctrl/qcom/Kconfig | 8 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-mdm9615.c | 483 +++++++++++++++++++++ 4 files changed, 644 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt create mode 100644 drivers/pinctrl/qcom/pinctrl-mdm9615.c -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] pinctrl: Add MDM9615 TLMM pinctrl driver and bindings Neil Armstrong <narmstrong@baylibre.com> - 2016-06-17 12:20 +0200
[PATCH 2/2] dt-bindings: pinctrl: Add MDM9615 TLMM bindings Neil Armstrong <narmstrong@baylibre.com> - 2016-06-17 12:20 +0200
Re: [PATCH 2/2] dt-bindings: pinctrl: Add MDM9615 TLMM bindings Rob Herring <robh@kernel.org> - 2016-06-20 18:20 +0200
[PATCH 1/2] pinctrl: qcom: Add support for MDM9615 TLMM Neil Armstrong <narmstrong@baylibre.com> - 2016-06-17 12:20 +0200
Re: [PATCH 0/2] pinctrl: Add MDM9615 TLMM pinctrl driver and bindings Linus Walleij <linus.walleij@linaro.org> - 2016-06-17 22:20 +0200
csiph-web