linux-stable/Documentation/devicetree/bindings
Linus Torvalds 3b47bc037b Some pin control fixes for the v6.7 cycle:
- Fix a really interesting potential core bug in the list iterator
   requireing the use of READ_ONCE() discovered when testing kernel
   compiles with clang.
 
 - Check devm_kcalloc() return value and an array bounds in the STM32
   driver.
 
 - Fix an exotic string truncation issue in the s32cc driver, found
   by the kernel test robot (impressive!)
 
 - Fix an undocumented struct member in the cy8c95x0 driver.
 
 - Fix a symbol overlap with MIPS in the Lochnagar driver, MIPS
   defines a global symbol "RST" which is a bit too generic and
   collide with stuff. OK this one should be renamed too, we will
   fix that as well.
 
 - Fix erroneous branch taking in the Realtek driver.
 
 - Fix the mail address in MAINTAINERS for the s32g2 driver.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEElDRnuGcz/wPCXQWMQRCzN7AZXXMFAmVnKK8ACgkQQRCzN7AZ
 XXPr1BAAuG5cy4goUT+ycz9WOH65D3gaxqyNxMOHSI7XrbyTQWzPkR+HCcFHORQH
 hdCRsTy8WoSnN3UJ/ySaEHl8D8nKl51M8KKqARNpaLnROyKWmGlQQdFZZScIUcpH
 3YXKMngBg8buYKL9ZVDJrgCKxpAKVIXxkPDLRFMtfDIWBivvZcx4g7yeuX8SkZyT
 hQEkx4VrN9mdA30ZY6s6avhDWyxL/CF669fk7qaQUaT3dZVQdFQ9lx/3yzk7Fm5D
 z2hXwQ5ghLRQS/ZbxNS2oHixU9sA5xUVzaj3Rn3Of43NSAmrj8JWuqC2pyZ6V70e
 jJSEldBqqY5tiP/0mh2irqi/Uo2CQqVbYtmEtqWxwxWcTv21orO5Hl8CAldXAQZt
 v0kVbdsPtePiXfwP/EqsE3qBd3GFeLJKxtK3qZsYSdcDjbqPoxHqGBGSJUHoNfB0
 ZFh0PDrFknRGO7ZHJKUdYJ4PQklFSp/JmVtbbZI+6/yafNX/bO9w1RpHOZQ5Je/s
 7k9G1dfmJOmP+PprxuqjZTyZ0b+JPqfsiZje3LAnLCEyezJtKqlZwmDGjzhWM2Gv
 5yTDIuxmtgI1ynuQVlePPuFZw6hdGCrAZYvKnzb0Wjw582P/XsSyXC4mnyq/dD4S
 wxZrsyJFbUcn5LoST1fmio3u6M/tV8eYzLO5Zvg7oWtPAv0Kqlk=
 =oW3z
 -----END PGP SIGNATURE-----

Merge tag 'pinctrl-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control fixes from Linus Walleij:

 - Fix a really interesting potential core bug in the list iterator
   requireing the use of READ_ONCE() discovered when testing kernel
   compiles with clang.

 - Check devm_kcalloc() return value and an array bounds in the STM32
   driver.

 - Fix an exotic string truncation issue in the s32cc driver, found by
   the kernel test robot (impressive!)

 - Fix an undocumented struct member in the cy8c95x0 driver.

 - Fix a symbol overlap with MIPS in the Lochnagar driver, MIPS defines
   a global symbol "RST" which is a bit too generic and collide with
   stuff. OK this one should be renamed too, we will fix that as well.

 - Fix erroneous branch taking in the Realtek driver.

 - Fix the mail address in MAINTAINERS for the s32g2 driver.

* tag 'pinctrl-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
  dt-bindings: pinctrl: s32g2: change a maintainer email address
  pinctrl: realtek: Fix logical error when finding descriptor
  pinctrl: lochnagar: Don't build on MIPS
  pinctrl: avoid reload of p state in list iteration
  pinctrl: cy8c95x0: Fix doc warning
  pinctrl: s32cc: Avoid possible string truncation
  pinctrl: stm32: fix array read out of bound
  pinctrl: stm32: Add check for devm_kcalloc
