linux/drivers/hwmon/pmbus
Guenter Roeck 3d0d283993 hwmon: (pmbus/ltc2978) Code cleanup
Use u16 instead of int to store cached limit attributes.
This reduces allocated data size per driver instance by 48 bytes.
Use defines for the number of pages supported by individual chips.
Use ARRAY_SIZE for loops to initialize array variables, and
initialize all variables in the same code block.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
2013-04-07 21:16:41 -07:00
..
adm1275.c hwmon: (adm1275) Add support for ADM1075 2012-03-18 18:27:52 -07:00
Kconfig hwmon: (pmbus/max34440) Add support for MAX34460 and MAX34461 2013-02-06 09:58:06 -08:00
lm25066.c hwmon: (pmbus) Simplify remove functions 2012-03-18 18:27:46 -07:00
ltc2978.c hwmon: (pmbus/ltc2978) Code cleanup 2013-04-07 21:16:41 -07:00
Makefile hwmon: (pmbus/ltc2978) Explicit driver for LTC2978 2011-10-24 11:09:42 -07:00
max8688.c hwmon: (pmbus) Simplify remove functions 2012-03-18 18:27:46 -07:00
max16064.c hwmon: (pmbus) Simplify remove functions 2012-03-18 18:27:46 -07:00
max34440.c hwmon: (pmbus/max34440) Add support for MAX34460 and MAX34461 2013-02-06 09:58:06 -08:00
pmbus_core.c hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute() 2013-03-14 06:57:19 -07:00
pmbus.c hwmon: (pmbus) Add support for Lineage Power MDT040 2012-03-18 18:27:50 -07:00
pmbus.h hwmon: (pmbus) Add function to clear sensor cache 2013-02-06 09:58:04 -08:00
ucd9000.c hwmon: (pmbus) Simplify remove functions 2012-03-18 18:27:46 -07:00
ucd9200.c hwmon: (pmbus) Simplify remove functions 2012-03-18 18:27:46 -07:00
zl6100.c hwmon: (pmbus/zl6100) Add support for VMON/VDRV 2013-02-06 09:58:05 -08:00