summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-at91sam9.c
AgeCommit message (Expand)Author
2021-07-10rtc: at91sam9: Remove unnecessary offset variable checksNobuhiro Iwamatsu
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-04-04rtc: at91sam9: correct trivial checkpatch warningsAlexandre Belloni
2019-04-04rtc: at91sam9: convert to SPDX identifierAlexandre Belloni
2019-04-04rtc: at91sam9: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni
2019-04-04rtc: at91sam9: set rangeAlexandre Belloni
2019-04-04rtc: at91sam9: convert to devm_rtc_allocate_deviceAlexandre Belloni
2019-04-04rtc: at91sam9: drop platform_data supportAlexandre Belloni
2018-12-10rtc: at91sam9: Switch to use %ptRAndy Shevchenko
2018-03-17rtc: at91sam9: Set name of regmap_configJeffy Chen
2016-07-26rtc: at91sam9: Fix missing spin_lock_init()Wei Yongjun
2016-05-20rtc: at91sam9: remove duplicate assignment of variable mrColin Ian King
2015-09-05rtc: at91sam9: remove useless includeAlexandre Belloni
2015-09-05rtc: at91sam9: include linux/of.hAlexandre Belloni
2015-09-05rtc: at91sam9: get sclk rate after enabling itAlexandre Belloni
2015-09-05rtc: at91sam9: sort headers alphabeticallyAlexandre Belloni
2015-09-05rtc: at91sam9: remove useless checkAlexandre Belloni
2015-09-05rtc: at91sam9: properly handle error caseAlexandre Belloni
2015-03-04rtc: at91sam9: rework wakeup and interrupt handlingBoris BREZILLON
2015-02-13drivers/rtc/rtc-at91sam9.c: constify struct regmap_configKrzysztof Kozlowski
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-13rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCKBoris BREZILLON
2014-11-13rtc: at91sam9: make use of syscon/regmap to access GPBR registersBoris BREZILLON
2014-11-13rtc: at91sam9: add DT supportBoris BREZILLON
2014-11-13rtc: at91sam9: replace devm_ioremap by devm_ioremap_resourceBoris BREZILLON
2014-11-13rtc: at91sam9: use standard readl/writel functions instead of raw versionsBoris BREZILLON
2014-11-13rtc: at91sam9: remove references to mach specific headersBoris BREZILLON
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang
2013-12-20rtc: at91sam9: include <mach/hardware.h> explicitlyUwe Kleine-König
2013-07-03rtc: rtc-at91sam9: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-29rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_opsJingoo Han
2013-04-29rtc: rtc-at91sam9: use devm_*() functionsJingoo Han
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD
2012-10-06drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macroDevendra Naga
2012-08-23ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq supportLudovic Desroches
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang
2012-02-23ARM: at91/rtc-at91sam9: pass the GPBR to use via resourcesJean-Christophe PLAGNIOL-VILLARD
2012-02-23ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD
2012-02-23ARM: at91/rtc-at91sam9: each SoC can select the RTT device to useJean-Christophe PLAGNIOL-VILLARD
2012-02-13ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD
2011-03-09RTC: Clean out UIE icotl implementationsJohn Stultz
2011-02-25RTC: fix typo in drivers/rtc/rtc-at91sam9.cJelle Martijn Kok
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06rtc-at91sam9: Correct size given to memsetJulia Lawall
2009-03-24rtc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers