aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-omap.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-15rtc: omap: Use device_get_match_data()Rob Herring1-5/+3
2023-08-17rtc: omap: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-4/+4
2023-03-17rtc: omap: include header for omap_rtc_power_off_program prototypeKrzysztof Kozlowski1-0/+1
2023-03-17rtc: omap: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2021-09-25rtc: omap: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-04-29rtc: omap: use rtc_write to access OMAP_RTC_OSC_REGDario Binacchi1-3/+2
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski1-1/+1
2020-11-19rtc: omap: use devm_pinctrl_register()Bartosz Golaszewski1-7/+2
2020-03-23rtc: omap: drop unused dt-bindings headerUwe Kleine-König1-1/+0
2019-12-23rtc: omap: Remove unneeded semicolonzhengbin1-1/+1
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-8/+41
2019-04-08rtc: OMAP: Add support for rtc-only modeKeerthy1-9/+42
2019-04-04rtc: omap: convert to SPDX identifierAlexandre Belloni1-5/+1
2019-04-04rtc: omap: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-2/+2
2019-04-04rtc: omap: let the core handle rangeAlexandre Belloni1-16/+6
2018-11-12rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGHNathan Chancellor1-3/+1
2018-08-27rtc: omap: Cut down the shutdown time from 2 seconds to 1 secKeerthy1-10/+15
2018-08-27rtc: omap: use of_device_is_system_power_controller functionKeerthy1-2/+1
2018-07-12rtc: omap: drop unnecessary register unlock around readsJohan Hovold1-4/+0
2018-07-12rtc: omap: add missing register lock in error pathJohan Hovold1-0/+1
2018-07-12rtc: omap: fix resource leak in registration error pathJohan Hovold1-1/+3
2018-07-12rtc: omap: fix potential crash on power offJohan Hovold1-7/+7
2018-03-02rtc: omap: stop validating rtc_time in .set_time and .set_alarmAlexandre Belloni1-3/+0
2018-03-01rtc: omap: call rtc_nvmem_register()Alexandre Belloni1-1/+2
2017-12-18rtc: omap: fix unbalanced clk_prepare_enable/clk_disable_unprepareAndreas Platschek1-1/+4
2017-11-08rtc: omap: Support scratch registersAlexandre Belloni1-0/+45
2017-10-31rtc: omap: switch to rtc_register_deviceAlexandre Belloni1-2/+7
2017-10-31rtc: omap: fix error path when pinctrl_register failsAlexandre Belloni1-1/+2
2017-03-09rtc: omap: mark PM methods as __maybe_unusedDmitry Torokhov1-14/+4
2017-03-09rtc: omap: remove incorrect __exit markupsDmitry Torokhov1-2/+2
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg1-1/+1
2016-11-04rtc: omap: prevent disabling of clock/module during suspendTero Kristo1-6/+26
2016-11-04rtc: omap: Fix selecting external oscLokesh Vutla1-2/+4
2016-09-21rtc: omap: Support ext_wakeup configurationMarcin Niestroj1-8/+160
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall1-1/+1
2015-09-05rtc: omap: Add external clock enabling supportKeerthy1-1/+24
2015-09-05rtc: omap: Add internal clock enabling supportKeerthy1-0/+10
2015-04-17drivers/rtc/rtc-omap.c: use module_platform_driverLokesh Vutla1-2/+3
2015-04-17drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...Lokesh Vutla1-11/+52
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-10rtc: omap: drop vendor-prefix from power-controller dt propertyJohan Hovold1-1/+1
2014-12-10rtc: omap: add copyright entryJohan Hovold1-0/+1
2014-12-10rtc: omap: fix minor coding style issuesJohan Hovold1-19/+27
2014-12-10rtc: omap: enable wake-up from power offJohan Hovold1-1/+8
2014-12-10rtc: omap: add support for pmic_power_enJohan Hovold1-0/+100
2014-12-10rtc: omap: add helper to read 32-bit registersJohan Hovold1-0/+5
2014-12-10rtc: omap: add helper to read raw bcd timeJohan Hovold1-8/+10
2014-12-10rtc: omap: silence bogus power-up reset message at probeJohan Hovold1-6/+13
2014-12-10rtc: omap: add structured device-type infoJohan Hovold1-52/+51
2014-12-10rtc: omap: remove DRIVER_NAME macroJohan Hovold1-5/+3
2014-12-10rtc: omap: add device abstractionJohan Hovold1-106/+133
2014-12-10rtc: omap: make platform-device id table constJohan Hovold1-1/+1
2014-12-10rtc: omap: use dev_infoJohan Hovold1-4/+3
2014-12-10rtc: omap: remove unused register-base defineJohan Hovold1-2/+0
2014-12-10rtc: omap: fix class-device registrationJohan Hovold1-23/+23
2014-12-10rtc: omap: clean up probe error handlingJohan Hovold1-23/+18
2014-12-10rtc: omap: fix interrupt disable at probeJohan Hovold1-3/+5
2014-12-10rtc: omap: fix missing wakealarm attributeJohan Hovold1-2/+3
2014-12-10rtc: omap: fix clock-source configurationJohan Hovold1-2/+4
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-06drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is setLokesh Vutla1-34/+33
2014-06-06drivers/rtc/rtc-omap.c: add support for enabling 32khz clockSekhar Nori1-1/+15
2014-06-06drivers/rtc/rtc-omap.c: use BIT() macroSekhar Nori1-21/+21
2014-06-06drivers/rtc/rtc-omap.c: remove multiple device id checksSekhar Nori1-4/+9
2013-11-13drivers/rtc/rtc-omap.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-11drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm eventsHebbar Gururaja1-8/+52
2013-07-03rtc: omap: restore back (hard-code) wakeup supportHebbar Gururaja1-0/+2
2013-07-03drivers/rtc/rtc-omap.c: include <linux/io.h> instead of <asm/io.h>Sachin Kamat1-3/+1
2013-05-18drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-04-29rtc: rtc-omap: convert omap_rtc_driver to dev_pm_opsJingoo Han1-14/+10
2013-04-29drivers/rtc/rtc-omap.c: update to devm_* APIVishwanathrao Badarkhe, Manish1-36/+9
2013-04-29rtc: rtc-omap: use module_platform_driver_probe()Jingoo Han1-11/+1
2012-12-17rtc: omap: add runtime pm supportVaibhav Hiremath1-0/+18
2012-12-17rtc: omap: dt supportAfzal Mohammed1-0/+18
2012-12-17rtc: omap: kicker mechanism supportAfzal Mohammed1-3/+41
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-2/+2
2011-08-03rtc-omap: fix initialization of control registerDaniel Glöckner1-1/+1
2011-04-18RTC: rtc-omap: Fix a leak of the IRQ during init failureAxel Lin1-1/+1
2011-03-09RTC: Clean out UIE icotl implementationsJohn Stultz1-39/+0
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-9/+19
2011-01-13drivers/rtc/rtc-omap.c: fix a memory leakAxel Lin1-2/+4
2010-10-27rtc: omap: let device wakeup capability be configured from chip init logicSekhar Nori1-5/+7
2009-12-16rtc: make rtc-omap driver ioremap its register spaceMark A. Greer1-21/+26
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-03-24rtc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-12/+12
2008-07-24rtc: rtc-omap footprint shrinkageDavid Brownell1-17/+4
2008-05-22[RTC] remove references to asm/mach/time.hRussell King1-1/+0
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers1-1/+1
2007-05-17rtc-omap build fixDavid Brownell1-2/+2
2007-05-08rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell1-28/+0
2007-05-08rtc: suspend()/resume() restores system clockDavid Brownell1-17/+0
2007-05-08rtc: remove rest of class_deviceDavid Brownell1-4/+4
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell1-2/+2
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-2/+2
2006-12-13[PATCH] rtc framewok: rtc_wkalrm.enabled reporting updatesDavid Brownell1-2/+1
2006-12-07[PATCH] add rtc-omap driverDavid Brownell1-0/+572