[PATCH v4] i2c: Driver to expose PowerNV platform i2c busses

2014-12-13 Thread Neelesh Gupta
-by: Neelesh Gupta neele...@linux.vnet.ibm.com Signed-off-by: Benjamin Herrenschmidt b...@kernel.crashing.org Acked-by: Wolfram Sang w...@the-dreams.de (I2C part, excluding the bindings) --- v3 - v4: - Rebased to the latest tree. - Exported the opal function 'opal_i2c_request' in opal.c to make

Re: [v3] i2c: Driver to expose PowerNV platform i2c busses

2014-12-09 Thread Neelesh Gupta
On 12/09/2014 03:15 PM, Michael Ellerman wrote: On Mon, 2014-08-12 at 06:36:16 UTC, Neelesh Gupta wrote: The patch exposes the available i2c busses on the PowerNV platform to the kernel and implements the bus driver to support i2c and smbus commands. The driver uses the platform device

[PATCH v3] i2c: Driver to expose PowerNV platform i2c busses

2014-12-07 Thread Neelesh Gupta
-by: Neelesh Gupta neele...@linux.vnet.ibm.com Signed-off-by: Benjamin Herrenschmidt b...@kernel.crashing.org --- v2 - v3: - Added the device tree binding documentation for the driver. - Sorted the ordering of this new driver added in Makefile. - Removed populating the superfluous .owner field

Re: [PATCH v3] rtc/tpo: Driver to support rtc and wakeup on PowerNV platform

2014-11-16 Thread Neelesh Gupta
On 10/22/2014 02:18 PM, Neelesh Gupta wrote: On 10/14/2014 02:08 PM, Neelesh Gupta wrote: The patch implements the OPAL rtc driver that binds with the rtc driver subsystem. The driver uses the platform device infrastructure to probe the rtc device and register it to rtc class framework

Re: [PATCH v3] rtc/tpo: Driver to support rtc and wakeup on PowerNV platform

2014-10-22 Thread Neelesh Gupta
On 10/14/2014 02:08 PM, Neelesh Gupta wrote: The patch implements the OPAL rtc driver that binds with the rtc driver subsystem. The driver uses the platform device infrastructure to probe the rtc device and register it to rtc class framework. The 'wakeup' is supported depending upon

[PATCH v3] rtc/tpo: Driver to support rtc and wakeup on PowerNV platform

2014-10-14 Thread Neelesh Gupta
[root@tul169p1 ~]# FSP: $ smgr mfgState standby $ rtim timeofday System time is valid: 2014/10/14 08:12:04.225115 $ smgr mfgState ipling $ Signed-off-by: Neelesh Gupta neele...@linux.vnet.ibm.com --- Changes in v3 = - Rebased to the latest tree. Changes in v2

Re: [PATCH v2] rtc/tpo: Driver to support rtc and wakeup on PowerNV platform

2014-10-05 Thread Neelesh Gupta
On 09/30/2014 03:46 PM, Neelesh Gupta wrote: The patch implements the OPAL rtc driver that binds with the rtc driver subsystem. The driver uses the platform device infrastructure to probe the rtc device and register it to rtc class framework. The 'wakeup' is supported depending upon

[PATCH v2] rtc/tpo: Driver to support rtc and wakeup on PowerNV platform

2014-09-30 Thread Neelesh Gupta
/wakealarm [root@tul163p1 ~]# cat /sys/class/rtc/rtc0/wakealarm 1412071532 [root@tul163p1 ~]# FSP: $ smgr mfgState standby $ smgr mfgState ipling $ Signed-off-by: Neelesh Gupta neele...@linux.vnet.ibm.com --- Changes in v2 = - Added Documentation/devicetree/bindings/rtc/rtc-opal.txt

[PATCH v5] powerpc/powernv: hwmon driver for power, fan rpm, voltage and temperature

2014-07-08 Thread Neelesh Gupta
in2_fault subsystem fan1_minfan3_minfan5_minfan7_minin3_fault temp1_input fan2_fault fan4_fault fan6_fault fan8_fault in4_fault temp1_max fan2_input fan4_input fan6_input fan8_input name uevent [root@tul163p1 ~]# Signed-off-by: Neelesh Gupta neele