linux-sg2042/Documentation/devicetree/bindings/rtc
Linus Torvalds eadc4e40e6 RTC for 5.6
Subsystem:
  - the VL_READ and VL_CLR ioctls are now documented and their behavior is
    unified across all the drivers.
  - RTC_I2C_AND_SPI Kconfig option rework to avoid selecting both REGMAP_I2C and
    REGMAP_SPI unecessarily.
 
 Drivers:
  - at91rm9200: remove deprecated procfs, add sam9x60, sama5d4 and sama5d2
    compatibles.
  - cmos: solve lost interrupts issue on MS Surface 3
  - hym8563: return proper errno when time is invalid
  - rv3029: many fixes, nvram support
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEycoQi/giopmpPgB12wIijOdRNOUFAl44lxsACgkQ2wIijOdR
 NOVF3BAAlQVFDklLqkS6MJplgZ06lgv4ZIbfxCHYFJPUNt/X/gTcHS1OSTwctmor
 3qQamySGc74/GAI6lmNSSzDUz9vi2hwcwvLtR/e6+Kgdhg9EuWWvgsqKYRGAn573
 TzHWsYY8bDpZ/mN5K+qqadGlzsP58gsEaw0fzcsPkZQQdq4mNSIrB5RILvsHX8cN
 +RviYOqR+ZvAegfQrAfb/9SCwxQAstUqRDaZXodQDEeIk5CEDWyr31+U9eLDdYoN
 1FOHYp6uwUy6Vnl0ym7WU42L95tVWx9XOc/PEq8dZ1m09nfrMhqeIoQC8SUtxG9+
 FWXN87lkLSlDaLUwVE8T22QII6jP+7Lc2t6SbI4fwwJdNDoPg+5hhabGjQbM2We9
 nG1x7TsVwKjeUglfhqeVgGWYzmIhAeOEBXQhqCdtfVi13ocecVFJxOG6oolQGtlZ
 M+/t91hID6il7/nxGembcHKapMf9c41CXBPesEg0QjkvGvKj1Z8L9a5vYigzbxWW
 zb8m9cjIhY3bb8mns3aCs773PSXavsycLk1Hupw6RWrN1XnEXVMHQZDtvzCJe7EV
 8CY40LI0VN6x5HC/d0EnqyrMvQbkgTBPXjLBhj54edCZM3vAny3xkYc03oDU8cKc
 0PbLUXKpFmzFbTQB4w0sE2FgT0uZmL2SCXiFemUwxbl+/ZACkoc=
 =e1Xr
 -----END PGP SIGNATURE-----

Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux

Pull RTC updates from Alexandre Belloni:
 "The VL_READ and VL_CLR ioctls have been reworked to be more useful.
  This will not break userspace as there are very few users and they are
  using the integer value as a boolean.

  Apart from that, two drivers were reworked and a few fixes here and
  there for a net reduction of number of lines.

  Summary:

  Subsystem:
   - the VL_READ and VL_CLR ioctls are now documented and their behavior
     is unified across all the drivers.
   - RTC_I2C_AND_SPI Kconfig option rework to avoid selecting both
     REGMAP_I2C and REGMAP_SPI unecessarily.

  Drivers:
   - at91rm9200: remove deprecated procfs, add sam9x60, sama5d4 and
     sama5d2 compatibles.
   - cmos: solve lost interrupts issue on MS Surface 3
   - hym8563: return proper errno when time is invalid
   - rv3029: many fixes, nvram support"

* tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (63 commits)
  dt-bindings: rtc: at91rm9200: document clocks property
  rtc: i2c/spi: Avoid inclusion of REGMAP support when not needed
  rtc: Kconfig: select REGMAP_I2C when necessary
  rtc: Kconfig: properly indent sd3078 entry
  rtc: cmos: Refactor code by using the new dmi_get_bios_year() helper
  rtc: cmos: Use predefined value for RTC IRQ on legacy x86
  rtc: cmos: Stop using shared IRQ
  rtc: tps6586x: Use IRQ_NOAUTOEN flag
  rtc: at91rm9200: use FIELD_PREP/FIELD_GET
  rtc: at91rm9200: avoid time readout in at91_rtc_setalarm
  rtc: at91rm9200: move register definitions to C file
  rtc: at91rm9200: add sama5d4 and sama5d2 compatibles
  dt-bindings: rtc: at91rm9200: convert bindings to json-schema
  rtc: at91rm9200: remove procfs information
  dt-bindings: atmel, at91rm9200-rtc: add microchip, sam9x60-rtc
  rtc: pcf8563: Use BIT
  rtc: moxart: Convert to SPDX identifier
  rtc: ds1343: Remove unused struct spi_device in struct ds1343_priv
  rtc: rx8025: Remove struct i2c_client from struct rx8025_data
  rtc: hym8563: Read the valid flag directly instead of caching it
  ...
