1
0
Fork 0
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 hwmon: Add ST-Ericsson ABX500 hwmon driver 2013-04-16 18:27:52 -07:00
abituguru Fix common misspellings 2011-03-31 11:26:23 -03:00
abituguru-datasheet Documentation/hwmon/abituguru-datasheet fix a typo 2013-08-20 12:41:10 +02:00
abituguru3 Fix common misspellings 2011-03-31 11:26:23 -03:00
abx500 hwmon: Add ST-Ericsson ABX500 hwmon driver 2013-04-16 18:27:52 -07:00
acpi_power_meter hwmon driver for ACPI 4.0 power meters 2009-09-19 01:30:01 -04:00
ad7314 hwmon: AD7314 driver (ported from IIO) 2011-10-24 11:09:41 -07:00
adc128d818 hwmon: Driver for TI ADC128D818 2014-03-03 08:01:04 -08:00
adm1021 hwmon: (adm1021) Clarify documentation regarding Xeon processors 2011-04-29 16:33:36 +02:00
adm1025 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
adm1026 Documentation: update broken web addresses. 2010-08-04 15:21:40 +02:00
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 hwmon: (ads1015) Add support for ADS1115 2013-08-11 22:10:40 -07:00
ads7828 hwmon: (ads7828) add support for ADS7830 2012-12-05 10:55:54 -08:00
adt7410 hwmon: (adt7410) Add support for the adt7310/adt7320 2013-04-07 21:16:38 -07:00
adt7411 hwmon: Add driver for ADT7411 voltage and temperature sensor 2010-03-05 22:17:23 +01:00
adt7462 adt7462: new hwmon driver 2008-11-12 17:17:17 -08:00
adt7470 adt7470: make automatic fan control really work 2009-01-06 15:59:18 -08:00
adt7475 hwmon: (adt7475) Add VID support for the ADT7476 2009-12-09 20:36:08 +01:00
amc6821 hwmon: driver for Texas Instruments amc6821 chip 2010-01-11 09:34:06 -08:00
asb100 [PATCH] I2C: Move hwmon drivers (3/3) 2005-07-11 14:47:41 -07:00
asc7621 hwmon: Driver for Andigilog aSC7621 family monitoring chips 2010-03-05 22:17:25 +01:00
coretemp hwmon: (coretemp) Document and add support for additional CPU models 2013-01-25 21:03:55 -08:00
da9052 hwmon: Fix spelling of Celsius 2012-10-10 15:25:56 +02:00
da9055 hwmon: DA9055 HWMON driver 2012-12-05 10:55:55 -08:00
dme1737 hwmon: (dme1737) Add support for in7 for SCH5127 2011-01-12 21:55:13 +01:00
ds620 hwmon: Support for Dallas Semiconductor DS620 2011-01-09 09:10:10 -08:00
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 hwmon: Add driver for SMSC EMC2103 temperature monitor and fan controller 2010-08-14 21:08:54 +02:00
f71805f Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
f71882fg hwmon: (f71882fg) Add support for the F71869A 2011-07-03 13:32:53 +02:00
fam15h_power hwmon: (fam15h_power) Add documentation for new processors support 2015-08-27 07:51:15 -07:00
g760a Documentation: update broken web addresses. 2010-08-04 15:21:40 +02:00
g762 Add support for GMT G762/G763 PWM fan controllers 2013-06-27 10:31:42 -07:00
gl518sm Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
hih6130 hwmon: Honeywell Humidicon HIH-6130/HIH-6131 humidity and temperature sensor driver 2012-07-21 21:48:44 -07:00
htu21 hwmon: (htu21) Add Measurement Specialties HTU21D support 2013-08-29 09:09:12 -07:00
hwmon-kernel-api.txt hwmon: Document hwmon kernel API 2014-05-21 16:02:23 -07:00
ibmaem hwmon: (ibmaem) Automatically load on HC10 blade 2009-06-15 18:39:46 +02:00
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 hwmon: Driver for Texas Instruments INA209 2013-02-06 09:57:59 -08:00
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 Documentation: update broken web addresses. 2010-08-04 15:21:40 +02:00
k10temp hwmon: (k10temp) Add support for F15h M60h 2014-09-22 11:14:52 -07:00
lineage-pem hwmon: Update my e-mail address in driver documentation 2013-03-03 21:45:47 -08:00
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 hwmon: (lm73) Add support for max/min alarms 2013-02-06 09:57:58 -08:00
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 hwmon: (lm80) Add detection of NatSemi/TI LM96080 2012-03-18 18:27:43 -07:00
lm83 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
lm85 hwmon: (lm85) Add support for EMC6D103S 2011-03-14 22:36:25 -07:00
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 hwmon: (lm93) Add support for LM94 2011-01-18 12:22:54 -08:00
lm25066 hwmon: (pmbus/lm25066) Add support for LM25063 2013-10-18 09:12:02 -07:00
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 hwmon: Add support for LTC4151 2011-03-14 22:39:11 -07:00
ltc4215 ltc4215/ltc4245: Discard obsolete detect methods 2009-10-04 22:53:42 +02:00
ltc4245 hwmon: (ltc4245) Expose all GPIO pins as analog voltages 2010-08-14 21:08:49 +02:00
ltc4260 hwmon: Driver for Linear Technologies LTC4260 2014-03-03 08:01:03 -08:00
ltc4261 hwmon: Update my e-mail address in driver documentation 2013-03-03 21:45:47 -08:00
max197 hwmon: add Maxim MAX197 support 2012-09-23 21:08:33 -07:00
max1619 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
max1668 hwmon: Driver for MAX1668 2011-07-28 00:17:32 -07:00
max6639 hwmon: Driver for Maxim MAX6639 2011-03-14 22:36:24 -07:00
max6642 hwmon: Add support for MAX6642 2011-05-19 08:19:32 -07:00
max6650 hwmon: (max6650) Properly support the MAX6650 2011-05-25 20:43:32 +02:00
max6697 hwmon: Driver for Maxim MAX6697 and compatibles 2013-02-06 09:57:56 -08:00
max8688 hwmon: Update my e-mail address in driver documentation 2013-03-03 21:45:47 -08:00
max16064 hwmon: Update my e-mail address in driver documentation 2013-03-03 21:45:47 -08:00
max16065 hwmon: Update my e-mail address in driver documentation 2013-03-03 21:45:47 -08:00
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 hwmon: Update my e-mail address in driver documentation 2013-03-03 21:45:47 -08:00
mc13783-adc hwmon: (mc13783-adc) Add support for the MC13892 PMIC 2012-03-23 10:02:19 +01:00
mcp3021 hwmon: (mcp3021) Add MCP3221 support 2012-09-23 21:08:36 -07:00
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 hwmon: (pmbus) Provide more documentation 2011-10-24 11:09:38 -07:00
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 hwmon: (sch56xx) Add support for the integrated watchdog (v2) 2012-03-20 06:42:05 -07:00
sch5636 hwmon: (sch56xx) Add support for the integrated watchdog (v2) 2012-03-20 06:42:05 -07:00
scpi-hwmon hwmon: Support sensors exported via ARM SCP interface 2015-10-09 11:05:52 +01:00
sht15 documentation: hwmon: Fix typo in documentation/hwmon 2013-04-12 18:24:09 -07:00
sht21 hwmon: driver for Sensirion SHT21 humidity and temperature sensor 2011-01-08 10:56:28 -08:00
shtc1 hwmon: add support for Sensirion SHTC1 sensor 2014-06-12 08:36:48 -07:00
sis5595 documentation: convert the Documentation directory to UTF-8 2007-05-09 08:58:19 +02:00
smm665 hwmon: Update my e-mail address in driver documentation 2013-03-03 21:45:47 -08:00
smsc47b397 hwmon: add SCH5317 to smsc47b397 driver 2007-07-19 14:22:15 -04:00
smsc47m1 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
smsc47m192 hwmon/smsc47m192: Document the LPC47M292 as supported 2007-05-08 17:21:59 +02:00
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 Documentation: update broken web addresses. 2010-08-04 15:21:40 +02:00
tmp102 hwmon: (tmp102) Various fixes 2010-05-27 19:58:57 +02:00
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 hwmon: Fix spelling of Celsius 2012-10-10 15:25:56 +02:00
ucd9000 hwmon: Update my e-mail address in driver documentation 2013-03-03 21:45:47 -08:00
ucd9200 hwmon: Update my e-mail address in driver documentation 2013-03-03 21:45:47 -08:00
userspace-tools hwmon: Update the lm-sensors website address 2008-02-07 20:39:42 -05:00
vexpress hwmon: Versatile Express hwmon driver 2012-10-16 17:12:35 +01:00
via686a Documentation: update broken web addresses. 2010-08-04 15:21:40 +02:00
vt1211 vt1211: Document module parameters 2006-09-28 15:31:16 -07:00
w83l785ts Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
w83l786ng hwmon: Add support for Winbond W83L786NG/NR 2008-02-07 20:39:40 -05:00
w83627ehf Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
w83627hf hwmon: (w83627hf) Document W83627THF voltage pin mapping 2011-01-12 21:55:11 +01:00
w83781d Fix common misspellings 2011-03-31 11:26:23 -03:00
w83791d hwmon: (w83792d) Update module author 2013-09-06 14:05:42 +02:00
w83792d hwmon: (w83792d) Additional PWM outputs support 2015-07-03 14:39:05 +02:00
w83793 hwmon: (w83793) Implement the standard intrusion detection interface 2011-01-12 21:55:10 +01:00
w83795 Update Jean Delvare's e-mail address 2014-01-29 20:40:08 +01:00
wm831x Fix typo milivolt => millivolt 2012-04-05 16:58:23 -07:00
wm8350 hwmon: Add WM835x PMIC hardware monitoring driver 2009-09-17 09:46:51 +02:00
zl6100 documentation: hwmon: Fix typo in documentation/hwmon 2013-04-12 18:24:09 -07:00