alistair23-linux/Documentation/hwmon
Linus Torvalds b44a3d2a85 ARM: SoC driver updates for v4.4
As we've enabled multiplatform kernels on ARM, and greatly done away with
 the contents under arch/arm/mach-*, there's still need for SoC-related
 drivers to go somewhere.
 
 Many of them go in through other driver trees, but we still have
 drivers/soc to hold some of the "doesn't fit anywhere" lowlevel code
 that might be shared between ARM and ARM64 (or just in general makes
 sense to not have under the architecture directory).
 
 This branch contains mostly such code:
 
 - Drivers for qualcomm SoCs for SMEM, SMD and SMD-RPM, used to communicate
   with power management blocks on these SoCs for use by clock, regulator and
   bus frequency drivers.
 - Allwinner Reduced Serial Bus driver, again used to communicate with PMICs.
 - Drivers for ARM's SCPI (System Control Processor). Not to be confused with
   PSCI (Power State Coordination Interface). SCPI is used to communicate with
   the assistant embedded cores doing power management, and we have yet to see
   how many of them will implement this for their hardware vs abstracting in
   other ways (or not at all like in the past).
 - To make confusion between SCPI and PSCI more likely, this release also
   includes an update of PSCI to interface version 1.0.
 - Rockchip support for power domains.
 - A driver to talk to the firmware on Raspberry Pi.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJWQC+cAAoJEIwa5zzehBx3jEUP/0GpxfDVanEUkudVLLe7J0RH
 CNlRan107Cw6hXRUJo7elEsuCALjccXjc1CAH4+RnNpOAeBKW97n+WU7trTv+wUZ
 sQX4SkBPKFBlgwGF2qhsi5q74gms/BrgtCa4kNb9joOYso039tlfIOPzK80DMkOm
 TkyIJdUCgFJMjCQLhX6kGT0PDcrbIjb6aA2cF3FAVeaJA7uz8lNe/eHJr3oHxIEY
 CvC651yJ2mIHQUU4BJx/AJo+wXg3dRUXNCAtBjwLRPEAzduYZXYm1ZTVIby/1q9r
 dR2KDFEuibODXmXrDBzKNJwCu/TLJEwo/1oPaEIVfY91XLKfiWUhgVqa1o1I+d9U
 XoGPibCW461qFahjQW87MfInALpCOA7/RbTNjFp+MVyipCYvkaYq7KFiYEldgFDx
 z4Qx/J4hYc2TlDWrpNiUCZMfmhwi7y+Ib+tnenYTO1eyMuw0e9mfnVdjk5iU3Pvk
 Ye4qPqpYclJruyHbYi164878+1lLaW2NCUgC3rkBO/GWPAzp7d9iLWoZ3PuyD5i5
 PEjs668UcRdZYbI4rdrhGHL8Eq9Gnuc4Rthu7HxPOK+DG0XgP8r97PhM8aYGYVDO
 +yikBtjWRsA9fPj3rMKA3UsQ61DAeR9LmZ0XPGjWFMCjCG0JlUoIMaA+Uu0i8fr8
 95qxBVxbO7rhL39r1rhV
 =dm+I
 -----END PGP SIGNATURE-----

Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull ARM SoC driver updates from Olof Johansson:
 "As we've enabled multiplatform kernels on ARM, and greatly done away
  with the contents under arch/arm/mach-*, there's still need for
  SoC-related drivers to go somewhere.

  Many of them go in through other driver trees, but we still have
  drivers/soc to hold some of the "doesn't fit anywhere" lowlevel code
  that might be shared between ARM and ARM64 (or just in general makes
  sense to not have under the architecture directory).

  This branch contains mostly such code:

   - Drivers for qualcomm SoCs for SMEM, SMD and SMD-RPM, used to
     communicate with power management blocks on these SoCs for use by
     clock, regulator and bus frequency drivers.

   - Allwinner Reduced Serial Bus driver, again used to communicate with
     PMICs.

   - Drivers for ARM's SCPI (System Control Processor).  Not to be
     confused with PSCI (Power State Coordination Interface).  SCPI is
     used to communicate with the assistant embedded cores doing power
     management, and we have yet to see how many of them will implement
     this for their hardware vs abstracting in other ways (or not at all
     like in the past).

   - To make confusion between SCPI and PSCI more likely, this release
     also includes an update of PSCI to interface version 1.0.

   - Rockchip support for power domains.

   - A driver to talk to the firmware on Raspberry Pi"

* tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (57 commits)
  soc: qcom: smd-rpm: Correct size of outgoing message
  bus: sunxi-rsb: Add driver for Allwinner Reduced Serial Bus
  bus: sunxi-rsb: Add Allwinner Reduced Serial Bus (RSB) controller bindings
  ARM: bcm2835: add mutual inclusion protection
  drivers: psci: make PSCI 1.0 functions initialization version dependent
  dt-bindings: Correct paths in Rockchip power domains binding document
  soc: rockchip: power-domain: don't try to print the clock name in error case
  soc: qcom/smem: add HWSPINLOCK dependency
  clk: berlin: add cpuclk
  ARM: berlin: dts: add CLKID_CPU for BG2Q
  ARM: bcm2835: Add the Raspberry Pi firmware driver
  soc: qcom: smem: Move RPM message ram out of smem DT node
  soc: qcom: smd-rpm: Correct the active vs sleep state flagging
  soc: qcom: smd: delete unneeded of_node_put
  firmware: qcom-scm: build for correct architecture level
  soc: qcom: smd: Correct SMEM items for upper channels
  qcom-scm: add missing prototype for qcom_scm_is_available()
  qcom-scm: fix endianess issue in __qcom_scm_is_call_available
  soc: qcom: smd: Reject send of too big packets
  soc: qcom: smd: Handle big endian CPUs
  ...
