Age | Commit message (Expand) | Author | Files | Lines |
2023-08-16 | rtc: isl12022: implement support for the #clock-cells DT property | Rasmus Villemoes | 1 | -0/+44 |
2023-08-16 | rtc: isl12022: trigger battery level detection during probe | Rasmus Villemoes | 1 | -0/+10 |
2023-08-16 | rtc: isl12022: implement RTC_VL_READ ioctl | Rasmus Villemoes | 1 | -0/+27 |
2023-08-16 | rtc: isl12022: add support for trip level DT binding | Rasmus Villemoes | 1 | -0/+39 |
2023-08-16 | rtc: isl12022: remove wrong warning for low battery level | Rasmus Villemoes | 1 | -6/+0 |
2023-06-07 | rtc: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
2023-06-07 | rtc: isl12022: constify pointers to hwmon_channel_info | Krzysztof Kozlowski | 1 | -1/+1 |
2023-02-22 | rtc: isl12022: sort header inclusion alphabetically | Andy Shevchenko | 1 | -5/+5 |
2023-02-22 | rtc: isl12022: Join string literals back | Andy Shevchenko | 1 | -6/+2 |
2023-02-22 | rtc: isl12022: Drop unneeded OF guards and of_match_ptr() | Andy Shevchenko | 1 | -9/+1 |
2023-02-22 | rtc: isl12022: Explicitly use __le16 type for ISL12022_REG_TEMP_L | Andy Shevchenko | 1 | -4/+5 |
2023-02-22 | rtc: isl12022: Get rid of unneeded private struct isl12022 | Andy Shevchenko | 1 | -35/+21 |
2022-11-15 | rtc: isl12022: add support for temperature sensor | Rasmus Villemoes | 1 | -0/+94 |
2022-10-13 | rtc: isl12022: switch to using regmap API | Rasmus Villemoes | 1 | -85/+25 |
2022-10-13 | rtc: isl12022: drop redundant write to HR register | Rasmus Villemoes | 1 | -14/+0 |
2022-10-13 | rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata() | Rasmus Villemoes | 1 | -3/+2 |
2022-10-13 | rtc: isl12022: use %ptR | Rasmus Villemoes | 1 | -10/+2 |
2022-10-13 | rtc: isl12022: simplify some expressions | Rasmus Villemoes | 1 | -4/+4 |
2022-10-13 | rtc: isl12022: drop a dev_info() | Rasmus Villemoes | 1 | -3/+0 |
2022-10-13 | rtc: isl12022: specify range_min and range_max | Rasmus Villemoes | 1 | -0/+2 |
2022-10-13 | rtc: isl12022: stop using deprecated devm_rtc_device_register() | Rasmus Villemoes | 1 | -4/+7 |
2022-06-24 | rtc: use simple i2c probe | Stephen Kitt | 1 | -3/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2018-04-03 | rtc: isl12022: use true and false for boolean values | Gustavo A. R. Silva | 1 | -1/+1 |
2018-03-02 | rtc: isl12022: remove useless indirection | Alexandre Belloni | 1 | -12/+4 |
2018-03-02 | rtc: stop validating rtc_time in .read_time | Alexandre Belloni | 1 | -1/+1 |
2016-05-20 | rtc: remove useless DRV_VERSION | Alexandre Belloni | 1 | -5/+0 |
2015-09-05 | rtc: Export OF module alias information in missing drivers | Javier Martinez Canillas | 1 | -0/+1 |
2015-09-05 | rtc: use rtc_valid_tm() error code when reading date/time | Andrea Scian | 1 | -6/+1 |
2015-02-17 | rtc: isl12022: deprecate use of isl in compatible string for isil | Arnaud Ebalard | 1 | -1/+2 |
2014-10-14 | rtc: make of_device_ids const | Uwe Kleine-König | 1 | -1/+1 |
2014-08-09 | drivers/rtc/rtc-isl12022.c: device tree support | Stuart Longland | 1 | -0/+12 |
2013-07-16 | drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZERO | Sachin Kamat | 1 | -1/+1 |
2013-07-04 | drivers/rtc/rtc-isl12022.c: use PTR_RET() | Sachin Kamat | 1 | -4/+2 |
2013-07-04 | drivers/rtc/rtc-isl12022.c: remove empty function | Sachin Kamat | 1 | -6/+0 |
2013-04-30 | drivers/rtc/rtc-isl12022.c: Remove rtc8564 from isl12022_id | Axel Lin | 1 | -1/+0 |
2013-04-30 | rtc: rtc-isl12022: use devm_*() functions | Jingoo Han | 1 | -22/+7 |
2013-02-22 | drivers/rtc: remove unnecessary semicolons | Peter Senna Tschudin | 1 | -1/+1 |
2012-03-24 | rtc: convert rtc i2c drivers to module_i2c_driver | Axel Lin | 1 | -12/+1 |
2011-11-01 | rtc: Add module.h to implicit users in drivers/rtc | Paul Gortmaker | 1 | -0/+1 |
2010-08-11 | rtc-isl12022: properly handle military hour format | Roman Fietze | 1 | -1/+1 |
2010-08-11 | rtc: add Intersil ISL12022 RTC driver | Roman Fietze | 1 | -0/+327 |