All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] extend pinctrl-single driver with APIs
@ 2020-04-29 16:34 Rayagonda Kokatanur
  2020-04-29 16:34 ` [PATCH v1 1/3] drivers: pinctrl-single: handle different register width Rayagonda Kokatanur
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Rayagonda Kokatanur @ 2020-04-29 16:34 UTC (permalink / raw)
  To: u-boot

This patch set adds following feature in pinctrl-single driver,

1. Support to use different register read/write api's 
   based on register width.

2. Parse different gpio properties from dt as part of the probe function. 
   This is required to enable pinctrl pad.

3. add pinctrl_ops->request api to configure pctrl pad register.

Rayagonda Kokatanur (3):
  drivers: pinctrl-single: handle different register width
  drivers: pinctrl-single: add support to parse gpio properties
  drivers: pinctrl-single: add request api

 drivers/pinctrl/pinctrl-single.c | 187 +++++++++++++++++++++++++++----
 1 file changed, 163 insertions(+), 24 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2020-05-26 18:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 16:34 [PATCH v1 0/3] extend pinctrl-single driver with APIs Rayagonda Kokatanur
2020-04-29 16:34 ` [PATCH v1 1/3] drivers: pinctrl-single: handle different register width Rayagonda Kokatanur
2020-04-29 18:04   ` Simon Glass
2020-04-30 10:06     ` Rayagonda Kokatanur
2020-05-08  1:36       ` Simon Glass
2020-05-24 10:46         ` Rayagonda Kokatanur
2020-05-25  2:15           ` Simon Glass
2020-05-26 18:57             ` Rayagonda Kokatanur
2020-04-29 16:34 ` [PATCH v1 2/3] drivers: pinctrl-single: add support to parse gpio properties Rayagonda Kokatanur
2020-04-29 18:04   ` Simon Glass
2020-04-30 11:10     ` Rayagonda Kokatanur
2020-05-08  1:36       ` Simon Glass
2020-04-29 16:34 ` [PATCH v1 3/3] drivers: pinctrl-single: add request api Rayagonda Kokatanur
2020-04-29 18:04   ` Simon Glass
2020-04-30 11:03     ` Rayagonda Kokatanur
2020-05-08  1:36       ` Simon Glass

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.