2015-11-10 15:00:03 -08:00
..
ab8500
abituguru
abituguru-datasheet
abituguru3
abx500
acpi_power_meter
ad7314
adc128d818 hwmon: Driver for TI ADC128D818 2014-03-03 08:01:04 -08:00
adm1021
adm1025 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
adm1026
adm1031 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
adm1275 hwmon: (adm1275) Add support for ADM1293 and ADM1294 2015-08-09 13:44:27 -07:00
adm9240 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
ads1015
ads7828
adt7410
adt7411
adt7462
adt7470
adt7475
amc6821
asb100
asc7621
coretemp
da9052
da9055
dme1737
ds620
ds1621 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
emc6w201 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
emc1403 hwmon: (emc1403) Make all hyst attributes except for temp1_crit_hyst read-only 2014-05-21 16:02:24 -07:00
emc2103
f71805f Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
f71882fg
fam15h_power hwmon: (fam15h_power) Add documentation for new processors support 2015-08-27 07:51:15 -07:00
g760a
g762
gl518sm Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
hih6130
htu21
hwmon-kernel-api.txt hwmon: Document hwmon kernel API 2014-05-21 16:02:23 -07:00
ibmaem
ibmpowernv hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and temperature 2014-08-04 07:01:38 -07:00
ina2xx hwmon: (ina2xx) Add ina231 compatible string 2015-01-25 21:23:59 -08:00
ina209
it87 hwmon: (it87) Add support for IT8732F 2015-08-09 13:44:27 -07:00
jc42 hwmon: (jc42) Add support for additional IDT temperature sensors 2015-03-09 09:59:35 -07:00
k8temp
k10temp hwmon: (k10temp) Add support for F15h M60h 2014-09-22 11:14:52 -07:00
lineage-pem
lm63 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
lm70 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
lm73
lm75 hwmon: (lm75) Add support for TMP75C 2015-10-14 07:57:14 -07:00
lm77 hwmon: (lm77) Do not preserve hysteresis when updating critical temp limit 2014-05-21 16:02:20 -07:00
lm78 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
lm80
lm83 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
lm85
lm87 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
lm90 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
lm92 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
lm93
lm25066
lm95234 hwmon: (lm95234) Add support for LM95233 2014-12-02 06:11:53 -08:00
lm95245 hwmon: (lm95245) Add support for LM95235 2014-12-02 03:44:18 -08:00
ltc2945 hwmon: Driver for Linear Technologies LTC2945 2014-03-03 08:01:03 -08:00
ltc2978 hwmon: (ltc2978) Add support for LTM4675 2015-08-19 09:08:55 -07:00
ltc4151
ltc4215
ltc4245
ltc4260 hwmon: Driver for Linear Technologies LTC4260 2014-03-03 08:01:03 -08:00
ltc4261
max197
max1619 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
max1668
max6639
max6642
max6650
max6697
max8688
max16064
max16065
max20751 hwmon: (pmbus) Add support for MAX20751 2015-08-09 13:44:27 -07:00
max31790 hwmon: Driver for Maxim MAX31790 2015-10-14 07:57:14 -07:00
max34440
mc13783-adc
mcp3021
menf21bmc hwmon: (menf21bmc) Introduce MEN14F021P00 BMC HWMON driver 2014-09-24 15:36:33 +01:00
nct6683 hwmon: Driver for NCT6683D 2014-05-21 16:02:27 -07:00
nct6775 hwmon: (nct6775) Add support for NCT6793D 2015-09-12 19:43:02 -07:00
nct7802 hwmon: (nct7802) Add auto_point attributes 2015-08-09 13:44:27 -07:00
nct7904 hwmon: (nct7904) Rename pwm attributes to match hwmon ABI 2015-07-29 20:06:46 -07:00
ntc_thermistor hwmon: (ntc_thermistor) Add support for ncpXXwf104 2015-05-31 22:58:36 -07:00
pc87360 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
pc87427 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
pcf8591 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
pmbus hwmon: (pmbus) Add device IDs for TPS544{B,C}2{0,5} 2015-08-10 22:59:47 -07:00
pmbus-core
powr1220 hwmon: Add support for Lattice's POWR1220 power manager IC 2014-08-04 07:01:33 -07:00
pwm-fan hwmon: Add pwm-fan driver 2014-08-04 07:01:38 -07:00
sch5627
sch5636
scpi-hwmon hwmon: Support sensors exported via ARM SCP interface 2015-10-09 11:05:52 +01:00
sht15
sht21
shtc1 hwmon: add support for Sensirion SHTC1 sensor 2014-06-12 08:36:48 -07:00
sis5595
smm665
smsc47b397
smsc47m1 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
smsc47m192
submitting-patches hwmon: Document which I2C addresses can be probed 2015-07-03 14:39:05 +02:00
sysfs-interface hwmon: Document temp[1-*]_min_hyst sysfs attribute 2014-05-25 17:23:07 +02:00
tc74 hwmon: add driver for Microchip TC74 2015-06-21 22:54:53 -07:00
thmc50
tmp102
tmp103 hwmon: Driver for TI TMP103 temperature sensor 2014-08-04 07:01:33 -07:00
tmp401 hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37 2015-05-29 13:37:06 -07:00
tmp421 hwmon: (tmp421) Add support for TMP441 and TMP442 2014-08-04 07:01:38 -07:00
tps40422 hwmon: (pmbus) Add tps40422 front-end driver 2014-08-04 07:01:38 -07:00
twl4030-madc-hwmon
ucd9000
ucd9200
userspace-tools
vexpress
via686a
vt1211
w83l785ts Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
w83l786ng
w83627ehf Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
w83627hf
w83781d
w83791d
w83792d hwmon: (w83792d) Additional PWM outputs support 2015-07-03 14:39:05 +02:00
w83793
w83795 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
wm831x
wm8350
zl6100