| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | rtc: isl1208: Balance enable_irq_wake() with disable_irq_wake() on cleanup | John Madieu | 1 | -1/+14 |
| 10 days | rtc: Use named initializers for arrays of i2c_device_data | Uwe Kleine-König (The Capable Hub) | 1 | -5/+5 |
| 2025-01-09 | rtc: use boolean values with device_init_wakeup() | Wolfram Sang | 1 | -1/+1 |
| 2024-06-28 | rtc: isl1208: Update correct procedure for clearing alarm | Biju Das | 1 | -5/+7 |
| 2024-06-28 | rtc: isl1208: Add a delay for clearing alarm | Biju Das | 1 | -0/+13 |
| 2024-06-28 | rtc: isl1208: Fix return value of nvmem callbacks | Joy Chakraborty | 1 | -7/+4 |
| 2023-08-27 | rtc: isl1208: Fix incorrect logic in isl1208_set_xtoscb() | Biju Das | 1 | -2/+1 |
| 2023-07-27 | rtc: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
| 2023-07-27 | rtc: isl1208: Simplify probe() | Biju Das | 1 | -11/+3 |
| 2023-06-26 | rtc: isl1208: Add support for the built-in RTC on the PMIC RAA215300 | Biju Das | 1 | -0/+12 |
| 2023-06-26 | rtc: isl1208: Add isl1208_set_xtoscb() | Biju Das | 1 | -6/+51 |
| 2023-06-26 | rtc: isl1208: Drop enum isl1208_id and split isl1208_configs[] | Biju Das | 1 | -23/+33 |
| 2023-06-26 | rtc: isl1208: Make similar I2C and DT-based matching table | Biju Das | 1 | -6/+6 |
| 2023-06-26 | rtc: isl1208: Drop name variable | Biju Das | 1 | -5/+4 |
| 2023-06-06 | rtc: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2022-11-15 | rtc: isl1208: Convert to .probe_new() | Uwe Kleine-König | 1 | -2/+4 |
| 2022-06-24 | rtc: isl1208: do not advertise update interrupt feature if no interrupt speci... | Quentin Schulz | 1 | -3/+7 |
| 2021-02-06 | rtc: isl1208: quiet maybe-unused variable warning | Alexandre Belloni | 1 | -1/+1 |
| 2020-11-19 | rtc: rework rtc_register_device() resource management | Bartosz Golaszewski | 1 | -1/+1 |
| 2020-11-19 | rtc: add devm_ prefix to rtc_nvmem_register() | Bartosz Golaszewski | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
| 2019-02-17 | rtc: isl1208: Add new style nvmem support to driver | Trent Piepho | 1 | -0/+50 |
| 2019-02-17 | rtc: isl1208: Support more chip variations | Trent Piepho | 1 | -22/+55 |
| 2019-02-17 | rtc: isl1208: Introduce driver state struct | Trent Piepho | 1 | -12/+21 |
| 2019-01-10 | rtc: isl1208: fix negative digital trim reporting | Trent Piepho | 1 | -4/+5 |
| 2018-11-22 | rtc: isl1208: Use i2c block read/write routines | Trent Piepho | 1 | -33/+4 |
| 2018-09-28 | rtc: isl1208: don't include core header file | Alexandre Belloni | 1 | -4/+3 |
| 2018-09-28 | rtc: isl1208: avoid possible sysfs race | Alexandre Belloni | 1 | -17/+10 |
| 2018-08-14 | rtc: isl1208: set ev-evienb bit from device tree | Denis Osterland | 1 | -3/+18 |
| 2018-08-14 | rtc: isl1208: Add "evdet" interrupt source for isl1219 | Denis Osterland | 1 | -16/+30 |
| 2018-08-14 | rtc: isl1208: add support for isl1219 with tamper detection | Michael Grzeschik | 1 | -7/+124 |
| 2018-03-17 | rtc: isl1208: switch to rtc_register_device | Denis Osterland | 1 | -4/+4 |
| 2018-03-17 | rtc: isl1208: enable interrupt after context preparation | Michael Grzeschik | 1 | -17/+17 |
| 2018-03-01 | rtc: isl1208: Fix unintended clear of SR bits | Denis Osterland | 1 | -0/+5 |
| 2017-03-09 | rtc: isl1208: Add OF device ID table | Javier Martinez Canillas | 1 | -2/+10 |
| 2016-05-20 | rtc: remove useless DRV_VERSION | Alexandre Belloni | 1 | -6/+0 |
| 2015-11-08 | rtc: isl1208: Pass the IRQF_ONESHOT flag | Fabio Estevam | 1 | -1/+1 |
| 2015-06-25 | rtc: isl1208: Replace deprecated rtc_tm_to_time() | Xunlei Pang | 1 | -8/+1 |
| 2013-11-13 | drivers/rtc/rtc-isl1208.c: use devm_* APIs | Sachin Kamat | 1 | -25/+11 |
| 2013-11-13 | drivers/rtc/rtc-isl1208.c: remove redundant checks | Sachin Kamat | 1 | -5/+1 |
| 2013-02-05 | drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler | Jan Luebbe | 1 | -0/+3 |
| 2012-11-19 | Fix misspellings of "whether" in comments. | Adam Buchbinder | 1 | -1/+1 |
| 2012-10-06 | drivers/rtc/rtc-isl1208.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 1 | -4/+16 |
| 2012-10-06 | drivers/rtc/rtc-isl1208.c: add support for the ISL1218 | Ben Gardner | 1 | -0/+1 |
| 2012-03-23 | rtc: convert rtc i2c drivers to module_i2c_driver | Axel Lin | 1 | -14/+1 |
| 2011-03-22 | drivers/rtc/rtc-isl1208.c: add alarm support | Ryan Mallon | 1 | -5/+171 |
| 2010-05-25 | rtc-isl1208: use sysfs_{create/remove}_group | H Hartley Sweeten | 1 | -34/+11 |
| 2008-12-23 | rtc: rtc-isl1208: reject invalid dates | Chris Elston | 1 | -0/+7 |
| 2008-10-20 | drivers/rtc/: use bcd2bin/bin2bcd | Adrian Bunk | 1 | -21/+21 |
| 2008-08-12 | rtc-isl1208: fix double removal of a sysfs entry | Alessandro Zummo | 1 | -1/+1 |
| 2008-04-29 | i2c: Convert most new-style drivers to use module aliasing | Jean Delvare | 1 | -0/+7 |
| 2008-04-29 | i2c: Add support for device alias names | Jean Delvare | 1 | -1/+1 |
| 2008-04-28 | rtc-isl1208: new style conversion and minor bug fixes | Alessandro Zummo | 1 | -187/+170 |
| 2008-01-27 | i2c: normal_i2c can be made const (rtc drivers) | Jean Delvare | 1 | -1/+1 |
| 2006-10-01 | [PATCH] constify rtc_class_ops: update drivers | David Brownell | 1 | -1/+1 |
| 2006-07-14 | [PATCH] RTC subsystem, Add ISL1208 support | Herbert Valerio Riedel | 1 | -0/+591 |