summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+1
|\ \ \
| * \ \ Merge tag 'omap-for-v3.9/usb-signed' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2013-02-193-4/+9
| |\ \ \
| * | | | rtc: Add support of rtc-mv for MVEBU SoCsGregory CLEMENT2013-01-301-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-213-0/+309
|\ \ \ \
| * | | | rtc: hid-sensor-time: Add missing spin_lock_initAxel Lin2013-01-261-0/+1
| * | | | Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman2013-01-2574-220/+588
| |\ \ \ \ | | |/ / /
| * | | | hid: iio: rename struct hid_sensor_iio_common to hid_sensor_commonAlexander Holler2013-01-061-1/+1
| * | | | rtc: add rtc-driver for HID sensors of type timeAlexander Holler2013-01-063-0/+308
* | | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-215-21/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-3/+3
| * | | | rtc: Convert to devm_ioremap_resource()Thierry Reding2013-01-224-18/+12
| | |/ / | |/| |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-194-1/+63
|\ \ \ \
| * \ \ \ Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-044-1/+63
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz2013-01-291-2/+2
| | * | | timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang2013-01-151-0/+2
| | * | | rtc: Skip the suspend/resume handling if persistent clock existFeng Tang2013-01-151-0/+7
| | * | | NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe2013-01-153-1/+54
* | | | | drivers/rtc/rtc-pl031.c: restore ST variant functionalityLinus Walleij2013-02-121-1/+3
| |_|_|/ |/| | |
* | | | drivers/rtc/rtc-pl031.c: fix the missing operation on enableHaojian Zhuang2013-02-051-3/+5
* | | | drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handlerJan Luebbe2013-02-051-0/+3
* | | | drivers/rtc/rtc-vt8500.c: fix year field in vt8500_rtc_set_time()Tony Prisk2013-02-051-1/+1
|/ / /
* | | drivers/rtc/rtc-da9055.c: fix cross-section referenceAndrew Morton2013-01-111-1/+1
* | | drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_timeTony Prisk2013-01-041-3/+4
* | | drivers/rtc/rtc-vt8500.c: correct handling of CR_24H bitfieldTony Prisk2013-01-041-2/+2
* | | rtc: add RTC driver for TPS6586xLaxman Dewangan2013-01-043-0/+365
* | | drivers/rtc/rtc-tegra.c: convert to DT driverJoseph Lo2013-01-041-0/+7
* | | Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-0370-214/+209
| |/ |/|
* | revert "rtc: recycle id when unloading a rtc driver"Andrew Morton2012-12-201-1/+0
* | drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare2012-12-201-0/+1
* | rtc: DA9055 RTC driverAshish Jangam2012-12-173-0/+424
* | drivers/rtc/rtc-s3c: use of_match_ptr() macroSachin Kamat2012-12-171-3/+1
* | drivers/rtc/rtc-tps65910.c: enable RTC power domain on initializationKim, Milo2012-12-171-0/+7
* | drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.cSachin Kamat2012-12-171-19/+0
* | drivers/rtc/rtc-s3c.c: convert to use devm_* APITushar Behera2012-12-171-37/+8
* | drivers/rtc/rtc-s3c.c: remove unnecessary err_nores labelTushar Behera2012-12-171-4/+1
* | rtc: add NXP PCF8523 supportThierry Reding2012-12-173-0/+336
* | rtc: rtc-davinci: use devm_kzalloc()Devendra Naga2012-12-171-12/+4
* | rtc: rtc-davinci: return correct error code if rtc_device_register() failsDevendra Naga2012-12-171-2/+3
* | drivers/rtc/rtc-tps65910.c: rename irq to match deviceSivaram Nair2012-12-171-1/+1
* | rtc: rtc-spear: Provide flag for no support of UIE modeDeepak Sikri2012-12-171-0/+2
* | rtc: rtc-spear: Add clk_{un}prepare() supportDeepak Sikri2012-12-171-3/+3
* | rtc: rtc-spear: use devm_*() routinesViresh Kumar2012-12-171-60/+29
* | drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun2012-12-171-7/+7
* | drivers/rtc/rtc-vt8500.c: convert to use devm_kzallocDevendra Naga2012-12-171-10/+5
* | drivers/rtc/rtc-imxdi.c: add devicetree supportRoland Stigge2012-12-171-0/+11
* | drivers/rtc/rtc-imxdi: support for i.MX53Roland Stigge2012-12-171-1/+1
* | rtc: omap: add runtime pm supportVaibhav Hiremath2012-12-171-0/+18
* | rtc: omap: depend on am33xxAfzal Mohammed2012-12-171-4/+6
* | rtc: omap: dt supportAfzal Mohammed2012-12-171-0/+18
* | rtc: omap: kicker mechanism supportAfzal Mohammed2012-12-171-3/+41
OpenPOWER on IntegriCloud