summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| * rtc: sun6i: Switch to devm_rtc_device_registerMaxime Ripard2017-02-011-12/+2Star
| * rtc: sun6i: Expose the 32kHz oscillatorMaxime Ripard2017-02-011-13/+133
| * rtc: sun6i: Switch to the external oscillatorMaxime Ripard2017-02-011-0/+6
| * rtc: sun6i: Add some lockingMaxime Ripard2017-02-011-2/+15
| * rtc: sun6i: Disable the build as a moduleMaxime Ripard2017-01-242-7/+2Star
| * rtc: gemini: Add device tree probingLinus Walleij2017-01-241-0/+7
| * rtc: stm32: fix comparison warningsAmelie Delaunay2017-01-231-3/+3
| * rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bitsAmelie Delaunay2017-01-231-2/+2
| * rtc: tegra: Implement clock handlingThierry Reding2017-01-231-2/+26
| * rtc: tegra: Sort includes alphabeticallyThierry Reding2017-01-131-6/+7
| * rtc: stm32: fix building without CONFIG_OFArnd Bergmann2017-01-131-2/+0Star
| * rtc: stm32: remove __exit annotation on remove callbackArnd Bergmann2017-01-131-1/+1
| * rtc: add STM32 RTC driverAmelie Delaunay2017-01-133-0/+739
| * rtc: armada38x: make struct rtc_class_ops constRussell King2017-01-121-7/+17
| * rtc: constify rtc_class_ops structuresBhumika Goyal2017-01-117-7/+7
| * rtc: imxdi: use the security violation interruptMartin Kaiser2017-01-111-9/+22
| * rtc: mcp795: add alarm support.Emil Bartczak2017-01-111-1/+170
| * rtc: mcp795: Add support for weekday.Emil Bartczak2017-01-111-5/+7
| * rtc: armada38x: Follow the new recommendation for errata implementationGregory CLEMENT2017-01-111-23/+94
| * rtc: tps65910: use 'unsigned int' instead of 'unsigned' in argumentsVesa Jääskeläinen2017-01-101-1/+2
| * rtc: tps65910: Add RTC calibration supportVesa Jääskeläinen2017-01-101-0/+143
| * rtc: rx8010: change lock mechanismFabien Lahoudere2017-01-041-21/+3Star
* | Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-221-1/+1
|\ \
| * | pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg2017-01-261-1/+1
| |/
* / rtc: jz4740: make the driver buildable as a module againAlexandre Belloni2017-01-262-3/+14
|/
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-4/+4
* ktime: Get rid of the unionThomas Gleixner2016-12-251-4/+4
* Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2016-12-1914-159/+975
|\
| * rtc: mcp795: Fix whitespace and indentation.Emil Bartczak2016-12-191-6/+6
| * rtc: mcp795: Prefer using the BIT() macro.Emil Bartczak2016-12-191-2/+2
| * rtc: mcp795: fix month write resetting date to 1.Emil Bartczak2016-12-191-5/+81
| * rtc: mcp795: fix time range difference between linux and RTC chip.Emil Bartczak2016-12-191-2/+2
| * rtc: mcp795: fix bitmask value for leap year (LP).Emil Bartczak2016-12-191-1/+2
| * rtc: mcp795: use bcd2bin/bin2bcd.Emil Bartczak2016-12-191-12/+13
| * rtc: add support for EPSON TOYOCOM RTC-7301SF/DGAkinobu Mita2016-12-193-0/+465
| * rtc: ds1307: Add ACPI supportTin Huynh2016-12-191-9/+43
| * rtc: imxdi: (trivial) fix a typoMartin Kaiser2016-12-071-1/+1
| * rtc: ds1374: Merge conditional + WARN_ON()Srikant Ritolia2016-12-071-3/+1Star
| * rtc: twl: make driver DT onlyNicolae Rosia2016-11-302-5/+8
| * rtc: twl: kill static variablesNicolae Rosia2016-11-301-76/+114
| * rtc: fix typos in KconfigAlexandre Belloni2016-11-091-2/+2
| * rtc: jz4740: make the driver builtin onlyAlexandre Belloni2016-11-092-13/+2Star
| * rtc: jz4740: remove unused EXPORT_SYMBOLAlexandre Belloni2016-11-081-2/+1Star
| * rtc: Enable compile testing for Maxim and Samsung driversKrzysztof Kozlowski2016-11-051-3/+4
| * rtc: jz4740: Add support for acting as the system power controllerPaul Cercueil2016-11-051-0/+81
| * rtc: jz4740: Add support for devicetreePaul Cercueil2016-11-041-1/+15
| * rtc: jz4740: Add support for the RTC in the jz4780 SoCPaul Cercueil2016-11-042-5/+51
| * rtc: sparc: make sun4v explicitly non-modularPaul Gortmaker2016-11-041-6/+4Star
| * rtc: sparc: make starfire explicitly non-modularPaul Gortmaker2016-11-041-6/+4Star
| * rtc: make rtc-lib explicitly non-modularPaul Gortmaker2016-11-041-3/+1Star