summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-lpc32xx.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: lpc32xx: convert to SPDX identifierAlexandre Belloni2019-04-121-9/+1Star
* rtc: lpc32xx: use .set_timeAlexandre Belloni2019-04-121-2/+3
* rtc: lpc32xx: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-121-8/+3Star
* rtc: lpc32xx: simplify IRQ setupAlexandre Belloni2019-04-121-10/+5Star
* rtc: lpc32xx: set rangeAlexandre Belloni2019-04-121-0/+1
* rtc: lpc32xx: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-121-9/+10
* rtc: simplify getting .drvdataWolfram Sang2018-05-031-10/+6Star
* rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni2018-03-011-1/+1
* rtc: lpc32xx: remove irq > NR_IRQS check from probe()Vladimir Zapolskiy2016-01-111-1/+1
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* rtc: rtc-lpc32xx: remove unnecessary OOM messagesJingoo Han2014-04-041-3/+2Star
* rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall2013-09-121-20/+4Star
* rtc: rtc-lpc32xx: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-041-3/+0Star
* rtc: rtc-lpc32xx: use devm_rtc_device_register()Jingoo Han2013-04-301-3/+2Star
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* drivers/rtc/rtc-lpc32xx.c: add device tree supportRoland Stigge2012-05-301-1/+11
* drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-241-1/+1
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-111-11/+1Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* rtc: rtc-lpc32xx: introduce RTC driver for the LPC32XX SoCKevin Wells2010-10-281-0/+414