summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | rtc: rtc-max8907: use devm_rtc_device_register()Jingoo Han2013-04-291-6/+1
* | | | rtc: rtc-max77686: use devm_rtc_device_register()Jingoo Han2013-04-291-11/+4
* | | | rtc: rtc-lpc32xx: use devm_rtc_device_register()Jingoo Han2013-04-291-3/+2
* | | | rtc: rtc-lp8788: use devm_rtc_device_register()Jingoo Han2013-04-291-4/+1
* | | | rtc: rtc-imxdi: use devm_rtc_device_register()Jingoo Han2013-04-291-3/+1
* | | | rtc: rtc-ep93xx: use devm_rtc_device_register()Jingoo Han2013-04-291-8/+3
* | | | rtc: rtc-ds1742: use devm_rtc_device_register()Jingoo Han2013-04-291-6/+2
* | | | rtc: rtc-ds1553: use devm_rtc_device_register()Jingoo Han2013-04-291-4/+2
* | | | rtc: rtc-ds1511: use devm_rtc_device_register()Jingoo Han2013-04-291-5/+3
* | | | rtc: rtc-davinci: use devm_rtc_device_register()Jingoo Han2013-04-291-6/+2
* | | | rtc: rtc-da9055: use devm_rtc_device_register()Jingoo Han2013-04-291-4/+1
* | | | rtc: rtc-da9052: use devm_rtc_device_register()Jingoo Han2013-04-291-4/+1
* | | | rtc: rtc-coh90133: use devm_rtc_device_register()Jingoo Han2013-04-291-3/+2
* | | | rtc: rtc-88pm80x: use devm_rtc_device_register()Jingoo Han2013-04-291-2/+1
* | | | rtc: rtc-tx4939: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-tegra: use module_platform_driver_probe()Jingoo Han2013-04-291-11/+1
* | | | rtc: rtc-sun4v: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-starfire: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-sh: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-rp5c01: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-pxa: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-ps3: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-pcap: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-omap: use module_platform_driver_probe()Jingoo Han2013-04-291-11/+1
* | | | rtc: rtc-nuc900: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-mv: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-msm6242: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-mc13xxx: use module_platform_driver_probe()Jingoo Han2013-04-291-11/+1
* | | | rtc: rtc-imxdi: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-generic: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-efi: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-ds1302: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-davinci: use module_platform_driver_probe()Jingoo Han2013-04-291-11/+1
* | | | rtc: rtc-coh901331: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-au1xxx: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-at91rm9200: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* | | | rtc: rtc-at32ap700x: use module_platform_driver_probe()Jingoo Han2013-04-291-11/+1
* | | | rtc: rtc-ab3100: use module_platform_driver_probe()Jingoo Han2013-04-291-13/+1
* | | | drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...Jingoo Han2013-04-291-3/+3
* | | | drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/p...Jingoo Han2013-04-291-6/+9
* | | | drivers/rtc/rtc-max77686.c: fix indentation of bit definitionsJingoo Han2013-04-291-5/+5
* | | | drivers/rtc/rtc-max77686.c: use devm_kzalloc()Jingoo Han2013-04-291-7/+2
* | | | drivers/rtc/rtc-max77686.c: add missing module author nameJingoo Han2013-04-291-1/+1
* | | | drivers/rtc/rtc-max77686.c: use module_platform_driver()Jingoo Han2013-04-291-11/+1
* | | | rtc: add devm_rtc_device_{register,unregister}()Jingoo Han2013-04-291-0/+70
* | | | rtc: rtc-tegra: add __init/__exit annotationJingoo Han2013-04-291-3/+3
* | | | rtc: rtc-pcap: add __init/__exit annotationJingoo Han2013-04-291-3/+3
* | | | rtc: rtc-nuc900: add __init/__exit annotationJingoo Han2013-04-291-3/+3
* | | | rtc: rtc-imxdi: add __init/__exit annotationJingoo Han2013-04-291-3/+3
* | | | rtc: rtc-ds1302: add __exit annotationJingoo Han2013-04-291-2/+2