* [GIT PULL] i2c fixes for 2.6.36
@ 2010-10-01 12:06 Jean Delvare
2010-10-01 13:38 ` Kyungmin Park
2010-10-06 21:24 ` Jean Delvare
0 siblings, 2 replies; 7+ messages in thread
From: Jean Delvare @ 2010-10-01 12:06 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux I2C, LKML
Hi Linus,
Please pull i2c subsystem fixes for Linux 2.6.36 from:
git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus
drivers/i2c/busses/i2c-cpm.c | 5 +++
drivers/i2c/busses/i2c-ibm_iic.c | 3 ++
drivers/i2c/busses/i2c-mpc.c | 1 +
drivers/i2c/busses/i2c-pca-isa.c | 12 +++++--
drivers/i2c/busses/i2c-pca-platform.c | 11 ++++--
drivers/i2c/i2c-core.c | 54 ++++++++++++++-----------------
drivers/misc/bh1780gli.c | 1 -
drivers/regulator/ad5398.c | 1 -
drivers/regulator/isl6271a-regulator.c | 2 -
drivers/rtc/rtc-ds3232.c | 2 -
10 files changed, 48 insertions(+), 44 deletions(-)
---------------
Grant Likely (1):
of/i2c: Fix module load order issue caused by of_i2c.c
Rajendra Nayak (1):
i2c: Fix checks which cause legacy suspend to never get called
Vishwanath BS (1):
i2c: Fix for suspend/resume issue
Wolfram Sang (1):
i2c: Remove obsolete cleanup for clientdata
Yegor Yefremov (1):
i2c-pca: Fix waitforcompletion() return value
Thanks,
--
Jean Delvare
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] i2c fixes for 2.6.36
2010-10-01 12:06 [GIT PULL] i2c fixes for 2.6.36 Jean Delvare
@ 2010-10-01 13:38 ` Kyungmin Park
2010-10-01 13:47 ` Jean Delvare
2010-10-01 14:09 ` Ben Dooks
2010-10-06 21:24 ` Jean Delvare
1 sibling, 2 replies; 7+ messages in thread
From: Kyungmin Park @ 2010-10-01 13:38 UTC (permalink / raw)
To: Jean Delvare; +Cc: Linus Torvalds, Linux I2C, LKML
Hi Jean,
Even though it's not yet acked from Ben. It should be fixed for
correct operation.
Without this patch, some I2C device doesn't work correctly.
http://www.spinics.net/lists/linux-i2c/msg04016.html
Thank you,
Kyungmin Park
On Fri, Oct 1, 2010 at 9:06 PM, Jean Delvare <khali@linux-fr.org> wrote:
> Hi Linus,
>
> Please pull i2c subsystem fixes for Linux 2.6.36 from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus
>
> drivers/i2c/busses/i2c-cpm.c | 5 +++
> drivers/i2c/busses/i2c-ibm_iic.c | 3 ++
> drivers/i2c/busses/i2c-mpc.c | 1 +
> drivers/i2c/busses/i2c-pca-isa.c | 12 +++++--
> drivers/i2c/busses/i2c-pca-platform.c | 11 ++++--
> drivers/i2c/i2c-core.c | 54 ++++++++++++++-----------------
> drivers/misc/bh1780gli.c | 1 -
> drivers/regulator/ad5398.c | 1 -
> drivers/regulator/isl6271a-regulator.c | 2 -
> drivers/rtc/rtc-ds3232.c | 2 -
> 10 files changed, 48 insertions(+), 44 deletions(-)
>
> ---------------
>
> Grant Likely (1):
> of/i2c: Fix module load order issue caused by of_i2c.c
>
> Rajendra Nayak (1):
> i2c: Fix checks which cause legacy suspend to never get called
>
> Vishwanath BS (1):
> i2c: Fix for suspend/resume issue
>
> Wolfram Sang (1):
> i2c: Remove obsolete cleanup for clientdata
>
> Yegor Yefremov (1):
> i2c-pca: Fix waitforcompletion() return value
>
> Thanks,
> --
> Jean Delvare
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] i2c fixes for 2.6.36
2010-10-01 13:38 ` Kyungmin Park
@ 2010-10-01 13:47 ` Jean Delvare
2010-10-01 14:09 ` Ben Dooks
1 sibling, 0 replies; 7+ messages in thread
From: Jean Delvare @ 2010-10-01 13:47 UTC (permalink / raw)
To: Kyungmin Park; +Cc: Linus Torvalds, Linux I2C, LKML
On Fri, 1 Oct 2010 22:38:46 +0900, Kyungmin Park wrote:
> Hi Jean,
>
> Even though it's not yet acked from Ben. It should be fixed for
> correct operation.
> Without this patch, some I2C device doesn't work correctly.
> http://www.spinics.net/lists/linux-i2c/msg04016.html
This is part of Ben's pull request, not mine. They are completely
independent.
--
Jean Delvare
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] i2c fixes for 2.6.36
2010-10-01 13:38 ` Kyungmin Park
2010-10-01 13:47 ` Jean Delvare
@ 2010-10-01 14:09 ` Ben Dooks
2010-10-01 14:18 ` Kyungmin Park
1 sibling, 1 reply; 7+ messages in thread
From: Ben Dooks @ 2010-10-01 14:09 UTC (permalink / raw)
To: Kyungmin Park; +Cc: Jean Delvare, Linus Torvalds, Linux I2C, LKML
On Fri, Oct 01, 2010 at 10:38:46PM +0900, Kyungmin Park wrote:
> Hi Jean,
>
> Even though it's not yet acked from Ben. It should be fixed for
> correct operation.
> Without this patch, some I2C device doesn't work correctly.
> http://www.spinics.net/lists/linux-i2c/msg04016.html
It was in my last pull request to Linus.
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] i2c fixes for 2.6.36
2010-10-01 14:09 ` Ben Dooks
@ 2010-10-01 14:18 ` Kyungmin Park
2010-10-06 22:12 ` Ben Dooks
0 siblings, 1 reply; 7+ messages in thread
From: Kyungmin Park @ 2010-10-01 14:18 UTC (permalink / raw)
To: Ben Dooks; +Cc: Jean Delvare, Linus Torvalds, Linux I2C, LKML
On Fri, Oct 1, 2010 at 11:09 PM, Ben Dooks <ben-i2c@fluff.org> wrote:
> On Fri, Oct 01, 2010 at 10:38:46PM +0900, Kyungmin Park wrote:
>> Hi Jean,
>>
>> Even though it's not yet acked from Ben. It should be fixed for
>> correct operation.
>> Without this patch, some I2C device doesn't work correctly.
>> http://www.spinics.net/lists/linux-i2c/msg04016.html
>
> It was in my last pull request to Linus.
Thanks Ben,
To Ben,
Do you have a plan to use notification mail or confirm mail to ensure
these patches are merged or not.
I think it's helpful to your maintained subsystem participants. e.g,
samsung soc, sdhci-s3c, i2c and so on.
Thank you,
Kyungmin Park
>
> --
> Ben
>
> Q: What's a light-year?
> A: One-third less calories than a regular year.
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] i2c fixes for 2.6.36
2010-10-01 12:06 [GIT PULL] i2c fixes for 2.6.36 Jean Delvare
2010-10-01 13:38 ` Kyungmin Park
@ 2010-10-06 21:24 ` Jean Delvare
1 sibling, 0 replies; 7+ messages in thread
From: Jean Delvare @ 2010-10-06 21:24 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux I2C, LKML
On Fri, 1 Oct 2010 14:06:19 +0200, Jean Delvare wrote:
> Hi Linus,
>
> Please pull i2c subsystem fixes for Linux 2.6.36 from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus
Ping... RC7 is out and I don't see these i2c fixes there.
> drivers/i2c/busses/i2c-cpm.c | 5 +++
> drivers/i2c/busses/i2c-ibm_iic.c | 3 ++
> drivers/i2c/busses/i2c-mpc.c | 1 +
> drivers/i2c/busses/i2c-pca-isa.c | 12 +++++--
> drivers/i2c/busses/i2c-pca-platform.c | 11 ++++--
> drivers/i2c/i2c-core.c | 54 ++++++++++++++-----------------
> drivers/misc/bh1780gli.c | 1 -
> drivers/regulator/ad5398.c | 1 -
> drivers/regulator/isl6271a-regulator.c | 2 -
> drivers/rtc/rtc-ds3232.c | 2 -
> 10 files changed, 48 insertions(+), 44 deletions(-)
>
> ---------------
>
> Grant Likely (1):
> of/i2c: Fix module load order issue caused by of_i2c.c
>
> Rajendra Nayak (1):
> i2c: Fix checks which cause legacy suspend to never get called
>
> Vishwanath BS (1):
> i2c: Fix for suspend/resume issue
>
> Wolfram Sang (1):
> i2c: Remove obsolete cleanup for clientdata
>
> Yegor Yefremov (1):
> i2c-pca: Fix waitforcompletion() return value
--
Jean Delvare
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] i2c fixes for 2.6.36
2010-10-01 14:18 ` Kyungmin Park
@ 2010-10-06 22:12 ` Ben Dooks
0 siblings, 0 replies; 7+ messages in thread
From: Ben Dooks @ 2010-10-06 22:12 UTC (permalink / raw)
To: Kyungmin Park; +Cc: Ben Dooks, Jean Delvare, Linus Torvalds, Linux I2C, LKML
On Fri, Oct 01, 2010 at 11:18:49PM +0900, Kyungmin Park wrote:
> On Fri, Oct 1, 2010 at 11:09 PM, Ben Dooks <ben-i2c@fluff.org> wrote:
> > On Fri, Oct 01, 2010 at 10:38:46PM +0900, Kyungmin Park wrote:
> >> Hi Jean,
> >>
> >> Even though it's not yet acked from Ben. It should be fixed for
> >> correct operation.
> >> Without this patch, some I2C device doesn't work correctly.
> >> http://www.spinics.net/lists/linux-i2c/msg04016.html
> >
> > It was in my last pull request to Linus.
> Thanks Ben,
>
> To Ben,
> Do you have a plan to use notification mail or confirm mail to ensure
> these patches are merged or not.
> I think it's helpful to your maintained subsystem participants. e.g,
> samsung soc, sdhci-s3c, i2c and so on.
I do try and send confirmation emails with every patch, but it currently
is a manual process.
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-10-06 22:13 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01 12:06 [GIT PULL] i2c fixes for 2.6.36 Jean Delvare
2010-10-01 13:38 ` Kyungmin Park
2010-10-01 13:47 ` Jean Delvare
2010-10-01 14:09 ` Ben Dooks
2010-10-01 14:18 ` Kyungmin Park
2010-10-06 22:12 ` Ben Dooks
2010-10-06 21:24 ` Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox