summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-isl1208.c
AgeCommit message (Expand)Author
2021-02-06rtc: isl1208: quiet maybe-unused variable warningAlexandre Belloni
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-17rtc: isl1208: Add new style nvmem support to driverTrent Piepho
2019-02-17rtc: isl1208: Support more chip variationsTrent Piepho
2019-02-17rtc: isl1208: Introduce driver state structTrent Piepho
2019-01-10rtc: isl1208: fix negative digital trim reportingTrent Piepho
2018-11-22rtc: isl1208: Use i2c block read/write routinesTrent Piepho
2018-09-28rtc: isl1208: don't include core header fileAlexandre Belloni
2018-09-28rtc: isl1208: avoid possible sysfs raceAlexandre Belloni
2018-08-14rtc: isl1208: set ev-evienb bit from device treeDenis Osterland
2018-08-14rtc: isl1208: Add "evdet" interrupt source for isl1219Denis Osterland
2018-08-14rtc: isl1208: add support for isl1219 with tamper detectionMichael Grzeschik
2018-03-17rtc: isl1208: switch to rtc_register_deviceDenis Osterland
2018-03-17rtc: isl1208: enable interrupt after context preparationMichael Grzeschik
2018-03-01rtc: isl1208: Fix unintended clear of SR bitsDenis Osterland
2017-03-09rtc: isl1208: Add OF device ID tableJavier Martinez Canillas
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni
2015-11-08rtc: isl1208: Pass the IRQF_ONESHOT flagFabio Estevam
2015-06-25rtc: isl1208: Replace deprecated rtc_tm_to_time()Xunlei Pang
2013-11-13drivers/rtc/rtc-isl1208.c: use devm_* APIsSachin Kamat
2013-11-13drivers/rtc/rtc-isl1208.c: remove redundant checksSachin Kamat
2013-02-05drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handlerJan Luebbe
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder
2012-10-06drivers/rtc/rtc-isl1208.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D
2012-10-06drivers/rtc/rtc-isl1208.c: add support for the ISL1218Ben Gardner
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin
2011-03-22drivers/rtc/rtc-isl1208.c: add alarm supportRyan Mallon
2010-05-25rtc-isl1208: use sysfs_{create/remove}_groupH Hartley Sweeten
2008-12-23rtc: rtc-isl1208: reject invalid datesChris Elston
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk
2008-08-12rtc-isl1208: fix double removal of a sysfs entryAlessandro Zummo
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare
2008-04-29i2c: Add support for device alias namesJean Delvare
2008-04-28rtc-isl1208: new style conversion and minor bug fixesAlessandro Zummo
2008-01-27i2c: normal_i2c can be made const (rtc drivers)Jean Delvare
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell
2006-07-14[PATCH] RTC subsystem, Add ISL1208 supportHerbert Valerio Riedel