aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-16rtc: mv: remove mv_rtc_alarm_opsAlexandre Belloni1-10/+4
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-04-04rtc: mv: add rangeAlexandre Belloni1-2/+5
2019-04-04rtc: mv: convert to devm_rtc_allocate_deviceAlexandre Belloni1-10/+11
2019-04-04rtc: mv: convert to SPDX identifierAlexandre Belloni1-4/+1
2018-10-03rtc: mv: let the core handle invalid alarmsAlexandre Belloni1-6/+2
2018-05-03rtc: simplify getting .drvdataWolfram Sang1-2/+1
2018-03-27rtc: mv: remove artificial limitationAlexandre Belloni1-12/+0
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2015-09-05rtc: Fix module autoload for OF platform driversJavier Martinez Canillas1-0/+1
2015-06-25rtc: mv: correct 24 hour error messageAlexandre Belloni1-4/+4
2015-06-25rtc: mv: use BIT()Alexandre Belloni1-2/+3
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-06rtc: rtc-mv: make of_device_id array constJingoo Han1-1/+1
2014-02-21rtc: mv: reset date if after year 2038Thomas Petazzoni1-0/+12
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall1-13/+4
2013-04-29rtc: rtc-mv: use devm_rtc_device_register()Jingoo Han1-4/+4
2013-04-29rtc: rtc-mv: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-29rtc: rtc-mv: add __init annotationJingoo Han1-1/+1
2013-03-08rtc: rtc-mv: Add support for clk to avoid lockupsAndrew Lunn1-4/+24
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-07-25ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn1-1/+1
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+9
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-1/+1
2012-03-16ARM: kirkwood: rtc-mv devicetree bindingsJason Cooper1-0/+9
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker1-0/+1
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-13/+7
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
2009-12-16rtc-mv: add support for AlarmSaeed Bishara1-3/+154
2009-03-24[ARM] Kirkwood: fail the probe if internal RTC does not workNicolas Pitre1-0/+11
2009-01-06rtc: driver for Marvell's SoCs 88F6281 and 88F6192Saeed Bishara1-0/+163