All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] pinctrl: Qualcomm msm8916 pinctrl driver
@ 2015-01-30 10:03 Stanimir Varbanov
  2015-01-30 10:03 ` [PATCH v3 1/3] pinctrl: qcom: increase variable size for register offsets Stanimir Varbanov
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Stanimir Varbanov @ 2015-01-30 10:03 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Pawel Moll, Mark Rutland, Kumar Gala,
	Grant Likely, Ian Campbell
  Cc: linux-arm-msm, linux-kernel, linux-gpio, devicetree,
	Bjorn Andersson, Joonwoo Park, Andy Gross, Stanimir Varbanov

Changes since v2:
 - addressed all Andy's comments
 
-------------------------------------------------------------------------------

Changes since v1:
 - correct the subject and description in 1/3
 - not break the fields in msm8916_groups[] array in 3/3
 - added Reviewed-by tags on all three patches

-------------------------------------------------------------------------------

This series adds a pinctrl driver for Snapdragon 410 (msm8916) SoC. The first
patch increase the register address variable size, next adds a binding document
and the last patch adds the pinctrl driver

Comments are welcome!

regards,
Stan

Joonwoo Park (2):
  pinctrl: qcom: increase variable size for register offsets
  pinctrl: qcom: Add msm8916 pinctrl driver

Stanimir Varbanov (1):
  DT: pinctrl: Document Qualcomm MSM8916 pinctrl binding

 .../bindings/pinctrl/qcom,msm8916-pinctrl.txt      |  186 ++++
 drivers/pinctrl/qcom/Kconfig                       |    8 +
 drivers/pinctrl/qcom/Makefile                      |    1 +
 drivers/pinctrl/qcom/pinctrl-msm.h                 |   10 +-
 drivers/pinctrl/qcom/pinctrl-msm8916.c             | 1005 ++++++++++++++++++++
 5 files changed, 1205 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
 create mode 100644 drivers/pinctrl/qcom/pinctrl-msm8916.c


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

end of thread, other threads:[~2015-03-04  9:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-30 10:03 [PATCH v3 0/3] pinctrl: Qualcomm msm8916 pinctrl driver Stanimir Varbanov
2015-01-30 10:03 ` [PATCH v3 1/3] pinctrl: qcom: increase variable size for register offsets Stanimir Varbanov
2015-01-30 13:33   ` Linus Walleij
2015-01-30 10:04 ` [PATCH v3 2/3] DT: pinctrl: Document Qualcomm MSM8916 pinctrl binding Stanimir Varbanov
     [not found]   ` <1422612241-12944-3-git-send-email-svarbanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2015-01-30 13:34     ` Linus Walleij
2015-01-30 13:34       ` Linus Walleij
2015-01-30 10:04 ` [PATCH v3 3/3] pinctrl: qcom: Add msm8916 pinctrl driver Stanimir Varbanov
2015-02-03 16:47   ` Andy Gross
     [not found]     ` <20150203164748.GA29190-zC7DfRvBq/JWk0Htik3J/w@public.gmane.org>
2015-02-04 14:39       ` Stanimir Varbanov
2015-02-04 14:39         ` Stanimir Varbanov
2015-03-02 14:40         ` Linus Walleij
2015-03-04  9:44           ` Stanimir Varbanov

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.