aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-05rtc: rx8025: fix rx8025_init_client()Alexandre Belloni1-1/+1
2015-09-05rtc: rx8025: continue without alarm when irq request failsAlexandre Belloni1-2/+2
2015-09-05rtc: rx8025: cleanup accessorsAlexandre Belloni1-54/+31
2015-09-05rtc: rx8025: don't reset the timeAlexandre Belloni1-16/+22
2015-09-05rtc: rx8025: fix transfer modeAlexandre Belloni1-3/+3
2015-09-05rtc: rx8025: only handle dates between 2000 and 2099Alexandre Belloni1-10/+4
2015-09-05rtc: rx8025: use BIT()Alexandre Belloni1-11/+12
2015-09-05rtc: rx8025: remove useless probe error messageAlexandre Belloni1-16/+6
2015-09-05rtc: rx8025: switch to managed irq allocationAlexandre Belloni1-10/+4
2015-09-05rtc: rx8025: Convert to threaded IRQAlexandre Belloni1-33/+4
2015-09-05rtc: rx8025: remove useless headers and reorder themAlexandre Belloni1-5/+2
2015-09-05rtc: tx4939: clean up tx4939_rtc_nvram_read()/tx4939_rtc_nvram_write()Vladimir Zapolskiy1-4/+2
2015-09-05rtc: stk17ta8: clean up stk17ta8_nvram_read()/stk17ta8_nvram_write()Vladimir Zapolskiy1-2/+2
2015-09-05rtc: rp5c01: clean up rp5c01_nvram_read()/rp5c01_nvram_write()Vladimir Zapolskiy1-2/+2
2015-09-05rtc: m48t59: clean up m48t59_nvram_read()/m48t59_nvram_write()Vladimir Zapolskiy1-8/+10
2015-09-05rtc: ds1742: clean up ds1742_nvram_read()/ds1742_nvram_write()Vladimir Zapolskiy1-2/+2
2015-09-05rtc: ds1553: clean up ds1553_nvram_read()/ds1553_nvram_write()Vladimir Zapolskiy1-2/+2
2015-09-05rtc: ds1511: clean up ds1511_nvram_read()/ds1511_nvram_write()Vladimir Zapolskiy1-37/+5
2015-09-05rtc: ds1343: clean up ds1343_nvram_read()/ds1343_nvram_write()Vladimir Zapolskiy1-12/+0
2015-09-05rtc: ds1307: clean up ds1307_nvram_read()/ds1307_nvram_write()Vladimir Zapolskiy1-14/+0
2015-09-05rtc: ds1305: clean up ds1305_nvram_read()/ds1305_nvram_write()Vladimir Zapolskiy1-18/+0
2015-09-05rtc: cmos: clean up cmos_nvram_read()/cmos_nvram_write()Vladimir Zapolskiy1-13/+0
2015-09-05rtc: at91rm9200: get and use slow clockAlexandre Belloni1-3/+24
2015-09-05rtc: gemini: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2015-09-05rtc: Drop (un)likely before IS_ERR(_OR_NULL)viresh kumar3-3/+3
2015-09-05rtc: at91rm9200: sort headers alphabeticallyAlexandre Belloni1-8/+8
2015-09-05rtc: at91sam9: get sclk rate after enabling itAlexandre Belloni1-6/+7
2015-09-05rtc: at91sam9: sort headers alphabeticallyAlexandre Belloni1-8/+8
2015-09-05rtc: at91sam9: remove useless checkAlexandre Belloni1-2/+1
2015-09-05rtc: at91sam9: properly handle error caseAlexandre Belloni1-3/+10
2015-09-05rtc: pl031: fix typo for author emailLeo Yan1-1/+1
2015-09-05rtc: Export OF module alias information in missing driversJavier Martinez Canillas3-0/+3
2015-09-05rtc: cmos: Revert "rtc-cmos: Add an alarm disable quirk"Adrian Huang1-50/+0
2015-09-05rtc: cmos: Cancel alarm timer if alarm time is equal to now+1 secondsAdrian Huang1-4/+60
2015-09-05rtc: da9063: Add DA9062 RTC capability to DA9063 RTC driverS Twiss2-115/+282
2015-09-05rtc: mt6397: implement suspend/resume function in rtc-mt6397 driverHenry Chen1-0/+26
2015-09-05rtc: switch to using is_visible() to control sysfs attributesDmitry Torokhov3-48/+34
2015-09-05rtc: switch wakealarm attribute to DEVICE_ATTR_RWDmitry Torokhov1-5/+3
2015-09-05rtc: make rtc_does_wakealarm() return booleanDmitry Torokhov1-2/+3
2015-09-05rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for rtc_update_irq()Henri Roosen1-4/+0
2015-09-05rtc: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila2-3/+3
2015-09-05rtc: dev: properly manage lifetime of dev and cdev in rtc deviceDmitry Torokhov1-0/+1
2015-09-05rtc: class: remove unnecessary device_get() in rtc_device_unregisterDmitry Torokhov1-13/+12
2015-09-05rtc: class: fix double free in rtc_register_device() error pathDmitry Torokhov1-4/+2
2015-09-05rtc: sirfsoc: move to regmap APIs from platform-specific APIsGuo Zeng1-43/+64
2015-09-05rtc: opal: Enable alarms only when opal supports tpoVaibhav Jain1-4/+5
2015-09-05rtc: add rtc-lpc24xx driverJoachim Eastwood3-0/+323
2015-09-05rtc: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski15-15/+0
2015-09-05rtc: pcf2127: use OFS flag to detect unreliable date and warn the userAndrea Scian1-3/+23