Skip to content

Commit 3f2a190

Browse files
committed
Merge tag 'rtc-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC updates from Alexandre Belloni: "Not much this cycle, there is the conversion to remove_new and many small fixes in drivers: Subsystem: - Convert to platform remove callback returning void Drivers: - meson-vrtc: fix a firmware display issue" * tag 'rtc-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (53 commits) rtc: armada38x: use devm_platform_ioremap_resource_byname() rtc: sunplus: use devm_platform_ioremap_resource_byname() rtc: jz4740: Make sure clock provider gets removed rtc: k3: handle errors while enabling wake irq rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current time dt-bindings: rtc: Drop unneeded quotes rtc: pcf8523: remove unnecessary OR operation rtc: pcf8523: fix coding-style issues rtc: ds1390: mark OF related data as maybe unused rtc: omap: include header for omap_rtc_power_off_program prototype rtc: sun6i: Use of_property_present() for testing DT property presence rtc: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE rtc: zynqmp: Convert to platform remove callback returning void rtc: xgene: Convert to platform remove callback returning void rtc: wm8350: Convert to platform remove callback returning void rtc: vt8500: Convert to platform remove callback returning void rtc: twl: Convert to platform remove callback returning void rtc: tps6586x: Convert to platform remove callback returning void rtc: tegra: Convert to platform remove callback returning void rtc: sunplus: Convert to platform remove callback returning void ...
2 parents e0906f1 + e99ab4a commit 3f2a190

65 files changed

Lines changed: 122 additions & 197 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/devicetree/bindings/rtc/allwinner,sun4i-a10-rtc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Allwinner A10 RTC
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Chen-Yu Tsai <wens@csie.org>

Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ properties:
6161
- the Internal Oscillator, at index 2.
6262

6363
allOf:
64-
- $ref: "rtc.yaml#"
64+
- $ref: rtc.yaml#
6565
- if:
6666
properties:
6767
compatible:

Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Atmel AT91 RTC
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Alexandre Belloni <alexandre.belloni@bootlin.com>

Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
88
title: Atmel AT91 RTT
99

1010
allOf:
11-
- $ref: "rtc.yaml#"
11+
- $ref: rtc.yaml#
1212

1313
maintainers:
1414
- Alexandre Belloni <alexandre.belloni@bootlin.com>

Documentation/devicetree/bindings/rtc/brcm,brcmstb-waketimer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description:
1515
optionally generate RTC alarm interrupts.
1616

1717
allOf:
18-
- $ref: "rtc.yaml#"
18+
- $ref: rtc.yaml#
1919

2020
properties:
2121
compatible:

Documentation/devicetree/bindings/rtc/faraday,ftrtc010.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ properties:
3838

3939
clock-names:
4040
items:
41-
- const: "PCLK"
42-
- const: "EXTCLK"
41+
- const: PCLK
42+
- const: EXTCLK
4343

4444
required:
4545
- compatible

Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Microchip RV-3032 RTC
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Alexandre Belloni <alexandre.belloni@bootlin.com>

Documentation/devicetree/bindings/rtc/mstar,msc313-rtc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Mstar MSC313e RTC
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Daniel Palmer <daniel@0x0f.com>

Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: NUVOTON NCT3018Y Real Time Clock
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Medad CChien <ctcchien@nuvoton.com>

Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: NXP PCF2127 Real Time Clock
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Alexandre Belloni <alexandre.belloni@bootlin.com>

0 commit comments

Comments
 (0)