linux_dsm_epyc7002/Documentation/devicetree/bindings
Greg Kroah-Hartman 3ceefa3ffd Second set of IIO new device support, features and cleanups.
There are also a couple of fixes that can wait for the coming merge
 window.
 
 Core new features
 
 * Support for phase channels (used in time of flight sensors amongst
   other things)
 * Support for deep UV light channel modifier.
 
 New Device Support
 
 * AD4758 DAC
   - New driver and dt bindings.
 * adxl345
   - Support the adxl375 +-200g part which is register compatible.
 * isl29501 Time of flight sensor.
   - New driver
 * meson-saradc
   - Support the Meson8m2 Socs - right now this is just an ID, but there will
     be additional difference in future.
 * mpu6050
   - New ID for 6515 variant.
 * si1133 UV sensor.
   - New driver
 * Spreadtrum SC27xx PMIC ADC
   - New driver and dt bindings.
 
 Features
 
 * adxl345
   - Add calibration offset readback and writing.
   - Add sampling frequency control.
 
 Fixes and Cleanups
 
 * ad5933
   - Use a macro for the channel definition to reduce duplication.
 * ad9523
   - Replace use of core mlock with a local lock. Part of ongoing efforts
     to avoid confusing the purpose of mlock which is only about iio core
     state changes.
   - Fix displayed phase which was out by a factor of 10.
 * adxl345
   - Add a link to the datasheet.
   - Rework the use of the address field in the chan_spec structures to
     allow addition of more per channel information.
 * adis imu
   - Mark switch fall throughs.
 * at91-sama5d2
   - Fix some casting on big endian systems.
 * bmp280
   - Drop some DT elements that aren't used and should mostly be done from
     userspace rather than in DT.
 * hx711
   - add clock-frequency dt binding and resulting delay to deal with capacitance
     issue on some boards.
   - fix a spurious unit-address in the example.
 * ina2xx
   - Avoid a possible kthread_stop with a stale task_struct.
 * ltc2632
   - Remove some unused local variables (assigned but value never used).
 * max1363
   - Use device_get_match_data to remove some boilerplate.
 * mma8452
   - Mark switch fall throughs.
 * sca3000
   - Fix a missing return in a switch statement (a bad fallthrough
     previously!)
 * sigma-delta-modulator
   - Drop incorrect unit address from the DT example.
 * st_accel
   - Use device_get_match_data to drop some boiler plate.
   - Move to probe_new for i2c driver as second parameter not used.
 * st_sensors library
   - Use a strlcpy (safe in this case).
 * st_lsm6dsx
   - Add some error logging.
 * ti-ads7950
   - SPDX
   - Allow simultaneous buffered and polled reads. Needed on a Lego Mindstorms
     EV3 where some channels are used for power supply monitoring at a very low
     rate.
 * ti-dac5571
   - Remove an unused variable.
 * xadc
   - Drop some dead code.
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEEbilms4eEBlKRJoGxVIU0mcT0FogFAltXZAkRHGppYzIzQGtl
 cm5lbC5vcmcACgkQVIU0mcT0FohYZQ//VAjpDBYjLzYTvTJy5bDt61fbh8KabhBf
 oxLIpwYrCeleLnpbrY7nU8shdIL7Vm755jtsHbTtQPCKSQ0RGnhLLDoqoWcmn70J
 rF9iVaSv+S2lZO+9+hv2eeqyX+kSM+74fkWRuLmDbaSZWYO4Jt9zFER1zizmPypY
 DnxLcViw1kwOLbiZKwmcaK0MqlWHRPhEEcNVKy7VGZHznbylujh8evkzzQNVWOol
 QrR2NG7V8BcLTflmsYCErQDvgciGjscnVZUAyY3yNLIpceGCSHZfUsE8ld6iPrS+
 aPeuiIxDhHAKyoOTQwsGi9ex7KEOUOkoDHhKdR3Jr74mtfcPF5B+TxgXU0p5UZ9g
 GummuvSX0izYjUZ9P4keVgu3W4bvmR9Kd8oJUHNByWI1iecoXP9bQf33tEyb26R6
 G1zvGSDXPNK1V7OEaGvzGkgxOY0ZAIWLRX/+wasErdJnt3lmOV9+cCSkJAFSNrk3
 jQ922q2ZWLfYAL6nNIAx2dIiJirxTQ2JIq/bys2BHiYvkuvqNcKoBIDAGlQ4xBKm
 /c5z9Dm/DxQpdlKFQugHmc5awLEZxpq2LCTBLlgM8z6+uRWXui+slPfIrfX5RWun
 BHaLmPNm6tKQLadjwWCoxXYjKqgK0wm35Yq5d5He7d45d3QWKvtUgZAj33pcIgTE
 wKmwF5oaLiU=
 =T+hS
 -----END PGP SIGNATURE-----

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