2023-11-29 06:45:22 -08:00
..
arc
arm - Core Frameworks 2023-11-02 14:40:51 -10:00
ata dt-bindings: ata: tegra: Disallow undefined properties 2023-10-18 08:07:30 +09:00
auxdisplay
board
bus dt-bindings: bus: fsl,imx8qxp-pixel-link-msi-bus: Drop child 'reg' property 2023-10-06 13:54:00 -05:00
cache SoC driver updates for 6.7 2023-11-01 14:46:51 -10:00
chrome dt-bindings: usb: connector: disallow additional properties 2023-07-27 11:08:36 -06:00
clock Merge branches 'clk-renesas', 'clk-kunit', 'clk-regmap' and 'clk-frac-divider' into clk-next 2023-10-30 14:12:20 -07:00
connector dt-bindings: Drop remaining unneeded quotes 2023-08-24 11:43:57 -05:00
counter
cpu dt-bindings: cpu: Document NVIDIA Tegra186 CCPLEX cluster 2023-07-24 10:15:31 +02:00
cpufreq dt-bindings: cpufreq: qcom-hw: document SM8650 CPUFREQ Hardware 2023-10-25 15:51:22 +05:30
crypto dt-bindings: crypto: qcom,prng: document SA8775P and SC7280 2023-10-27 18:04:24 +08:00
csky
devfreq dt-bindings: devfreq: event: rockchip,dfi: Add rk3588 support 2023-10-19 21:27:11 +09:00
display drm next and fixes for 6.7-rc1 2023-11-07 17:10:02 -08:00
dma dmaengine updates for v6.7 2023-11-03 18:56:51 -10:00
dsp
dvfs
edac
eeprom I2C has largely driver updates for 6.7., i.e. feature additions (like 2023-11-05 08:41:14 -10:00
extcon Char/Misc driver changes for 6.6-rc1 2023-09-01 09:53:54 -07:00
firmware Qualcomm driver updates for v6.7 2023-10-18 17:18:02 +02:00
fpga dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
fsi dt-bindings: fsi: Document the IBM I2C Responder virtual FSI master 2023-08-11 13:32:14 +09:30
fuse
gnss
goldfish
gpio dt-bindings: gpio: vf610: add i.MX95 compatible 2023-10-05 19:52:58 +02:00
gpu
hsi
hwinfo
hwlock dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
hwmon dt-bindings: hwmon: npcm: Add npcm845 compatible string 2023-10-29 22:22:47 -07:00
i2c I2C has largely driver updates for 6.7., i.e. feature additions (like 2023-11-05 08:41:14 -10:00
i3c I3C for 6.7 2023-11-04 16:25:36 -10:00
iio Char/Misc and other driver changes for 6.7-rc1 2023-11-03 14:51:08 -10:00
infiniband
input Input updates for 6.7 merge window: 2023-11-09 14:18:42 -08:00
interconnect Merge branch 'icc-misc' into icc-next 2023-10-10 14:11:07 +03:00
interrupt-controller SoC DT updates for v6.7 2023-11-01 14:37:04 -10:00
iommu dt-bindings: arm-smmu: Add SM7150 GPU SMMUv2 2023-10-12 13:48:28 +01:00
ipmi dt-bindings: Drop remaining unneeded quotes 2023-08-24 11:43:57 -05:00
leds media updates for v6.7-rc1 2023-11-06 15:06:06 -08:00
mailbox dt-bindings: mailbox: qcom-ipcc: document the SM8650 Inter-Processor Communication Controller 2023-11-04 13:46:53 -05:00
media media updates for v6.7-rc1 2023-11-06 15:06:06 -08:00
memory-controllers SoC driver updates for 6.7 2023-11-01 14:46:51 -10:00
mfd Pin control changes for the v6.7 kernel cycle 2023-11-03 19:15:19 -10:00
mips dt-bindings: Drop remaining unneeded quotes 2023-08-24 11:43:57 -05:00
misc dt-bindings: Drop remaining unneeded quotes 2023-08-24 11:43:57 -05:00
mmc dt-bindings: mmc: sdhci-msm: document the SM8650 SDHCI Controller 2023-10-27 12:00:23 +02:00
mtd The main load of changes is related to Uwe's work converting platform 2023-11-04 11:04:30 -10:00
mux
net dt-bindings: net: ethernet-controller: Fix formatting error 2023-11-15 10:00:55 +00:00
nios2 dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
nvme
nvmem Char/Misc and other driver changes for 6.7-rc1 2023-11-03 14:51:08 -10:00
openrisc/opencores
opp dt-bindings: opp: opp-v2-kryo-cpu: Document named opp-microvolt property 2023-10-19 12:16:11 +05:30
pci pci-v6.7-changes 2023-11-02 14:05:18 -10:00
peci dt-bindings: Add bindings for peci-npcm 2023-08-07 18:27:55 +02:00
perf
phy phy-for-6.6 2023-11-03 19:06:12 -10:00
pinctrl dt-bindings: pinctrl: s32g2: change a maintainer email address 2023-11-24 11:21:55 +01:00
pmem dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
power - Core Frameworks 2023-11-02 14:40:51 -10:00
powerpc dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
pps dt-bindings: pps: pps-gpio: Convert to yaml 2023-08-18 16:04:13 -05:00
ptp
pwm pwm: Changes for v6.7-rc1 2023-11-09 13:47:52 -08:00
regmap
regulator hwmon updates for v6.7-rc1 2023-10-31 17:44:17 -10:00
remoteproc remoteproc updates for v6.7 2023-11-07 16:53:28 -08:00
reserved-memory SoC driver updates for 6.7 2023-11-01 14:46:51 -10:00
reset Devicetree updates for v6.6: 2023-08-30 16:59:03 -07:00
riscv ARM: 2023-11-02 15:45:15 -10:00
rng dt-bindings: rng: meson: add meson-rng-s4 compatible 2023-10-05 18:16:31 +08:00
rtc RTC for 6.7 2023-11-05 18:49:40 -08:00
scsi
security/tpm
serial dt-bindings: serial: drop unsupported samsung bindings 2023-10-21 19:03:03 +02:00
serio
sifive
siox
slimbus
soc media updates for v6.7-rc1 2023-11-06 15:06:06 -08:00
sound sound updates for 6.7 2023-11-02 14:34:14 -10:00
soundwire dt-bindings: soundwire: Add reference to soundwire-controller.yaml schema 2023-10-30 16:02:36 -05:00
spi spi: Merge up fix 2023-10-30 13:20:58 +00:00
spmi
sram
staging/iio/adc
thermal dt-bindings: imx-thermal: Add #thermal-sensor-cells property 2023-10-15 23:40:10 +02:00
timer SoC DT updates for v6.7 2023-11-01 14:37:04 -10:00
timestamp
ufs scsi: ufs: qcom-ufs: dt-bindings: Document the SM8650 UFS Controller 2023-11-08 21:50:37 -05:00
usb dt-bindings: usb: qcom,dwc3: fix example wakeup interrupt types 2023-11-22 12:14:25 +00:00
virtio
w1
watchdog linux-watchdog 6.7-rc1 tag 2023-11-09 13:54:25 -08:00
x86
xillybus
.gitignore
.yamllint dt-bindings: yamllint: Enable quoted string check 2023-08-24 11:43:57 -05:00
ABI.rst
Makefile dt-bindings: Drop kernel copy of common reserved-memory bindings 2023-10-24 11:41:29 -05:00
common-properties.txt
example-schema.yaml
graph.txt
index.rst
jailhouse.txt
numa.txt
resource-names.txt
submitting-patches.rst
trivial-devices.yaml media updates for v6.7-rc1 2023-11-06 15:06:06 -08:00
unittest.txt
vendor-prefixes.yaml SoC DT updates for v6.7 2023-11-01 14:37:04 -10:00
writing-bindings.rst
writing-schema.rst dt-bindings: writing-schema: add example for multiple DT_SCHEMA_FILES 2023-10-04 08:54:43 -05:00
xilinx.txt