platform_kernel-5.15/Documentation/devicetree/bindings
Linus Torvalds 3476195651 There's not much to see in the core framework this time around. Instead the
majority of the diff is the normal collection of driver additions for new SoCs
 and non-critical clk data fixes and updates. The framework must be middle aged.
 
 The two biggest directories in the diffstat show that the Qualcomm and Unisoc
 support added a handful of big drivers for new SoCs but that's not really the
 whole story because those new drivers tend to add large numbers of lines of clk
 data. There's a handful of AT91 clk drivers added this time around too and a
 bunch of improvements to drivers like the i.MX driver. All around lots of
 updates and fixes in various clk drivers which is good to see.
 
 The core framework has only one real major change which has been baking in next
 for the past couple months. It fixes the framework so that it stops caching a
 clk's phase when the phase clk_op returns an error. Before this change we would
 consider some negative errno as a phase and that just doesn't make sense.
 
 Core:
  - Don't show clk phase when it is invalid
 
 New Drivers:
  - Add support for Unisoc SC9863A clks
  - Qualcomm SM8250 RPMh and MSM8976 RPM clks
  - Qualcomm SM8250 Global Clock Controller (GCC) support
  - Qualcomm SC7180 Modem Clock Controller (MSS CC) support
  - EHRPWM's TimeBase clock(TBCLK) for TI AM654 SoCs
  - Support PMC clks on at91sam9n12, at91rm9200, sama5d3, and at91sam9g45 SoCs
 
 Updates:
  - GPU GX GDSC support on Qualcomm sc7180
  - Fixes and improvements for the Marvell MMP2/MMP3 SoC clk drivers
  - A series from Anson to convert i.MX8 clock bindings to json-schema
  - Update i.MX pll14xx driver to include new frequency entries for pll1443x table,
    and return error for invalid PLL type
  - Add missing of_node_put() call for a number of i.MX clock drivers
  - Drop flag CLK_IS_CRITICAL from 'A53_CORE' mux clock, as we already
    have the flag on its child cpu clock
  - Fix a53 cpu clock for i.MX8 drivers to get it source from ARM PLL
    via CORE_SEL slice, and source from A53 CCM clk root when we need to
    change ARM PLL frequency. Thus, we can support core running above
    1GHz safely
  - Update i.MX pfdv2 driver to check zero rate and use determine_rate for
    getting the best rate
  - Add CLKO2 for imx8mm, SNVS clock for imx8mn, and PXP clock for imx7d
  - Remove PMC clks from Tegra clk driver
  - Improved clock/reset handling for the Renesas R-Car USB2 Clock Selector
  - Conversion to json-schema of the Renesas CPG/MSSR DT bindings
  - Add Crypto clocks on Renesas R-Car M3-W/W+, M3-N, E3, and D3
  - Add RPC (QSPI/HyperFLASH) clocks on Renesas R-Car H3, M3-W/W+, and M3-N
  - Update Amlogic audio clock gate hierarchy for meson8 and gxbb
  - Update Amlogic g12a spicc clock sources
  - Support for Ingenic X1000 TCU clks
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAl6JDxURHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSU51A/+OzAA4HyywcSwLWMhUbyWI0hWis8/Gdtv
 /tIOPY/+J/Wi+2vFXoZEQWr/GViEEC1ylQwtkc/cm1WklEka/+q+GJFawyyIfX2i
 ovofDWw5lJd4/ACaOqV4ryEppwHnPUvASvoIOUXX6IwauNQzI0dRZWTOLTg2YW7x
 uvI5OtQ8o71+bM+VL1tuhWvN/4Zx9tALNU9yhaRhHdafR+xQ0d4x5bBQo8MG/2E0
 3xIbRqGbhO6XfNiKAjgKcI3jtHn006LK1/1AjyXUETWzu5Zcg2SYb/YAah39RKLZ
 FTV+xY39C8JBLPt6ZLrBu9mPDcoQOWohmnDLki0qm65cfVs/tbDX3kwp3ixCly7y
 jSCqNpl7RuWcbjMe8YesakhJc1IFICQts08KsM6dPipL+7iAv++fNQrfrnXf0cDx
 cPCgDkepos/aRhNXmVFdxf2FRKkIQjYpdAPFdYSvLv6MK0Dk6G7/EhOOXA10Z2BU
 BojY8tUx/YaC8sRbnZlhitYfpqDVFzdihL2G6W31iUbt1sKYR6t6Szhct2EbRTOQ
 69bUy2lw7M8pk1Remp0LqdrVUDYLy0/X3dVaa/teIaZt2Ac1NnWzHw9LMmnlFFEG
 GxuZy5Q5fCKbAf0tSkD4Gzb9z8f0pzAyfdlpGsY7+eEEWloc4yNFCcFcNyzJTXWV
 4kdye0klUPs=
 =ZoI6
 -----END PGP SIGNATURE-----

Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk updates from Stephen Boyd:
 "There's not much to see in the core framework this time around.
  Instead the majority of the diff is the normal collection of driver
  additions for new SoCs and non-critical clk data fixes and updates.
  The framework must be middle aged.

  The two biggest directories in the diffstat show that the Qualcomm and
  Unisoc support added a handful of big drivers for new SoCs but that's
  not really the whole story because those new drivers tend to add large
  numbers of lines of clk data. There's a handful of AT91 clk drivers
  added this time around too and a bunch of improvements to drivers like
  the i.MX driver. All around lots of updates and fixes in various clk
  drivers which is good to see.

  The core framework has only one real major change which has been
  baking in next for the past couple months. It fixes the framework so
  that it stops caching a clk's phase when the phase clk_op returns an
  error. Before this change we would consider some negative errno as a
  phase and that just doesn't make sense.

  Core:
   - Don't show clk phase when it is invalid

  New Drivers:
   - Add support for Unisoc SC9863A clks
   - Qualcomm SM8250 RPMh and MSM8976 RPM clks
   - Qualcomm SM8250 Global Clock Controller (GCC) support
   - Qualcomm SC7180 Modem Clock Controller (MSS CC) support
   - EHRPWM's TimeBase clock(TBCLK) for TI AM654 SoCs
   - Support PMC clks on at91sam9n12, at91rm9200, sama5d3, and
     at91sam9g45 SoCs

  Updates:
   - GPU GX GDSC support on Qualcomm sc7180
   - Fixes and improvements for the Marvell MMP2/MMP3 SoC clk drivers
   - A series from Anson to convert i.MX8 clock bindings to json-schema
   - Update i.MX pll14xx driver to include new frequency entries for
     pll1443x table, and return error for invalid PLL type
   - Add missing of_node_put() call for a number of i.MX clock drivers
   - Drop flag CLK_IS_CRITICAL from 'A53_CORE' mux clock, as we already
     have the flag on its child cpu clock
   - Fix a53 cpu clock for i.MX8 drivers to get it source from ARM PLL
     via CORE_SEL slice, and source from A53 CCM clk root when we need
     to change ARM PLL frequency. Thus, we can support core running
     above 1GHz safely
   - Update i.MX pfdv2 driver to check zero rate and use determine_rate
     for getting the best rate
   - Add CLKO2 for imx8mm, SNVS clock for imx8mn, and PXP clock for
     imx7d
   - Remove PMC clks from Tegra clk driver
   - Improved clock/reset handling for the Renesas R-Car USB2 Clock
     Selector
   - Conversion to json-schema of the Renesas CPG/MSSR DT bindings
   - Add Crypto clocks on Renesas R-Car M3-W/W+, M3-N, E3, and D3
   - Add RPC (QSPI/HyperFLASH) clocks on Renesas R-Car H3, M3-W/W+, and
     M3-N
   - Update Amlogic audio clock gate hierarchy for meson8 and gxbb
   - Update Amlogic g12a spicc clock sources
   - Support for Ingenic X1000 TCU clks"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (146 commits)
  clk: sprd: fix to get a correct ibias of pll
  dt-bindings: imx8mm-clock: Fix the file path
  dt-bindings: imx8mq-clock: Fix the file path
  clk: qcom: rpmh: Drop unnecessary semicolons
  clk: qcom: rpmh: Simplify clk_rpmh_bcm_send_cmd()
  clk: tegra: Use NULL for pointer initialization
  clk: sprd: add clocks support for SC9863A
  clk: sprd: support to get regmap from parent node
  clk: sprd: Add macros for referencing parents without strings
  clk: sprd: Add dt-bindings include file for SC9863A
  dt-bindings: clk: sprd: add bindings for sc9863a clock controller
  dt-bindings: clk: sprd: rename the common file name sprd.txt to SoC specific
  clk: sprd: add gate for pll clocks
  MAINTAINERS: dt: update reference for arm-integrator.txt
  clk: mmp2: Fix bit masks for LCDC I/O and pixel clocks
  clk: mmp2: Add clock for fifth SD HCI on MMP3
  dt-bindings: marvell,mmp2: Add clock id for the fifth SD HCI on MMP3
  clk: mmp2: Add clocks for the thermal sensors
  dt-bindings: marvell,mmp2: Add clock ids for the thermal sensors
  clk: mmp2: add the GPU clocks
  ...
