aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf2123.c
AgeCommit message (Expand)Author
2019-08-20rtc: pcf2123: add proper compatible stringAlexandre Belloni
2019-08-20rtc: pcf2123: let the core handle range offsettingAlexandre Belloni
2019-08-20rtc: pcf2123: convert to devm_rtc_allocate_deviceAlexandre Belloni
2019-08-20rtc: pcf2123: remove useless error path gotoAlexandre Belloni
2019-08-20rtc: pcf2123: rename struct and variablesAlexandre Belloni
2019-08-20rtc: pcf2123: stop using dev.platform_dataAlexandre Belloni
2019-08-20rtc: pcf2123: implement .alarm_irq_enableAlexandre Belloni
2019-08-20rtc; pcf2123: fix possible alarm race conditionAlexandre Belloni
2019-08-20rtc: pcf2123: don't use weekday alarmAlexandre Belloni
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19rtc: pcf2123: fix negative offset roundingAlexandre Belloni
2019-06-19rtc: pcf2123: add alarm supportDylan Howey
2019-06-19rtc: pcf2123: use %ptRDylan Howey
2019-06-19rtc: pcf2123: port to regmapDylan Howey
2019-06-19rtc: pcf2123: remove sysfs register viewDylan Howey
2018-12-18rtc: pcf2123: Add Microcrystal rv2123Alexandre Belloni
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2016-08-31rtc: pcf2123: Add missing error code assignment before testChristophe JAILLET
2016-06-04rtc: pcf2123: use sign_extend32() for sign extensionMartin Kepplinger
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni
2016-03-14rtc: pcf2123: implement read_offset and set_offsetJoshua Clayton
2016-03-14rtc: pcf2123: avoid resetting the clock if possibleJoshua Clayton
2016-03-14rtc: pcf2123: refactor chip reset into a functionJoshua Clayton
2016-03-14rtc: pcf2123: clean up writes to the rtc chipJoshua Clayton
2016-03-14rtc: pcf2123: clean up reads from the chipJoshua Clayton
2016-03-14rtc: pcf2123: define registers and bit macrosJoshua Clayton
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-09-05rtc: use rtc_valid_tm() error code when reading date/timeAndrea Scian
2015-02-13drivers/rtc/rtc-pcf2123.c: add support for devicetreeJoshua Clayton
2013-11-13drivers/rtc/rtc-pcf2123.c: use dev_get_platdata()Jingoo Han
2013-07-03drivers/rtc/rtc-pcf2123.c: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-07-03drivers/rtc/rtc-pcf2123.c: remove space before tabsSachin Kamat
2013-04-29drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe()Wei Yongjun
2013-04-29rtc: rtc-pcf2123: use devm_*() functionsJingoo Han
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-08-21drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesIlya Shchepetkov
2012-03-23rtc: convert rtc spi drivers to module_spi_driverAxel Lin
2012-01-10drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06rtc-pcf2123: move pcf2123_remove to .devexit.textUwe Kleine-König
2009-09-23rtc-philips-pcf2123-rtc-spi-driver-updatesChris Verges
2009-09-23rtc: Philips PCF2123 RTC SPI driverChris Verges