All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] [v8] pinctrl: qcom: add support for sparse GPIOs
@ 2017-12-01 23:28 ` Timur Tabi
  0 siblings, 0 replies; 36+ messages in thread
From: Timur Tabi @ 2017-12-01 23:28 UTC (permalink / raw)
  To: linux-arm-msm, linux-arm-kernel, linux-gpio, Linus Walleij,
	Andy Shevchenko, Mika Westerberg, thierry.reding, Stephen Boyd,
	david.brown, andy.gross, Bjorn Andersson, Varadarajan Narayanan,
	Archit Taneja
  Cc: timur

A series of patches that add support for GPIO maps that have holes in
them.  That is, even though a client driver has N consecutive GPIOs,
some are just unavailable for whatever reason, and the hardware should
not be accessed for those GPIOs.

Note that this version does not address the failure of gpiod_get()
when GPIO 0 is not available.  I don't know how to fix that because I 
don't understand what gpiod_get() is trying to do.

Also note that I would prefer to have the call to gpiochip_available()
be inside gpiod_request(), but I don't know how to get the GPIO index
inside that function (without adding a function a parameter).

In other words, there will be a v9, but I need help.


v8:
  rebased onto 4.15-rc1
  fix issues raised during review of v7

Timur Tabi (4):
  [v2] Revert "gpio: set up initial state from .get_direction()"
  [v2] gpiolib: add bitmask for valid GPIO lines
  [v7] pinctrl: qcom: disable GPIO groups with no pins
  [v4] pinctrl: qcom: qdf2xxx: add support for new ACPI HID QCOM8002

 drivers/gpio/gpiolib.c                 |  80 ++++++++++++------
 drivers/pinctrl/qcom/pinctrl-msm.c     |  44 ++++++++--
 drivers/pinctrl/qcom/pinctrl-msm.h     |   2 +
 drivers/pinctrl/qcom/pinctrl-qdf2xxx.c | 145 +++++++++++++++++++++++++--------
 include/linux/gpio/driver.h            |   3 +
 5 files changed, 207 insertions(+), 67 deletions(-)

-- 
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm
Technologies, Inc.  Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.


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

end of thread, other threads:[~2017-12-13 15:40 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-01 23:28 [PATCH 0/4] [v8] pinctrl: qcom: add support for sparse GPIOs Timur Tabi
2017-12-01 23:28 ` Timur Tabi
2017-12-01 23:28 ` [PATCH 1/4] [v2] Revert "gpio: set up initial state from .get_direction()" Timur Tabi
2017-12-01 23:28   ` Timur Tabi
2017-12-01 23:28 ` [PATCH 2/4] [v2] gpiolib: add bitmask for valid GPIO lines Timur Tabi
2017-12-01 23:28   ` Timur Tabi
2017-12-12  9:58   ` Andy Shevchenko
2017-12-12  9:58     ` Andy Shevchenko
2017-12-12 20:16     ` Timur Tabi
2017-12-12 20:16       ` Timur Tabi
2017-12-01 23:28 ` [PATCH 3/4] [v7] pinctrl: qcom: disable GPIO groups with no pins Timur Tabi
2017-12-01 23:28   ` Timur Tabi
2017-12-01 23:28 ` [PATCH 4/4] [v4] pinctrl: qcom: qdf2xxx: add support for new ACPI HID QCOM8002 Timur Tabi
2017-12-01 23:28   ` Timur Tabi
2017-12-12 10:05   ` Andy Shevchenko
2017-12-12 10:05     ` Andy Shevchenko
2017-12-12 20:17     ` Timur Tabi
2017-12-12 20:17       ` Timur Tabi
2017-12-13 14:32       ` Andy Shevchenko
2017-12-13 14:32         ` Andy Shevchenko
2017-12-13 14:46         ` Timur Tabi
2017-12-13 14:46           ` Timur Tabi
2017-12-13 15:18           ` Timur Tabi
2017-12-13 15:18             ` Timur Tabi
2017-12-13 15:40             ` Andy Shevchenko
2017-12-13 15:40               ` Andy Shevchenko
     [not found]   ` <1512170904-4749-5-git-send-email-timur-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-12-12 10:42     ` Linus Walleij
2017-12-12 10:42       ` Linus Walleij
2017-12-12 11:07       ` Andy Shevchenko
2017-12-12 11:07         ` Andy Shevchenko
2017-12-12 20:27         ` Timur Tabi
2017-12-12 20:27           ` Timur Tabi
2017-12-13 14:36           ` Andy Shevchenko
2017-12-13 14:36             ` Andy Shevchenko
2017-12-13 14:47             ` Timur Tabi
2017-12-13 14:47               ` Timur Tabi

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.