public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] w1: gpio: Some cleanup and simplifiction
@ 2023-12-04 22:05 Uwe Kleine-König
  2023-12-04 22:05 ` [PATCH v2 1/3] w1: gpio: Don't use platform data for driver data Uwe Kleine-König
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Uwe Kleine-König @ 2023-12-04 22:05 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: Rob Herring, Greg Kroah-Hartman, linux-kernel, kernel

Hello,

v1 is available at
https://lore.kernel.org/r/20230525095624.615350-1-u.kleine-koenig@pengutronix.de.

The changes in this v2 since then are:

 - Fix a build problem in patch #3
 - Rebase to today's next

Best regards
Uwe

Uwe Kleine-König (3):
  w1: gpio: Don't use platform data for driver data
  w1: gpio: Drop unused enable_external_pullup from driver data
  w1: gpio: rename pointer to driver data from pdata to ddata

 drivers/w1/masters/w1-gpio.c | 118 +++++++++++++----------------------
 include/linux/w1-gpio.h      |  22 -------
 2 files changed, 42 insertions(+), 98 deletions(-)
 delete mode 100644 include/linux/w1-gpio.h


base-commit: 629a3b49f3f957e975253c54846090b8d5ed2e9b
-- 
2.42.0


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

end of thread, other threads:[~2023-12-07 15:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 22:05 [PATCH v2 0/3] w1: gpio: Some cleanup and simplifiction Uwe Kleine-König
2023-12-04 22:05 ` [PATCH v2 1/3] w1: gpio: Don't use platform data for driver data Uwe Kleine-König
2023-12-04 22:05 ` [PATCH v2 2/3] w1: gpio: Drop unused enable_external_pullup from " Uwe Kleine-König
2023-12-04 22:05 ` [PATCH v2 3/3] w1: gpio: rename pointer to driver data from pdata to ddata Uwe Kleine-König
2023-12-07 13:29 ` [PATCH v2 0/3] w1: gpio: Some cleanup and simplifiction Krzysztof Kozlowski
2023-12-07 14:24   ` Uwe Kleine-König
2023-12-07 14:27     ` Krzysztof Kozlowski
2023-12-07 15:58       ` Uwe Kleine-König
2023-12-07 13:30 ` Krzysztof Kozlowski

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