summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds38-525/+510
2018-12-31rtc: rename core filesAlexandre Belloni5-4/+4
2018-12-31rtc: nvmem: fix possible use after freeAlexandre Belloni1-4/+5
2018-12-20rtc: add i.MX system controller RTC supportAnson Huang3-0/+99
2018-12-18rtc: pcf2123: Add Microcrystal rv2123Alexandre Belloni1-0/+1
2018-12-18rtc: class: reimplement devm_rtc_device_registerAlexandre Belloni1-121/+36
2018-12-18rtc: enforce rtc_timer_init private_data typeAlexandre Belloni2-12/+11
2018-12-18rtc: abx80x: Implement RTC_VL_READ,CLR ioctlsMarek Vasut1-0/+38
2018-12-11rtc: pcf85363: Add support for NXP pcf85263 rtcBiju Das1-18/+76
2018-12-11rtc: pcf8523: don't return invalid date when battery is lowBaruch Siach1-8/+24
2018-12-10rtc: tegra: Switch to use %ptRAndy Shevchenko1-27/+3
2018-12-10rtc: s5m: Switch to use %ptRAndy Shevchenko1-21/+6
2018-12-10rtc: s3c: Switch to use %ptRAndy Shevchenko1-16/+4
2018-12-10rtc: rx8025: Switch to use %ptRAndy Shevchenko1-15/+4
2018-12-10rtc: rx6110: Switch to use %ptRAndy Shevchenko1-9/+3
2018-12-10rtc: rk808: Switch to use %ptRAndy Shevchenko1-14/+6
2018-12-10rtc: puv3: Switch to use %ptRAndy Shevchenko1-14/+4
2018-12-10rtc: pm8xxx: Switch to use %ptRAndy Shevchenko1-11/+5
2018-12-10rtc: pic32: Switch to use %ptRAndy Shevchenko1-14/+4
2018-12-10rtc: pcf50633: Switch to use %ptRAndy Shevchenko1-6/+2
2018-12-10rtc: mcp795: Switch to use %ptRAndy Shevchenko1-12/+6
2018-12-10rtc: m48t59: Switch to use %ptRAndy Shevchenko1-6/+2
2018-12-10rtc: m41t80: Switch to use %ptRAndy Shevchenko1-5/+1
2018-12-10rtc: at91sam9: Switch to use %ptRAndy Shevchenko1-12/+4
2018-12-10rtc: at91rm9200: Switch to use %ptRAndy Shevchenko1-11/+4
2018-12-10rtc: Switch to use %ptRAndy Shevchenko4-53/+15
2018-12-06rtc: sun6i: Expose internal oscillator through device treeChen-Yu Tsai1-2/+14
2018-12-06rtc: sun6i: Add support for all known pre-H6 variantsChen-Yu Tsai1-0/+46
2018-12-06rtc: sun6i: Add support for different variantsChen-Yu Tsai1-7/+51
2018-12-06rtc: sun6i: Add default clock name for LOSCChen-Yu Tsai1-0/+1
2018-11-30Merge tag 'staging-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-11-22rtc: isl1208: Use i2c block read/write routinesTrent Piepho1-33/+4
2018-11-22rtc: max8997: Fix the returned value in case of error in 'max8997_rtc_read_al...Christophe JAILLET1-1/+1
2018-11-22rtc: nvmem: remove nvmem from struct rtc_deviceAlexandre Belloni1-14/+10
2018-11-22rtc: nvmem: use devm_nvmem_register()Alexandre Belloni1-6/+1
2018-11-16iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede1-1/+1
2018-11-14rtc: max77686: Fix the returned value in case of error in 'max77686_rtc_read_...Christophe JAILLET1-1/+1
2018-11-14rtc: s3c-rtc: Avoid using broken ALMYEAR registerMarek Szyprowski1-6/+0
2018-11-14rtc: m41t80: Complete error propagation from SMBus callsMaciej W. Rozycki1-5/+8
2018-11-14rtc: m41t80: Correct alarm month range with RTC readsMaciej W. Rozycki1-1/+1
2018-11-12rtc: class: remove devm_rtc_device_unregisterAlexandre Belloni1-26/+0
2018-11-12rtc: sh: convert to SPDX identifiersKuninori Morimoto1-5/+2
2018-11-12rtc: clean up indentation issues, remove extraneous space, add missing tabsColin Ian King3-3/+3
2018-11-12rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGHNathan Chancellor1-3/+1
2018-11-07rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_writeXulin Sun1-0/+3
2018-11-07rtc: hctosys: Add missing range error reportingMaciej W. Rozycki1-1/+3
2018-11-07rtc: cmos: Do not export alarm rtc_ops when we do not support alarmsHans de Goede1-4/+12
2018-10-25rtc: sc27xx: Always read normal alarm when registering RTC deviceBaolin Wang1-2/+6
2018-10-25rtc: sc27xx: Add check to see if need to enable the alarm interruptBaolin Wang1-0/+33
2018-10-25rtc: sc27xx: Remove interrupts disable and clear in probe()Baolin Wang1-20/+0