Jonathan writes:

Second set of IIO new device support, features and cleanups.

There are also a couple of fixes that can wait for the coming merge
window.

Core new features

* Support for phase channels (used in time of flight sensors amongst
  other things)
* Support for deep UV light channel modifier.

New Device Support

* AD4758 DAC
  - New driver and dt bindings.
* adxl345
  - Support the adxl375 +-200g part which is register compatible.
* isl29501 Time of flight sensor.
  - New driver
* meson-saradc
  - Support the Meson8m2 Socs - right now this is just an ID, but there will
    be additional difference in future.
* mpu6050
  - New ID for 6515 variant.
* si1133 UV sensor.
  - New driver
* Spreadtrum SC27xx PMIC ADC
  - New driver and dt bindings.

Features

* adxl345
  - Add calibration offset readback and writing.
  - Add sampling frequency control.

Fixes and Cleanups

* ad5933
  - Use a macro for the channel definition to reduce duplication.
* ad9523
  - Replace use of core mlock with a local lock. Part of ongoing efforts
    to avoid confusing the purpose of mlock which is only about iio core
    state changes.
  - Fix displayed phase which was out by a factor of 10.
* adxl345
  - Add a link to the datasheet.
  - Rework the use of the address field in the chan_spec structures to
    allow addition of more per channel information.
* adis imu
  - Mark switch fall throughs.
* at91-sama5d2
  - Fix some casting on big endian systems.
* bmp280
  - Drop some DT elements that aren't used and should mostly be done from
    userspace rather than in DT.
* hx711
  - add clock-frequency dt binding and resulting delay to deal with capacitance
    issue on some boards.
  - fix a spurious unit-address in the example.
* ina2xx
  - Avoid a possible kthread_stop with a stale task_struct.
* ltc2632
  - Remove some unused local variables (assigned but value never used).
* max1363
  - Use device_get_match_data to remove some boilerplate.
* mma8452
  - Mark switch fall throughs.
* sca3000
  - Fix a missing return in a switch statement (a bad fallthrough
    previously!)
* sigma-delta-modulator
  - Drop incorrect unit address from the DT example.
* st_accel
  - Use device_get_match_data to drop some boiler plate.
  - Move to probe_new for i2c driver as second parameter not used.
* st_sensors library
  - Use a strlcpy (safe in this case).
* st_lsm6dsx
  - Add some error logging.
* ti-ads7950
  - SPDX
  - Allow simultaneous buffered and polled reads. Needed on a Lego Mindstorms
    EV3 where some channels are used for power supply monitoring at a very low
    rate.
* ti-dac5571
  - Remove an unused variable.
* xadc
  - Drop some dead code.
