[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1385249897-16453-1-git-send-email-bjorn.andersson@sonymobile.com>
Date: Sat, 23 Nov 2013 15:38:14 -0800
From: Bjorn Andersson <bjorn.andersson@...ymobile.com>
To: Rob Herring <rob.herring@...xeda.com>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Stephen Warren <swarren@...dotorg.org>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Rob Landley <rob@...dley.net>,
Linus Walleij <linus.walleij@...aro.org>,
Grant Likely <grant.likely@...aro.org>,
Bjorn Andersson <bjorn.andersson@...ymobile.com>,
<devicetree@...r.kernel.org>, <linux-doc@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH 0/3] pinctrl: Qualcomm 8x74 pinctrl driver
This series adds a pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found in recent Qualcomm SoCs (8x60 and newer).
It designed with both v2 and v3 of the block in mind and comes with initial
definitions for the 8x74 SoCs.
This should be filled in with more data and definitions for more SoCs.
Bjorn Andersson (3):
pinctrl: Add Qualcomm TLMM driver
pinctrl: Add msm8x74 configuration
pinctrl: Add documentation for pinctrl-msm8x74
.../bindings/pinctrl/qcom,msm8x74-pinctrl.txt | 86 ++
drivers/pinctrl/Kconfig | 10 +
drivers/pinctrl/Makefile | 2 +
drivers/pinctrl/pinctrl-msm.c | 1118 ++++++++++++++++++++
drivers/pinctrl/pinctrl-msm.h | 123 +++
drivers/pinctrl/pinctrl-msm8x74.c | 641 +++++++++++
6 files changed, 1980 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8x74-pinctrl.txt
create mode 100644 drivers/pinctrl/pinctrl-msm.c
create mode 100644 drivers/pinctrl/pinctrl-msm.h
create mode 100644 drivers/pinctrl/pinctrl-msm8x74.c
--
1.8.2.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists