| Commit message (Expand) | Author | Age | Files | Lines |
* | rtc: at91sam9: rework wakeup and interrupt handling | Boris BREZILLON | 2015-03-04 | 1 | -12/+61 |
* | drivers/rtc/rtc-at91sam9.c: constify struct regmap_config | Krzysztof Kozlowski | 2015-02-13 | 1 | -1/+1 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 1 | -1/+0 |
|\ |
|
| * | rtc: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK | Boris BREZILLON | 2014-11-13 | 1 | -4/+24 |
* | | rtc: at91sam9: make use of syscon/regmap to access GPBR registers | Boris BREZILLON | 2014-11-13 | 1 | -9/+55 |
* | | rtc: at91sam9: add DT support | Boris BREZILLON | 2014-11-13 | 1 | -0/+9 |
* | | rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource | Boris BREZILLON | 2014-11-13 | 1 | -19/+10 |
* | | rtc: at91sam9: use standard readl/writel functions instead of raw versions | Boris BREZILLON | 2014-11-13 | 1 | -4/+4 |
* | | rtc: at91sam9: remove references to mach specific headers | Boris BREZILLON | 2014-11-13 | 1 | -4/+18 |
|/ |
|
* | rtc: at91sam9: include <mach/hardware.h> explicitly | Uwe Kleine-König | 2013-12-20 | 1 | -1/+1 |
* | rtc: rtc-at91sam9: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-07-03 | 1 | -14/+5 |
* | rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_ops | Jingoo Han | 2013-04-29 | 1 | -13/+10 |
* | rtc: rtc-at91sam9: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -22/+12 |
* | Drivers: rtc: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -3/+3 |
* | arm: at91: move platfarm_data to include/linux/platform_data/atmel.h | Jean-Christophe PLAGNIOL-VILLARD | 2012-11-06 | 1 | -1/+1 |
* | drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macro | Devendra Naga | 2012-10-06 | 1 | -12/+1 |
* | ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq support | Ludovic Desroches | 2012-08-23 | 1 | -7/+15 |
* | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-03-27 | 1 | -57/+28 |
|\ |
|
| * | ARM: at91/rtc-at91sam9: pass the GPBR to use via resources | Jean-Christophe PLAGNIOL-VILLARD | 2012-02-23 | 1 | -5/+19 |
| * | ARM: at91:rtc/rtc-at91sam9: ioremap register bank | Jean-Christophe PLAGNIOL-VILLARD | 2012-02-23 | 1 | -3/+10 |
| * | ARM: at91/rtc-at91sam9: each SoC can select the RTT device to use | Jean-Christophe PLAGNIOL-VILLARD | 2012-02-23 | 1 | -52/+9 |
* | | drivers/rtc: remove IRQF_DISABLED | Yong Zhang | 2012-03-23 | 1 | -1/+1 |
* | | ARM: at91:rtc/rtc-at91sam9: ioremap register bank | Jean-Christophe PLAGNIOL-VILLARD | 2012-02-13 | 1 | -3/+10 |
|/ |
|
* | RTC: Clean out UIE icotl implementations | John Stultz | 2011-03-09 | 1 | -28/+0 |
* | RTC: fix typo in drivers/rtc/rtc-at91sam9.c | Jelle Martijn Kok | 2011-02-25 | 1 | -1/+1 |
* | RTC: Convert rtc drivers to use the alarm_irq_enable method | John Stultz | 2011-02-03 | 1 | -6/+14 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | rtc-at91sam9: Correct size given to memset | Julia Lawall | 2010-03-06 | 1 | -1/+1 |
* | rtc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 1 | -2/+2 |
* | [ARM] 5319/1: AT91: support AT91CAP9 revC CPUs | Stelian Pop | 2008-12-01 | 1 | -0/+1 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -2/+2 |
* | [RTC] remove references to asm/mach/time.h | Russell King | 2008-05-22 | 1 | -1/+0 |
* | rtc: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-28 | 1 | -1/+1 |
* | rtc-at91sam9 fixes | David Brownell | 2008-03-19 | 1 | -1/+5 |
* | rtc: at91sam9 RTC support (RTT and/or RTC) | David Brownell | 2008-02-06 | 1 | -0/+520 |