04 Nov, 2014
1 commit
-
…l/git/wsa/linux into driver-core-next
Remove all .owner fields from platform drivers
20 Oct, 2014
2 commits
-
A platform_driver does not need to set an owner, it will be populated by the
driver core.Signed-off-by: Wolfram Sang
-
Include linux/err.h to get the definitions for IS_ERR() PTR_ERR() and
ERR_PTR() used in the driver.This fixes compilation on powerpc targets.
Signed-off-by: Johannes Thumshirn
Signed-off-by: Guenter Roeck
24 Sep, 2014
1 commit
-
Added driver to support the 14F021P00 BMC Hardware Monitoring.
The BMC is a Board Management Controller including monitoring of the
board voltages.Signed-off-by: Andreas Werner
Reviewed-by: Guenter Roeck
Signed-off-by: Lee Jones