Re: [PATCH] hwmon: (f71882fg): Add support for f81768d

2015-07-08 Thread George Joseph
On Tue, Jul 7, 2015 at 8:34 PM, Guenter Roeck wrote: > Hi George, > > On 07/07/2015 06:16 PM, George Joseph wrote: >> >> Add f81768d (id 0x1210) currently found on Jetway motherboards. >> It has 11 voltages but otherwise needed no special handling >> in this dr

Re: [PATCH] hwmon: (f71882fg): Add support for f81768d

2015-07-08 Thread George Joseph
On Tue, Jul 7, 2015 at 8:34 PM, Guenter Roeck li...@roeck-us.net wrote: Hi George, On 07/07/2015 06:16 PM, George Joseph wrote: Add f81768d (id 0x1210) currently found on Jetway motherboards. It has 11 voltages but otherwise needed no special handling in this driver. Signed-off-by: George

[PATCH] hwmon: (f71882fg): Add support for f81768d

2015-07-07 Thread George Joseph
Add f81768d (id 0x1210) currently found on Jetway motherboards. It has 11 voltages but otherwise needed no special handling in this driver. Signed-off-by: George Joseph --- drivers/hwmon/f71882fg.c | 44 1 file changed, 28 insertions(+), 16 deletions

[PATCH] hwmon: (f71882fg): Add support for f81768d

2015-07-07 Thread George Joseph
Add f81768d (id 0x1210) currently found on Jetway motherboards. It has 11 voltages but otherwise needed no special handling in this driver. Signed-off-by: George Joseph george.jos...@fairview5.com --- drivers/hwmon/f71882fg.c | 44 1 file changed, 28

[PATCH v3 0/1] dts: cubox: Map gpio-keys to gpio3 8

2015-03-24 Thread George Joseph
Rebased the patch on rmk's relicensing patch... "ARM: dts: Re-license SolidRun iMX6 platform DT GPL v2/X11" George Joseph (1): dts: cubox: Map gpio-keys to gpio3 8 arch/arm/boot/dts/imx6qdl-cubox-i.dtsi | 20 1 file changed, 20 insertions(+) -- 2.1.0 -- To u

[PATCH v3 1/1] dts: cubox: Map gpio-keys to gpio3 8

2015-03-24 Thread George Joseph
The Cubox has a recessed button between the HDMI and RJ-45 connectors that wasn't mapped in the device tree, so I've mapped it to gpio-keys BTN_0. Signed-off-by: George Joseph Tested-by: George Joseph --- arch/arm/boot/dts/imx6qdl-cubox-i.dtsi | 20 1 file changed, 20

[PATCH v3 0/1] dts: cubox: Map gpio-keys to gpio3 8

2015-03-24 Thread George Joseph
Rebased the patch on rmk's relicensing patch... ARM: dts: Re-license SolidRun iMX6 platform DT GPL v2/X11 George Joseph (1): dts: cubox: Map gpio-keys to gpio3 8 arch/arm/boot/dts/imx6qdl-cubox-i.dtsi | 20 1 file changed, 20 insertions(+) -- 2.1.0 -- To unsubscribe

[PATCH v3 1/1] dts: cubox: Map gpio-keys to gpio3 8

2015-03-24 Thread George Joseph
The Cubox has a recessed button between the HDMI and RJ-45 connectors that wasn't mapped in the device tree, so I've mapped it to gpio-keys BTN_0. Signed-off-by: George Joseph george.jos...@fairview5.com Tested-by: George Joseph george.jos...@fairview5.com --- arch/arm/boot/dts/imx6qdl-cubox

Re: [PATCH v2] dts: cubox: Map gpio-keys to gpio3 8

2015-03-23 Thread George Joseph
On Mon, Mar 23, 2015 at 9:19 AM, Russell King - ARM Linux wrote: > On Mon, Mar 23, 2015 at 09:32:54PM +0800, Shawn Guo wrote: >> On Mon, Mar 16, 2015 at 03:53:49PM -0600, George Joseph wrote: >> > The Cubox has a recessed button between the HDMI and RJ-45 connectors >&

Re: [PATCH v2] dts: cubox: Map gpio-keys to gpio3 8

2015-03-23 Thread George Joseph
On Mon, Mar 23, 2015 at 9:19 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Mar 23, 2015 at 09:32:54PM +0800, Shawn Guo wrote: On Mon, Mar 16, 2015 at 03:53:49PM -0600, George Joseph wrote: The Cubox has a recessed button between the HDMI and RJ-45 connectors that wasn't

[PATCH v2] dts: cubox: Map gpio-keys to gpio3 8

2015-03-16 Thread George Joseph
The Cubox has a recessed button between the HDMI and RJ-45 connectors that wasn't mapped in the device tree, so I've mapped it to gpio-keys BTN_0. Signed-off-by: George Joseph Tested-by: George Joseph --- arch/arm/boot/dts/imx6qdl-cubox-i.dtsi | 20 1 file changed, 20

Re: [PATCH] dts: cubox: Map gpio-keys and pps-gpio to gpio3 8

2015-03-16 Thread George Joseph
On Mon, Mar 16, 2015 at 2:50 PM, Russell King - ARM Linux wrote: > On Mon, Mar 16, 2015 at 02:36:41PM -0600, George Joseph wrote: >> The Cubox has a recessed button between the HDMI and RJ-45 connectors >> that wasn't mapped in the device tree. Since the button is normally >

