summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf2123.c
Commit message (Expand)AuthorAgeFilesLines
* 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