| Commit message (Expand) | Author | Age | Files | Lines |
* | rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time | Nikita Shubin | 2020-12-03 | 1 | -3/+3 |
* | rtc: rework rtc_register_device() resource management | Bartosz Golaszewski | 2020-11-19 | 1 | -1/+1 |
* | rtc: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 2019-10-07 | 1 | -3/+1 |
* | rtc: ep93xx: fix checkpatch issues | Alexandre Belloni | 2019-04-19 | 1 | -9/+9 |
* | rtc: ep93xx: convert to SPDX identifier | Alexandre Belloni | 2019-04-19 | 1 | -4/+1 |
* | rtc: ep93xx: use .set_time | Alexandre Belloni | 2019-04-19 | 1 | -2/+3 |
* | rtc: ep93xx: switch to rtc_time64_to_tm | Alexandre Belloni | 2019-04-19 | 1 | -1/+1 |
* | rtc: ep93xx: set range | Alexandre Belloni | 2019-04-19 | 1 | -0/+1 |
* | rtc: ep93xx: use rtc_add_group | Alexandre Belloni | 2019-04-19 | 1 | -16/+4 |
* | rtc: ep93xx: convert to devm_rtc_allocate_device | Alexandre Belloni | 2019-04-19 | 1 | -2/+7 |
* | rtc: ep93xx: stop setting platform_data | Alexandre Belloni | 2019-04-19 | 1 | -15/+3 |
* | rtc: clean up indentation issues, remove extraneous space, add missing tabs | Colin Ian King | 2018-11-12 | 1 | -1/+1 |
* | rtc: remove useless DRV_VERSION | Alexandre Belloni | 2016-05-20 | 1 | -3/+0 |
* | rtc: ep93xx: Use readl/writel for io | H Hartley Sweeten | 2015-06-25 | 1 | -3/+3 |
* | rtc: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | drivers/rtc/rtc-ep93xx.c: use dev_get_platdata() | Jingoo Han | 2013-11-13 | 1 | -3/+3 |
* | rtc: simplify devm_request_mem_region/devm_ioremap | Julia Lawall | 2013-09-11 | 1 | -11/+3 |
* | rtc: rtc-ep93xx: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-07-03 | 1 | -2/+0 |
* | rtc: rtc-ep93xx: use devm_rtc_device_register() | Jingoo Han | 2013-04-29 | 1 | -8/+3 |
* | Drivers: rtc: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -3/+3 |
* | drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver() | H Hartley Sweeten | 2012-05-29 | 1 | -18/+6 |
* | rtc: ep93xx: Fix 'rtc' may be used uninitialized warning | Axel Lin | 2011-08-10 | 1 | -8/+8 |
* | rtc: ep93xx: Initialize drvdata before registering device | Wolfram Sang | 2011-05-06 | 1 | -3/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | rtc-ep93xx.c: cleanup probe/remove routines | H Hartley Sweeten | 2010-03-06 | 1 | -43/+28 |
* | drivers/rtc: introduce missing kfree | Julia Lawall | 2009-09-23 | 1 | -4/+10 |
* | [ARM] 5452/1: ep93x: rtc: use ioremap'ed addresses | Hartley Sweeten | 2009-04-26 | 1 | -37/+112 |
* | rtc: use set_mmss when set_time is not available | Alessandro Zummo | 2009-01-06 | 1 | -13/+0 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -1/+1 |
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 1 | -1/+1 |
* | rtc: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-11 | 1 | -0/+3 |
* | [PATCH] constify rtc_class_ops: update drivers | David Brownell | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] RTC subsystem: compact error messages | Alessandro Zummo | 2006-04-11 | 1 | -1/+0 |
* | [PATCH] RTC subsystem: fix proc output | Alessandro Zummo | 2006-04-11 | 1 | -1/+0 |
* | [PATCH] RTC subsystem: EP93XX driver | Alessandro Zummo | 2006-03-27 | 1 | -0/+162 |