linux/Documentation/devicetree/bindings
Greg Kroah-Hartman 1dcc3ed4a7 First set of new device support, features and cleanup for IIO in the 5.1 cycle
A number of interesting new devices supported plus a good set of staging
 cleanup including one graduation and one drop.
 
 New device support
 * ad56886
   - Add support for AD5674R/AD5679R with some minor driver changes to support
     more channels.
 * ad7768
   - New driver and dt bindings for this 24 bit ADC.
 * max44009
   - New driver and dt bindings for this ambient light sensor.
 * mpu6050
   - Support the ICM 20602 IMU. Minor tweaks due to slightly different
     register map.
 * NPCM adc
   - New driver and dt bindings for this BMC ADC.
 * Sensiron SGP30
   - Modifiers for ethanol and H2.
   - New driver and dt bindings.
   - Follow patch added self cleaning support.
 * Sensiron SPS30
   - New channel type for mass concentration.
   - New driver and bindings.
   - Minor tidy up patch followed (drop fmt specifier as unused)
 * st_pressure
   - lps22hh support. ID plus information structures and dt bindings.
 * ti-ads124s08
   - Add binding doc and driver.
 
 Staging graduations
 * ad7606 driver and bindings.
 
 Staging drops
 * ad7152 CDC driver dropped.  This part is near EoL and no one is known
   to be using it.  If anyone surfaces obviously we can bring the driver
   back.  If not, good to drop it to avoid wasting anyone's time cleaning
   it up.
 
 New features
 * bme680
   - DT support and bindings doc.
 * isl29018
   - Add regulator for VCC.
 * mag3110
   - Add regulators for supplies.
 * meson-saradc
   - Support the temperature sensors of more SoCs.
 * mma8452
   - Add regulators for power suplies and binding docs to reflect them.
 * st-accel
   - Support the undocumented but it seems fairly common _ONT ACPI method
     to specify orientation of the sensor.
 
 Cleanup, minor fixes and fixes for staging driver that have been broken a
 long time
 * ad5933
   - Drop platform data alternative to specifying the reference voltage
     using a regulator.
   - Use the clock framework to contorl the reference clock.
   - Add a DT binding doc to cover the defacto binding.
 * ad7280a
   - Split up some big functions to improve readability.
 * ad7606
   - Allow for timeout if interrupt never occurs.
   - Use devm functions to simplify probe and remove.
   - Use the find_closest macro to avoid need for precise values from
     userspace.
   - Add missing vendor prefixes for various DT properties. Note the
     driver is in staging still and there are no known devicetrees.
   - Add explict OF device ID table.
   - Simplify the Kconfig choices
   - Change to a threaded IRQ.
   - SPDX and simple stype fixes.
 * ad7816
   - Drop unnecessary variable init.
 * ad9523
   - Check a return value that was ignored.
 * ad9833
   - Drop platform data.  It was just setting most values to the hardware
     defaults.
   - Use the clock framework to provide the input clock.
 * adt7316 (lots of staging cleanup)
   - Fix some wrong register / bit definitions
   - Invert the logic of the check for an ldac pin so it actually makes sense.
   - Read the right register to get internal vref settings
   - Allow adt751x chips to use the internal vref for all DAC channels rather
     than a subset.
   - Remove dac vref bypass control from parts that don't have one.
   - Make the store DAC update mode function consistent with the show one.
   - Fix some spellings and other minor tidy up.
   - Avoid passing irq numbers around by putting all the irq logic in
     one place.
   - Fix an issue with the resolution of DAC control.
   - Fix support of the high resolution DAC mode (for temp proportional output)
     where supported.
   - Fix DAC read and write calculations.
 * st_lsm6dsx
   - Drop an unused variable (set but not read)
 * xilinx-xadc
   - Check an unhandled return value.
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEEbilms4eEBlKRJoGxVIU0mcT0FogFAlxXWXwRHGppYzIzQGtl
 cm5lbC5vcmcACgkQVIU0mcT0FogtPhAAtGoXJl9gwBywQXjykFBiN5PxBxKypq58
 El7EQY7I0P/RkIVEBHgIc9p85lREVkIZQEcQZqsO5LI63cumCGtODyJg2CAF6+oz
 EIO0GCZFvb2zLiTyPg2NSuBhsYxiLtyHfu5MGPivbDyzVKZzf8LLjwQxkHYPaLzb
 Qa9D3wigoGHuvXpC9ULGQT36kMj6XPN9JGQsCRtbUQVgPu2XOPiuLv98vEpyaCPj
 1C7D72LAEq1Z5A3rA17KpT576Yy1JGv1LkSz48xEtHlDoB2IgCkoZfx6ThTr1ehX
 eWav1NsD1IpbWKiSY19rSmjSkkbYk1WHyV+tTeTguFb6nfIA/y22kl9td8Rqjk2P
 L/O1tRHdXO8G+gtCfBhUdVmT1SQq/vkow2UBH59CllN81bsWxFEudE4VHJCBlmjr
 sgMKdb3d0aYekRis/bNQJMvT0nY2x+g2k+ey+kEnrYOZVjCx+EeNNS249CnUnFId
 ZZNGqJ2j0xK9BULqffcupCoERLIhf/9nlx5JO3n5YA5X3pdns+yzVkS/9oXpN7EK
 9A41pU9zVWYN8B21MqfN0EPG41nkY36TOuTvL2/4/U2DfAD6VIf4vEYimrkTjsU0
 n7vKqQL8DRicWDsbxP8h6u/nG0u+ZgOgY4SVzth0aT3/plCAwhWmoQpnkjVFKMBD
 HBQB0HlEg2M=
 =M03w
 -----END PGP SIGNATURE-----

