[PATCH linux v2 0/3] Add BMC HWMON driver to kernel. Format patch based on Joel's comments.

OpenBMC Patches openbmc-patches at stwcx.xyz
Mon Dec 7 02:40:23 AEDT 2015


Signed-off-by: adamliyi <adamliyi at msn.com>
 Add BMC HWMON driver to kernel. Format patch based on Joel's comments.

https://github.com/openbmc/linux/pull/22

Jeremy Kerr (1):
  gpio/aspeed: Use handler_data in aspeed_gpio_irq_handler.

adamliyi (2):
  Add BMC HWMON driver to kernel. Format patch based on Joel's comments.
  hwmon: Add occ_i2c HWMON driver     - Revise code based on comments
    from Jeremy Kerr <jk at ozlabs.org>.     - Add new HWMON attributes
    "update_interval" and "name".     - Change driver name form occ.c to
    occ_i2c.c

 Documentation/devicetree/bindings/hwmon/occ.txt |   14 +
 drivers/gpio/gpio-aspeed.c                      |    2 +-
 drivers/hwmon/Kconfig                           |   10 +
 drivers/hwmon/Makefile                          |    1 +
 drivers/hwmon/occ_i2c.c                         | 1315 +++++++++++++++++++++++
 5 files changed, 1341 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/occ.txt
 create mode 100644 drivers/hwmon/occ_i2c.c

-- 
2.6.3




More information about the openbmc mailing list