index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis, Colibri and Verdin modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
2017-02-01
rtc: bq32000: add support to enable disable the trickle charge FET bypass
Enric Balletbo i Serra
2017-02-01
rtc: sun6i: Switch to devm_rtc_device_register
Maxime Ripard
2017-02-01
rtc: sun6i: Expose the 32kHz oscillator
Maxime Ripard
2017-02-01
rtc: sun6i: Switch to the external oscillator
Maxime Ripard
2017-02-01
rtc: sun6i: Add some locking
Maxime Ripard
2017-01-26
rtc: jz4740: make the driver buildable as a module again
Alexandre Belloni
2017-01-26
pinctrl: Widen the generic pinconf argument from 16 to 24 bits
Mika Westerberg
2017-01-24
rtc: sun6i: Disable the build as a module
Maxime Ripard
2017-01-24
rtc: gemini: Add device tree probing
Linus Walleij
2017-01-23
rtc: stm32: fix comparison warnings
Amelie Delaunay
2017-01-23
rtc: stm32: use 0 instead of ~PWR_CR_DBP in regmap_update_bits
Amelie Delaunay
2017-01-23
rtc: tegra: Implement clock handling
Thierry Reding
2017-01-13
rtc: tegra: Sort includes alphabetically
Thierry Reding
2017-01-13
rtc: stm32: fix building without CONFIG_OF
Arnd Bergmann
2017-01-13
rtc: stm32: remove __exit annotation on remove callback
Arnd Bergmann
2017-01-13
rtc: add STM32 RTC driver
Amelie Delaunay
2017-01-12
rtc: armada38x: make struct rtc_class_ops const
Russell King
2017-01-11
rtc: constify rtc_class_ops structures
Bhumika Goyal
2017-01-11
rtc: imxdi: use the security violation interrupt
Martin Kaiser
2017-01-11
rtc: mcp795: add alarm support.
Emil Bartczak
2017-01-11
rtc: mcp795: Add support for weekday.
Emil Bartczak
2017-01-11
rtc: armada38x: Follow the new recommendation for errata implementation
Gregory CLEMENT
2017-01-10
rtc: tps65910: use 'unsigned int' instead of 'unsigned' in arguments
Vesa Jääskeläinen
2017-01-10
rtc: tps65910: Add RTC calibration support
Vesa Jääskeläinen
2017-01-04
rtc: rx8010: change lock mechanism
Fabien Lahoudere
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
2016-12-18
Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
2016-12-19
rtc: mcp795: Fix whitespace and indentation.
Emil Bartczak
2016-12-19
rtc: mcp795: Prefer using the BIT() macro.
Emil Bartczak
2016-12-19
rtc: mcp795: fix month write resetting date to 1.
Emil Bartczak
2016-12-19
rtc: mcp795: fix time range difference between linux and RTC chip.
Emil Bartczak
2016-12-19
rtc: mcp795: fix bitmask value for leap year (LP).
Emil Bartczak
2016-12-19
rtc: mcp795: use bcd2bin/bin2bcd.
Emil Bartczak
2016-12-19
rtc: add support for EPSON TOYOCOM RTC-7301SF/DG
Akinobu Mita
2016-12-19
rtc: ds1307: Add ACPI support
Tin Huynh
2016-12-12
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-07
rtc: imxdi: (trivial) fix a typo
Martin Kaiser
2016-12-07
rtc: ds1374: Merge conditional + WARN_ON()
Srikant Ritolia
2016-11-30
rtc: twl: make driver DT only
Nicolae Rosia
2016-11-30
rtc: twl: kill static variables
Nicolae Rosia
2016-11-29
timekeeping: Ignore the bogus sleep time if pm_trace is enabled
Chen Yu
2016-11-09
rtc: fix typos in Kconfig
Alexandre Belloni
2016-11-09
rtc: jz4740: make the driver builtin only
Alexandre Belloni
2016-11-08
rtc: jz4740: remove unused EXPORT_SYMBOL
Alexandre Belloni
2016-11-05
rtc: Enable compile testing for Maxim and Samsung drivers
Krzysztof Kozlowski
2016-11-05
rtc: jz4740: Add support for acting as the system power controller
Paul Cercueil
2016-11-04
rtc: jz4740: Add support for devicetree
Paul Cercueil
2016-11-04
rtc: jz4740: Add support for the RTC in the jz4780 SoC
Paul Cercueil
2016-11-04
rtc: sparc: make sun4v explicitly non-modular
Paul Gortmaker
[prev]
[next]