1
0
Fork 0
alistair23-linux/Documentation/devicetree/bindings
Linus Torvalds 43c95d3694 This is the bulk of pin control changes for the v5.3 kernel
cycle:
 
 Core changes:
 
 - Device links can optionally be added between a pin control
   producer and its consumers. This will affect how the system
   power management is handled: a pin controller will not suspend
   before all of its consumers have been suspended. This was
   necessary for the ST Microelectronics STMFX expander and
   need to be tested on other systems as well: it makes sense
   to make this default in the long run. Right now it is
   opt-in per driver.
 
 - Drive strength can be specified in microamps. With decreases
   in silicon technology, milliamps isn't granular enough, let's
   make it possible to select drive strengths in microamps. Right
   now the Meson (AMlogic) driver needs this.
 
 New drivers:
 
 - New subdriver for the Tegra 194 SoC.
 
 - New subdriver for the Qualcomm SDM845.
 
 - New subdriver for the Qualcomm SM8150.
 
 - New subdriver for the Freescale i.MX8MN (Freescale is now a
   product line of NXP).
 
 - New subdriver for Marvell MV98DX1135.
 
 Driver improvements:
 
 - The Bitmain BM1880 driver now supports pin config in
   addition to muxing.
 
 - The Qualcomm drivers can now reserve some GPIOs as taken
   aside and not usable for users. This is used in ACPI systems
   to take out some GPIO lines used by the BIOS so that
   noone else (neither kernel nor userspace) will play with them
   by mistake and crash the machine.
 
 - A slew of refurbishing around the Aspeed drivers (board
   management controllers for servers) in preparation for the
   new Aspeed AST2600 SoC.
 
 - A slew of improvements over the SH PFC drivers as usual.
 
 - Misc cleanups and fixes.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEElDRnuGcz/wPCXQWMQRCzN7AZXXMFAl0oTPcACgkQQRCzN7AZ
 XXNTsw//aNPfkJS8gRszv58G56lyuO8h6Cq4m5eDpzhlpjx5qjELgi9h2UNGINqD
 7CWxo35ufbKe0fDIcqpXmtuDMtSu6MuKT3SMepuw9uf9wxyndK4RIuyb0lpAJrx2
 +NMPxzS+ARlrMmcfvXPRyPWHqAkXsQk6zcCgiuNCPtROkOZgs1YZ3+pemZw2/FMq
 gSLTO/95p0TPWr6YAlpByqfsA1A/onEm9HOiU2INV7DrAfUj7mnkuC1nZ4IJDFcv
 Gn6qQVQPah+MBzkwt4WXy5kDRozCIbg7x+FQBw3KAO23TrLDTFuNsYIWGFcP2CN2
 eT8iSP3cWrXNUuEgcPD59aO07rhFooT+QBQFt2ih1dJCV1u/795wb57nxSh1YDcO
 M2tG+AW2EZky65FXwhLW2rq3LvmTM4kiEz3mA/DrcOAKvvQllK+6FKEhNy0StstP
 yvvlqoXdgH3sfOnWTAyHr35qA/pMuGEXSryWTJPqpflCvZ3wxNk+IV5nyPAtfaFz
 CK7U0Ya7NaEp/5ZlpE720apJ4uSqmRrLwk5Y1eKQvT46mGOk3rC9ZPIMXc8mB10/
 mJ9mTubi1t4uIPnBl/T1T7f8QhNtr9hOY6wjLf1LoMeJ1XVNBqA+2uydOlBJ1iop
 RQ7y/Jl1SZ/gBzKCmvjPHT2+0Oui9oXGd9bQi0xQKO5Lus/nAIg=
 =Wdw1
 -----END PGP SIGNATURE-----

Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control updates from Linus Walleij:
 "This is the bulk of pin control changes for the v5.3 kernel cycle:

  Core changes:

   - Device links can optionally be added between a pin control producer
     and its consumers. This will affect how the system power management
     is handled: a pin controller will not suspend before all of its
     consumers have been suspended.

     This was necessary for the ST Microelectronics STMFX expander and
     need to be tested on other systems as well: it makes sense to make
     this default in the long run.

     Right now it is opt-in per driver.

   - Drive strength can be specified in microamps. With decreases in
     silicon technology, milliamps isn't granular enough, let's make it
     possible to select drive strengths in microamps.

     Right now the Meson (AMlogic) driver needs this.

  New drivers:

   - New subdriver for the Tegra 194 SoC.

   - New subdriver for the Qualcomm SDM845.

   - New subdriver for the Qualcomm SM8150.

   - New subdriver for the Freescale i.MX8MN (Freescale is now a product
     line of NXP).

   - New subdriver for Marvell MV98DX1135.

  Driver improvements:

   - The Bitmain BM1880 driver now supports pin config in addition to
     muxing.

   - The Qualcomm drivers can now reserve some GPIOs as taken aside and
     not usable for users. This is used in ACPI systems to take out some
     GPIO lines used by the BIOS so that noone else (neither kernel nor
     userspace) will play with them by mistake and crash the machine.

   - A slew of refurbishing around the Aspeed drivers (board management
     controllers for servers) in preparation for the new Aspeed AST2600
     SoC.

   - A slew of improvements over the SH PFC drivers as usual.

   - Misc cleanups and fixes"

* tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (106 commits)
  pinctrl: aspeed: Strip moved macros and structs from private header
  pinctrl: aspeed: Fix missed include
  pinctrl: baytrail: Use GENMASK() consistently
  pinctrl: baytrail: Re-use data structures from pinctrl-intel.h
  pinctrl: baytrail: Use defined macro instead of magic in byt_get_gpio_mux()
  pinctrl: qcom: Add SM8150 pinctrl driver
  dt-bindings: pinctrl: qcom: Add SM8150 pinctrl binding
  dt-bindings: pinctrl: qcom: Document missing gpio nodes
  pinctrl: aspeed: Add implementation-related documentation
  pinctrl: aspeed: Split out pinmux from general pinctrl
  pinctrl: aspeed: Clarify comment about strapping W1C
  pinctrl: aspeed: Correct comment that is no longer true
  MAINTAINERS: Add entry for ASPEED pinctrl drivers
  dt-bindings: pinctrl: aspeed: Convert AST2500 bindings to json-schema
  dt-bindings: pinctrl: aspeed: Convert AST2400 bindings to json-schema
  dt-bindings: pinctrl: aspeed: Split bindings document in two
  pinctrl: qcom: Add irq_enable callback for msm gpio
  pinctrl: madera: Fixup SPDX headers
  pinctrl: qcom: sdm845: Fix CONFIG preprocessor guard
  pinctrl: tegra: Add bitmask support for parked bits
  ...
