summaryrefslogtreecommitdiff
path: root/drivers/rtc/class.c
Commit message (Expand)AuthorAge
* rtc: Add one offset seconds to expand RTC rangeBaolin Wang2018-03-17
* rtc: remove nvmem_configAlexandre Belloni2018-03-01
* rtc: nvmem: allow registering the nvmem device before the rtcAlexandre Belloni2018-03-01
* rtc: nvmem: pass nvmem_config to rtc_nvmem_register()Alexandre Belloni2018-02-14
* rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe2017-10-30
* rtc: add generic nvmem supportAlexandre Belloni2017-07-07
* rtc: introduce new registration methodAlexandre Belloni2017-07-07
* rtc: class separate id allocation from registrationAlexandre Belloni2017-07-07
* rtc: class separate device allocation from registrationAlexandre Belloni2017-07-07
* rtc: remove rtc_device.nameAlexandre Belloni2017-06-03
* rtc: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-21
* rtc: make class.c explicitly non-modularPaul Gortmaker2016-03-14
* rtc: switch to using is_visible() to control sysfs attributesDmitry Torokhov2015-09-05
* rtc: class: remove unnecessary device_get() in rtc_device_unregisterDmitry Torokhov2015-09-05
* rtc: class: fix double free in rtc_register_device() error pathDmitry Torokhov2015-09-05
* drivers/rtc/class.c: initialize rtc name earlyAaro Koskinen2015-04-17
* time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang2015-04-03
* drivers/rtc: Remove redundant rtc_valid_tm() from rtc_resume()Xunlei Pang2015-04-03
* rtc: Update suspend/resume timing to use 64bit timeJohn Stultz2014-11-21
* driver/rtc/class.c: check the error after rtc_read_time()Hyogi Gim2014-08-08
* rtc: honor device tree /alias entries when assigning IDsStephen Warren2014-01-23
* drivers/rtc/class: convert from Legacy pm ops to dev_pm_opsShuah Khan2013-07-03
* drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...Jingoo Han2013-04-29
* rtc: add devm_rtc_device_{register,unregister}()Jingoo Han2013-04-29
* rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk()Jingoo Han2013-02-21
* Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-04
|\
| * rtc: Skip the suspend/resume handling if persistent clock existFeng Tang2013-01-15
* | revert "rtc: recycle id when unloading a rtc driver"Andrew Morton2012-12-20
|/
* rtc_sysfs_show_hctosys(): display 0 if resume failedDavid Fries2012-10-06
* rtc: recycle id when unloading a rtc driverVincent Palatin2012-10-06
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-05
|\
| * rtc: Fix some bugs that allowed accumulating time drift in suspend/resumeArve Hjønnevåg2011-11-22
* | drivers/rtc/class.c: convert idr to ida and use ida_simple_get()Jonathan Cameron2011-11-02
|/
* rtc: Avoid accumulating time drift in suspend/resumeJohn Stultz2011-06-21
* time: Add timekeeping_inject_sleeptimeJohn Stultz2011-04-26
* RTC: Fix early irqs caused by calling rtc_set_alarm too earlyJohn Stultz2011-03-29
* RTC: Initialize kernel state from RTCJohn Stultz2011-03-09
* RTC: Prevents a division by zero in kernel code.Marcelo Roberto Jimenez2011-02-03
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-11
|\
| * rtc: Namespace fixupThomas Gleixner2010-12-13
| * RTC: Rework RTC code to use timerqueue for eventsJohn Stultz2010-12-10
* | drivers/rtc/class.c: fix device_register() error handlingVasiliy Kulikov2010-10-27
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* rtc-core: fix memory leakAaro Koskinen2010-03-06
* rtc: struct device: replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-06
* RTC: periodic irq fixAlessandro Zummo2007-10-16
* Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz2007-07-25
* rtc: update to class device removal patchesDavid Brownell2007-05-08
* rtc: suspend()/resume() restores system clockDavid Brownell2007-05-08
* rtc: remove rest of class_deviceDavid Brownell2007-05-08