Re: [PATCH] i2c-s3c2410: Fix potential NULL pointer dereference

2012-09-25 Thread Sachin Kamat
Hi, Can we have this fix for the 3.6 series please? On 18 September 2012 14:18, Sachin Kamat wrote: > of_match_node() returns NULL if a device_node does not have > a matching of_match structure. Thus the return value needs to be > checked for NULL to avoid NULL pointer dereferencing. > > Cc: Wol

Re: [PATCH] i2c: mxs: Indicate that i2c driver was succesfully registered

2012-09-25 Thread Mark Brown
On Sat, Aug 18, 2012 at 04:59:51PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > It is useful information in dmesg to have a message indicating that the i2c > driver was succesfully registered. If this is useful shouldn't it be in either the driver core or the bus code (ie, why does this

Re: [PATCH 3/3] ARM: dts: cfa10049: Add the i2c muxer buses to the CFA-10049

2012-09-25 Thread Maxime Ripard
Hi Le 24/09/2012 13:52, Sergei Shtylyov a écrit : > On 24-09-2012 13:53, Maxime Ripard wrote: > >> This will allow to add the 3 Nuvoton NAU7802 ADCs and the NXP PCA9555 >> GPIO expander eventually. > >> Signed-off-by: Maxime Ripard >> --- >> arch/arm/boot/dts/imx28-cfa10049.dts | 33 >>

[PATCH] i2c: nomadik: adopt pinctrl support

2012-09-25 Thread Linus Walleij
From: Patrice Chotard Amend the I2C nomadik pin controller to optionally take a pin control handle and set the state of the pins to "default" on boot and before performing an i2c transfer, and to "sleep" after an i2c xfer. Signed-off-by: Patrice Chotard Signed-off-by: Linus Walleij --- driver