summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2013-01-11drivers/rtc/rtc-da9055.c: fix cross-section referenceAndrew Morton-1/+1
2013-01-04drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_timeTony Prisk-3/+4
2013-01-04drivers/rtc/rtc-vt8500.c: correct handling of CR_24H bitfieldTony Prisk-2/+2
2013-01-04rtc: add RTC driver for TPS6586xLaxman Dewangan-0/+365
2013-01-04drivers/rtc/rtc-tegra.c: convert to DT driverJoseph Lo-0/+7
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman-214/+209
2012-12-20revert "rtc: recycle id when unloading a rtc driver"Andrew Morton-1/+0
2012-12-20drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare-0/+1
2012-12-17rtc: DA9055 RTC driverAshish Jangam-0/+424
2012-12-17drivers/rtc/rtc-s3c: use of_match_ptr() macroSachin Kamat-3/+1
2012-12-17drivers/rtc/rtc-tps65910.c: enable RTC power domain on initializationKim, Milo-0/+7
2012-12-17drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.cSachin Kamat-19/+0
2012-12-17drivers/rtc/rtc-s3c.c: convert to use devm_* APITushar Behera-37/+8
2012-12-17drivers/rtc/rtc-s3c.c: remove unnecessary err_nores labelTushar Behera-4/+1
2012-12-17rtc: add NXP PCF8523 supportThierry Reding-0/+336
2012-12-17rtc: rtc-davinci: use devm_kzalloc()Devendra Naga-12/+4
2012-12-17rtc: rtc-davinci: return correct error code if rtc_device_register() failsDevendra Naga-2/+3
2012-12-17drivers/rtc/rtc-tps65910.c: rename irq to match deviceSivaram Nair-1/+1
2012-12-17rtc: rtc-spear: Provide flag for no support of UIE modeDeepak Sikri-0/+2
2012-12-17rtc: rtc-spear: Add clk_{un}prepare() supportDeepak Sikri-3/+3
2012-12-17rtc: rtc-spear: use devm_*() routinesViresh Kumar-60/+29
2012-12-17drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun-7/+7
2012-12-17drivers/rtc/rtc-vt8500.c: convert to use devm_kzallocDevendra Naga-10/+5
2012-12-17drivers/rtc/rtc-imxdi.c: add devicetree supportRoland Stigge-0/+11
2012-12-17drivers/rtc/rtc-imxdi: support for i.MX53Roland Stigge-1/+1
2012-12-17rtc: omap: add runtime pm supportVaibhav Hiremath-0/+18
2012-12-17rtc: omap: depend on am33xxAfzal Mohammed-4/+6
2012-12-17rtc: omap: dt supportAfzal Mohammed-0/+18
2012-12-17rtc: omap: kicker mechanism supportAfzal Mohammed-3/+41
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds-16/+16
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-3/+31
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-2/+77
2012-11-30drivers/rtc/rtc-tps65910.c: fix invalid pointer access on _remove()Kim, Milo-3/+3
2012-11-21mfd/rtc/gpio: twl: No need to allocate bigger buffer for writePeter Ujfalusi-16/+16
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder-2/+2
2012-11-06Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanupOlof Johansson-0/+2
2012-11-06arm: at91: move at91rm9200 rtc header in drivers/rtcJean-Christophe PLAGNIOL-VILLARD-1/+76
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD-1/+1
2012-10-25drivers/rtc/rtc-imxdi.c: add missing spin lock initializationJan Luebbe-0/+2
2012-10-15rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_idShawn Guo-3/+31
2012-10-11rtc: kconfig: fix RTC_INTF defaults connected to RTC_CLASSKevin Hilman-0/+3
2012-10-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-256/+1982
2012-10-06drivers/rtc/rtc-s35390a.c: add wakealarm support for rtc-s35390A rtc chipMichael Langer-0/+116
2012-10-06drivers/rtc/rtc-m41t80.c: remove disabled alarm functionalityPaul Bolle-153/+4
2012-10-06drivers/rtc/rtc-tps65910.c: use platform_get_irq() to get RTC irq detailsVenu Byravarasu-4/+1
2012-10-06rtc: kconfig: fix up dependency for ab8500Ulf Hansson-0/+1
2012-10-06drivers/rtc/rtc-em3027.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D-3/+14
2012-10-06drivers/rtc/rtc-isl1208.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D-4/+16
2012-10-06drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D-2/+11