aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ep93xx.c
AgeCommit message (Expand)Author
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-04-19rtc: ep93xx: fix checkpatch issuesAlexandre Belloni
2019-04-19rtc: ep93xx: convert to SPDX identifierAlexandre Belloni
2019-04-19rtc: ep93xx: use .set_timeAlexandre Belloni
2019-04-19rtc: ep93xx: switch to rtc_time64_to_tmAlexandre Belloni
2019-04-19rtc: ep93xx: set rangeAlexandre Belloni
2019-04-19rtc: ep93xx: use rtc_add_groupAlexandre Belloni
2019-04-19rtc: ep93xx: convert to devm_rtc_allocate_deviceAlexandre Belloni
2019-04-19rtc: ep93xx: stop setting platform_dataAlexandre Belloni
2018-11-12rtc: clean up indentation issues, remove extraneous space, add missing tabsColin Ian King
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni
2015-06-25rtc: ep93xx: Use readl/writel for ioH Hartley Sweeten
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang
2013-11-13drivers/rtc/rtc-ep93xx.c: use dev_get_platdata()Jingoo Han
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall
2013-07-03rtc: rtc-ep93xx: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-29rtc: rtc-ep93xx: use devm_rtc_device_register()Jingoo Han
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-05-29drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver()H Hartley Sweeten
2011-08-10rtc: ep93xx: Fix 'rtc' may be used uninitialized warningAxel Lin
2011-05-06rtc: ep93xx: Initialize drvdata before registering deviceWolfram Sang
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06rtc-ep93xx.c: cleanup probe/remove routinesH Hartley Sweeten
2009-09-23drivers/rtc: introduce missing kfreeJulia Lawall
2009-04-26[ARM] 5452/1: ep93x: rtc: use ioremap'ed addressesHartley Sweeten
2009-01-06rtc: use set_mmss when set_time is not availableAlessandro Zummo
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell
2006-04-11[PATCH] RTC subsystem: compact error messagesAlessandro Zummo
2006-04-11[PATCH] RTC subsystem: fix proc outputAlessandro Zummo
2006-03-27[PATCH] RTC subsystem: EP93XX driverAlessandro Zummo