summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf2123.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: pcf2123: use rtc_lock/rtc_unlockAlexandre Belloni2021-01-251-3/+2
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: pcf2123: add proper compatible stringAlexandre Belloni2019-08-201-1/+3
* rtc: pcf2123: let the core handle range offsettingAlexandre Belloni2019-08-201-4/+5
* rtc: pcf2123: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-08-201-8/+8
* rtc: pcf2123: remove useless error path gotoAlexandre Belloni2019-08-201-8/+3
* rtc: pcf2123: rename struct and variablesAlexandre Belloni2019-08-201-38/+38
* rtc: pcf2123: stop using dev.platform_dataAlexandre Belloni2019-08-201-10/+11
* rtc: pcf2123: implement .alarm_irq_enableAlexandre Belloni2019-08-201-9/+10
* rtc; pcf2123: fix possible alarm race conditionAlexandre Belloni2019-08-201-4/+4
* rtc: pcf2123: don't use weekday alarmAlexandre Belloni2019-08-201-2/+2
* Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-07-171-179/+175
|\
| * rtc: pcf2123: fix negative offset roundingAlexandre Belloni2019-06-191-1/+1
| * rtc: pcf2123: add alarm supportDylan Howey2019-06-191-2/+114
| * rtc: pcf2123: use %ptRDylan Howey2019-06-191-10/+2
| * rtc: pcf2123: port to regmapDylan Howey2019-06-191-81/+61
| * rtc: pcf2123: remove sysfs register viewDylan Howey2019-06-191-89/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
|/
* rtc: pcf2123: Add Microcrystal rv2123Alexandre Belloni2018-12-181-0/+1
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: pcf2123: Add missing error code assignment before testChristophe JAILLET2016-08-311-2/+3
* rtc: pcf2123: use sign_extend32() for sign extensionMartin Kepplinger2016-06-041-2/+2
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-201-4/+0
* rtc: pcf2123: implement read_offset and set_offsetJoshua Clayton2016-03-141-0/+57
* rtc: pcf2123: avoid resetting the clock if possibleJoshua Clayton2016-03-141-3/+12
* rtc: pcf2123: refactor chip reset into a functionJoshua Clayton2016-03-141-28/+36
* rtc: pcf2123: clean up writes to the rtc chipJoshua Clayton2016-03-141-35/+32
* rtc: pcf2123: clean up reads from the chipJoshua Clayton2016-03-141-17/+19
* rtc: pcf2123: define registers and bit macrosJoshua Clayton2016-03-141-3/+47
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* rtc: use rtc_valid_tm() error code when reading date/timeAndrea Scian2015-09-051-7/+1
* drivers/rtc/rtc-pcf2123.c: add support for devicetreeJoshua Clayton2015-02-131-0/+10
* drivers/rtc/rtc-pcf2123.c: use dev_get_platdata()Jingoo Han2013-11-131-1/+1
* drivers/rtc/rtc-pcf2123.c: replace strict_strtoul() with kstrtoul()Jingoo Han2013-07-031-5/+10
* drivers/rtc/rtc-pcf2123.c: remove space before tabsSachin Kamat2013-07-031-5/+5
* drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe()Wei Yongjun2013-04-291-0/+1
* rtc: rtc-pcf2123: use devm_*() functionsJingoo Han2013-04-291-8/+3
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesIlya Shchepetkov2012-08-211-0/+2
* rtc: convert rtc spi drivers to module_spi_driverAxel Lin2012-03-231-12/+1
* drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen2012-01-101-1/+0
* rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker2011-10-311-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* rtc-pcf2123: move pcf2123_remove to .devexit.textUwe Kleine-König2010-03-061-1/+1
* rtc-philips-pcf2123-rtc-spi-driver-updatesChris Verges2009-09-231-12/+32
* rtc: Philips PCF2123 RTC SPI driverChris Verges2009-09-231-0/+344