[PATCH] dts: cubox: Map gpio-keys and pps-gpio to gpio3 8

2015-03-16 Thread George Joseph
driver claims it first wins. If both drivers are build as modules, you can even switch between them at run time and the pinmux will adjust the pin configuration as required. If neither driver claims the gpio, it's still available in the normal gpio sysfs. Signed-off-by: George Joseph Tested

Re: [PATCH] dts: cubox: Map gpio-keys and pps-gpio to gpio3 8

2015-03-16 Thread George Joseph
On Mon, Mar 16, 2015 at 2:50 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Mar 16, 2015 at 02:36:41PM -0600, George Joseph wrote: The Cubox has a recessed button between the HDMI and RJ-45 connectors that wasn't mapped in the device tree. Since the button is normally open

[PATCH] dts: cubox: Map gpio-keys and pps-gpio to gpio3 8

2015-03-16 Thread George Joseph
driver claims it first wins. If both drivers are build as modules, you can even switch between them at run time and the pinmux will adjust the pin configuration as required. If neither driver claims the gpio, it's still available in the normal gpio sysfs. Signed-off-by: George Joseph george.jos

[PATCH v2] dts: cubox: Map gpio-keys to gpio3 8

2015-03-16 Thread George Joseph
The Cubox has a recessed button between the HDMI and RJ-45 connectors that wasn't mapped in the device tree, so I've mapped it to gpio-keys BTN_0. Signed-off-by: George Joseph george.jos...@fairview5.com Tested-by: George Joseph george.jos...@fairview5.com --- arch/arm/boot/dts/imx6qdl-cubox

[PATCH 1/1] net: fec: fix oops after transmit queue timeout

2015-03-11 Thread George Joseph
a NULL pointer oops. With fep->netdev set right after fep is allocated in fep_probe, the drivers recovers nicely after the tx queue timeout. Signed-off-by: George Joseph Tested-by: George Joseph --- drivers/net/ethernet/freescale/fec_main.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 1/1] net: fec: fix oops after transmit queue timeout

2015-03-11 Thread George Joseph
pointer oops. With fep-netdev set right after fep is allocated in fep_probe, the drivers recovers nicely after the tx queue timeout. Signed-off-by: George Joseph george.jos...@fairview5.com Tested-by: George Joseph george.jos...@fairview5.com --- drivers/net/ethernet/freescale/fec_main.c | 1 + 1

[PATCH V2] ARM: dts: Restructure imx6qdl-wandboard.dtsi for new rev C1 board.

2014-07-08 Thread George Joseph
use imxq-wandboard-revb1.dtb for the older B1 board and imxq-wandboard.dtb for the current rev C1 board. Signed-off-by: George Joseph --- arch/arm/boot/dts/imx6dl-wandboard-revb1.dts | 22 ++ arch/arm/boot/dts/imx6dl-wandboard.dts | 2 +- arch/arm/boot/dts/imx6q-wandboard

[PATCH RESEND] ARM: dts: Restructure imx6qdl-wandboard.dtsi for new rev C1 board.

2014-07-08 Thread George Joseph
use imxq-wandboard-revb1.dtb for the older B1 board and imxq-wandboard.dtb for the current rev C1 board. Signed-off-by: George Joseph --- Forgot to actually set the PAD flags to something other than 0x800. --- arch/arm/boot/dts/imx6dl-wandboard-revb1.dts | 22 ++ arch/arm/boot/dts

[PATCH RESEND] ARM: dts: Restructure imx6qdl-wandboard.dtsi for new rev C1 board.

2014-07-08 Thread George Joseph
use imxq-wandboard-revb1.dtb for the older B1 board and imxq-wandboard.dtb for the current rev C1 board. Signed-off-by: George Joseph george.jos...@fairview5.com --- Forgot to actually set the PAD flags to something other than 0x800. --- arch/arm/boot/dts/imx6dl-wandboard-revb1.dts | 22

[PATCH V2] ARM: dts: Restructure imx6qdl-wandboard.dtsi for new rev C1 board.

2014-07-08 Thread George Joseph
use imxq-wandboard-revb1.dtb for the older B1 board and imxq-wandboard.dtb for the current rev C1 board. Signed-off-by: George Joseph george.jos...@fairview5.com --- arch/arm/boot/dts/imx6dl-wandboard-revb1.dts | 22 ++ arch/arm/boot/dts/imx6dl-wandboard.dts | 2 +- arch/arm

[PATCH RESEND] ARM: dts: Restructure imx6qdl-wandboard.dtsi for new rev C1 board.

2014-07-07 Thread George Joseph
use imxq-wandboard-revb1.dtb for the older B1 board and imxq-wandboard.dtb for the current rev C1 board. Signed-off-by: George Joseph --- arch/arm/boot/dts/imx6dl-wandboard-revb1.dts | 22 ++ arch/arm/boot/dts/imx6dl-wandboard.dts | 2 +- arch/arm/boot/dts/imx6q-wandboard

[PATCH RESEND] ARM: dts: Restructure imx6qdl-wandboard.dtsi for new rev C1 board.

2014-07-07 Thread George Joseph
use imxq-wandboard-revb1.dtb for the older B1 board and imxq-wandboard.dtb for the current rev C1 board. Signed-off-by: George Joseph george.jos...@fairview5.com --- arch/arm/boot/dts/imx6dl-wandboard-revb1.dts | 22 ++ arch/arm/boot/dts/imx6dl-wandboard.dts | 2 +- arch/arm