mbox series

[0/9] rtc: Convert i2c drivers to .probe_new()

Message ID 20221021130706.178687-1-u.kleine-koenig@pengutronix.de
Headers show
Series rtc: Convert i2c drivers to .probe_new() | expand

Message

Uwe Kleine-König Oct. 21, 2022, 1:06 p.m. UTC
Hello,

See commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() call-back
type") for the rationale.

Best regards
Uwe

Uwe Kleine-König (9):
  rtc: abx80x: Convert to .probe_new()
  rtc: ds1307: Convert to .probe_new()
  rtc: isl1208: Convert to .probe_new()
  rtc: m41t80: Convert to .probe_new()
  rtc: nct3018y: Convert to .probe_new()
  rtc: pcf2127: Convert to .probe_new()
  rtc: rs5c372: Convert to .probe_new()
  rtc: rv8803: Convert to .probe_new()
  rtc: rx8025: Convert to .probe_new()

 drivers/rtc/rtc-abx80x.c   | 36 ++++++++++++++++++------------------
 drivers/rtc/rtc-ds1307.c   |  8 ++++----
 drivers/rtc/rtc-isl1208.c  |  6 ++++--
 drivers/rtc/rtc-m41t80.c   | 11 ++++++-----
 drivers/rtc/rtc-nct3018y.c |  5 ++---
 drivers/rtc/rtc-pcf2127.c  | 22 +++++++++++-----------
 drivers/rtc/rtc-rs5c372.c  | 11 ++++++-----
 drivers/rtc/rtc-rv8803.c   | 30 ++++++++++++++++--------------
 drivers/rtc/rtc-rx8025.c   |  6 +++---
 9 files changed, 70 insertions(+), 65 deletions(-)


base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780

Comments

Alexandre Belloni Nov. 2, 2022, 4:23 p.m. UTC | #1
On Fri, 21 Oct 2022 15:06:57 +0200, Uwe Kleine-König wrote:
> See commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() call-back
> type") for the rationale.
> 
> Best regards
> Uwe
> 
> Uwe Kleine-König (9):
>   rtc: abx80x: Convert to .probe_new()
>   rtc: ds1307: Convert to .probe_new()
>   rtc: isl1208: Convert to .probe_new()
>   rtc: m41t80: Convert to .probe_new()
>   rtc: nct3018y: Convert to .probe_new()
>   rtc: pcf2127: Convert to .probe_new()
>   rtc: rs5c372: Convert to .probe_new()
>   rtc: rv8803: Convert to .probe_new()
>   rtc: rx8025: Convert to .probe_new()
> 
> [...]

Applied, thanks!

[1/9] rtc: abx80x: Convert to .probe_new()
      commit: 4c112e62e093b216e10fbe568e51447b9e3fee34
[3/9] rtc: isl1208: Convert to .probe_new()
      commit: 44b8ae3ed23f0e2b5bc680c0a3f4be7c5597cb78
[4/9] rtc: m41t80: Convert to .probe_new()
      commit: 52b31f00779690274c2c54eb3cd939004ac077e4
[5/9] rtc: nct3018y: Convert to .probe_new()
      commit: a9e9636a71039f5aa270091209f0580c638e341f
[6/9] rtc: pcf2127: Convert to .probe_new()
      commit: e3be426bc755cb4946ee126ec23cd94cbe42251f
[7/9] rtc: rs5c372: Convert to .probe_new()
      commit: b08e47b0c8a83f4de9676122064bf57baa4ea1e8
[8/9] rtc: rv8803: Convert to .probe_new()
      commit: 1107e384f95eeeeda2ae98f0a162b4fb9f6015cd
[9/9] rtc: rx8025: Convert to .probe_new()
      commit: 789c2c83c89957e9c27e419801c2bab3bbf7a8b0

Note that patch attestation reports bad signature on your patches.

Best regards,