aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2015-03-12drivers/rtc/rtc-s3c.c: add .needs_src_clk to s3c6410 RTC dataJavier Martinez Canillas
2015-03-06Merge branch 'irq-pm'Rafael J. Wysocki
2015-03-04rtc: at91rm9200: rework wakeup and interrupt handlingBoris BREZILLON
2015-03-04rtc: at91sam9: rework wakeup and interrupt handlingBoris BREZILLON
2015-02-28drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...Joshua Kinard
2015-02-28rtc: ds1685: remove superfluous checks for out-of-range u8 valuesGeert Uytterhoeven
2015-02-28rtc: ds1685: fix ds1685_rtc_alarm_irq_enable build errorArnd Bergmann
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2015-02-17Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-02-16rtc: add driver for DS1685 family of real time clocksJoshua Kinard
2015-02-16rtc: isl12057: deprecate use of isl in compatible string for isilArnaud Ebalard
2015-02-16rtc: isl12022: deprecate use of isl in compatible string for isilArnaud Ebalard
2015-02-13drivers/rtc/rtc-armada38x: add a new RTC driver for recent mvebu SoCsGregory CLEMENT
2015-02-13rtc: rtc-ab-b5ze-s3: add sub-minute alarm supportArnaud Ebalard
2015-02-13rtc: add support for Abracon AB-RTCMC-32.768kHz-B5ZE-S3 I2C RTC chipArnaud Ebalard
2015-02-13drivers/rtc/rtc-rk808.c: fix rtc time reading issueChris Zhong
2015-02-13drivers/rtc/rtc-isl12057.c: constify struct regmap_configKrzysztof Kozlowski
2015-02-13drivers/rtc/rtc-at91sam9.c: constify struct regmap_configKrzysztof Kozlowski
2015-02-13drivers/rtc/rtc-imxdi.c: add more known register bitsJuergen Borleis
2015-02-13drivers/rtc/rtc-imxdi.c: trivial clean up codeJuergen Borleis
2015-02-13rtc: rtc-isl12057: add isil,irq2-can-wakeup-machine property for in-tree usersArnaud Ebalard
2015-02-13drivers/rtc/rtc-isl12057.c: add alarm support to Intersil ISL12057 RTC driverArnaud Ebalard
2015-02-13drivers/rtc/rtc-pcf2123.c: add support for devicetreeJoshua Clayton
2015-02-09Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-02-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar
2015-01-26drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty elementAndrey Ryabinin
2015-01-23rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang
2015-01-23rtc: Remove redundant rtc_valid_tm() from rtc_hctosys()Xunlei Pang
2015-01-23rtc: Modify rtc_hctosys() to address y2038 issuesXunlei Pang
2015-01-23rtc: Update rtc-dev to use y2038-safe time interfacesXunlei Pang
2015-01-23rtc: Update interface.c to use y2038-safe time interfacesXunlei Pang
2015-01-20efi: rtc-efi: Mark UIE as unsupportedArd Biesheuvel
2015-01-15rtc: at91/Kconfig: remove useless optionsNicolas Ferre
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-13rtc: snvs: fix build with CONFIG_PM_SLEEP disabledGuenter Roeck
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2014-12-10rtc: refine rtc_timer_do_work() to consider other set alarm failuresXunlei Pang
2014-12-10rtc/ab8500: set uie_unsupported flagXunlei Pang
2014-12-10drivers/rtc/rtc-snvs: fix suspend/resumeSanchayan Maity
2014-12-10drivers/rtc/rtc-snvs: add clock supportSanchayan Maity
2014-12-10rtc: omap: drop vendor-prefix from power-controller dt propertyJohan Hovold
2014-12-10drivers/rtc/rtc-isl12057.c: report error code upon failure in dev_err() callsArnaud Ebalard
2014-12-10drivers/rtc/rtc-isl12057.c: add proper handling of oscillator failure bitArnaud Ebalard
2014-12-10drivers/rtc/rtc-isl12057.c: add support for century bitArnaud Ebalard
2014-12-10drivers/rtc/rtc-isl12057.c: fix masking of register valuesArnaud Ebalard
2014-12-10rtc: ds1307: add support for mcp7940x chipsTomas Novotny
2014-12-10drivers/rtc/rtc-ds1374.c: add watchdog supportSøren Andersen
2014-12-10drivers/rtc/rtc-sirfsoc.c: replace local_irq_disable by spin_lock_irq for SMP...Barry Song