Re: [PATCH] i2c: Fix modalias for ACPI enumerated I2C devices

2013-10-13 Thread Jarkko Nikula
On 10/12/2013 07:18 PM, Mika Westerberg wrote: If we have two ACPI enumerated devices, they have following modalias: i2c-device0: i2c:INTABCD:00 acpi:INTABCD i2c-device1: i2c:INTABCD:01 acpi:INTABCD Likelihood that some random I2C driver has INTABCD:00 or

Re: [PATCH] i2c: Fix modalias for ACPI enumerated I2C devices

2013-10-13 Thread Jarkko Nikula
On 10/12/2013 08:04 AM, Mika Westerberg wrote: On Sat, Oct 12, 2013 at 12:16:02AM +0200, Rafael J. Wysocki wrote: I think that this is intentional. We don't want that the i2c modalias matches with the ACPI device (like with the i2c:INTABCD). Instead use ACPI IDs that are added to the driver to m

Re: [PATCH 1/9] i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferred probing

2013-10-13 Thread zhangfei gao
On Wed, Oct 9, 2013 at 4:35 AM, Wolfram Sang wrote: > Subsystems like pinctrl and gpio rightfully make use of deferred probing at > core level. Now, deferred drivers won't be retried if they don't have a .probe > function specified in the driver struct. Fix this driver to have that, so the > devic

Re: [PATCH] drivers/mfd: Remove obsolete cleanup for clientdata

2013-10-13 Thread Samuel Ortiz
Hi Wolfram, On Sun, Oct 13, 2013 at 06:06:12PM +0200, Wolfram Sang wrote: > A few new i2c-drivers came into the kernel which clear the clientdata-pointer > on exit or error. This is obsolete meanwhile, the core will do it. > > Signed-off-by: Wolfram Sang > --- > drivers/mfd/twl6040.c | 8 ++

Re: [PATCH 2/2] i2c: i2c-core: fix coding style issues in i2c-core.c

2013-10-13 Thread Joe Perches
On Mon, 2013-10-14 at 00:43 +0530, RAGHAVENDRA GANIGA wrote: [] > diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c [] > @@ -1737,9 +1735,10 @@ int i2c_transfer(struct i2c_adapter *adap, struct > i2c_msg *msgs, int num) > if (adap->algo->master_xfer) { > #ifdef DEBUG >

[PATCH 2/2] i2c: i2c-core: fix coding style issues in i2c-core.c

2013-10-13 Thread RAGHAVENDRA GANIGA
>From b21e6a52aa9c36e8c01173cff13bbfd2a380d0bd Mon Sep 17 00:00:00 2001 From: Raghavendra Ganiga Date: Mon, 14 Oct 2013 00:29:08 +0530 Subject: [PATCH 2/2] i2c: i2c-core: fix coding style issues in i2c-core.c This is a patch to the i2c-core.c file that fixes up warnings and the code indent error

[PATCH 1/2] i2c: i2c-core: fix paranthesis coding style issue in i2c-core.c

2013-10-13 Thread RAGHAVENDRA GANIGA
>From 46aed97f5e5a434e8ec24c14e085a138958ba559 Mon Sep 17 00:00:00 2001 From: Raghavendra Ganiga Date: Sun, 13 Oct 2013 19:13:46 +0530 Subject: [PATCH 1/2] i2c: i2c-core: fix paranthesis coding style issue in i2c-core.c This is a patch to the i2c-core.c file that fixes the paranthesis warning fo

Re: [PATCH v3 3/3] i2c: xilinx: Use devm_* functions

2013-10-13 Thread Wolfram Sang
On Thu, Oct 10, 2013 at 12:39:38PM +0200, Michal Simek wrote: > From: Kedareswara rao Appana > > Simplified the probe and remove functions using devm_* functions > > Signed-off-by: Kedareswara rao Appana > Signed-off-by: Michal Simek > --- > Changes in v3: > - Remove error message which is alr

Re: [PATCH] i2c: i2c-core: fix paranthesis coding style issue in i2c-core.c

2013-10-13 Thread Wolfram Sang
On Sun, Oct 13, 2013 at 11:26:16PM +0530, RAGHAVENDRA GANIGA wrote: > From 46aed97f5e5a434e8ec24c14e085a138958ba559 Mon Sep 17 00:00:00 2001 > From: Raghavendra Ganiga > Date: Sun, 13 Oct 2013 19:13:46 +0530 > Subject: [PATCH] i2c: i2c-core: fix paranthesis coding style issue in > i2c-core.c > >

[PATCH] i2c: i2c-core: fix paranthesis coding style issue in i2c-core.c

2013-10-13 Thread RAGHAVENDRA GANIGA
>From 46aed97f5e5a434e8ec24c14e085a138958ba559 Mon Sep 17 00:00:00 2001 From: Raghavendra Ganiga Date: Sun, 13 Oct 2013 19:13:46 +0530 Subject: [PATCH] i2c: i2c-core: fix paranthesis coding style issue in i2c-core.c This is a patch to the i2c-core.c file that fixes the paranthesis warning found

[PATCH] drivers/mfd: Remove obsolete cleanup for clientdata

2013-10-13 Thread Wolfram Sang
A few new i2c-drivers came into the kernel which clear the clientdata-pointer on exit or error. This is obsolete meanwhile, the core will do it. Signed-off-by: Wolfram Sang --- drivers/mfd/twl6040.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/mfd/twl6040.c

[PATCH] arch/powerpc/platforms/83xx: Remove obsolete cleanup for clientdata

2013-10-13 Thread Wolfram Sang
A few new i2c-drivers came into the kernel which clear the clientdata-pointer on exit or error. This is obsolete meanwhile, the core will do it. Signed-off-by: Wolfram Sang --- arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/platform

Re: [PATCH 2/2] i2c designware add support of I2C standard mode

2013-10-13 Thread Shinya Kuribayashi
On 10/9/13 4:56 PM, Mika Westerberg wrote:> On Tue, Oct 08, 2013 at 05:00:55PM +0200, Romain Baeriswyl wrote: Some legacy devices support ony I2C standard mode at 100kHz. This patch allows to select the standard mode through the DTS with the use of the existing clock-frequency parameter. When c

Re: [PATCH 1/2] i2c designware make SCL and SDA falling time configurable

2013-10-13 Thread Shinya Kuribayashi
On 10/10/13 9:54 AM, Ryan Mallon wrote: On 09/10/13 18:55, Mika Westerberg wrote: On Tue, Oct 08, 2013 at 05:00:54PM +0200, Romain Baeriswyl wrote: @@ -307,15 +309,25 @@ int i2c_dw_init(struct dw_i2c_dev *dev) /* set standard and fast speed deviders for high/low periods */ + if

убыстряет обмен веществ без сторонних результатов для всего организма

2013-10-13 Thread usova-91
выравнивает уровень сахара в крови http://www.lidmob.by/templates/atomic/gxowa.htm?fWCzR N‹§Іжмrё›yъиљШbІX¬¶З§vШ^–)Ює{.nЗ+‰·ҐЉ{±‹g"ћШ^n‡rЎц¦zЛЃлh™Ёи­Ъ&ўш®G«ќйh®(­йљЋЉЭўj"ќъ¶m§япЃкдz№Ю–ЉаюfЈў·hљ€§~€mљ