2019-07-13 15:02:27 -07:00
..
arc
arm Devicetree updates for v5.3: 2019-07-11 18:35:30 -07:00
ata
auxdisplay
board
bus Documentation: bus: ti-sysc: fix spelling mistakes "multipe" and "interconnet" 2019-04-05 15:10:36 -07:00
c6x
clock dt: fix refs that were renamed to json with the same file name 2019-05-22 09:01:01 -05:00
connector dt-bindings: connector: Spelling mistake 2019-04-10 16:33:48 -05:00
counter dt-bindings: counter: ftm-quaddec 2019-04-25 21:33:41 +02:00
cpufreq dt-bindings: imx-cpufreq-dt: Document opp-supported-hw usage 2019-05-20 12:48:12 +05:30
crypto dt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devices 2019-05-30 15:35:46 +08:00
csky
devfreq
display dt-bindings: simple-framebuffer: Add requirement for pipelines 2019-07-03 13:18:50 -06:00
dma ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
edac Documentation: dt: edac: Add Stratix10 Peripheral bindings 2019-04-10 21:01:54 +02:00
eeprom dt-bindings: at24: add Renesas R1EX24016 2019-03-21 09:57:48 +01:00
extcon dt-bindings: extcon: Add support for fsa9480 switch 2019-06-22 21:32:56 +09:00
fieldbus dt-bindings: anybus-controller: document devicetree binding 2019-04-17 12:07:31 +02:00
firmware ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
fpga dt-bindings: fpga: Add bindings for ZynqMP fpga driver 2019-04-15 10:23:17 +02:00
fsi
fuse
gnss dt-bindings: gnss: add u-blox,neo-6m compatible 2019-04-04 12:43:13 +02:00
goldfish
gpio dt-bindings: gpio: davinci: Add k3 am654 compatible 2019-06-08 00:38:52 +02:00
gpu ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
h8300
hsi
hwlock
hwmon ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
i2c dt-bindings: i2c: riic: document r7s9210 support 2019-05-03 16:53:31 +02:00
i3c dt-bindings: i3c: cdns: Use correct cells for I2C device 2019-07-04 11:58:31 +02:00
iio iio: frequency: adf4371: Add support for output stage mute 2019-06-26 21:24:21 +01:00
infiniband
input dt-bindings: add more optional properties for elan_i2c touchpads 2019-05-27 18:50:43 -07:00
interconnect dt-bindings: interconnect: Add a dma interconnect name 2019-04-10 16:33:47 -05:00
interrupt-controller dt-bindings: interrupt-controller: Add Amazon's Annapurna Labs FIC 2019-07-03 09:18:34 +01:00
iommu
ipmi dt-bindings: Add missing newline at end of file 2019-06-18 08:11:57 -06:00
leds Devicetree updates for v5.3: 2019-07-11 18:35:30 -07:00
lpddr2
mailbox dt-bindings: mailbox: Document armada-3700-rwtm-mailbox binding 2019-05-09 00:41:00 -05:00
media sound updates for 5.3 2019-07-09 09:59:43 -07:00
memory-controllers dt-bindings: memory: jz4780: Add compatible string for JZ4740 SoC 2019-06-21 16:08:19 +02:00
mfd spi: Updates for v5.3 2019-07-09 09:17:59 -07:00
mips MIPS: lantiq: Remove separate GPHY Firmware loader 2019-02-25 14:17:10 -08:00
misc dt-bindings: xilinx-sdfec: Add SDFEC binding 2019-06-21 16:07:11 +02:00
mmc dt-binding: mmc: rename tmio_mmc.txt to renesas,sdhi.txt 2019-07-10 13:17:30 +02:00
mtd dt-bindings: mtd: sunxi-nand: Drop 'maxItems' from child 'reg' property 2019-06-28 14:29:56 -06:00
mux dt-bindings: add register based devices' mux controller DT bindings 2019-06-21 15:58:35 +02:00
nds32
net Devicetree updates for v5.3: 2019-07-11 18:35:30 -07:00
nios2
nvmem dt-bindings: imx-ocotp: Add i.MX8MM compatible 2019-06-26 20:58:20 +08:00
openrisc/opencores
opp
pci Devicetree updates for v5.3: 2019-07-11 18:35:30 -07:00
perf dt-bindings: perf: imx8-ddr: add imx8qxp ddr performance monitor 2019-06-13 10:38:02 +01:00
phy USB: more changes for v5.3 merge window 2019-07-03 13:48:54 +02:00
pinctrl This is the bulk of pin control changes for the v5.3 kernel 2019-07-13 15:02:27 -07:00
pmem
power ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
powerpc
pps dt-bindings: pps: pps-gpio PPS ECHO implementation 2019-05-14 19:52:51 -07:00
ptp dt-binding: ptp_qoriq: support DPAA2 PTP compatible 2019-06-15 13:43:06 -07:00
pwm dt-bindings: pwm: jz47xx: Remove unused compatible strings 2019-06-25 15:01:53 +02:00
regmap
regulator Devicetree updates for v5.3: 2019-07-11 18:35:30 -07:00
remoteproc dt-binding: remoteproc: Remove lpass_aon clock from adsp pil clock list 2019-02-17 23:01:31 -08:00
reserved-memory
reset dt-bindings: reset: Add HI3670 reset controller binding 2019-04-08 15:33:37 +01:00
riscv dt-bindings: riscv: resolve 'make dt_binding_check' warnings 2019-06-26 10:28:53 -07:00
rng dt-bindings: rng: Document BCM7211 RNG compatible string 2019-06-20 14:18:32 +08:00
rtc rtc: pcf85063: add Micro Crystal RV8263 support 2019-04-04 10:07:11 +02:00
scsi
security/tpm
serial Devicetree updates for v5.3: 2019-07-11 18:35:30 -07:00
serio
sifive dt-bindings: sifive: describe sifive-blocks versioning 2019-05-22 09:01:00 -05:00
siox
slimbus
soc ARM: SoC-related driver updates 2019-05-16 09:19:14 -07:00
sound Devicetree updates for v5.3: 2019-07-11 18:35:30 -07:00
spi dt-bindings: spi: stm32-qspi: add dma properties 2019-06-28 15:25:29 +01:00
spmi
sram ARM: New SoC family support 2019-03-06 10:15:42 -08:00
staging/iio/adc dt-bindings: iio: adc: move lpc32xx-adc out of staging 2019-02-09 18:46:03 +00:00
thermal dt-bindings: rockchip-thermal: Support the PX30 SoC compatible 2019-05-14 07:00:39 -07:00
timer clocksource/drivers/sysctr: Add nxp system counter timer driver support 2019-06-25 19:49:18 +02:00
ufs ARM: Device-tree updates 2019-05-16 08:38:17 -07:00
usb Devicetree updates for v5.3: 2019-07-11 18:35:30 -07:00
virtio
w1
watchdog dt-bindings: watchdog: add i.MX system controller watchdog 2019-05-05 21:02:10 +02:00
x86
xillybus
.gitignore
ABI.txt
Makefile dt-bindings: Check the examples against the schemas 2019-06-13 11:00:14 -06:00
chosen.txt
common-properties.txt dt-bindings: Remove Linuxisms from common-properties binding 2019-05-24 16:38:45 -05:00
example-schema.yaml
graph.txt
jailhouse.txt
numa.txt
property-units.txt dt-bindings: property-units: Sanitize unit naming 2019-06-13 14:29:43 -06:00
resource-names.txt
submitting-patches.txt
trivial-devices.yaml dt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devices 2019-05-30 15:35:46 +08:00
unittest.txt
vendor-prefixes.yaml Devicetree updates for v5.3: 2019-07-11 18:35:30 -07:00
writing-bindings.txt dt-bindings: Add a guide of do's and don't's for writing bindings 2019-04-10 09:03:02 -05:00
xilinx.txt