summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2017-03-09rtc: s35390a: Add OF device ID tableJavier Martinez Canillas-0/+8
2017-03-09rtc: isl1208: Add OF device ID tableJavier Martinez Canillas-2/+10
2017-03-09rtc: ds1374: Set .of_match_table to OF device ID tableJavier Martinez Canillas-0/+1
2017-03-09rtc: rtc-ds1672: Add OF device ID tableJavier Martinez Canillas-1/+8
2017-03-09rtc: ds3232: Add OF device ID tableJavier Martinez Canillas-0/+7
2017-03-09rtc: rx8010: Add OF device ID tableJavier Martinez Canillas-0/+7
2017-03-09rtc: ds1307: Add OF device ID tableJavier Martinez Canillas-1/+67
2017-03-09rtc: bq32k: Add OF device ID tableJavier Martinez Canillas-0/+7
2017-03-09rtc: rv3029: Add OF device ID tableJavier Martinez Canillas-0/+9
2017-03-09rtc: rv8803: Add OF device ID tableJavier Martinez Canillas-1/+20
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-02-27Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-252/+1855
2017-02-24rtc: ds3232: Call device_init_wakeup before device_registerPhil Reid-2/+5
2017-02-23rtc: pcf2127: bulk read only date and time registers.Sean Nyekjaer-2/+13
2017-02-21Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2017-02-21rtc: armada38x: Add support for Armada 7K/8KGregory CLEMENT-0/+65
2017-02-21rtc: armada38x: Prepare driver to manage different versionsGregory CLEMENT-53/+99
2017-02-21rtc: ds3232: Add regmap max_register definition.Phil Reid-0/+2
2017-02-21rtc: ds3232: Cleanup whitespace around register and bit definitions.Phil Reid-22/+22
2017-02-21rtc: m48t86: remove unused platform_dataH Hartley Sweeten-32/+19
2017-02-21rtc: m48t86: verify that the RTC is actually presentH Hartley Sweeten-0/+36
2017-02-12rtc: m48t86: add NVRAM supportH Hartley Sweeten-0/+41
2017-02-12rtc: m48t86: allow driver to manage its resourcesH Hartley Sweeten-51/+102
2017-02-12rtc: m48t86: shorten register name definesH Hartley Sweeten-64/+63
2017-02-12rtc: sun6i: Fix return value check in sun6i_rtc_clk_init()Wei Yongjun-1/+1
2017-02-01rtc: sun6i: extend test coverageAlexandre Belloni-2/+3
2017-02-01rtc: sun6i: Fix compatibility with old DT bindingChen-Yu Tsai-3/+3
2017-02-01rtc: snvs: add a missing write syncGuy Shapiro-0/+1
2017-02-01rtc: bq32000: add support to enable disable the trickle charge FET bypassEnric Balletbo i Serra-0/+76
2017-02-01rtc: sun6i: Switch to devm_rtc_device_registerMaxime Ripard-12/+2
2017-02-01rtc: sun6i: Expose the 32kHz oscillatorMaxime Ripard-13/+133
2017-02-01rtc: sun6i: Switch to the external oscillatorMaxime Ripard-0/+6
2017-02-01rtc: sun6i: Add some lockingMaxime Ripard-2/+15
2017-01-26rtc: jz4740: make the driver buildable as a module againAlexandre Belloni-3/+14
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg-1/+1
2017-01-24rtc: sun6i: Disable the build as a moduleMaxime Ripard-7/+2
2017-01-24rtc: gemini: Add device tree probingLinus Walleij-0/+7
2017-01-23rtc: stm32: fix comparison warningsAmelie Delaunay-3/+3
2017-01-23rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bitsAmelie Delaunay-2/+2
2017-01-23rtc: tegra: Implement clock handlingThierry Reding-2/+26
2017-01-13rtc: tegra: Sort includes alphabeticallyThierry Reding-6/+7
2017-01-13rtc: stm32: fix building without CONFIG_OFArnd Bergmann-2/+0
2017-01-13rtc: stm32: remove __exit annotation on remove callbackArnd Bergmann-1/+1
2017-01-13rtc: add STM32 RTC driverAmelie Delaunay-0/+739
2017-01-12rtc: armada38x: make struct rtc_class_ops constRussell King-7/+17
2017-01-11rtc: constify rtc_class_ops structuresBhumika Goyal-7/+7
2017-01-11rtc: imxdi: use the security violation interruptMartin Kaiser-9/+22
2017-01-11rtc: mcp795: add alarm support.Emil Bartczak-1/+170
2017-01-11rtc: mcp795: Add support for weekday.Emil Bartczak-5/+7
2017-01-11rtc: armada38x: Follow the new recommendation for errata implementationGregory CLEMENT-23/+94