]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hwmon: (pmbus) move header file out of I2C realm
authorWolfram Sang <wsa@the-dreams.de>
Sun, 21 May 2017 20:34:43 +0000 (22:34 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 12 Jun 2017 00:08:19 +0000 (17:08 -0700)
commit4ba1bb12cf21f4ee4681aee939c4d9d82d6f49f2
tree8fe7c9b64784c200638ba2760415634cc8df807e
parent0c9fe1614126171c70e0dc0b0635d45a327ac82a
hwmon: (pmbus) move header file out of I2C realm

include/linux/i2c is not for client devices. Move the header file to a
more appropriate location.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/pmbus-core
MAINTAINERS
drivers/hwmon/pmbus/pmbus.c
drivers/hwmon/pmbus/pmbus_core.c
drivers/hwmon/pmbus/ucd9000.c
drivers/hwmon/pmbus/ucd9200.c
include/linux/pmbus.h [moved from include/linux/i2c/pmbus.h with 100% similarity]