linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] intel-pinctrl for 5.17-2
@ 2021-11-19  8:45 Andy Shevchenko
  2021-11-20  2:45 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2021-11-19  8:45 UTC (permalink / raw)
  To: Linux pin control; +Cc: Linus Walleij, Mika Westerberg, Andy Shevchenko

Hi Linux pin control  maintainers,

The kasprintf_strarray() series as PR for both Pin Control and GPIO subsystems.
All tags have been applied.

In this version the typo in zynqmp has been fixed, thanks to kbuild bot.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.17-2

for you to fetch changes up to f7c151d86487eec720f52843133bce270b07fecc:

  gpio: mockup: Switch to use kasprintf_strarray() (2021-11-19 10:38:16 +0200)

----------------------------------------------------------------
intel-pinctrl for v5.17-2

* Introduce new generic kasprintf_strarray() API
* Clean up and convert existing drivers to use the above

The API will be needed in the future for new comers, including Intel ones.

The following is an automated git shortlog grouped by driver:

armada-37xx:
 -  Switch to use devm_kasprintf_strarray()
 -  Convert to use dev_err_probe()
 -  Make use of the devm_platform_ioremap_resource()
 -  Use temporary variable for struct device
 -  Fix function name in the kernel doc

gpio:
 -  mockup: Switch to use kasprintf_strarray()

lib/string_helpers:
 -  Introduce managed variant of kasprintf_strarray()
 -  Introduce kasprintf_strarray()

pinctrl/rockchip:
 -  Switch to use devm_kasprintf_strarray()
 -  Convert to use dev_err_probe()
 -  Make use of the devm_platform_get_and_ioremap_resource()
 -  Use temporary variable for struct device
 -  Drop wrong kernel doc annotation

st:
 -  Switch to use devm_kasprintf_strarray()
 -  Convert to use dev_err_probe()
 -  Make use of the devm_platform_ioremap_resource_byname()
 -  Use temporary variable for struct device
 -  Drop wrong kernel doc annotations

zynqmp:
 -  Unify pin naming

----------------------------------------------------------------
Andy Shevchenko (19):
      lib/string_helpers: Introduce kasprintf_strarray()
      lib/string_helpers: Introduce managed variant of kasprintf_strarray()
      pinctrl/rockchip: Drop wrong kernel doc annotation
      pinctrl/rockchip: Use temporary variable for struct device
      pinctrl/rockchip: Make use of the devm_platform_get_and_ioremap_resource()
      pinctrl/rockchip: Convert to use dev_err_probe()
      pinctrl/rockchip: Switch to use devm_kasprintf_strarray()
      pinctrl: armada-37xx: Fix function name in the kernel doc
      pinctrl: armada-37xx: Use temporary variable for struct device
      pinctrl: armada-37xx: Make use of the devm_platform_ioremap_resource()
      pinctrl: armada-37xx: Convert to use dev_err_probe()
      pinctrl: armada-37xx: Switch to use devm_kasprintf_strarray()
      pinctrl: st: Drop wrong kernel doc annotations
      pinctrl: st: Use temporary variable for struct device
      pinctrl: st: Make use of the devm_platform_ioremap_resource_byname()
      pinctrl: st: Convert to use dev_err_probe()
      pinctrl: st: Switch to use devm_kasprintf_strarray()
      pinctrl: zynqmp: Unify pin naming
      gpio: mockup: Switch to use kasprintf_strarray()

 drivers/gpio/gpio-mockup.c                  |  23 +---
 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c |  85 ++++++---------
 drivers/pinctrl/pinctrl-rockchip.c          | 159 +++++++++++++---------------
 drivers/pinctrl/pinctrl-st.c                | 116 +++++++++-----------
 drivers/pinctrl/pinctrl-zynqmp.c            |  10 +-
 include/linux/string_helpers.h              |   4 +
 lib/string_helpers.c                        |  64 +++++++++++
 7 files changed, 233 insertions(+), 228 deletions(-)

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [GIT PULL] intel-pinctrl for 5.17-2
  2021-11-19  8:45 [GIT PULL] intel-pinctrl for 5.17-2 Andy Shevchenko
@ 2021-11-20  2:45 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2021-11-20  2:45 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Linux pin control, Mika Westerberg

On Fri, Nov 19, 2021 at 9:45 AM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> The kasprintf_strarray() series as PR for both Pin Control and GPIO subsystems.
> All tags have been applied.
>
> In this version the typo in zynqmp has been fixed, thanks to kbuild bot.

Excellent, thanks for your hard work on improving libraries!

Pulled into the pinctrl tree for v5.17.

Yours,
Linus Walleij

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

end of thread, other threads:[~2021-11-20  2:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-19  8:45 [GIT PULL] intel-pinctrl for 5.17-2 Andy Shevchenko
2021-11-20  2:45 ` Linus Walleij

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).