-
- Downloads
Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC updates from Alexandre Belloni: "A new driver represents the bulk of the changes and then we get the usual small fixes. New driver: - Renesas RZN1 rtc Drivers: - sun6i: Add nvmem support" * tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: rtc: mxc: Silence a clang warning rtc: rzn1: Fix a variable type rtc: rzn1: Fix error code in probe rtc: rzn1: Avoid mixing variables rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probe rtc: mt6397: check return value after calling platform_get_resource() rtc: rzn1: fix platform_no_drv_owner.cocci warning rtc: gamecube: Add missing iounmap in gamecube_rtc_read_offset_from_sram rtc: meson: Fix email address in MODULE_AUTHOR rtc: simplify the return expression of rx8025_set_offset() rtc: pcf85063: Add a compatible entry for pca85073a dt-binding: pcf85063: Add an entry for pca85073a MAINTAINERS: Add myself as maintainer of the RZN1 RTC driver rtc: rzn1: Add oscillator offset support rtc: rzn1: Add alarm support rtc: rzn1: Add new RTC driver dt-bindings: rtc: rzn1: Describe the RZN1 RTC rtc: sun6i: Add NVMEM provider
No related branches found
Tags v2.6.12-rc6
Showing
- Documentation/devicetree/bindings/rtc/nxp,pcf85063.txt 1 addition, 0 deletionsDocumentation/devicetree/bindings/rtc/nxp,pcf85063.txt
- Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml 70 additions, 0 deletionsDocumentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- drivers/rtc/Kconfig 7 additions, 0 deletionsdrivers/rtc/Kconfig
- drivers/rtc/Makefile 1 addition, 0 deletionsdrivers/rtc/Makefile
- drivers/rtc/rtc-ftrtc010.c 24 additions, 10 deletionsdrivers/rtc/rtc-ftrtc010.c
- drivers/rtc/rtc-gamecube.c 1 addition, 0 deletionsdrivers/rtc/rtc-gamecube.c
- drivers/rtc/rtc-meson.c 1 addition, 1 deletiondrivers/rtc/rtc-meson.c
- drivers/rtc/rtc-mt6397.c 2 additions, 0 deletionsdrivers/rtc/rtc-mt6397.c
- drivers/rtc/rtc-mxc.c 1 addition, 1 deletiondrivers/rtc/rtc-mxc.c
- drivers/rtc/rtc-pcf85063.c 2 additions, 0 deletionsdrivers/rtc/rtc-pcf85063.c
- drivers/rtc/rtc-rx8025.c 1 addition, 6 deletionsdrivers/rtc/rtc-rx8025.c
- drivers/rtc/rtc-rzn1.c 418 additions, 0 deletionsdrivers/rtc/rtc-rzn1.c
- drivers/rtc/rtc-sun6i.c 42 additions, 0 deletionsdrivers/rtc/rtc-sun6i.c
Loading
Please register or sign in to comment