Merge tag 'iio-for-5.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next

Jonathan writes:

First set of new device support, features and cleanup for IIO in the 5.1 cycle

A number of interesting new devices supported plus a good set of staging
cleanup including one graduation and one drop.

New device support
* ad56886
  - Add support for AD5674R/AD5679R with some minor driver changes to support
    more channels.
* ad7768
  - New driver and dt bindings for this 24 bit ADC.
* max44009
  - New driver and dt bindings for this ambient light sensor.
* mpu6050
  - Support the ICM 20602 IMU. Minor tweaks due to slightly different
    register map.
* NPCM adc
  - New driver and dt bindings for this BMC ADC.
* Sensiron SGP30
  - Modifiers for ethanol and H2.
  - New driver and dt bindings.
  - Follow patch added self cleaning support.
* Sensiron SPS30
  - New channel type for mass concentration.
  - New driver and bindings.
  - Minor tidy up patch followed (drop fmt specifier as unused)
* st_pressure
  - lps22hh support. ID plus information structures and dt bindings.
* ti-ads124s08
  - Add binding doc and driver.

Staging graduations
* ad7606 driver and bindings.

Staging drops
* ad7152 CDC driver dropped.  This part is near EoL and no one is known
  to be using it.  If anyone surfaces obviously we can bring the driver
  back.  If not, good to drop it to avoid wasting anyone's time cleaning
  it up.

New features
* bme680
  - DT support and bindings doc.
* isl29018
  - Add regulator for VCC.
* mag3110
  - Add regulators for supplies.
* meson-saradc
  - Support the temperature sensors of more SoCs.
* mma8452
  - Add regulators for power suplies and binding docs to reflect them.
* st-accel
  - Support the undocumented but it seems fairly common _ONT ACPI method
    to specify orientation of the sensor.

Cleanup, minor fixes and fixes for staging driver that have been broken a
long time
* ad5933
  - Drop platform data alternative to specifying the reference voltage
    using a regulator.
  - Use the clock framework to contorl the reference clock.
  - Add a DT binding doc to cover the defacto binding.
* ad7280a
  - Split up some big functions to improve readability.
* ad7606
  - Allow for timeout if interrupt never occurs.
  - Use devm functions to simplify probe and remove.
  - Use the find_closest macro to avoid need for precise values from
    userspace.
  - Add missing vendor prefixes for various DT properties. Note the
    driver is in staging still and there are no known devicetrees.
  - Add explict OF device ID table.
  - Simplify the Kconfig choices
  - Change to a threaded IRQ.
  - SPDX and simple stype fixes.
* ad7816
  - Drop unnecessary variable init.
* ad9523
  - Check a return value that was ignored.
* ad9833
  - Drop platform data.  It was just setting most values to the hardware
    defaults.
  - Use the clock framework to provide the input clock.
* adt7316 (lots of staging cleanup)
  - Fix some wrong register / bit definitions
  - Invert the logic of the check for an ldac pin so it actually makes sense.
  - Read the right register to get internal vref settings
  - Allow adt751x chips to use the internal vref for all DAC channels rather
    than a subset.
  - Remove dac vref bypass control from parts that don't have one.
  - Make the store DAC update mode function consistent with the show one.
  - Fix some spellings and other minor tidy up.
  - Avoid passing irq numbers around by putting all the irq logic in
    one place.
  - Fix an issue with the resolution of DAC control.
  - Fix support of the high resolution DAC mode (for temp proportional output)
    where supported.
  - Fix DAC read and write calculations.
