aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-at91sam9.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-10rtc: at91sam9: Remove unnecessary offset variable checksNobuhiro Iwamatsu1-1/+1
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-04-04rtc: at91sam9: correct trivial checkpatch warningsAlexandre Belloni1-20/+20
2019-04-04rtc: at91sam9: convert to SPDX identifierAlexandre Belloni1-5/+1
2019-04-04rtc: at91sam9: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-10/+4
2019-04-04rtc: at91sam9: set rangeAlexandre Belloni1-0/+1
2019-04-04rtc: at91sam9: convert to devm_rtc_allocate_deviceAlexandre Belloni1-3/+4
2019-04-04rtc: at91sam9: drop platform_data supportAlexandre Belloni1-36/+8
2018-12-10rtc: at91sam9: Switch to use %ptRAndy Shevchenko1-12/+4
2018-03-17rtc: at91sam9: Set name of regmap_configJeffy Chen1-0/+1
2016-07-26rtc: at91sam9: Fix missing spin_lock_init()Wei Yongjun1-0/+1
2016-05-20rtc: at91sam9: remove duplicate assignment of variable mrColin Ian King1-1/+1
2015-09-05rtc: at91sam9: remove useless includeAlexandre Belloni1-1/+0
2015-09-05rtc: at91sam9: include linux/of.hAlexandre Belloni1-0/+1
2015-09-05rtc: at91sam9: get sclk rate after enabling itAlexandre Belloni1-6/+7
2015-09-05rtc: at91sam9: sort headers alphabeticallyAlexandre Belloni1-8/+8
2015-09-05rtc: at91sam9: remove useless checkAlexandre Belloni1-2/+1
2015-09-05rtc: at91sam9: properly handle error caseAlexandre Belloni1-3/+10
2015-03-04rtc: at91sam9: rework wakeup and interrupt handlingBoris BREZILLON1-12/+61
2015-02-13drivers/rtc/rtc-at91sam9.c: constify struct regmap_configKrzysztof Kozlowski1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-13rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCKBoris BREZILLON1-4/+24
2014-11-13rtc: at91sam9: make use of syscon/regmap to access GPBR registersBoris BREZILLON1-9/+55
2014-11-13rtc: at91sam9: add DT supportBoris BREZILLON1-0/+9
2014-11-13rtc: at91sam9: replace devm_ioremap by devm_ioremap_resourceBoris BREZILLON1-19/+10
2014-11-13rtc: at91sam9: use standard readl/writel functions instead of raw versionsBoris BREZILLON1-4/+4
2014-11-13rtc: at91sam9: remove references to mach specific headersBoris BREZILLON1-4/+18
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-12-20rtc: at91sam9: include <mach/hardware.h> explicitlyUwe Kleine-König1-1/+1
2013-07-03rtc: rtc-at91sam9: remove unnecessary platform_set_drvdata()Jingoo Han1-14/+5
2013-04-29rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_opsJingoo Han1-13/+10
2013-04-29rtc: rtc-at91sam9: use devm_*() functionsJingoo Han1-22/+12
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-10-06drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macroDevendra Naga1-12/+1
2012-08-23ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq supportLudovic Desroches1-7/+15
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-57/+28
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-1/+1
2012-02-23ARM: at91/rtc-at91sam9: pass the GPBR to use via resourcesJean-Christophe PLAGNIOL-VILLARD1-5/+19
2012-02-23ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD1-3/+10
2012-02-23ARM: at91/rtc-at91sam9: each SoC can select the RTT device to useJean-Christophe PLAGNIOL-VILLARD1-52/+9
2012-02-13ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD1-3/+10
2011-03-09RTC: Clean out UIE icotl implementationsJohn Stultz1-28/+0
2011-02-25RTC: fix typo in drivers/rtc/rtc-at91sam9.cJelle Martijn Kok1-1/+1
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-6/+14
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-at91sam9: Correct size given to memsetJulia Lawall1-1/+1
2009-03-24rtc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2