mbox series

[0/2] rtc: convert two drivers to devm_i2c_new_dummy_device()

Message ID 20190820154239.8230-1-wsa+renesas@sang-engineering.com
Headers show
Series rtc: convert two drivers to devm_i2c_new_dummy_device() | expand

Message

Wolfram Sang Aug. 20, 2019, 3:42 p.m. UTC
I was about to simplify the call to i2c_unregister_device() when I
realized that converting to devm_i2c_new_dummy_device() will simplify
the drivers a lot. So I took this approach.

Only build tested, but visually reviewed multiple times.

Wolfram Sang (2):
  rtc: max77686: convert to devm_i2c_new_dummy_device()
  rtc: s35390a: convert to devm_i2c_new_dummy_device()

 drivers/rtc/rtc-max77686.c | 17 +++---------
 drivers/rtc/rtc-s35390a.c  | 54 +++++++++-----------------------------
 2 files changed, 17 insertions(+), 54 deletions(-)