aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2017-02-01rtc: sun6i: Fix compatibility with old DT bindingGravatar Chen-Yu Tsai 1-3/+3
2017-02-01rtc: snvs: add a missing write syncGravatar Guy Shapiro 1-0/+1
2017-02-01rtc: bq32000: add support to enable disable the trickle charge FET bypassGravatar Enric Balletbo i Serra 1-0/+76
2017-02-01rtc: sun6i: Switch to devm_rtc_device_registerGravatar Maxime Ripard 1-12/+2
2017-02-01rtc: sun6i: Expose the 32kHz oscillatorGravatar Maxime Ripard 1-13/+133
2017-02-01rtc: sun6i: Switch to the external oscillatorGravatar Maxime Ripard 1-0/+6
2017-02-01rtc: sun6i: Add some lockingGravatar Maxime Ripard 1-2/+15
2017-01-26rtc: jz4740: make the driver buildable as a module againGravatar Alexandre Belloni 2-3/+14
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsGravatar Mika Westerberg 1-1/+1
2017-01-24rtc: sun6i: Disable the build as a moduleGravatar Maxime Ripard 2-7/+2
2017-01-24rtc: gemini: Add device tree probingGravatar Linus Walleij 1-0/+7
2017-01-23rtc: stm32: fix comparison warningsGravatar Amelie Delaunay 1-3/+3
2017-01-23rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bitsGravatar Amelie Delaunay 1-2/+2
2017-01-23rtc: tegra: Implement clock handlingGravatar Thierry Reding 1-2/+26
2017-01-13rtc: tegra: Sort includes alphabeticallyGravatar Thierry Reding 1-6/+7
2017-01-13rtc: stm32: fix building without CONFIG_OFGravatar Arnd Bergmann 1-2/+0
2017-01-13rtc: stm32: remove __exit annotation on remove callbackGravatar Arnd Bergmann 1-1/+1
2017-01-13rtc: add STM32 RTC driverGravatar Amelie Delaunay 3-0/+739
2017-01-12rtc: armada38x: make struct rtc_class_ops constGravatar Russell King 1-7/+17
2017-01-11rtc: constify rtc_class_ops structuresGravatar Bhumika Goyal 7-7/+7
2017-01-11rtc: imxdi: use the security violation interruptGravatar Martin Kaiser 1-9/+22
2017-01-11rtc: mcp795: add alarm support.Gravatar Emil Bartczak 1-1/+170
2017-01-11rtc: mcp795: Add support for weekday.Gravatar Emil Bartczak 1-5/+7
2017-01-11rtc: armada38x: Follow the new recommendation for errata implementationGravatar Gregory CLEMENT 1-23/+94
2017-01-10rtc: tps65910: use 'unsigned int' instead of 'unsigned' in argumentsGravatar Vesa Jääskeläinen 1-1/+2
2017-01-10rtc: tps65910: Add RTC calibration supportGravatar Vesa Jääskeläinen 1-0/+143
2017-01-04rtc: rx8010: change lock mechanismGravatar Fabien Lahoudere 1-21/+3
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 1-4/+4
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-4/+4
2016-12-18Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 14-159/+975
2016-12-19rtc: mcp795: Fix whitespace and indentation.Gravatar Emil Bartczak 1-6/+6
2016-12-19rtc: mcp795: Prefer using the BIT() macro.Gravatar Emil Bartczak 1-2/+2
2016-12-19rtc: mcp795: fix month write resetting date to 1.Gravatar Emil Bartczak 1-5/+81
2016-12-19rtc: mcp795: fix time range difference between linux and RTC chip.Gravatar Emil Bartczak 1-2/+2
2016-12-19rtc: mcp795: fix bitmask value for leap year (LP).Gravatar Emil Bartczak 1-1/+2
2016-12-19rtc: mcp795: use bcd2bin/bin2bcd.Gravatar Emil Bartczak 1-12/+13
2016-12-19rtc: add support for EPSON TOYOCOM RTC-7301SF/DGGravatar Akinobu Mita 3-0/+465
2016-12-19rtc: ds1307: Add ACPI supportGravatar Tin Huynh 1-9/+43
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+7
2016-12-07rtc: imxdi: (trivial) fix a typoGravatar Martin Kaiser 1-1/+1
2016-12-07rtc: ds1374: Merge conditional + WARN_ON()Gravatar Srikant Ritolia 1-3/+1
2016-11-30rtc: twl: make driver DT onlyGravatar Nicolae Rosia 2-5/+8
2016-11-30rtc: twl: kill static variablesGravatar Nicolae Rosia 1-76/+114
2016-11-29timekeeping: Ignore the bogus sleep time if pm_trace is enabledGravatar Chen Yu 1-0/+7
2016-11-09rtc: fix typos in KconfigGravatar Alexandre Belloni 1-2/+2
2016-11-09rtc: jz4740: make the driver builtin onlyGravatar Alexandre Belloni 2-13/+2
2016-11-08rtc: jz4740: remove unused EXPORT_SYMBOLGravatar Alexandre Belloni 1-2/+1
2016-11-05rtc: Enable compile testing for Maxim and Samsung driversGravatar Krzysztof Kozlowski 1-3/+4
2016-11-05rtc: jz4740: Add support for acting as the system power controllerGravatar Paul Cercueil 1-0/+81
2016-11-04rtc: jz4740: Add support for devicetreeGravatar Paul Cercueil 1-1/+15