Re: [PATCH 1/2] i2c: bcm2835: Use devm_ioremap_resource()

2014-02-11 Thread Stephen Warren
On 02/11/2014 06:02 AM, Jingoo Han wrote: > Use devm_ioremap_resource() in order to make the code simpler, > and remove redundant return value check of platform_get_resource() > because the value is checked by devm_ioremap_resource(). Acked-by: Stephen Warren -- To unsubscribe from this list: sen

Re: [PATCH 2/2] i2c: mxs: Use devm_ioremap_resource()

2014-02-11 Thread Shawn Guo
On Tue, Feb 11, 2014 at 10:04:55PM +0900, Jingoo Han wrote: > Use devm_ioremap_resource() in order to make the code simpler, > and remove redundant return value check of platform_get_resource() > because the value is checked by devm_ioremap_resource(). > > Signed-off-by: Jingoo Han Acked-by: Sha

Re: [PATCH 04/17] i2c: i2c-at91: deprecate class based instantiation

2014-02-11 Thread Ludovic Desroches
On Mon, Feb 10, 2014 at 11:03:58AM +0100, Wolfram Sang wrote: > Warn users that class based instantiation is going away soon in favour > of more robust probing and faster bootup times. > > Signed-off-by: Wolfram Sang > Cc: Ludovic Desroches Acked-by: Ludovic Desroches Thanks > --- > > driv

[PATCH 2/2] i2c: mxs: Use devm_ioremap_resource()

2014-02-11 Thread Jingoo Han
Use devm_ioremap_resource() in order to make the code simpler, and remove redundant return value check of platform_get_resource() because the value is checked by devm_ioremap_resource(). Signed-off-by: Jingoo Han --- drivers/i2c/busses/i2c-mxs.c | 16 +--- 1 file changed, 5 inserti

Re: [PATCH v2 1/2] Create eeprom_dev hardware class for EEPROM devices

2014-02-11 Thread Laszlo Papp
On Sat, Jan 25, 2014 at 12:23 AM, Andy Lutomirski wrote: > On 01/23/2014 11:16 AM, Curt Brune wrote: >> Create a new hardware class under /sys/class/eeprom_dev >> >> EEPROM drivers can register their devices with the eeprom_dev class >> during instantiation. >> >> The registered devices show up as

[PATCH 1/2] i2c: bcm2835: Use devm_ioremap_resource()

2014-02-11 Thread Jingoo Han
Use devm_ioremap_resource() in order to make the code simpler, and remove redundant return value check of platform_get_resource() because the value is checked by devm_ioremap_resource(). Signed-off-by: Jingoo Han --- drivers/i2c/busses/i2c-bcm2835.c | 24 1 file change

Re: [PATCH 06/17] i2c: i2c-bfin-twi: deprecate class based instantiation

2014-02-11 Thread Sonic Zhang
Acked-by: Sonic Zhang On Mon, Feb 10, 2014 at 6:04 PM, Wolfram Sang wrote: > Warn users that class based instantiation is going away soon in favour > of more robust probing and faster bootup times. > > Signed-off-by: Wolfram Sang > Cc: Sonic Zhang > --- > > This patch is a suggestion. Looking