* [GIT PULL] ib-devres-iio-input-pinctrl-v6.15
@ 2025-02-24 10:15 Andy Shevchenko
2025-02-24 10:28 ` Andy Shevchenko
2025-02-27 23:20 ` Linus Walleij
0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2025-02-24 10:15 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/ib-devres-iio-input-pinctrl-v6.15
for you to fetch changes up to 1f4c7f3b3afa90e10903234c86d5bd168c5f23b3:
Merge patch series "Split devres APIs to device/devres.h and introduce devm_kmemdup_array()" (2025-02-24 12:08:53 +0200)
----------------------------------------------------------------
ib-devres-iio-input-pinctrl for v6.15
* Split devres APIs to a 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()
Merge patch series "Split devres APIs to device/devres.h and introduce devm_kmemdup_array()":
- Merge patch series "Split devres APIs to device/devres.h and introduce 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] 4+ messages in thread
* Re: [GIT PULL] ib-devres-iio-input-pinctrl-v6.15
2025-02-24 10:15 [GIT PULL] ib-devres-iio-input-pinctrl-v6.15 Andy Shevchenko
@ 2025-02-24 10:28 ` Andy Shevchenko
2025-02-27 23:20 ` Linus Walleij
1 sibling, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2025-02-24 10:28 UTC (permalink / raw)
To: Linux pin control, linux-iio, linux-input, Stephen Rothwell,
Sebastian Reichel, Linux Next Mailing List
Cc: Linus Walleij, Mika Westerberg, Jonathan Cameron, Dmitry Torokhov,
Greg Kroah-Hartman
On Mon, Feb 24, 2025 at 12:15:03PM +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]
This is an updated version of PR [2] that has proper SoB of the committer as
reported by Stephen [3].
Link: https://lore.kernel.org/r/Z7cqCaME4LxTTBn6@black.fi.intel.com [2]
Link: https://lore.kernel.org/r/20250224083406.6174f821@canb.auug.org.au [3]
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] ib-devres-iio-input-pinctrl-v6.15
2025-02-24 10:15 [GIT PULL] ib-devres-iio-input-pinctrl-v6.15 Andy Shevchenko
2025-02-24 10:28 ` Andy Shevchenko
@ 2025-02-27 23:20 ` Linus Walleij
2025-02-28 12:13 ` Andy Shevchenko
1 sibling, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2025-02-27 23:20 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Linux pin control, linux-iio, linux-input, Mika Westerberg,
Jonathan Cameron, Dmitry Torokhov, Greg Kroah-Hartman
On Mon, Feb 24, 2025 at 11:15 AM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
> 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.
Will the pinctrl changes come in from some other tree if I don't do
anything?
Then I prefer to just chill :D
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] ib-devres-iio-input-pinctrl-v6.15
2025-02-27 23:20 ` Linus Walleij
@ 2025-02-28 12:13 ` Andy Shevchenko
0 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2025-02-28 12:13 UTC (permalink / raw)
To: Linus Walleij
Cc: Linux pin control, linux-iio, linux-input, Mika Westerberg,
Jonathan Cameron, Dmitry Torokhov, Greg Kroah-Hartman
On Fri, Feb 28, 2025 at 12:20:18AM +0100, Linus Walleij wrote:
> On Mon, Feb 24, 2025 at 11:15 AM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
>
> > 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.
>
> Will the pinctrl changes come in from some other tree if I don't do
> anything?
>
> Then I prefer to just chill :D
This will come inside Intel pin control PR as usual, you don't need to do
anything special.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-28 12:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-24 10:15 [GIT PULL] ib-devres-iio-input-pinctrl-v6.15 Andy Shevchenko
2025-02-24 10:28 ` Andy Shevchenko
2025-02-27 23:20 ` Linus Walleij
2025-02-28 12:13 ` 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).