aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2013-03-22drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMRNicolas Ferre2-20/+31
2013-03-22drivers/rtc/rtc-da9052.c: fix for rtc device registrationAshish Jangam1-5/+3
2013-03-08rtc: rtc-mv: Add support for clk to avoid lockupsAndrew Lunn1-4/+24
2013-03-01rtc: stmp3xxx: add wdt-accessor functionWolfram Sang1-0/+64
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds3-0/+350
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds41-226/+2430
2013-02-21rtc: rtc-davinci: use devm_*() functionsJingoo Han1-18/+10
2013-02-21rtc: rtc-max8997: use devm_request_threaded_irq()Jingoo Han1-4/+3
2013-02-21rtc: rtc-max8907: use devm_request_threaded_irq()Jingoo Han1-3/+3
2013-02-21rtc: rtc-da9052: use devm_request_threaded_irq()Jingoo Han1-12/+6
2013-02-21rtc: rtc-wm831x: use devm_request_threaded_irq()Jingoo Han1-5/+4
2013-02-21rtc: rtc-tps80031: use devm_request_threaded_irq()Jingoo Han1-2/+2
2013-02-21rtc: rtc-lp8788: use devm_request_threaded_irq()Jingoo Han1-8/+2
2013-02-21rtc: rtc-coh901331: use devm_clk_get()Jingoo Han1-5/+2
2013-02-21rtc: rtc-vt8500: use devm_*() functionsJingoo Han1-18/+10
2013-02-21rtc: rtc-tps6586x: use devm_request_threaded_irq()Jingoo Han1-2/+2
2013-02-21rtc: rtc-imxdi: use devm_clk_get()Jingoo Han1-3/+1
2013-02-21rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug()Jingoo Han1-8/+4
2013-02-21rtc: rtc-pcf8583: use dev_warn() instead of printk()Jingoo Han1-2/+2
2013-02-21rtc: rtc-sun4v: use pr_warn() instead of printk()Jingoo Han1-4/+6
2013-02-21rtc: rtc-vr41xx: use dev_info() instead of printk()Jingoo Han1-1/+1
2013-02-21rtc: rtc-rs5c313: use pr_err() instead of printk()Jingoo Han1-2/+3
2013-02-21rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug()Jingoo Han1-9/+8
2013-02-21rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()Jingoo Han1-6/+4
2013-02-21rtc: rtc-ds2404: use dev_err() instead of printk()Jingoo Han1-2/+2
2013-02-21rtc: rtc-efi: use dev_err()/dev_warn()/pr_err() instead of printk()Jingoo Han1-4/+6
2013-02-21rtc: max77686: use dev_info() instead of printk()Jingoo Han1-2/+2
2013-02-21rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk()Jingoo Han2-6/+9
2013-02-21drivers/rtc/rtc-sa1100.c: move clock enable/disable to probe/removeChao Xie1-5/+6
2013-02-21rtc: max8997: add driver for max8997 rtcJonghwa Lee3-0/+564
2013-02-21drivers/rtc/rtc-s3c.c: use dev_dbg() instaed of pr_debug()Jingoo Han1-9/+9
2013-02-21drivers/rtc/rtc-pl031.c: add wakeup supportRob Herring1-0/+2
2013-02-21rtc: add support for spi rtc rx4581Torben Hohn3-0/+323
2013-02-21drivers/rtc/rtc-tps65910.c: set irq flag to IRQF_EARLY_RESUME during irq requestLaxman Dewangan1-1/+1
2013-02-21drivers/rtc/rtc-tps65910.c: use sleep_pm_ops macro for initialising suspend/r...Laxman Dewangan1-9/+4
2013-02-21drivers/rtc/rtc-tps65910.c: remove unnecessary irq stat save and restoreLaxman Dewangan1-19/+2
2013-02-21drivers/rtc/rtc-tps65910.c: enable/disable wake in suspend/resumeLaxman Dewangan1-1/+11
2013-02-21rtc: add RTC driver for TPS80031/TPS80032Laxman Dewangan3-0/+358
2013-02-21rtc: add new lp8788 rtc driverKim, Milo3-0/+351
2013-02-21drivers/rtc/rtc-ds2404.c: use module_platform_driver macroSrinivas Kandagatla1-13/+1
2013-02-21drivers/rtc: remove unnecessary semicolonsPeter Senna Tschudin2-2/+2
2013-02-21drivers/rtc/rtc-pxa.c: avoid cpuid checkingHaojian Zhuang1-4/+1
2013-02-21drivers/rtc: use of_match_ptr() macroSachin Kamat6-7/+16
2013-02-21rtc-pcf8523: add low battery voltage supportJesper Nilsson1-0/+31
2013-02-21rtc: max77686: add Maxim 77686 driverJonghwa Lee3-0/+652
2013-02-21drivers/rtc/rtc-pxa.c: fix alarm can't wake up system issueLeo Song1-3/+4
2013-02-21drivers/rtc/rtc-pxa.c: fix alarm not match issueLeo Song1-1/+10
2013-02-21drivers/rtc: dump small buffers via %*phAndy Shevchenko3-44/+8
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+309
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-21/+15
2013-02-19Merge 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-12drivers/rtc/rtc-pl031.c: restore ST variant functionalityLinus Walleij1-1/+3
2013-02-06driver-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-30rtc: Add support of rtc-mv for MVEBU SoCsGregory CLEMENT1-1/+1
2013-01-29timekeeping: 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-25Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman74-220/+588
2013-01-22rtc: Convert to devm_ioremap_resource()Thierry Reding4-18/+12
2013-01-15timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang1-0/+2
2013-01-15rtc: Skip the suspend/resume handling if persistent clock existFeng Tang1-0/+7
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe3-1/+54
2013-01-11drivers/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-04drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_timeTony Prisk1-3/+4
2013-01-04drivers/rtc/rtc-vt8500.c: correct handling of CR_24H bitfieldTony Prisk1-2/+2
2013-01-04rtc: add RTC driver for TPS6586xLaxman Dewangan3-0/+365
2013-01-04drivers/rtc/rtc-tegra.c: convert to DT driverJoseph Lo1-0/+7
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman70-214/+209
2012-12-20revert "rtc: recycle id when unloading a rtc driver"Andrew Morton1-1/+0
2012-12-20drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare1-0/+1
2012-12-17rtc: DA9055 RTC driverAshish Jangam3-0/+424
2012-12-17drivers/rtc/rtc-s3c: use of_match_ptr() macroSachin Kamat1-3/+1
2012-12-17drivers/rtc/rtc-tps65910.c: enable RTC power domain on initializationKim, Milo1-0/+7
2012-12-17drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.cSachin Kamat1-19/+0
2012-12-17drivers/rtc/rtc-s3c.c: convert to use devm_* APITushar Behera1-37/+8
2012-12-17drivers/rtc/rtc-s3c.c: remove unnecessary err_nores labelTushar Behera1-4/+1
2012-12-17rtc: add NXP PCF8523 supportThierry Reding3-0/+336
2012-12-17rtc: rtc-davinci: use devm_kzalloc()Devendra Naga1-12/+4
2012-12-17rtc: rtc-davinci: return correct error code if rtc_device_register() failsDevendra Naga1-2/+3
2012-12-17drivers/rtc/rtc-tps65910.c: rename irq to match deviceSivaram Nair1-1/+1
2012-12-17rtc: rtc-spear: Provide flag for no support of UIE modeDeepak Sikri1-0/+2
2012-12-17rtc: rtc-spear: Add clk_{un}prepare() supportDeepak Sikri1-3/+3
2012-12-17rtc: rtc-spear: use devm_*() routinesViresh Kumar1-60/+29
2012-12-17drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun1-7/+7
2012-12-17drivers/rtc/rtc-vt8500.c: convert to use devm_kzallocDevendra Naga1-10/+5
2012-12-17drivers/rtc/rtc-imxdi.c: add devicetree supportRoland Stigge1-0/+11
2012-12-17drivers/rtc/rtc-imxdi: support for i.MX53Roland Stigge1-1/+1
2012-12-17rtc: omap: add runtime pm supportVaibhav Hiremath1-0/+18
2012-12-17rtc: omap: depend on am33xxAfzal Mohammed1-4/+6
2012-12-17rtc: omap: dt supportAfzal Mohammed1-0/+18
2012-12-17rtc: omap: kicker mechanism supportAfzal Mohammed1-3/+41
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-16/+16
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+31
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-2/+77
2012-11-30drivers/rtc/rtc-tps65910.c: fix invalid pointer access on _remove()Kim, Milo1-3/+3
2012-11-21mfd/rtc/gpio: twl: No need to allocate bigger buffer for writePeter Ujfalusi1-16/+16
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder2-2/+2
2012-11-06Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanupOlof Johansson1-0/+2
2012-11-06arm: at91: move at91rm9200 rtc header in drivers/rtcJean-Christophe PLAGNIOL-VILLARD2-1/+76
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-10-25drivers/rtc/rtc-imxdi.c: add missing spin lock initializationJan Luebbe1-0/+2
2012-10-15rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_idShawn Guo1-3/+31
2012-10-11rtc: kconfig: fix RTC_INTF defaults connected to RTC_CLASSKevin Hilman1-0/+3
2012-10-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds25-256/+1982
2012-10-06drivers/rtc/rtc-s35390a.c: add wakealarm support for rtc-s35390A rtc chipMichael Langer1-0/+116
2012-10-06drivers/rtc/rtc-m41t80.c: remove disabled alarm functionalityPaul Bolle1-153/+4
2012-10-06drivers/rtc/rtc-tps65910.c: use platform_get_irq() to get RTC irq detailsVenu Byravarasu1-4/+1
2012-10-06rtc: kconfig: fix up dependency for ab8500Ulf Hansson1-0/+1
2012-10-06drivers/rtc/rtc-em3027.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-3/+14
2012-10-06drivers/rtc/rtc-isl1208.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-4/+16
2012-10-06drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-2/+11
2012-10-06drivers/rtc/rtc-rs5c372.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-1/+6
2012-10-06drivers/rtc/rtc-s35390a.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-2/+11
2012-10-06drivers/rtc/rtc-x1205.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-14/+78
2012-10-06drivers/rtc/rtc-ds1672.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-4/+22
2012-10-06drivers/rtc/rtc-s3c.c: fix return value in s3c_rtc_probe()Sachin Kamat1-2/+2
2012-10-06rtc_sysfs_show_hctosys(): display 0 if resume failedDavid Fries3-4/+14
2012-10-06rtc: rtc-mxc: convert to module_platform_driverFabio Estevam1-15/+5
2012-10-06rtc: rtc-mxc: adapt to the new i.mx clock frameworkFabio Estevam1-6/+4
2012-10-06drivers/rtc/rtc-coh901331.c: use clk_prepare_enable() and clk_disable_unprepa...Julia Lawall1-2/+1
2012-10-06rtc: rc5t583: add ricoh rc5t583 RTC driverVenu Byravarasu3-0/+342
2012-10-06drivers/rtc/rtc-spear.c: fix several error checksLars-Peter Clausen1-7/+5
2012-10-06drivers/rtc/rtc-jz4740.c: fix IRQ error checkLars-Peter Clausen1-1/+1
2012-10-06rtc: kconfig: remove unnecessary dependencies.Venu Byravarasu1-18/+8
2012-10-06rtc: add MAX8907 RTC driverStephen Warren3-0/+255
2012-10-06rtc: tps65910: add RTC driver for TPS65910 PMIC RTCVenu Byravarasu3-0/+363
2012-10-06drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macroDevendra Naga1-12/+1
2012-10-06rtc: recycle id when unloading a rtc driverVincent Palatin1-0/+1
2012-10-06rtc: snvs: add Freescale rtc-snvs driverShawn Guo3-0/+362
2012-10-06rtc: add Dallas DS2404 driverSven Schnelle3-0/+313
2012-10-06rtc-proc: permit the /proc/driver/rtc device to use other devicesKim, Milo2-6/+28
2012-10-06drivers/rtc/rtc-isl1208.c: add support for the ISL1218Ben Gardner1-0/+1
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-9/+34
2012-10-02mfd: 88pm860x: Device tree supportHaojian Zhuang1-9/+34
2012-10-01Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-7/+19
2012-09-23Merge tag 'vt8500-for-next' of git://git.code.sf.net/p/linuxwmt/code into nex...Olof Johansson1-1/+8
2012-09-22Merge branch 'for-arm-soc-next' of git://git.linaro.org/people/ljones/linux-3...Olof Johansson1-6/+0
2012-09-21rtc: vt8500: Add devicetree support for vt8500-rtcTony Prisk1-1/+8
2012-09-20Merge tag 'omap-devel-dt-merged-for-v3.7' of git://git.kernel.org/pub/scm/lin...Olof Johansson1-7/+15
2012-09-20drivers/rtc/rtc-ab8500.c: Revoke Device Tree enablementLee Jones1-6/+0
2012-09-17drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman1-0/+5
2012-09-05Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm...Olof Johansson4-3/+9
2012-08-27Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson1-7/+15
2012-08-23ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq supportLudovic Desroches1-7/+15
2012-08-21drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto1-2/+5
2012-08-21drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesIlya Shchepetkov1-0/+2
2012-08-16RTC: add DT bindings to pxa-rtcDaniel Mack1-0/+11
2012-08-08RTC: Avoid races between RTC alarm wakeup and suspend.NeilBrown2-1/+2
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+1
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+23
2012-07-31rtc/rtc-88pm80x: remove unneed devm_kfreeDevendra Naga1-2/+0
2012-07-31rtc/rtc-88pm80x: assign ret only when rtc_register_driver failsDevendra Naga1-1/+1
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds9-98/+133
2012-07-30drivers/rtc/rtc-pcf8563.c: add device tree supportNick Bowler1-0/+10
2012-07-30drivers/rtc/rtc-pcf8563.c: set owner field in driver structNick Bowler1-0/+1
2012-07-30rtc/rtc-da9052: remove unneed devm_kfree callDevendra Naga1-4/+1
2012-07-30rtc/mc13xxx: add support for the rtc in the mc34708 pmicUwe Kleine-König1-0/+2
2012-07-30rtc/mc13xxx: use MODULE_DEVICE_TABLE instead of MODULE_ALIASUwe Kleine-König1-2/+2
2012-07-30drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/*Sachin Kamat1-2/+2
2012-07-30drivers/rtc/rtc-r9701.c: check that r9701_set_datetime() succeededAndrew Morton1-1/+2
2012-07-30drivers/rtc/rtc-r9701.c: avoid second call to rtc_valid_tm()Devendra Naga1-2/+1
2012-07-30drivers/rtc/rtc-ab8500.c: remove fix for AB8500 ED versionBengt Jonsson1-16/+11
2012-07-30drivers/rtc/rtc-ab8500.c: use UIE emulationRamesh Chandrasekaran2-1/+15
2012-07-30rtc: pl031: fix up IRQ flagsMattias Wallin1-1/+10
2012-07-30rtc: pl031: use per-vendor variables for special initLinus Walleij1-9/+14
2012-07-30rtc: pl031: encapsulate per-vendor opsLinus Walleij1-22/+39
2012-07-30drivers/rtc/rtc-coh901331.c: use devm allocationLinus Walleij1-35/+15
2012-07-30drivers/rtc/rtc-coh901331.c: use clk_prepare/unprepareLinus Walleij1-3/+8
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds4-6/+389
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann1-1/+1
2012-07-25ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn1-1/+1
2012-07-23Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+8
2012-07-23Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2012-07-19rtc: wm831x: Feed the write counter into device_add_randomness()Mark Brown1-1/+23
2012-07-19Merge branch 'pm-drivers'Rafael J. Wysocki1-0/+1
2012-07-17rtc-cmos: report wakeups from interrupt handlerPaul Fox1-0/+1
2012-07-11drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOTKevin Hilman1-1/+1
2012-07-11drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau1-2/+3
2012-07-11drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic...Lee Jones1-1/+7
2012-07-11drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQLee Jones1-1/+1
2012-07-11drivers/rtc/rtc-spear.c: fix use-after-free in spear_rtc_remove()Devendra Naga1-1/+1
2012-07-09rtc: Add rtc support to 88PM80X PMICQiao Zhou3-0/+382
2012-07-09mfd: Transfer rtc max8925 irq from MFD defined resourcesHaojian Zhuang1-6/+7
2012-07-04ARM: at91: fix new build errorsArnd Bergmann1-0/+1
2012-07-03rtc: stmp3xxx: Add simple binding for the stmp3xxx-rtcMarek Vasut1-0/+8
2012-06-03Merge branch 'pm-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-3/+6
2012-05-29drivers/rtc/rtc-s3c.c: fix compiler warningSachin Kamat1-1/+1
2012-05-29drivers/rtc/rtc-tegra.c: clean up probe/remove routinesHannu Heikkinen1-37/+13
2012-05-29drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handlingRajkumar Kasirajan1-11/+3
2012-05-29drivers/rtc/rtc-lpc32xx.c: add device tree supportRoland Stigge1-1/+11
2012-05-29drivers/rtc/rtc-m41t93.c: don't let get_time() reset M41T93_FLAG_OFNikolaus Voss1-19/+27