aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2013-02-12drivers/rtc/rtc-pl031.c: restore ST variant functionalityLinus Walleij
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2013-02-05drivers/rtc/rtc-pl031.c: fix the missing operation on enableHaojian Zhuang
2013-02-05drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handlerJan Luebbe
2013-02-05drivers/rtc/rtc-vt8500.c: fix year field in vt8500_rtc_set_time()Tony Prisk
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2013-01-30rtc: Add support of rtc-mv for MVEBU SoCsGregory CLEMENT
2013-01-29timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz
2013-01-26rtc: hid-sensor-time: Add missing spin_lock_initAxel Lin
2013-01-25Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman
2013-01-22rtc: Convert to devm_ioremap_resource()Thierry Reding
2013-01-15timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang
2013-01-15rtc: Skip the suspend/resume handling if persistent clock existFeng Tang
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe
2013-01-11drivers/rtc/rtc-da9055.c: fix cross-section referenceAndrew Morton
2013-01-06hid: iio: rename struct hid_sensor_iio_common to hid_sensor_commonAlexander Holler
2013-01-06rtc: add rtc-driver for HID sensors of type timeAlexander Holler
2013-01-04drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_timeTony Prisk
2013-01-04drivers/rtc/rtc-vt8500.c: correct handling of CR_24H bitfieldTony Prisk
2013-01-04rtc: add RTC driver for TPS6586xLaxman Dewangan
2013-01-04drivers/rtc/rtc-tegra.c: convert to DT driverJoseph Lo
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-12-20revert "rtc: recycle id when unloading a rtc driver"Andrew Morton
2012-12-20drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare
2012-12-17rtc: DA9055 RTC driverAshish Jangam
2012-12-17drivers/rtc/rtc-s3c: use of_match_ptr() macroSachin Kamat
2012-12-17drivers/rtc/rtc-tps65910.c: enable RTC power domain on initializationKim, Milo
2012-12-17drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.cSachin Kamat
2012-12-17drivers/rtc/rtc-s3c.c: convert to use devm_* APITushar Behera
2012-12-17drivers/rtc/rtc-s3c.c: remove unnecessary err_nores labelTushar Behera
2012-12-17rtc: add NXP PCF8523 supportThierry Reding
2012-12-17rtc: rtc-davinci: use devm_kzalloc()Devendra Naga
2012-12-17rtc: rtc-davinci: return correct error code if rtc_device_register() failsDevendra Naga
2012-12-17drivers/rtc/rtc-tps65910.c: rename irq to match deviceSivaram Nair
2012-12-17rtc: rtc-spear: Provide flag for no support of UIE modeDeepak Sikri
2012-12-17rtc: rtc-spear: Add clk_{un}prepare() supportDeepak Sikri
2012-12-17rtc: rtc-spear: use devm_*() routinesViresh Kumar
2012-12-17drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun
2012-12-17drivers/rtc/rtc-vt8500.c: convert to use devm_kzallocDevendra Naga
2012-12-17drivers/rtc/rtc-imxdi.c: add devicetree supportRoland Stigge
2012-12-17drivers/rtc/rtc-imxdi: support for i.MX53Roland Stigge
2012-12-17rtc: omap: add runtime pm supportVaibhav Hiremath
2012-12-17rtc: omap: depend on am33xxAfzal Mohammed
2012-12-17rtc: omap: dt supportAfzal Mohammed
2012-12-17rtc: omap: kicker mechanism supportAfzal Mohammed
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-11-30drivers/rtc/rtc-tps65910.c: fix invalid pointer access on _remove()Kim, Milo