summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-omap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-05-161-8/+41
|\
| * rtc: OMAP: Add support for rtc-only modeKeerthy2019-04-081-9/+42
* | rtc: omap: convert to SPDX identifierAlexandre Belloni2019-04-041-5/+1Star
* | rtc: omap: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-04-041-2/+2
* | rtc: omap: let the core handle rangeAlexandre Belloni2019-04-041-16/+6Star
|/
* rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGHNathan Chancellor2018-11-121-3/+1Star
* rtc: omap: Cut down the shutdown time from 2 seconds to 1 secKeerthy2018-08-271-10/+15
* rtc: omap: use of_device_is_system_power_controller functionKeerthy2018-08-271-2/+1Star
* rtc: omap: drop unnecessary register unlock around readsJohan Hovold2018-07-121-4/+0Star
* rtc: omap: add missing register lock in error pathJohan Hovold2018-07-121-0/+1
* rtc: omap: fix resource leak in registration error pathJohan Hovold2018-07-121-1/+3
* rtc: omap: fix potential crash on power offJohan Hovold2018-07-121-7/+7
* rtc: omap: stop validating rtc_time in .set_time and .set_alarmAlexandre Belloni2018-03-021-3/+0Star
* rtc: omap: call rtc_nvmem_register()Alexandre Belloni2018-03-011-1/+2
* rtc: omap: fix unbalanced clk_prepare_enable/clk_disable_unprepareAndreas Platschek2017-12-181-1/+4
* rtc: omap: Support scratch registersAlexandre Belloni2017-11-081-0/+45
* rtc: omap: switch to rtc_register_deviceAlexandre Belloni2017-10-311-2/+7
* rtc: omap: fix error path when pinctrl_register failsAlexandre Belloni2017-10-311-1/+2
* rtc: omap: mark PM methods as __maybe_unusedDmitry Torokhov2017-03-091-14/+4Star
* rtc: omap: remove incorrect __exit markupsDmitry Torokhov2017-03-091-2/+2
* pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg2017-01-261-1/+1
* rtc: omap: prevent disabling of clock/module during suspendTero Kristo2016-11-041-6/+26
* rtc: omap: Fix selecting external oscLokesh Vutla2016-11-041-2/+4
* rtc: omap: Support ext_wakeup configurationMarcin Niestroj2016-09-211-8/+160
* rtc: constify rtc_class_ops structuresJulia Lawall2016-09-021-1/+1
* rtc: omap: Add external clock enabling supportKeerthy2015-09-051-1/+24
* rtc: omap: Add internal clock enabling supportKeerthy2015-09-051-0/+10
* drivers/rtc/rtc-omap.c: use module_platform_driverLokesh Vutla2015-04-171-2/+3
* drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...Lokesh Vutla2015-04-171-11/+52
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | rtc: omap: drop vendor-prefix from power-controller dt propertyJohan Hovold2014-12-111-1/+1
* | rtc: omap: add copyright entryJohan Hovold2014-12-111-0/+1
* | rtc: omap: fix minor coding style issuesJohan Hovold2014-12-111-19/+27
* | rtc: omap: enable wake-up from power offJohan Hovold2014-12-111-1/+8
* | rtc: omap: add support for pmic_power_enJohan Hovold2014-12-111-0/+100
* | rtc: omap: add helper to read 32-bit registersJohan Hovold2014-12-111-0/+5
* | rtc: omap: add helper to read raw bcd timeJohan Hovold2014-12-111-8/+10
* | rtc: omap: silence bogus power-up reset message at probeJohan Hovold2014-12-111-6/+13
* | rtc: omap: add structured device-type infoJohan Hovold2014-12-111-52/+51Star
* | rtc: omap: remove DRIVER_NAME macroJohan Hovold2014-12-111-5/+3Star
* | rtc: omap: add device abstractionJohan Hovold2014-12-111-106/+133
* | rtc: omap: make platform-device id table constJohan Hovold2014-12-111-1/+1
* | rtc: omap: use dev_infoJohan Hovold2014-12-111-4/+3Star
* | rtc: omap: remove unused register-base defineJohan Hovold2014-12-111-2/+0Star
* | rtc: omap: fix class-device registrationJohan Hovold2014-12-111-23/+23
* | rtc: omap: clean up probe error handlingJohan Hovold2014-12-111-23/+18Star
* | rtc: omap: fix interrupt disable at probeJohan Hovold2014-12-111-3/+5
* | rtc: omap: fix missing wakealarm attributeJohan Hovold2014-12-111-2/+3
* | rtc: omap: fix clock-source configurationJohan Hovold2014-12-111-2/+4
|/