summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-isl12022.c
AgeCommit message (Expand)Author
2023-08-16rtc: isl12022: implement support for the #clock-cells DT propertyRasmus Villemoes
2023-08-16rtc: isl12022: trigger battery level detection during probeRasmus Villemoes
2023-08-16rtc: isl12022: implement RTC_VL_READ ioctlRasmus Villemoes
2023-08-16rtc: isl12022: add support for trip level DT bindingRasmus Villemoes
2023-08-16rtc: isl12022: remove wrong warning for low battery levelRasmus Villemoes
2023-06-06rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-06-06rtc: isl12022: constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2023-02-22rtc: isl12022: sort header inclusion alphabeticallyAndy Shevchenko
2023-02-22rtc: isl12022: Join string literals backAndy Shevchenko
2023-02-22rtc: isl12022: Drop unneeded OF guards and of_match_ptr()Andy Shevchenko
2023-02-22rtc: isl12022: Explicitly use __le16 type for ISL12022_REG_TEMP_LAndy Shevchenko
2023-02-22rtc: isl12022: Get rid of unneeded private struct isl12022Andy Shevchenko
2022-11-15rtc: isl12022: add support for temperature sensorRasmus Villemoes
2022-10-13rtc: isl12022: switch to using regmap APIRasmus Villemoes
2022-10-13rtc: isl12022: drop redundant write to HR registerRasmus Villemoes
2022-10-13rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()Rasmus Villemoes
2022-10-13rtc: isl12022: use %ptRRasmus Villemoes
2022-10-13rtc: isl12022: simplify some expressionsRasmus Villemoes
2022-10-13rtc: isl12022: drop a dev_info()Rasmus Villemoes
2022-10-13rtc: isl12022: specify range_min and range_maxRasmus Villemoes
2022-10-13rtc: isl12022: stop using deprecated devm_rtc_device_register()Rasmus Villemoes
2022-06-24rtc: use simple i2c probeStephen Kitt
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-04-03rtc: isl12022: use true and false for boolean valuesGustavo A. R. Silva
2018-03-02rtc: isl12022: remove useless indirectionAlexandre Belloni
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni
2015-09-05rtc: Export OF module alias information in missing driversJavier Martinez Canillas
2015-09-05rtc: use rtc_valid_tm() error code when reading date/timeAndrea Scian
2015-02-16rtc: isl12022: deprecate use of isl in compatible string for isilArnaud Ebalard
2014-10-14rtc: make of_device_ids constUwe Kleine-König
2014-08-08drivers/rtc/rtc-isl12022.c: device tree supportStuart Longland
2013-07-16drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat
2013-07-03drivers/rtc/rtc-isl12022.c: use PTR_RET()Sachin Kamat
2013-07-03drivers/rtc/rtc-isl12022.c: remove empty functionSachin Kamat
2013-04-29drivers/rtc/rtc-isl12022.c: Remove rtc8564 from isl12022_idAxel Lin
2013-04-29rtc: rtc-isl12022: use devm_*() functionsJingoo Han
2013-02-21drivers/rtc: remove unnecessary semicolonsPeter Senna Tschudin
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker
2010-08-11rtc-isl12022: properly handle military hour formatRoman Fietze
2010-08-11rtc: add Intersil ISL12022 RTC driverRoman Fietze