Hello Greg, On Thu, Mar 07, 2024 at 09:38:07AM +0100, Uwe Kleine-König wrote: > On Thu, Mar 07, 2024 at 07:29:59AM +0000, Greg Kroah-Hartman wrote: > > Can you send me a "real" git pull request so that I can verify it is > > what you say it is (ideally with a signed tag)? > > Sure, can do. I will do that tomorrow when (and if) my branch is in next > and so got a bit more exposure. That has worked so far. So here comes the requested pull request. I dropped the two patches you collected in the meantime in your char-misc-next branch. The two branches (i.e. your char-misc-next and this PR's tag) merge without conflict. The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git tags/siox/for-greg-6.9-rc1 for you to fetch changes up to db418d5f1ca5b7bafc8eaa9393ea18a7901bb0ed: siox: bus-gpio: Simplify using devm_siox_* functions (2024-03-08 22:01:10 +0100) Please pull this for the 6.9-rc1 merge window. Thanks Uwe ---------------------------------------------------------------- SIOX changes for 6.9-rc1 These patches rework how siox device registration works. This allows to simplify the gpio bus driver using two new devm functions. ---------------------------------------------------------------- Uwe Kleine-König (4): siox: Don't pass the reference on a master in siox_master_register() siox: Provide a devm variant of siox_master_alloc() siox: Provide a devm variant of siox_master_register() siox: bus-gpio: Simplify using devm_siox_* functions drivers/siox/siox-bus-gpio.c | 62 ++++++++++++++------------------------------ drivers/siox/siox-core.c | 46 ++++++++++++++++++++++++++++++++ drivers/siox/siox.h | 4 +++ 3 files changed, 70 insertions(+), 42 deletions(-) -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | https://www.pengutronix.de/ |