* st_lsm6dsx
  - Drop an unused variable (set but not read)
* xilinx-xadc
  - Check an unhandled return value.

* tag 'iio-for-5.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio: (67 commits)
  iio: chemical: sps30: remove printk format specifier
  staging: iio: frequency: ad9833: Load clock using clock framework
  staging: iio: frequency: ad9833: Get frequency value statically
  dt-bindings: iio: light: Add max44009
  iio: light: add driver for MAX44009
  dt-bindings: iio: adc: Add docs for AD7768-1
  iio: adc: Add AD7768-1 ADC basic support
  staging: iio: cdc: ad7152: remove driver completely
  iio: imu: mpu6050: Add support for the ICM 20602 IMU
  dt-bindings: iio: imu: add icm20602 bindings to mpu6050
  dt-bindings: iio: pressure: add LPS22HH bindings
  iio: st_accel: use ACPI orientation data
  iio: adc: add NPCM ADC driver
  dt-binding: iio: add NPCM ADC documentation
  iio: chemical: sps30: allow changing self cleaning period
  dt-bindings: iio: chemical: Add bindings for bme680
  iio: chemical: bme680: Add device-tree support
  iio:st_pressure:initial lps22hh sensor support
  iio: accell: mma8452: add vdd/vddio regulator operation support
  dt-bindings: iio: accel: mma8452: add power supplies property
  ...
