aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-6/+2
2021-02-22Merge tag 'rtc-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds55-1661/+259
2021-02-22Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds3-534/+0
2021-02-13rtc: abx80x: Add utility function for writing configuration keyKevin P. Fleming1-23/+16
2021-02-13rtc: pcf2127: properly set flag WD_CD for rtc chips(pcf2129, pca2129)Biwen Li1-3/+7
2021-02-13rtc: pcf8563: Add NXP PCA8565 compatibleMarek Vasut1-0/+2
2021-02-06rtc: s3c: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: s3c: stop setting bogus timeAlexandre Belloni1-15/+0
2021-02-06rtc: sd3078: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: s35390a: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: rx8581: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: rx8010: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: rv8803: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: rv3032: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: rv3029: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: rv3028: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: rs5c372: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: pcf85363: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: pcf85063: quiet maybe-unused variable warningsAlexandre Belloni1-19/+19
2021-02-06rtc: meson: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: m41t80: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: isl1208: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: ds3232: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: ds1672: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: digicolor: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: brcmstb-waketimer: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: bq32k: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-02-06rtc: armada38x: depend on OFAlexandre Belloni1-0/+1
2021-02-06rtc: class: remove bogus documentationAlexandre Belloni1-5/+0
2021-02-06rtc: rv3028: remove useless warning messagesAlexandre Belloni1-9/+1
2021-02-06rtc: rv3028: fix PORF handlingAlexandre Belloni1-0/+2
2021-02-06rtc: mxc_v2: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan1-4/+3
2021-02-06rtc: mxc: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan1-3/+2
2021-02-06rtc: tegra: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan1-3/+3
2021-02-06rtc: r7301: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan1-3/+2
2021-02-06rtc: pm8xxx: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan1-5/+4
2021-02-06rtc: cmos: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan1-3/+2
2021-02-03rtc: zynqmp: depend on HAS_IOMEMDavid Gow1-1/+1
2021-02-02rtc: mc146818: Dont test for bit 0-5 in Register DThomas Gleixner2-4/+4
2021-02-02amba: Make the remove callback return voidUwe Kleine-König2-6/+2
2021-01-27rtc: mc146818: Detect and handle broken RTCsThomas Gleixner2-0/+15
2021-01-26rtc: pcf2127: Run a OTP refresh if not done beforePhilipp Rosenberger1-0/+17
2021-01-26rtc: pcf2127: Disable Power-On Reset OverridePhilipp Rosenberger1-0/+8
2021-01-25rtc: tps65910: Support wakeup-source propertyDmitry Osipenko1-3/+7
2021-01-25rtc: stm32: use rtc_lock/rtc_unlockAlexandre Belloni1-2/+2
2021-01-25rtc: rx8025: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2
2021-01-25rtc: rx8010: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+3
2021-01-25rtc: rv3029: use rtc_lock/rtc_unlockAlexandre Belloni1-5/+4
2021-01-25rtc: pcf2123: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2
2021-01-25rtc: mcp795: use rtc_lock/rtc_unlockAlexandre Belloni1-3/+2