2020-02-04 07:03:40 +00:00
..
abracon,abx80x.txt dt-bindings: rtc: Add RV1805 to abracon,abx80x bindings 2019-01-30 16:07:54 +01:00
allwinner,sun4i-a10-rtc.yaml dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
allwinner,sun6i-a31-rtc.yaml dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
alphascale,asm9260-rtc.txt doc: dt: add documentation for alphascale,asm9260-rtc 2016-03-14 17:08:14 +01:00
armada-380-rtc.txt rtc: armada38x: Add support for Armada 7K/8K 2017-02-21 23:21:30 +01:00
atmel,at91rm9200-rtc.yaml dt-bindings: rtc: at91rm9200: document clocks property 2020-01-28 22:48:34 +01:00
atmel,at91sam9-rtc.txt rtc: at91sam9: add DT bindings documentation 2014-11-13 16:08:48 +01:00
brcm,brcmstb-waketimer.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
cdns,rtc.txt dt-bindings: rtc: Add bindings for Cadence RTC 2019-01-22 19:18:25 +01:00
cpcap-rtc.txt rtc: cpcap: new rtc driver 2017-03-09 01:32:35 +01:00
dallas,ds1390.txt rtc: ds1390: Fix the SPI chip select number 2016-08-31 18:21:34 +02:00
digicolor-rtc.txt rtc: digicolor: document device tree binding 2015-04-17 09:04:01 -04:00
dw-apb.txt dts: Rename DW APB timer compatible strings 2013-08-29 12:59:02 -07:00
epson,rtc7301.txt rtc: add support for EPSON TOYOCOM RTC-7301SF/DG 2016-12-19 00:59:21 +01:00
epson,rx6110.txt Documentation: devicetree: add epson rx6110 binding 2016-03-14 17:08:09 +01:00
epson,rx8900.txt dt/bindings: Add bindings for Micro Crystal rv8803 2016-10-12 13:24:34 +02:00
faraday,ftrtc010.txt rtc: gemini: Augment DT bindings for Faraday 2017-07-06 22:37:15 +02:00
google,goldfish-rtc.txt dt-bindings: Add device tree binding for Goldfish RTC driver 2017-09-01 01:10:18 +02:00
haoyu,hym8563.txt rtc: hym8563: make the irq optional 2015-06-25 01:13:45 +02:00
imxdi-rtc.txt dt-bindings: rtc: imxdi: Improve the bindings text 2017-11-20 22:48:20 +01:00
ingenic,jz4740-rtc.txt Documentation: dt: Add binding info for jz4740-rtc driver 2016-11-04 23:49:47 +01:00
isil,isl1208.txt dt-bindings: rtc: Update for new chip in isl1208 series 2019-02-17 21:29:10 +01:00
isil,isl12026.txt rtc: isl12026: new driver. 2018-03-17 14:20:51 +01:00
isil,isl12057.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
lpc32xx-rtc.txt drivers/rtc/rtc-lpc32xx.c: add device tree support 2012-05-29 16:22:34 -07:00
maxim,ds1742.txt drivers/rtc/rtc-ds1742.c: add devicetree support 2014-01-23 16:36:59 -08:00
maxim,ds3231.txt bindings: rtc: correct wrong reference in required properties 2017-02-12 00:34:42 +01:00
maxim,mcp795.txt rtc: mcp795: add devicetree support 2016-03-21 22:55:29 +01:00
maxim-ds1302.txt rtc: ds1302: rewrite using SPI 2016-05-20 12:33:51 +02:00
microchip,pic32-rtc.txt dt/bindings: Add bindings for the PIC32 real time clock 2016-03-14 17:08:21 +01:00
moxa,moxart-rtc.txt rtc: add MOXA ART RTC driver 2013-09-11 15:58:54 -07:00
nvidia,tegra20-rtc.txt Documentation: DT bindings: add more Tegra chip compatible strings 2015-02-03 20:37:31 -06:00
nxp,lpc1788-rtc.txt doc: dt: add documentation for nxp,lpc1788-rtc 2015-09-05 13:19:06 +02:00
nxp,pcf8523.txt dt-binding: pcf8523: add xtal load capacitance 2019-01-22 18:56:52 +01:00
nxp,pcf85063.txt rtc: pcf85063: add Micro Crystal RV8263 support 2019-04-04 10:07:11 +02:00
nxp,rtc-2123.txt rtc: pcf2123: add proper compatible string 2019-08-20 21:42:19 +02:00
olpc-xo1-rtc.txt
orion-rtc.txt rtc: rtc-mv: Add the device tree binding documentation 2012-12-10 21:49:14 +00:00
pcf8563.txt rtc: pcf8563: add Microcrystal RV8564 compatible 2019-09-01 09:18:42 +02:00
pcf85363.txt dt-bindings: rtc: pcf85363: Document pcf85263 real-time clock 2018-12-11 00:48:16 +01:00
pxa-rtc.txt RTC: add DT bindings to pxa-rtc 2012-08-16 16:13:07 +08:00
realtek,rtd119x.txt dt-bindings: rtc: Add Realtek RTD1295 2017-09-05 09:31:32 +02:00
renesas,sh-rtc.yaml dt-bindings: rtc: rtc-sh: convert bindings to json-schema 2019-10-10 16:40:08 -05:00
rtc-aspeed.txt dt-bindings: rtc: Add on-chip ASPEED RTC documentation 2019-04-04 10:07:10 +02:00
rtc-cmos.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
rtc-ds1307.txt dt-bindings: rtc: ds1307: add rx8130 compatible 2019-09-01 11:05:43 +02:00
rtc-fsl-ftm-alarm.txt dt-bindings: rtc: add bindings for FlexTimer Module 2019-08-23 16:20:31 +02:00
rtc-m41t80.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
rtc-meson-vrtc.txt dt-bindings: rtc: new binding for Amlogic VRTC 2019-08-22 23:08:30 +02:00
rtc-meson.txt dt-bindings: rtc: add device-tree bindings for the Amlogic Meson RTC 2019-02-11 09:41:21 +01:00
rtc-mt6397.txt dt-bindings: rtc: mediatek: add missing mt6397 rtc 2019-10-24 09:03:36 +01:00
rtc-mt7622.txt dt-bindings: rtc: mediatek: add bindings for MediaTek SoC based RTC 2017-10-25 23:05:53 +02:00
rtc-mxc.txt dt-binding: document the binding for mxc rtc 2015-08-05 20:03:51 +08:00
rtc-mxc_v2.txt dt-bindings: rtc: add bindings for i.MX53 SRTC 2018-01-12 00:20:39 +01:00
rtc-omap.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
rtc-opal.txt powerpc: Various typo fixes 2016-06-14 13:58:26 +10:00
rtc-palmas.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
rtc-st-lpc.txt rtc: bindings: Supply knowledge of a third supported device - clocksource 2015-07-23 17:07:35 +01:00
rtc.txt dt-bindings: rtc: Move trivial RTC over to a schemas of their own 2019-06-06 12:00:45 +02:00
rtc.yaml dt-bindings: rtc: Add YAML schemas for the generic RTC bindings 2019-06-06 12:00:42 +02:00
s3c-rtc.yaml dt-bindings: rtc: s3c: Include generic dt-schema bindings 2019-10-15 12:29:35 -05:00
sa1100-rtc.txt rtc: sa1100: DT spelling s/interrupt-name/interrupt-names/ 2016-05-20 12:33:51 +02:00
sirf,prima2-sysrtc.txt dt-bindings: rtc: Add sirf,prima2-sysrtc bindings 2017-10-05 17:26:52 -05:00
snvs-rtc.txt rtc: snvs: add Freescale rtc-snvs driver 2012-10-06 03:05:01 +09:00
spear-rtc.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
sprd,sc27xx-rtc.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
st,stm32-rtc.yaml dt-bindings: rtc: Convert stm32 rtc bindings to json-schema 2019-12-17 17:50:59 -06:00
stericsson,coh901331.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
stmp3xxx-rtc.txt rtc: stmp3xxx: use optional crystal in low power states 2015-04-17 09:03:59 -04:00
ti,bq32k.txt rtc: bq32k: move binding docs to proper place 2015-08-10 08:37:37 +02:00
trivial-rtc.yaml dt-bindings: rtc: Remove the PCF8563 from the trivial RTCs 2019-07-22 22:22:06 +02:00
twl-rtc.txt Documentation: bindings: fix twl-rtc documentation 2016-11-05 00:07:43 +01:00
via,vt8500-rtc.txt arm: vt8500: doc: Add device tree bindings for arch-vt8500 devices 2012-09-21 19:23:58 +12:00
xgene-rtc.txt Documentation/devicetree/bindings: add documentation for the APM X-Gene SoC RTC DTS binding 2014-06-06 16:08:06 -07:00
xlnx-rtc.txt devicetree: bindings: rtc: add bindings for xilinx zynqmp rtc 2015-09-05 19:37:19 +02:00