aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-lpc32xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-12rtc: lpc32xx: convert to SPDX identifierAlexandre Belloni1-9/+1
2019-04-12rtc: lpc32xx: use .set_timeAlexandre Belloni1-2/+3
2019-04-12rtc: lpc32xx: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-8/+3
2019-04-12rtc: lpc32xx: simplify IRQ setupAlexandre Belloni1-10/+5
2019-04-12rtc: lpc32xx: set rangeAlexandre Belloni1-0/+1
2019-04-12rtc: lpc32xx: convert to devm_rtc_allocate_deviceAlexandre Belloni1-9/+10
2018-05-03rtc: simplify getting .drvdataWolfram Sang1-10/+6
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni1-1/+1
2016-01-11rtc: lpc32xx: remove irq > NR_IRQS check from probe()Vladimir Zapolskiy1-1/+1
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-03rtc: rtc-lpc32xx: remove unnecessary OOM messagesJingoo Han1-3/+2
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall1-20/+4
2013-07-03rtc: rtc-lpc32xx: remove unnecessary platform_set_drvdata()Jingoo Han1-3/+0
2013-04-29rtc: rtc-lpc32xx: use devm_rtc_device_register()Jingoo Han1-3/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-05-29drivers/rtc/rtc-lpc32xx.c: add device tree supportRoland Stigge1-1/+11
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-11/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-27rtc: rtc-lpc32xx: introduce RTC driver for the LPC32XX SoCKevin Wells1-0/+414