summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-at91sam9.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: at91sam9: Fix missing spin_lock_init()Wei Yongjun2016-07-261-0/+1
* rtc: at91sam9: remove duplicate assignment of variable mrColin Ian King2016-05-201-1/+1
* rtc: at91sam9: remove useless includeAlexandre Belloni2015-09-051-1/+0
* rtc: at91sam9: include linux/of.hAlexandre Belloni2015-09-051-0/+1
* rtc: at91sam9: get sclk rate after enabling itAlexandre Belloni2015-09-051-6/+7
* rtc: at91sam9: sort headers alphabeticallyAlexandre Belloni2015-09-051-8/+8
* rtc: at91sam9: remove useless checkAlexandre Belloni2015-09-051-2/+1
* rtc: at91sam9: properly handle error caseAlexandre Belloni2015-09-051-3/+10
* rtc: at91sam9: rework wakeup and interrupt handlingBoris BREZILLON2015-03-041-12/+61
* drivers/rtc/rtc-at91sam9.c: constify struct regmap_configKrzysztof Kozlowski2015-02-131-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCKBoris BREZILLON2014-11-131-4/+24
* | rtc: at91sam9: make use of syscon/regmap to access GPBR registersBoris BREZILLON2014-11-131-9/+55
* | rtc: at91sam9: add DT supportBoris BREZILLON2014-11-131-0/+9
* | rtc: at91sam9: replace devm_ioremap by devm_ioremap_resourceBoris BREZILLON2014-11-131-19/+10
* | rtc: at91sam9: use standard readl/writel functions instead of raw versionsBoris BREZILLON2014-11-131-4/+4
* | rtc: at91sam9: remove references to mach specific headersBoris BREZILLON2014-11-131-4/+18
|/
* rtc: at91sam9: include <mach/hardware.h> explicitlyUwe Kleine-König2013-12-201-1/+1
* rtc: rtc-at91sam9: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-14/+5
* rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_opsJingoo Han2013-04-291-13/+10
* rtc: rtc-at91sam9: use devm_*() functionsJingoo Han2013-04-291-22/+12
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-061-1/+1
* drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macroDevendra Naga2012-10-061-12/+1
* ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq supportLudovic Desroches2012-08-231-7/+15
* Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-57/+28
|\
| * ARM: at91/rtc-at91sam9: pass the GPBR to use via resourcesJean-Christophe PLAGNIOL-VILLARD2012-02-231-5/+19
| * ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD2012-02-231-3/+10
| * ARM: at91/rtc-at91sam9: each SoC can select the RTT device to useJean-Christophe PLAGNIOL-VILLARD2012-02-231-52/+9
* | drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-1/+1
* | ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD2012-02-131-3/+10
|/
* RTC: Clean out UIE icotl implementationsJohn Stultz2011-03-091-28/+0
* RTC: fix typo in drivers/rtc/rtc-at91sam9.cJelle Martijn Kok2011-02-251-1/+1
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-6/+14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* rtc-at91sam9: Correct size given to memsetJulia Lawall2010-03-061-1/+1
* rtc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-2/+2
* [ARM] 5319/1: AT91: support AT91CAP9 revC CPUsStelian Pop2008-12-011-0/+1
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* [RTC] remove references to asm/mach/time.hRussell King2008-05-221-1/+0
* rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* rtc-at91sam9 fixesDavid Brownell2008-03-191-1/+5
* rtc: at91sam9 RTC support (RTT and/or RTC)David Brownell2008-02-061-0/+520