All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Make qcom pinctrl drivers tristate again
@ 2016-01-07  1:12 ` Stephen Boyd
  0 siblings, 0 replies; 32+ messages in thread
From: Stephen Boyd @ 2016-01-07  1:12 UTC (permalink / raw)
  To: Linus Walleij
  Cc: linux-kernel, linux-arm-msm, linux-arm-kernel, Rob Herring,
	Greg Kroah-Hartman, Andy Gross

One of my recent changes to the qcom pinctrl drivers introduced
a module build failure due to of_irq_count() missing an export.
Rob doesn't want us to export that API though, so this series
introduces platform_irq_count() and uses it in the pinctrl
drivers. Linus changed the Kconfig to bool so that the build
failure went away, so I've reverted that patch here after
we fix the build failure with the new API.

Greg, please ack the first patch so it can go through Linus'
tree.

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Andy Gross <andy.gross@linaro.org>

Stephen Boyd (3):
  driver-core: platform: Add platform_irq_count()
  pinctrl: qcom: Use platform_irq_count() instead of of_irq_count()
  Revert "pinctrl: qcom: make PMIC drivers bool"

 drivers/base/platform.c                  | 20 ++++++++++++++++++++
 drivers/pinctrl/qcom/Kconfig             |  4 ++--
 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c |  4 +++-
 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c  |  4 +++-
 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c |  9 ++++++---
 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c  |  9 ++++++---
 include/linux/platform_device.h          |  1 +
 7 files changed, 41 insertions(+), 10 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2016-01-07 10:33 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-07  1:12 [PATCH 0/3] Make qcom pinctrl drivers tristate again Stephen Boyd
2016-01-07  1:12 ` Stephen Boyd
2016-01-07  1:12 ` [PATCH 1/3] driver-core: platform: Add platform_irq_count() Stephen Boyd
2016-01-07  1:12   ` Stephen Boyd
2016-01-07  1:15   ` Rob Herring
2016-01-07  1:15     ` Rob Herring
2016-01-07  1:15     ` Rob Herring
2016-01-07  1:47   ` Greg Kroah-Hartman
2016-01-07  1:47     ` Greg Kroah-Hartman
2016-01-07  9:34   ` Linus Walleij
2016-01-07  9:34     ` Linus Walleij
2016-01-07  9:34     ` Linus Walleij
2016-01-07 10:32   ` Arnd Bergmann
2016-01-07 10:32     ` Arnd Bergmann
2016-01-07  1:12 ` [PATCH 2/3] pinctrl: qcom: Use platform_irq_count() instead of of_irq_count() Stephen Boyd
2016-01-07  1:12   ` Stephen Boyd
2016-01-07  1:19   ` Bjorn Andersson
2016-01-07  1:19     ` Bjorn Andersson
2016-01-07  1:19     ` Bjorn Andersson
2016-01-07  1:28     ` Stephen Boyd
2016-01-07  1:28       ` Stephen Boyd
2016-01-07  1:28       ` Stephen Boyd
2016-01-07  1:37     ` [PATCH v2 " Stephen Boyd
2016-01-07  1:37       ` Stephen Boyd
2016-01-07  9:36       ` Linus Walleij
2016-01-07  9:36         ` Linus Walleij
2016-01-07  9:36         ` Linus Walleij
2016-01-07  1:12 ` [PATCH 3/3] Revert "pinctrl: qcom: make PMIC drivers bool" Stephen Boyd
2016-01-07  1:12   ` Stephen Boyd
2016-01-07  9:37   ` Linus Walleij
2016-01-07  9:37     ` Linus Walleij
2016-01-07  9:37     ` Linus Walleij

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.