Linux IIO development
 help / color / mirror / Atom feed
* [GIT PULL] devres-iio-input-pinctrl-v6.15
@ 2025-02-20 13:11 Andy Shevchenko
  2025-02-24 10:03 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2025-02-20 13:11 UTC (permalink / raw)
  To: Linux pin control, linux-iio, linux-input
  Cc: Linus Walleij, Mika Westerberg, Andy Shevchenko, Jonathan Cameron,
	Dmitry Torokhov, Greg Kroah-Hartman


Hi Linux kernel maintainers,

Here is an immutable tag of the "Split devres APIs to device/devres.h and
introduce devm_kmemdup_array()" series [1], please pull if needed.

Link: https://lore.kernel.org/r/20250212062513.2254767-1-raag.jadav@intel.com [1]

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/devres-iio-input-pinctrl-v6.15

for you to fetch changes up to 9deb15de8ca27cf9cba0d2bac53bbe37c836591b:

  Merge patch series "Split devres APIs to device/devres.h and introduce devm_kmemdup_array()" (2025-02-20 14:59:10 +0200)

----------------------------------------------------------------
devres-iio-input-pinctrl for v6.15

* Split devres APIs to separate header (linux/device/devres.h)
* Move IOMEM_ERR_PTR() to err.h to avoid unneeded loops
* Introduce devm_kmemdup_array()
* Use devm_kmemdup_array() in input, IIO, and pinctrl subsystems

The following is an automated git shortlog grouped by driver:

baytrail:
 -  copy communities using devm_kmemdup_array()

cherryview:
 -  use devm_kmemdup_array()

devres:
 -  Introduce devm_kmemdup_array()

driver core:
 -  Split devres APIs to device/devres.h

err.h:
 -  move IOMEM_ERR_PTR() to err.h

iio:
 -  adc: xilinx-xadc-core: use devm_kmemdup_array()
 -  imu: st_lsm9ds0: Replace device.h with what is needed

input:
 -  ipaq-micro-keys: use devm_kmemdup_array()
 -  sparse-keymap: use devm_kmemdup_array()

intel:
 -  copy communities using devm_kmemdup_array()

pxa2xx:
 -  use devm_kmemdup_array()

tangier:
 -  use devm_kmemdup_array()

----------------------------------------------------------------
Andy Shevchenko (3):
      driver core: Split devres APIs to device/devres.h
      iio: imu: st_lsm9ds0: Replace device.h with what is needed
      Merge patch series "Split devres APIs to device/devres.h and introduce devm_kmemdup_array()"

Raag Jadav (10):
      err.h: move IOMEM_ERR_PTR() to err.h
      devres: Introduce devm_kmemdup_array()
      pinctrl: intel: copy communities using devm_kmemdup_array()
      pinctrl: baytrail: copy communities using devm_kmemdup_array()
      pinctrl: cherryview: use devm_kmemdup_array()
      pinctrl: tangier: use devm_kmemdup_array()
      pinctrl: pxa2xx: use devm_kmemdup_array()
      iio: adc: xilinx-xadc-core: use devm_kmemdup_array()
      input: sparse-keymap: use devm_kmemdup_array()
      input: ipaq-micro-keys: use devm_kmemdup_array()

 drivers/iio/adc/xilinx-xadc-core.c          |   4 +-
 drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_i2c.c |   2 +-
 drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_spi.c |   2 +-
 drivers/input/keyboard/ipaq-micro-keys.c    |   5 +-
 drivers/input/sparse-keymap.c               |   3 +-
 drivers/pinctrl/intel/pinctrl-baytrail.c    |   6 +-
 drivers/pinctrl/intel/pinctrl-cherryview.c  |   5 +-
 drivers/pinctrl/intel/pinctrl-intel.c       |   6 +-
 drivers/pinctrl/intel/pinctrl-tangier.c     |   5 +-
 drivers/pinctrl/pxa/pinctrl-pxa2xx.c        |   8 +-
 include/linux/device.h                      | 119 +------------------------
 include/linux/device/devres.h               | 129 ++++++++++++++++++++++++++++
 include/linux/err.h                         |   3 +
 include/linux/io.h                          |   2 -
 14 files changed, 152 insertions(+), 147 deletions(-)
 create mode 100644 include/linux/device/devres.h

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [GIT PULL] devres-iio-input-pinctrl-v6.15
  2025-02-20 13:11 [GIT PULL] devres-iio-input-pinctrl-v6.15 Andy Shevchenko
@ 2025-02-24 10:03 ` Andy Shevchenko
  2025-02-24 10:28   ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2025-02-24 10:03 UTC (permalink / raw)
  To: Linux pin control, linux-iio, linux-input
  Cc: Linus Walleij, Mika Westerberg, Jonathan Cameron, Dmitry Torokhov,
	Greg Kroah-Hartman

On Thu, Feb 20, 2025 at 03:11:37PM +0200, Andy Shevchenko wrote:
> 
> Hi Linux kernel maintainers,
> 
> Here is an immutable tag of the "Split devres APIs to device/devres.h and
> introduce devm_kmemdup_array()" series [1], please pull if needed.
> 
> Link: https://lore.kernel.org/r/20250212062513.2254767-1-raag.jadav@intel.com [1]

Stephen reported that some of the commits miss my SoB tag (as the committer).
I will issue another tag with than being fixed.

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [GIT PULL] devres-iio-input-pinctrl-v6.15
  2025-02-24 10:03 ` Andy Shevchenko
@ 2025-02-24 10:28   ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2025-02-24 10:28 UTC (permalink / raw)
  To: Linux pin control, linux-iio, linux-input
  Cc: Linus Walleij, Mika Westerberg, Jonathan Cameron, Dmitry Torokhov,
	Greg Kroah-Hartman

On Mon, Feb 24, 2025 at 12:03:20PM +0200, Andy Shevchenko wrote:
> On Thu, Feb 20, 2025 at 03:11:37PM +0200, Andy Shevchenko wrote:
> > 
> > Hi Linux kernel maintainers,
> > 
> > Here is an immutable tag of the "Split devres APIs to device/devres.h and
> > introduce devm_kmemdup_array()" series [1], please pull if needed.
> > 
> > Link: https://lore.kernel.org/r/20250212062513.2254767-1-raag.jadav@intel.com [1]
> 
> Stephen reported that some of the commits miss my SoB tag (as the committer).
> I will issue another tag with than being fixed.

Done as https://lore.kernel.org/r/Z7xGpz3Q4Zj6YHx7@black.fi.intel.com.

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2025-02-24 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-20 13:11 [GIT PULL] devres-iio-input-pinctrl-v6.15 Andy Shevchenko
2025-02-24 10:03 ` Andy Shevchenko
2025-02-24 10:28   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox