summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2013-04-29rtc: rtc-imxdi: use module_platform_driver_probe()Jingoo Han-12/+1
2013-04-29rtc: rtc-generic: use module_platform_driver_probe()Jingoo Han-12/+1
2013-04-29rtc: rtc-efi: use module_platform_driver_probe()Jingoo Han-12/+1
2013-04-29rtc: rtc-ds1302: use module_platform_driver_probe()Jingoo Han-12/+1
2013-04-29rtc: rtc-davinci: use module_platform_driver_probe()Jingoo Han-11/+1
2013-04-29rtc: rtc-coh901331: use module_platform_driver_probe()Jingoo Han-12/+1
2013-04-29rtc: rtc-au1xxx: use module_platform_driver_probe()Jingoo Han-12/+1
2013-04-29rtc: rtc-at91rm9200: use module_platform_driver_probe()Jingoo Han-12/+1
2013-04-29rtc: rtc-at32ap700x: use module_platform_driver_probe()Jingoo Han-11/+1
2013-04-29rtc: rtc-ab3100: use module_platform_driver_probe()Jingoo Han-13/+1
2013-04-29drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...Jingoo Han-3/+3
2013-04-29drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/p...Jingoo Han-6/+9
2013-04-29drivers/rtc/rtc-max77686.c: fix indentation of bit definitionsJingoo Han-5/+5
2013-04-29drivers/rtc/rtc-max77686.c: use devm_kzalloc()Jingoo Han-7/+2
2013-04-29drivers/rtc/rtc-max77686.c: add missing module author nameJingoo Han-1/+1
2013-04-29drivers/rtc/rtc-max77686.c: use module_platform_driver()Jingoo Han-11/+1
2013-04-29rtc: add devm_rtc_device_{register,unregister}()Jingoo Han-0/+70
2013-04-29rtc: rtc-tegra: add __init/__exit annotationJingoo Han-3/+3
2013-04-29rtc: rtc-pcap: add __init/__exit annotationJingoo Han-3/+3
2013-04-29rtc: rtc-nuc900: add __init/__exit annotationJingoo Han-3/+3
2013-04-29rtc: rtc-imxdi: add __init/__exit annotationJingoo Han-3/+3
2013-04-29rtc: rtc-ds1302: add __exit annotationJingoo Han-2/+2
2013-04-29rtc: rtc-davinci: add __exit annotationJingoo Han-2/+2
2013-04-29rtc: rtc-mv: add __init annotationJingoo Han-1/+1
2013-04-28Merge branch 'fixes' into next/cleanupOlof Johansson-31/+20
2013-04-19Merge branch 'samsung/exynos-multiplatform' into next/multiplatformArnd Bergmann-2/+71
2013-04-19rtc: s3c: make header file localArnd Bergmann-2/+71
2013-04-12treewide: Fix typo in printksMasanari Iida-3/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-1/+1
2013-04-05Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR"Johan Hovold-31/+20
2013-04-01rtc: stmp3xxx: use stmp_reset_block() insteadShawn Guo-4/+2
2013-03-22drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMRNicolas Ferre-20/+31
2013-03-22drivers/rtc/rtc-da9052.c: fix for rtc device registrationAshish Jangam-5/+3
2013-03-08rtc: rtc-mv: Add support for clk to avoid lockupsAndrew Lunn-4/+24
2013-03-01rtc: stmp3xxx: add wdt-accessor functionWolfram Sang-0/+64
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds-0/+350
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-226/+2430
2013-02-21rtc: rtc-davinci: use devm_*() functionsJingoo Han-18/+10
2013-02-21rtc: rtc-max8997: use devm_request_threaded_irq()Jingoo Han-4/+3
2013-02-21rtc: rtc-max8907: use devm_request_threaded_irq()Jingoo Han-3/+3
2013-02-21rtc: rtc-da9052: use devm_request_threaded_irq()Jingoo Han-12/+6
2013-02-21rtc: rtc-wm831x: use devm_request_threaded_irq()Jingoo Han-5/+4
2013-02-21rtc: rtc-tps80031: use devm_request_threaded_irq()Jingoo Han-2/+2
2013-02-21rtc: rtc-lp8788: use devm_request_threaded_irq()Jingoo Han-8/+2
2013-02-21rtc: rtc-coh901331: use devm_clk_get()Jingoo Han-5/+2
2013-02-21rtc: rtc-vt8500: use devm_*() functionsJingoo Han-18/+10
2013-02-21rtc: rtc-tps6586x: use devm_request_threaded_irq()Jingoo Han-2/+2
2013-02-21rtc: rtc-imxdi: use devm_clk_get()Jingoo Han-3/+1
2013-02-21rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug()Jingoo Han-8/+4
2013-02-21rtc: rtc-pcf8583: use dev_warn() instead of printk()Jingoo Han-2/+2