2020-04-05 10:43:32 -07:00
..
arc
arm ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
ata dt-bindings: ata: rcar-sata: Convert to json-schema 2020-02-26 09:37:06 -06:00
auxdisplay
board
bus ARM: driver updates 2020-04-03 15:05:35 -07:00
c6x
chrome dt-bindings: Add cros-ec Type C port driver 2020-03-31 09:03:34 -06:00
clock There's not much to see in the core framework this time around. Instead the 2020-04-05 10:43:32 -07:00
connector dt-bindings: Convert usb-connector to YAML format. 2020-03-12 14:02:35 -05:00
counter
cpu
cpufreq
crypto ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
csky
ddr
devfreq
display Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
dma Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
dsp dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
edac dt-bindings: edac: Dmc-520.yaml 2020-02-19 21:00:20 +01:00
eeprom dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
extcon dt-bindings: extcon: usbc-cros-ec: convert extcon-usbc-cros-ec.txt to yaml format 2020-03-25 08:16:13 +09:00
firmware ARM: driver updates 2020-04-03 15:05:35 -07:00
fpga
fsi dt-bindings: fsi: Add FSI2SPI bindings 2020-03-10 14:11:56 +00:00
fuse
gnss dt-bindings: serial: Convert slave-device bindings to json-schema 2020-03-23 11:08:28 -06:00
goldfish
gpio docs: dt: fix references to ap806-system-controller.txt 2020-03-31 09:03:34 -06:00
gpu dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
h8300
hsi
hwlock
hwmon Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
i2c Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
i3c
iio Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
infiniband
input Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
interconnect dt-bindings: interconnect: Add OSM L3 DT binding on SC7180 2020-03-03 19:02:52 +02:00
interrupt-controller Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
iommu dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
ipmi
leds dt-bindings: leds: common: fix example for gpio-leds 2020-03-31 09:03:34 -06:00
mailbox Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
media Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
memory-controllers docs: dt: fix several broken references due to renames 2020-02-24 12:12:44 -06:00
mfd Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
mips dt-bindings: mips: Add loongson boards 2020-03-25 16:07:11 +01:00
misc dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
mmc Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
mtd Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
mux
nds32
net Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
nios2
nvmem Bindings: nvmem: add bindings for JZ4780 efuse 2020-03-19 07:41:03 +01:00
openrisc/opencores
opp cpufreq: qcom: Add support for krait based socs 2020-03-20 09:59:57 +05:30
pci ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
perf
phy ARM: SoC updates 2020-04-03 15:02:35 -07:00
pinctrl Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
pmem
power ARM: driver updates 2020-04-03 15:05:35 -07:00
powerpc
pps
ptp Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
pwm dt-bindings: pwm: renesas-tpu: Document more R-Car Gen2 support 2020-03-31 09:03:34 -06:00
regmap
regulator Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
remoteproc dt-bindings: remoteproc: Add OMAP remoteproc bindings 2020-03-25 22:29:46 -07:00
reserved-memory
reset Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
riscv
rng dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
rtc RTC for 5.7 2020-04-04 10:38:01 -07:00
scsi
security/tpm
serial Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
serio
sifive
siox
slimbus dt-bindings: SLIMBus: add slim devices optional properties 2020-01-14 21:46:47 +01:00
soc ARM: driver updates 2020-04-03 15:05:35 -07:00
sound Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
soundwire dt-bindings: soundwire: fix example 2020-01-16 17:36:40 +05:30
spi ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
spmi
sram dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
staging/iio/adc
thermal dt-bindings: thermal: tsens: Set 'additionalProperties: false' 2020-03-31 15:07:48 -06:00
timer Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
ufs
usb ARM: SoC updates 2020-04-03 15:02:35 -07:00
virtio
w1
watchdog dt-bindings: mfd: Convert stpmic1 bindings to json-schema 2020-03-25 10:07:33 -06:00
x86
xillybus
.gitignore SPDX patches for 5.7-rc1. 2020-04-03 13:12:26 -07:00
ABI.txt
Makefile kbuild: allow to run dt_binding_check and dtbs_check in a single command 2020-03-13 10:04:36 +09:00
chosen.txt
common-properties.txt
example-schema.yaml dt-bindings: example-schema: Drop double quotes around URLs 2020-02-26 09:35:57 -06:00
graph.txt
jailhouse.txt
numa.txt
property-units.txt
resource-names.txt
submitting-patches.txt
trivial-devices.yaml Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
unittest.txt
vendor-prefixes.yaml Devicetree updates for v5.7: 2020-04-02 17:32:52 -07:00
writing-bindings.txt
xilinx.txt