Message ID | 20220921114624.3250848-1-linux@rasmusvillemoes.dk (mailing list archive) |
---|---|
Headers | show |
Series | rtc: isl12022: cleanups and hwmon support | expand |
On 21/09/2022 13.46, Rasmus Villemoes wrote: > This series does a few cleanups of the isl12022 driver, > > - removes use of deprecated function > - removes some redundant code > - switches to regmap API instead of private helpers > > It also provides range_min, range_max values and finally hooks up the > temperatur sensor to hwmon. > Ping. Alexandre, anything I need to do to move this forward? Thanks, Rasmus
On Wed, 21 Sep 2022 13:46:15 +0200, Rasmus Villemoes wrote: > This series does a few cleanups of the isl12022 driver, > > - removes use of deprecated function > - removes some redundant code > - switches to regmap API instead of private helpers > > It also provides range_min, range_max values and finally hooks up the > temperatur sensor to hwmon. > > [...] Applied, thanks! [1/9] rtc: isl12022: stop using deprecated devm_rtc_device_register() commit: a35a2ad2b88a66732ac442ad5f86dc49af51673f [2/9] rtc: isl12022: specify range_min and range_max commit: ca03b7a2c0b098321365f69538823d1bcc860552 [3/9] rtc: isl12022: drop a dev_info() commit: 43a96b9cf67770d4bb46267e1554d3d8b4cf78ac [4/9] rtc: isl12022: simplify some expressions commit: ca35887186b7c53f26c42aee1285ba213adb4365 [5/9] rtc: isl12022: use %ptR commit: 7093b8a471f48d49891da2108f44fd64742408cb [6/9] rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata() commit: 31b108acc50cddf3d16472ead45c4cd0d1337289 [7/9] rtc: isl12022: drop redundant write to HR register commit: 0a2abbfd8586d396a8581ebf9b96fd5746f08b14 [8/9] rtc: isl12022: switch to using regmap API commit: b1a1baa657c738e8bb0107ce304f5e78b9847f37 Best regards,