summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pl031.c
AgeCommit message (Expand)Author
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2021-01-16rtc: pl031: use RTC_FEATURE_ALARMAlexandre Belloni
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-14rtc: pl031: fix resource leak in pl031_probeZheng Liang
2020-07-16rtc: pl031: fix set_alarm by adding back call to alarm_irq_enableSudeep Holla
2020-03-16rtc: pl031: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni
2020-03-16rtc: pl031: set rangeAlexandre Belloni
2020-03-16rtc: pl031: remove useless invalid alarm handlingAlexandre Belloni
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-09-11rtc: pl031: switch to devm_rtc_allocate_device/rtc_register_deviceAlexandre Belloni
2017-10-12rtc: pl031: make interrupt optionalRussell King
2017-10-12rtc: pl031: avoid exposing alarm if no interruptRussell King
2017-10-12rtc: pl031: use devm_* for allocating memory and mapping resourceRussell King
2017-10-12rtc: pl031: constify amba_idsRussell King
2015-11-08rtc: pl031: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla
2015-09-05rtc: pl031: fix typo for author emailLeo Yan
2013-11-13drivers/rtc/rtc-pl03x.c: remove unnecessary amba_set_drvdata()Michal Simek
2013-09-18rtc: rtc-pl031: Set wakeup flag prior to registering rtcdevJohn Stultz
2013-05-24drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()Lars-Peter Clausen
2013-02-21drivers/rtc/rtc-pl031.c: add wakeup supportRob Herring
2013-02-12drivers/rtc/rtc-pl031.c: restore ST variant functionalityLinus Walleij
2013-02-05drivers/rtc/rtc-pl031.c: fix the missing operation on enableHaojian Zhuang
2012-07-30rtc: pl031: fix up IRQ flagsMattias Wallin
2012-07-30rtc: pl031: use per-vendor variables for special initLinus Walleij
2012-07-30rtc: pl031: encapsulate per-vendor opsLinus Walleij
2012-05-29drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handlingRajkumar Kasirajan
2012-05-17drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01Rajkumar Kasirajan
2012-04-12drivers/rtc/rtc-pl031.c: enable clock on all ST variantsLinus Walleij
2012-03-23Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar
2011-11-22rtc: pl031: Enable module alias autogeneration for AMBA driversDave Martin
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King
2010-09-09drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as sharedLinus Walleij
2010-08-11drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h>Huang Weiyi
2010-07-27ARM: Fix section build warnings for AMBA driversRussell King
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-04ARM: 5914/1: Modify PL031 for Nomadik and U8500 v2Linus Walleij
2009-12-16rtc: remove __raw_* accessors from PL031 RTCLinus Walleij
2009-06-11[ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij
2009-05-20[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini
2008-10-16rtc: remove some NOP open/release methodsDavid Brownell
2008-05-22[RTC] rtc-pl031: use proper resources, use proper apis, clean up includesRussell King
2007-10-19remove asm/bitops.h includesJiri Slaby
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells