aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-imxdi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-07rtc: imxdi: (trivial) fix a typoMartin Kaiser1-1/+1
2016-01-11rtc: imxdi: fix spelling mistake in warning messageColin Ian King1-1/+1
2015-06-19rtc: imxdi: when locked, do not fail silentlyJuergen Borleis1-3/+24
2015-06-19rtc: imxdi: monitor a security violation at runtimeJuergen Borleis1-2/+19
2015-06-19rtc: imxdi: add the unit recovery codeJuergen Borleis1-38/+279
2015-06-19rtc: imxdi: add some background info about the states the machine can be inJuergen Borleis1-0/+43
2015-06-19rtc: imxdi: avoid the __raw* register access functionsJuergen Borleis1-22/+22
2015-02-13drivers/rtc/rtc-imxdi.c: add more known register bitsJuergen Borleis1-4/+40
2015-02-13drivers/rtc/rtc-imxdi.c: trivial clean up codeJuergen Borleis1-3/+3
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-03drivers/rtc/rtc-imxdi.c: check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall1-12/+4
2013-04-29rtc: rtc-imxdi: use devm_rtc_device_register()Jingoo Han1-3/+1
2013-04-29rtc: rtc-imxdi: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-29rtc: rtc-imxdi: add __init/__exit annotationJingoo Han1-3/+3
2013-02-21rtc: rtc-imxdi: use devm_clk_get()Jingoo Han1-3/+1
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-20drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare1-0/+1
2012-12-17drivers/rtc/rtc-imxdi.c: add devicetree supportRoland Stigge1-0/+11
2012-10-25drivers/rtc/rtc-imxdi.c: add missing spin lock initializationJan Luebbe1-0/+2
2012-04-25rtc: imx dryice: Add missing clk_prepareSascha Hauer1-3/+3
2011-09-14drivers/rtc/rtc-imxdi.c needs linux/sched.hAxel Lin1-0/+1
2010-08-11rtc: driver for the DryIce block found in i.MX25 chipsBaruch Siach1-0/+519