2019-02-04 07:06:36 +01:00
..
arc
arm doc: bindings: fix bad reference to ARM CPU bindings 2019-01-11 17:12:50 -06:00
ata dt-bindings: ata: Document BCM63138 compatible string 2018-10-01 16:39:07 -06:00
auxdisplay
board
bus ARM: SoC driver updates 2018-12-31 17:32:35 -08:00
c6x
clock dt-bindings: marvell,mmp2: fix typos in bindings doc 2019-01-11 14:13:33 -06:00
connector dt-bindings: connector: Add self-powered property 2018-11-07 13:20:39 +01:00
cpufreq dt-bindings: cpufreq: Introduce QCOM cpufreq firmware bindings 2018-12-18 23:42:52 +01:00
crypto dt-bindings: crypto: ccree: add dt bindings for ccree 703 2018-12-07 14:14:59 +08:00
csky dt-bindings: csky CPU Bindings 2018-10-26 00:54:27 +08:00
devfreq
display Merge tag 'drm-msm-fixes-2019-01-24' of git://people.freedesktop.org/~robclark/linux into drm-fixes 2019-01-25 07:45:00 +10:00
dma dmaengine-4.21-rc1 2019-01-01 15:45:48 -08:00
edac
eeprom dt-bindings: eeprom: at24: add "atmel,24c2048" compatible string 2018-12-10 16:23:27 +01:00
extcon
firmware dt-bindings, firmware: add Intel Stratix10 service layer binding 2018-11-26 20:13:50 +01:00
fpga dt-bindings: fpga: add Stratix10 SoC FPGA manager binding 2018-11-26 20:15:07 +01:00
fsi dt-bindings: fsi: Add P9 OCC device documentation 2018-12-02 16:25:28 -08:00
fuse
gnss
goldfish
gpio doc: gpio-mvebu: fix broken reference to cp110-system-controller0.txt file 2019-01-16 12:50:27 -06:00
gpu dt-bindings: gpu: mali-utgard: Add compatible for A64 Mali 2018-11-20 08:57:05 +01:00
h8300
hsi
hwlock dt-bindings: hwlock: Document STM32 hwspinlock bindings 2018-12-05 12:45:08 -08:00
hwmon dt-bindings: hwmon: (lm90) Document ti,tmp451 compatible string 2018-12-16 15:13:21 -08:00
i2c Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2019-01-05 18:13:35 -08:00
i3c dt-binding: i3c: Document Synopsys DesignWare I3C 2018-12-05 17:22:58 +01:00
iio First set of new device support, features and cleanup for IIO in the 5.1 cycle 2019-02-04 07:06:36 +01:00
infiniband
input Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2019-01-02 18:56:59 -08:00
interrupt-controller doc: bindings: fix bad reference to ARM CPU bindings 2019-01-11 17:12:50 -06:00
iommu Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next 2018-12-20 10:05:20 +01:00
ipmi
leds dt-bindings: leds: document Panasonic AN30259A bindings 2018-09-10 21:31:03 +02:00
lpddr2
mailbox dt-bindings: tegra186-hsp: Add shared mailboxes 2018-12-21 22:31:26 -06:00
media ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
memory-controllers ARM: SoC: late updates 2019-01-05 11:30:37 -08:00
mfd dt-bindings: mfd: axp20x: Add software based soft_start for AXP209 LDO3 2018-12-13 16:39:56 +00:00
mips dt-bindings: net: ocelot: remove hsio from the list of register address spaces 2018-10-05 14:36:43 -07:00
misc Char/Misc driver patches for 4.21-rc1 2018-12-28 20:54:57 -08:00
mmc dt-bindings: mmc: renesas_sdhi: Add r8a774c0 support 2018-12-17 09:01:53 +01:00
mtd spi: Updates for v4.21 2018-12-25 14:43:54 -08:00
mux
nds32
net ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
nios2
nvmem nvmem: meson-efuse: bindings: add peripheral clock 2018-12-06 15:45:45 +01:00
openrisc/opencores
opp
pci pci-v4.21-changes 2019-01-05 17:57:34 -08:00
perf nds32: Add document for NDS32 PMU. 2018-11-06 18:01:40 +08:00
phy Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux 2018-12-28 20:08:34 -08:00
pinctrl pinctrl: ocelot: add MSCC Jaguar2 support 2018-12-21 11:50:48 +01:00
pmem
power ARM: SoC driver updates 2018-12-31 17:32:35 -08:00
powerpc
pps
ptp
pwm dt-bindings: pwm: rcar: Add r8a774c0 support 2018-12-24 12:06:56 +01:00
regmap
regulator regulator: dt-bindings: add MCP16502 regulator bindings 2018-12-13 12:16:38 +00:00
remoteproc dt-binding: remoteproc: Add QTI ADSP PIL bindings 2018-10-05 23:43:13 -07:00
reserved-memory devicetree,xen: add xen,shared-memory binding 2018-12-10 15:35:51 -06:00
reset dt-bindings: reset: uniphier: Add AHCI core reset description 2019-01-07 16:38:51 +01:00
riscv
rng dt-bindings: rng: update bindings for MT7629 SoC 2018-11-16 16:31:20 -06:00
rtc RTC for 4.21 2019-01-01 13:24:31 -08:00
scsi
security/tpm
serial ARM: SoC: late updates 2019-01-05 11:30:37 -08:00
serio Input: olpc_apsp - enable the SP clock 2018-11-15 11:14:49 -08:00
siox
slimbus
soc dt-bindings: soc: qcom: Fix trivial language typos 2019-01-16 12:50:27 -06:00
sound ASoC: q6asm-dai: dt-bindings: Add support to compress dais 2018-12-14 12:43:49 +00:00
spi Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-next 2018-12-20 16:01:30 +00:00
spmi
sram dt-bindings: sram: sunxi: Add compatible for the A64 SRAM C1 2018-12-05 12:03:47 +01:00
staging/iio/adc
thermal dt-bindings: thermal: rcar-thermal: add R8A77990 support 2019-01-02 04:47:21 -08:00
timer ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
ufs scsi: dt-bindings: ufs: Add bindings for Cadence UFS 2018-11-09 07:53:00 -05:00
usb ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
virtio
w1
watchdog linux-watchdog 4.21-rc1 tag 2019-01-01 13:16:45 -08:00
x86
xillybus
.gitignore kbuild: Add support for DT binding schema checks 2018-12-13 09:41:32 -06:00
ABI.txt
chosen.txt
common-properties.txt
example-schema.yaml dt-bindings: Add a writing DT schemas how-to and annotated example 2018-12-13 09:41:49 -06:00
graph.txt
jailhouse.txt
Makefile kbuild: Add support for DT binding schema checks 2018-12-13 09:41:32 -06:00
numa.txt
property-units.txt
resource-names.txt
submitting-patches.txt
trivial-devices.yaml dt-bindings: iio: magnetometer: add dt-bindings for freescale mag3110 2018-12-17 15:38:28 -06:00
unittest.txt
vendor-prefixes.txt ARM: SoC: late updates 2019-01-05 11:30:37 -08:00
xilinx.txt