summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2013-02-22rtc: max8997: add driver for max8997 rtcJonghwa Lee3-0/+564
2013-02-22drivers/rtc/rtc-s3c.c: use dev_dbg() instaed of pr_debug()Jingoo Han1-9/+9
2013-02-22drivers/rtc/rtc-pl031.c: add wakeup supportRob Herring1-0/+2
2013-02-22rtc: add support for spi rtc rx4581Torben Hohn3-0/+323
2013-02-22drivers/rtc/rtc-tps65910.c: set irq flag to IRQF_EARLY_RESUME during irq requestLaxman Dewangan1-1/+1
2013-02-22drivers/rtc/rtc-tps65910.c: use sleep_pm_ops macro for initialising suspend/r...Laxman Dewangan1-9/+4
2013-02-22drivers/rtc/rtc-tps65910.c: remove unnecessary irq stat save and restoreLaxman Dewangan1-19/+2
2013-02-22drivers/rtc/rtc-tps65910.c: enable/disable wake in suspend/resumeLaxman Dewangan1-1/+11
2013-02-22rtc: add RTC driver for TPS80031/TPS80032Laxman Dewangan3-0/+358
2013-02-22rtc: add new lp8788 rtc driverKim, Milo3-0/+351
2013-02-22drivers/rtc/rtc-ds2404.c: use module_platform_driver macroSrinivas Kandagatla1-13/+1
2013-02-22drivers/rtc: remove unnecessary semicolonsPeter Senna Tschudin2-2/+2
2013-02-22drivers/rtc/rtc-pxa.c: avoid cpuid checkingHaojian Zhuang1-4/+1
2013-02-22drivers/rtc: use of_match_ptr() macroSachin Kamat6-7/+16
2013-02-22rtc-pcf8523: add low battery voltage supportJesper Nilsson1-0/+31
2013-02-22rtc: max77686: add Maxim 77686 driverJonghwa Lee3-0/+652
2013-02-22drivers/rtc/rtc-pxa.c: fix alarm can't wake up system issueLeo Song1-3/+4
2013-02-22drivers/rtc/rtc-pxa.c: fix alarm not match issueLeo Song1-1/+10
2013-02-22drivers/rtc: dump small buffers via %*phAndy Shevchenko3-44/+8
2013-02-22Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-22Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+309
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-21/+15
2013-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-1/+63
2013-02-19Merge tag 'omap-for-v3.9/usb-signed' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann3-4/+9
2013-02-14rtc: palmas: Add RTC driver Palmas series PMICLaxman Dewangan3-0/+350
2013-02-13drivers/rtc/rtc-pl031.c: restore ST variant functionalityLinus Walleij1-1/+3
2013-02-07driver-core: constify data for class_find_device()Michał Mirosław1-3/+3
2013-02-05drivers/rtc/rtc-pl031.c: fix the missing operation on enableHaojian Zhuang1-3/+5
2013-02-05drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handlerJan Luebbe1-0/+3
2013-02-05drivers/rtc/rtc-vt8500.c: fix year field in vt8500_rtc_set_time()Tony Prisk1-1/+1
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner4-1/+63
2013-01-31rtc: Add support of rtc-mv for MVEBU SoCsGregory CLEMENT1-1/+1
2013-01-30timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz1-2/+2
2013-01-26rtc: hid-sensor-time: Add missing spin_lock_initAxel Lin1-0/+1
2013-01-26Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman74-220/+588
2013-01-22rtc: Convert to devm_ioremap_resource()Thierry Reding4-18/+12
2013-01-16timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang1-0/+2
2013-01-16rtc: Skip the suspend/resume handling if persistent clock existFeng Tang1-0/+7
2013-01-16NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe3-1/+54
2013-01-12drivers/rtc/rtc-da9055.c: fix cross-section referenceAndrew Morton1-1/+1
2013-01-06hid: iio: rename struct hid_sensor_iio_common to hid_sensor_commonAlexander Holler1-1/+1
2013-01-06rtc: add rtc-driver for HID sensors of type timeAlexander Holler3-0/+308
2013-01-05drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_timeTony Prisk1-3/+4
2013-01-05drivers/rtc/rtc-vt8500.c: correct handling of CR_24H bitfieldTony Prisk1-2/+2
2013-01-05rtc: add RTC driver for TPS6586xLaxman Dewangan3-0/+365
2013-01-05drivers/rtc/rtc-tegra.c: convert to DT driverJoseph Lo1-0/+7
2013-01-04Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman70-214/+209
2012-12-21revert "rtc: recycle id when unloading a rtc driver"Andrew Morton1-1/+0
2012-12-21drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare1-0/+1
2012-12-18rtc: DA9055 RTC driverAshish Jangam3-0/+424