2024-04-25 07:23:59

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL] w1: drivers for v6.10

Hi Greg,

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1.git tags/w1-drv-6.10

for you to fetch changes up to cde37a5bdb0ed2c4c7b86ef688e5fdb697525a57:

w1: gpio: Don't use "proxy" headers (2024-03-25 12:06:37 +0100)

----------------------------------------------------------------
1-Wire bus drivers for v6.10

Few cleanups of 1-Wire GPIO driver to make it more robust and easier to
read.

----------------------------------------------------------------
Andy Shevchenko (5):
w1: gpio: Make use of device properties
w1: gpio: Switch to use dev_err_probe()
w1: gpio: Use sizeof(*pointer) instead of sizeof(type)
w1: gpio: Remove duplicate NULL checks
w1: gpio: Don't use "proxy" headers

drivers/w1/masters/w1-gpio.c | 62 ++++++++++++++++++--------------------------
1 file changed, 25 insertions(+), 37 deletions(-)


2024-04-29 08:53:34

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] w1: drivers for v6.10

On Thu, Apr 25, 2024 at 09:23:29AM +0200, Krzysztof Kozlowski wrote:
> Hi Greg,
>
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
>
> Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1.git tags/w1-drv-6.10

Pulled and pushed out, thanks.

greg k-h