linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/6] pinctrl: sprd: Modification of UNIOC Platform pinctrl Driver
@ 2023-10-27  7:14 Linhua Xu
  2023-10-27  7:14 ` [PATCH V3 1/6] pinctrl: sprd: Modify pull-up parameters Linhua Xu
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Linhua Xu @ 2023-10-27  7:14 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Orson Zhai, Baolin Wang, Chunyan Zhang, linux-kernel, linux-gpio,
	Andy Shevchenko, lh xu, Linhua Xu, Zhirong Qiu, Xiongpeng Wu

From: Linhua Xu <Linhua.Xu@unisoc.com>

Recently, some bugs have been discovered during use, and patch1 and patch2
are bug fixes. Also, this patchset add new features: patch3 is for
compatibility with more platforms, patch4 Increase the range of register values,
patch5 add pinctrl support for UMS512, patch6 add pinctrl support for UMS9621.

change in V3
-Add platform structure
-Add the mask definition
-Modify register definition format
-Improve code readability
-Add fixes tag

Linhua Xu (6):
  pinctrl: sprd: Modify pull-up parameters
  pinctrl: sprd: Fix the incorrect mask and shift definition
  pinctrl: sprd: Move common and misc offset parameters to private data
  pinctrl: sprd: Increase the range of register values
  pinctrl: sprd: Add pinctrl support for UMS512
  pinctrl: sprd: Add pinctrl support for UMS9621

 drivers/pinctrl/sprd/Kconfig                |   22 +
 drivers/pinctrl/sprd/Makefile               |    2 +
 drivers/pinctrl/sprd/pinctrl-sprd-sc9860.c  |   12 +-
 drivers/pinctrl/sprd/pinctrl-sprd-ums512.c  |  881 +++++++++++++++
 drivers/pinctrl/sprd/pinctrl-sprd-ums9621.c | 1120 +++++++++++++++++++
 drivers/pinctrl/sprd/pinctrl-sprd.c         |   35 +-
 drivers/pinctrl/sprd/pinctrl-sprd.h         |   49 +-
 7 files changed, 2087 insertions(+), 34 deletions(-)
 create mode 100644 drivers/pinctrl/sprd/pinctrl-sprd-ums512.c
 create mode 100644 drivers/pinctrl/sprd/pinctrl-sprd-ums9621.c

-- 
2.17.1


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

end of thread, other threads:[~2023-10-27 11:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27  7:14 [PATCH V3 0/6] pinctrl: sprd: Modification of UNIOC Platform pinctrl Driver Linhua Xu
2023-10-27  7:14 ` [PATCH V3 1/6] pinctrl: sprd: Modify pull-up parameters Linhua Xu
2023-10-27 11:29   ` Andy Shevchenko
2023-10-27  7:14 ` [PATCH V3 2/6] pinctrl: sprd: Fix the incorrect mask and shift definition Linhua Xu
2023-10-27 11:32   ` Andy Shevchenko
2023-10-27  7:14 ` [PATCH V3 3/6] pinctrl: sprd: Move common and misc offset parameters to private data Linhua Xu
2023-10-27 11:24   ` Andy Shevchenko
2023-10-27  7:14 ` [PATCH V3 4/6] pinctrl: sprd: Increase the range of register values Linhua Xu
2023-10-27 11:39   ` kernel test robot
2023-10-27  7:14 ` [PATCH V3 5/6] pinctrl: sprd: Add pinctrl support for UMS512 Linhua Xu
2023-10-27 11:40   ` Andy Shevchenko
2023-10-27  7:14 ` [PATCH V3 6/6] pinctrl: sprd: Add pinctrl support for UMS9621 Linhua Xu
2023-10-27 11:42   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).