aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf2123.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-01rtc: pcf2123: use IRQ flags obtained from fwnodeGravatar Alexandre Belloni 1-1/+6
2022-03-23rtc: pcf2123: set RTC_FEATURE_ALARM_RES_MINUTEGravatar Alexandre Belloni 1-0/+1
2022-03-23rtc: pcf2123: switch to RTC_FEATURE_UPDATE_INTERRUPTGravatar Alexandre Belloni 1-1/+1
2021-09-25rtc: pcf2123: Add SPI ID tableGravatar Mark Brown 1-0/+9
2021-01-25rtc: pcf2123: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-3/+2
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2019-08-20rtc: pcf2123: add proper compatible stringGravatar Alexandre Belloni 1-1/+3
2019-08-20rtc: pcf2123: let the core handle range offsettingGravatar Alexandre Belloni 1-4/+5
2019-08-20rtc: pcf2123: convert to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-8/+8
2019-08-20rtc: pcf2123: remove useless error path gotoGravatar Alexandre Belloni 1-8/+3
2019-08-20rtc: pcf2123: rename struct and variablesGravatar Alexandre Belloni 1-38/+38
2019-08-20rtc: pcf2123: stop using dev.platform_dataGravatar Alexandre Belloni 1-10/+11
2019-08-20rtc: pcf2123: implement .alarm_irq_enableGravatar Alexandre Belloni 1-9/+10
2019-08-20rtc; pcf2123: fix possible alarm race conditionGravatar Alexandre Belloni 1-4/+4
2019-08-20rtc: pcf2123: don't use weekday alarmGravatar Alexandre Belloni 1-2/+2
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-179/+175
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-06-19rtc: pcf2123: fix negative offset roundingGravatar Alexandre Belloni 1-1/+1
2019-06-19rtc: pcf2123: add alarm supportGravatar Dylan Howey 1-2/+114
2019-06-19rtc: pcf2123: use %ptRGravatar Dylan Howey 1-10/+2
2019-06-19rtc: pcf2123: port to regmapGravatar Dylan Howey 1-81/+61
2019-06-19rtc: pcf2123: remove sysfs register viewGravatar Dylan Howey 1-89/+1
2018-12-18rtc: pcf2123: Add Microcrystal rv2123Gravatar Alexandre Belloni 1-0/+1
2018-03-02rtc: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2016-08-31rtc: pcf2123: Add missing error code assignment before testGravatar Christophe JAILLET 1-2/+3
2016-06-04rtc: pcf2123: use sign_extend32() for sign extensionGravatar Martin Kepplinger 1-2/+2
2016-05-20rtc: remove useless DRV_VERSIONGravatar Alexandre Belloni 1-4/+0
2016-03-14rtc: pcf2123: implement read_offset and set_offsetGravatar Joshua Clayton 1-0/+57
2016-03-14rtc: pcf2123: avoid resetting the clock if possibleGravatar Joshua Clayton 1-3/+12
2016-03-14rtc: pcf2123: refactor chip reset into a functionGravatar Joshua Clayton 1-28/+36
2016-03-14rtc: pcf2123: clean up writes to the rtc chipGravatar Joshua Clayton 1-35/+32
2016-03-14rtc: pcf2123: clean up reads from the chipGravatar Joshua Clayton 1-17/+19
2016-03-14rtc: pcf2123: define registers and bit macrosGravatar Joshua Clayton 1-3/+47
2015-10-28spi: Drop owner assignment from spi_driversGravatar Andrew F. Davis 1-1/+0
2015-09-05rtc: use rtc_valid_tm() error code when reading date/timeGravatar Andrea Scian 1-7/+1
2015-02-13drivers/rtc/rtc-pcf2123.c: add support for devicetreeGravatar Joshua Clayton 1-0/+10
2013-11-13drivers/rtc/rtc-pcf2123.c: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-07-03drivers/rtc/rtc-pcf2123.c: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-5/+10
2013-07-03drivers/rtc/rtc-pcf2123.c: remove space before tabsGravatar Sachin Kamat 1-5/+5
2013-04-29drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe()Gravatar Wei Yongjun 1-0/+1
2013-04-29rtc: rtc-pcf2123: use devm_*() functionsGravatar Jingoo Han 1-8/+3
2013-01-03Drivers: rtc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-08-21drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesGravatar Ilya Shchepetkov 1-0/+2
2012-03-23rtc: convert rtc spi drivers to module_spi_driverGravatar Axel Lin 1-12/+1
2012-01-10drivers/rtc/: remove redundant spi driver bus initializationGravatar Lars-Peter Clausen 1-1/+0
2011-10-31rtc: Add module.h to implicit users in drivers/rtcGravatar Paul Gortmaker 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-06rtc-pcf2123: move pcf2123_remove to .devexit.textGravatar Uwe Kleine-König 1-1/+1
2009-09-23rtc-philips-pcf2123-rtc-spi-driver-updatesGravatar Chris Verges 1-12/+32
2009-09-23rtc: Philips PCF2123 RTC SPI driverGravatar Chris Verges 1-0/+344