2018-07-25 10:12:07 +02:00
..
arc
arm ARM: Device-tree updates 2018-06-11 17:57:38 -07:00
ata Revert "ata: ahci-platform: add reset control support" 2018-04-09 15:10:50 -07:00
auxdisplay
board
bus bus: ti-sysc: Add handling for clkctrl opt clocks 2018-04-30 12:04:51 -07:00
c6x dt-bindings: move various timer bindings to timer/ directory 2018-04-27 16:56:47 -05:00
clock docs: Fix more broken references 2018-06-15 18:11:26 -03:00
connector
cpufreq docs: Fix more broken references 2018-06-15 18:11:26 -03:00
crypto dt-bindings: move various RNG bindings to rng/ directory 2018-04-27 16:56:55 -05:00
devfreq docs: Fix more broken references 2018-06-15 18:11:26 -03:00
display docs: fix broken references with multiple hints 2018-06-15 18:10:01 -03:00
dma dmaengine updates for 4.18-rc1 2018-06-08 11:02:21 -07:00
edac Documentation: dt: edac: Move Altera SOCFPGA EDAC file 2018-05-12 11:54:59 +02:00
eeprom
extcon
firmware firmware: qcom: scm: Add ipq4019 soc compatible 2018-04-25 00:10:33 -05:00
fpga dt: bindings: fpga: add lattice machxo2 slave spi binding description 2018-04-23 13:33:01 +02:00
fsi dt-bindings: fsi-master-gpio: Document "no-gpio-delays" property 2018-05-31 12:12:38 -05:00
fuse
goldfish
gpio gpio: rcar: Add DT binding for r8a77990 2018-05-23 10:04:36 +02:00
gpu docs: Fix more broken references 2018-06-15 18:11:26 -03:00
h8300
hsi
hwlock
hwmon hwmon: (gpio-fan) Fix "#cooling-cells" property name in bindings 2018-05-29 13:56:39 -07:00
i2c i2c: rcar: document R8A77980 bindings 2018-05-29 20:07:44 +02:00
iio dt-bindings: iio: adc: add Meson8m2 support 2018-07-23 19:18:13 +01:00
infiniband
input Merge 4.18-rc3 into staging-next 2018-07-02 08:21:54 +02:00
interrupt-controller irqchip/stm32: Add stm32mp1 support with hierarchy domain 2018-05-24 12:38:22 +01:00
iommu
ipmi ipmi: add an NPCM7xx KCS BMC driver 2018-04-18 10:23:12 -05:00
leds - Core Frameworks 2018-06-11 07:23:19 -07:00
lpddr2
mailbox dt-bindings: mailbox: Add APSS shared binding for SDM845 SoCs 2018-06-06 22:21:59 +05:30
media devicetree: fix name of pinctrl-bindings.txt 2018-06-15 18:10:01 -03:00
memory-controllers dt-bindings: Relocate Tegra20 memory controller bindings 2018-05-01 11:29:16 -05:00
mfd devicetree: fix a series of wrong file references 2018-06-15 18:10:01 -03:00
mips dt-bindings: more status property removal from examples 2018-04-18 08:56:22 -05:00
misc
mmc devicetree: fix name of pinctrl-bindings.txt 2018-06-15 18:10:01 -03:00
mtd MTD changes: 2018-06-08 10:39:20 -07:00
mux
nds32
net docs: Fix more broken references 2018-06-15 18:11:26 -03:00
nios2 dt-bindings: move various timer bindings to timer/ directory 2018-04-27 16:56:47 -05:00
nvmem bindings: nvmem/zii: Fix location of nvmem.txt 2018-06-15 18:10:01 -03:00
openrisc/opencores
opp Merge branch 'pm-cpufreq' 2018-06-04 10:40:57 +02:00
pci devicetree: fix a series of wrong file references 2018-06-15 18:10:01 -03:00
perf
phy dt-bindings: add MediaTek XS-PHY binding 2018-05-20 21:51:35 +05:30
pinctrl devicetree: fix name of pinctrl-bindings.txt 2018-06-15 18:10:01 -03:00
pmem doc/devicetree: Persistent memory region bindings 2018-04-07 07:53:23 -07:00
power devicetree: fix some bindings file names 2018-06-15 18:10:01 -03:00
powerpc dt-bindings: powerpc/4xx: move 4xx NDFC and EMAC bindings to subsystem directories 2018-04-27 16:56:56 -05:00
pps dt-bindings: more status property removal from examples 2018-04-18 08:56:22 -05:00
ptp dt-bindings: ptp: add ptp-qoriq.txt 2018-05-28 23:05:12 -04:00
pwm dt-bindings: move various timer bindings to timer/ directory 2018-04-27 16:56:47 -05:00
regmap
regulator regulator: bd71837: Devicetree bindings for BD71837 regulators 2018-05-30 11:31:17 +01:00
remoteproc dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845 2018-05-29 20:10:34 -07:00
reserved-memory dt-bindings: introduce Command DB for QCOM SoCs 2018-05-22 23:28:54 -05:00
reset soc: renesas: rcar-rst: Add support for R-Car E3 2018-04-16 16:01:25 +02:00
riscv
rng ARM: Device-tree updates 2018-06-11 17:57:38 -07:00
rtc dt-bindings: rtc: update stm32-rtc documentation for stm32mp1 rtc 2018-05-22 20:10:53 +02:00
scsi
security/tpm
serial devicetree: fix name of pinctrl-bindings.txt 2018-06-15 18:10:01 -03:00
serio
siox
slimbus
soc ARM: SoC: late updates 2018-06-11 18:19:45 -07:00
sound devicetree: fix a series of wrong file references 2018-06-15 18:10:01 -03:00
spi devicetree: fix name of pinctrl-bindings.txt 2018-06-15 18:10:01 -03:00
spmi
sram
staging/iio/adc
thermal Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal 2018-06-12 13:23:51 -07:00
timer ARM: Device-tree updates 2018-06-11 17:57:38 -07:00
ufs
usb docs: Fix more broken references 2018-06-15 18:11:26 -03:00
virtio
w1
watchdog MIPS changes for 4.18 2018-06-12 12:56:02 -07:00
x86
xillybus
ABI.txt
chosen.txt
common-properties.txt
graph.txt
jailhouse.txt
numa.txt
property-units.txt
resource-names.txt
submitting-patches.txt dt-bindings: submitting-patches: add guidance on patch content and subject 2018-06-05 16:37:47 -06:00
trivial-devices.txt
unittest.txt
vendor-prefixes.txt ARM: Device-tree updates 2018-06-11 17:57:38 -07:00
xilinx.txt