aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-ep93xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-3/+0
2015-06-25rtc: ep93xx: Use readl/writel for ioH Hartley Sweeten1-3/+3
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-13drivers/rtc/rtc-ep93xx.c: use dev_get_platdata()Jingoo Han1-3/+3
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall1-11/+3
2013-07-03rtc: rtc-ep93xx: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-29rtc: rtc-ep93xx: use devm_rtc_device_register()Jingoo Han1-8/+3
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-05-29drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver()H Hartley Sweeten1-18/+6
2011-08-10rtc: ep93xx: Fix 'rtc' may be used uninitialized warningAxel Lin1-8/+8
2011-05-06rtc: ep93xx: Initialize drvdata before registering deviceWolfram Sang1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-06rtc-ep93xx.c: cleanup probe/remove routinesH Hartley Sweeten1-43/+28
2009-09-23drivers/rtc: introduce missing kfreeJulia Lawall1-4/+10
2009-04-26[ARM] 5452/1: ep93x: rtc: use ioremap'ed addressesHartley Sweeten1-37/+112
2009-01-06rtc: use set_mmss when set_time is not availableAlessandro Zummo1-13/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers1-0/+3
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-04-11[PATCH] RTC subsystem: compact error messagesAlessandro Zummo1-1/+0
2006-04-11[PATCH] RTC subsystem: fix proc outputAlessandro Zummo1-1/+0
2006-03-27[PATCH] RTC subsystem: EP93XX driverAlessandro Zummo1-0/+162