summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-omap.c
Commit message (Expand)AuthorAge
* rtc: omap: stop validating rtc_time in .set_time and .set_alarmAlexandre Belloni2018-03-02
* rtc: omap: call rtc_nvmem_register()Alexandre Belloni2018-03-01
* rtc: omap: fix unbalanced clk_prepare_enable/clk_disable_unprepareAndreas Platschek2017-12-18
* rtc: omap: Support scratch registersAlexandre Belloni2017-11-08
* rtc: omap: switch to rtc_register_deviceAlexandre Belloni2017-10-31
* rtc: omap: fix error path when pinctrl_register failsAlexandre Belloni2017-10-31
* rtc: omap: mark PM methods as __maybe_unusedDmitry Torokhov2017-03-09
* rtc: omap: remove incorrect __exit markupsDmitry Torokhov2017-03-09
* pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg2017-01-26
* rtc: omap: prevent disabling of clock/module during suspendTero Kristo2016-11-04
* rtc: omap: Fix selecting external oscLokesh Vutla2016-11-04
* rtc: omap: Support ext_wakeup configurationMarcin Niestroj2016-09-21
* rtc: constify rtc_class_ops structuresJulia Lawall2016-09-02
* rtc: omap: Add external clock enabling supportKeerthy2015-09-05
* rtc: omap: Add internal clock enabling supportKeerthy2015-09-05
* drivers/rtc/rtc-omap.c: use module_platform_driverLokesh Vutla2015-04-17
* drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...Lokesh Vutla2015-04-17
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * rtc: drop owner assignment from platform_driversWolfram Sang2014-10-20
* | rtc: omap: drop vendor-prefix from power-controller dt propertyJohan Hovold2014-12-10
* | rtc: omap: add copyright entryJohan Hovold2014-12-10
* | rtc: omap: fix minor coding style issuesJohan Hovold2014-12-10
* | rtc: omap: enable wake-up from power offJohan Hovold2014-12-10
* | rtc: omap: add support for pmic_power_enJohan Hovold2014-12-10
* | rtc: omap: add helper to read 32-bit registersJohan Hovold2014-12-10
* | rtc: omap: add helper to read raw bcd timeJohan Hovold2014-12-10
* | rtc: omap: silence bogus power-up reset message at probeJohan Hovold2014-12-10
* | rtc: omap: add structured device-type infoJohan Hovold2014-12-10
* | rtc: omap: remove DRIVER_NAME macroJohan Hovold2014-12-10
* | rtc: omap: add device abstractionJohan Hovold2014-12-10
* | rtc: omap: make platform-device id table constJohan Hovold2014-12-10
* | rtc: omap: use dev_infoJohan Hovold2014-12-10
* | rtc: omap: remove unused register-base defineJohan Hovold2014-12-10
* | rtc: omap: fix class-device registrationJohan Hovold2014-12-10
* | rtc: omap: clean up probe error handlingJohan Hovold2014-12-10
* | rtc: omap: fix interrupt disable at probeJohan Hovold2014-12-10
* | rtc: omap: fix missing wakealarm attributeJohan Hovold2014-12-10
* | rtc: omap: fix clock-source configurationJohan Hovold2014-12-10
|/
* drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is setLokesh Vutla2014-06-06
* drivers/rtc/rtc-omap.c: add support for enabling 32khz clockSekhar Nori2014-06-06
* drivers/rtc/rtc-omap.c: use BIT() macroSekhar Nori2014-06-06
* drivers/rtc/rtc-omap.c: remove multiple device id checksSekhar Nori2014-06-06
* drivers/rtc/rtc-omap.c: remove redundant of_match_ptrSachin Kamat2013-11-13
* drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm eventsHebbar Gururaja2013-09-11
* rtc: omap: restore back (hard-code) wakeup supportHebbar Gururaja2013-07-03
* drivers/rtc/rtc-omap.c: include <linux/io.h> instead of <asm/io.h>Sachin Kamat2013-07-03
* drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-18
* rtc: rtc-omap: convert omap_rtc_driver to dev_pm_opsJingoo Han2013-04-29
* drivers/rtc/rtc-omap.c: update to devm_* APIVishwanathrao Badarkhe, Manish2013-04-29
* rtc: rtc-omap: use module_platform_driver_probe()Jingoo Han2013-04-29