summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-omap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | rtc: omap: drop vendor-prefix from power-controller dt propertyJohan Hovold2014-12-101-1/+1
* | rtc: omap: add copyright entryJohan Hovold2014-12-101-0/+1
* | rtc: omap: fix minor coding style issuesJohan Hovold2014-12-101-19/+27
* | rtc: omap: enable wake-up from power offJohan Hovold2014-12-101-1/+8
* | rtc: omap: add support for pmic_power_enJohan Hovold2014-12-101-0/+100
* | rtc: omap: add helper to read 32-bit registersJohan Hovold2014-12-101-0/+5
* | rtc: omap: add helper to read raw bcd timeJohan Hovold2014-12-101-8/+10
* | rtc: omap: silence bogus power-up reset message at probeJohan Hovold2014-12-101-6/+13
* | rtc: omap: add structured device-type infoJohan Hovold2014-12-101-52/+51
* | rtc: omap: remove DRIVER_NAME macroJohan Hovold2014-12-101-5/+3
* | rtc: omap: add device abstractionJohan Hovold2014-12-101-106/+133
* | rtc: omap: make platform-device id table constJohan Hovold2014-12-101-1/+1
* | rtc: omap: use dev_infoJohan Hovold2014-12-101-4/+3
* | rtc: omap: remove unused register-base defineJohan Hovold2014-12-101-2/+0
* | rtc: omap: fix class-device registrationJohan Hovold2014-12-101-23/+23
* | rtc: omap: clean up probe error handlingJohan Hovold2014-12-101-23/+18
* | rtc: omap: fix interrupt disable at probeJohan Hovold2014-12-101-3/+5
* | rtc: omap: fix missing wakealarm attributeJohan Hovold2014-12-101-2/+3
* | rtc: omap: fix clock-source configurationJohan Hovold2014-12-101-2/+4
|/
* drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is setLokesh Vutla2014-06-061-34/+33
* drivers/rtc/rtc-omap.c: add support for enabling 32khz clockSekhar Nori2014-06-061-1/+15
* drivers/rtc/rtc-omap.c: use BIT() macroSekhar Nori2014-06-061-21/+21
* drivers/rtc/rtc-omap.c: remove multiple device id checksSekhar Nori2014-06-061-4/+9
* drivers/rtc/rtc-omap.c: remove redundant of_match_ptrSachin Kamat2013-11-131-1/+1
* drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm eventsHebbar Gururaja2013-09-111-8/+52
* rtc: omap: restore back (hard-code) wakeup supportHebbar Gururaja2013-07-031-0/+2
* drivers/rtc/rtc-omap.c: include <linux/io.h> instead of <asm/io.h>Sachin Kamat2013-07-031-3/+1
* drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* rtc: rtc-omap: convert omap_rtc_driver to dev_pm_opsJingoo Han2013-04-291-14/+10
* drivers/rtc/rtc-omap.c: update to devm_* APIVishwanathrao Badarkhe, Manish2013-04-291-36/+9
* rtc: rtc-omap: use module_platform_driver_probe()Jingoo Han2013-04-291-11/+1
* rtc: omap: add runtime pm supportVaibhav Hiremath2012-12-171-0/+18
* rtc: omap: dt supportAfzal Mohammed2012-12-171-0/+18
* rtc: omap: kicker mechanism supportAfzal Mohammed2012-12-171-3/+41
* drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-2/+2
* rtc-omap: fix initialization of control registerDaniel Glöckner2011-08-031-1/+1
* RTC: rtc-omap: Fix a leak of the IRQ during init failureAxel Lin2011-04-181-1/+1
* RTC: Clean out UIE icotl implementationsJohn Stultz2011-03-091-39/+0
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-9/+19
* drivers/rtc/rtc-omap.c: fix a memory leakAxel Lin2011-01-131-2/+4
* rtc: omap: let device wakeup capability be configured from chip init logicSekhar Nori2010-10-271-5/+7
* rtc: make rtc-omap driver ioremap its register spaceMark A. Greer2009-12-161-21/+26
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* rtc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-2/+2
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-12/+12
* rtc: rtc-omap footprint shrinkageDavid Brownell2008-07-241-17/+4
* [RTC] remove references to asm/mach/time.hRussell King2008-05-221-1/+0
* rtc: fix platform driver hotplug/coldplugKay Sievers2008-04-111-1/+1
OpenPOWER on IntegriCloud