summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
* rtc: rx8025: remove useless initializationAlexandre Belloni2015-09-051-1/+0Star
* rtc: rx8025: reset validity when setting timeAlexandre Belloni2015-09-051-11/+20
* rtc: rx8025: fix rx8025_init_client()Alexandre Belloni2015-09-051-1/+1
* rtc: rx8025: continue without alarm when irq request failsAlexandre Belloni2015-09-051-2/+2
* rtc: rx8025: cleanup accessorsAlexandre Belloni2015-09-051-54/+31Star
* rtc: rx8025: don't reset the timeAlexandre Belloni2015-09-051-16/+22
* rtc: rx8025: fix transfer modeAlexandre Belloni2015-09-051-3/+3
* rtc: rx8025: only handle dates between 2000 and 2099Alexandre Belloni2015-09-051-10/+4Star
* rtc: rx8025: use BIT()Alexandre Belloni2015-09-051-11/+12
* rtc: rx8025: remove useless probe error messageAlexandre Belloni2015-09-051-16/+6Star
* rtc: rx8025: switch to managed irq allocationAlexandre Belloni2015-09-051-10/+4Star
* rtc: rx8025: Convert to threaded IRQAlexandre Belloni2015-09-051-33/+4Star
* rtc: rx8025: remove useless headers and reorder themAlexandre Belloni2015-09-051-5/+2Star
* rtc: tx4939: clean up tx4939_rtc_nvram_read()/tx4939_rtc_nvram_write()Vladimir Zapolskiy2015-09-051-4/+2Star
* rtc: stk17ta8: clean up stk17ta8_nvram_read()/stk17ta8_nvram_write()Vladimir Zapolskiy2015-09-051-2/+2
* rtc: rp5c01: clean up rp5c01_nvram_read()/rp5c01_nvram_write()Vladimir Zapolskiy2015-09-051-2/+2
* rtc: m48t59: clean up m48t59_nvram_read()/m48t59_nvram_write()Vladimir Zapolskiy2015-09-051-8/+10
* rtc: ds1742: clean up ds1742_nvram_read()/ds1742_nvram_write()Vladimir Zapolskiy2015-09-051-2/+2
* rtc: ds1553: clean up ds1553_nvram_read()/ds1553_nvram_write()Vladimir Zapolskiy2015-09-051-2/+2
* rtc: ds1511: clean up ds1511_nvram_read()/ds1511_nvram_write()Vladimir Zapolskiy2015-09-051-37/+5Star
* rtc: ds1343: clean up ds1343_nvram_read()/ds1343_nvram_write()Vladimir Zapolskiy2015-09-051-12/+0Star
* rtc: ds1307: clean up ds1307_nvram_read()/ds1307_nvram_write()Vladimir Zapolskiy2015-09-051-14/+0Star
* rtc: ds1305: clean up ds1305_nvram_read()/ds1305_nvram_write()Vladimir Zapolskiy2015-09-051-18/+0Star
* rtc: cmos: clean up cmos_nvram_read()/cmos_nvram_write()Vladimir Zapolskiy2015-09-051-13/+0Star
* rtc: at91rm9200: get and use slow clockAlexandre Belloni2015-09-051-3/+24
* rtc: gemini: fix ptr_ret.cocci warningskbuild test robot2015-09-051-4/+1Star
* rtc: Drop (un)likely before IS_ERR(_OR_NULL)viresh kumar2015-09-053-3/+3
* rtc: at91rm9200: sort headers alphabeticallyAlexandre Belloni2015-09-051-8/+8
* rtc: at91sam9: get sclk rate after enabling itAlexandre Belloni2015-09-051-6/+7
* rtc: at91sam9: sort headers alphabeticallyAlexandre Belloni2015-09-051-8/+8
* rtc: at91sam9: remove useless checkAlexandre Belloni2015-09-051-2/+1Star
* rtc: at91sam9: properly handle error caseAlexandre Belloni2015-09-051-3/+10
* rtc: pl031: fix typo for author emailLeo Yan2015-09-051-1/+1
* rtc: Export OF module alias information in missing driversJavier Martinez Canillas2015-09-053-0/+3
* rtc: cmos: Revert "rtc-cmos: Add an alarm disable quirk"Adrian Huang2015-09-051-50/+0Star
* rtc: cmos: Cancel alarm timer if alarm time is equal to now+1 secondsAdrian Huang2015-09-051-4/+60
* rtc: da9063: Add DA9062 RTC capability to DA9063 RTC driverS Twiss2015-09-052-115/+282
* rtc: mt6397: implement suspend/resume function in rtc-mt6397 driverHenry Chen2015-09-051-0/+26
* rtc: switch to using is_visible() to control sysfs attributesDmitry Torokhov2015-09-053-48/+34Star
* rtc: switch wakealarm attribute to DEVICE_ATTR_RWDmitry Torokhov2015-09-051-5/+3Star
* rtc: make rtc_does_wakealarm() return booleanDmitry Torokhov2015-09-051-2/+3
* rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for r...Henri Roosen2015-09-051-4/+0Star
* rtc: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila2015-09-052-3/+3
* rtc: dev: properly manage lifetime of dev and cdev in rtc deviceDmitry Torokhov2015-09-051-0/+1
* rtc: class: remove unnecessary device_get() in rtc_device_unregisterDmitry Torokhov2015-09-051-13/+12Star
* rtc: class: fix double free in rtc_register_device() error pathDmitry Torokhov2015-09-051-4/+2Star
* rtc: sirfsoc: move to regmap APIs from platform-specific APIsGuo Zeng2015-09-051-43/+64
* rtc: opal: Enable alarms only when opal supports tpoVaibhav Jain2015-09-051-4/+5
* rtc: add rtc-lpc24xx driverJoachim Eastwood2015-09-053-0/+323
* rtc: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-09-051-1/+0Star