* Re: [PATCH 3/4] imxmmc: add MX1 support [not found] ` <20090325113108.GC31464-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org> @ 2009-03-25 11:59 ` Wolfram Sang [not found] ` <20090325115929.GD3029-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Wolfram Sang @ 2009-03-25 11:59 UTC (permalink / raw) To: Russell King - ARM Linux Cc: Darius Augulis, Jean Delvare, linux-arm-kernel-xIg/pKzrS19vn6HldHNs0ANdhmdF6hFW, ben-linux-elnMNo+KYs3YtjvyW6yDsg, linux-i2c-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 1239 bytes --] Regarding the I2C-driver, I will try to clean up things as I see them. > Is there some reason why Jean or the I2C mailing list couldn't have been > sent this driver instead of just Ben (or was it, and they didn't respond)? It was sent to the I2C list a couple of times (although sometimes Darius made two posts, one to alkml and one to linux-i2c; probably a forgotten CC, but it makes things a bit hard to track). It got quite some comments there and the latest version, from what I can see, is here: http://article.gmane.org/gmane.linux.drivers.i2c/2962 (which is _not_ the version Darius was posting in the last two days). As you can see, it was already reviewed and tested here at Pengutronix, and it works for us with MX1/2/3. IMHO, it just needs one to pick it up, preferably via an I2C-tree. Now, as Ben volunteered to be the I2C-embedded-maintainer, we were all waiting for him to put it into his tree (for 6 weeks now; we were nagging). As he really seems to have disappeared I wonder if Jean can pick it up this time? Regards, Wolfram -- Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ | [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 197 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20090325115929.GD3029-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>]
* Re: [PATCH 3/4] imxmmc: add MX1 support [not found] ` <20090325115929.GD3029-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> @ 2009-03-25 13:03 ` Jean Delvare 2009-03-25 13:38 ` Ben Dooks 1 sibling, 0 replies; 5+ messages in thread From: Jean Delvare @ 2009-03-25 13:03 UTC (permalink / raw) To: Wolfram Sang Cc: Russell King - ARM Linux, Darius Augulis, linux-arm-kernel-xIg/pKzrS19vn6HldHNs0ANdhmdF6hFW, ben-linux-elnMNo+KYs3YtjvyW6yDsg, linux-i2c-u79uwXL29TY76Z2rM5mHXA Hi Wolfram, On Wed, 25 Mar 2009 12:59:29 +0100, Wolfram Sang wrote: > > Regarding the I2C-driver, I will try to clean up things as I see them. > > > Is there some reason why Jean or the I2C mailing list couldn't have been > > sent this driver instead of just Ben (or was it, and they didn't respond)? > > It was sent to the I2C list a couple of times (although sometimes Darius > made two posts, one to alkml and one to linux-i2c; probably a forgotten > CC, but it makes things a bit hard to track). It got quite some comments > there and the latest version, from what I can see, is here: > > http://article.gmane.org/gmane.linux.drivers.i2c/2962 > > (which is _not_ the version Darius was posting in the last two days). > > As you can see, it was already reviewed and tested here at Pengutronix, > and it works for us with MX1/2/3. IMHO, it just needs one to pick it up, > preferably via an I2C-tree. Now, as Ben volunteered to be the > I2C-embedded-maintainer, we were all waiting for him to put it into his > tree (for 6 weeks now; we were nagging). As he really seems to have > disappeared I wonder if Jean can pick it up this time? Yes, I can do this. All I need is the latest version of the patch, in my mailbox, with all the Signed-off-by and Acked-by. -- Jean Delvare ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 3/4] imxmmc: add MX1 support [not found] ` <20090325115929.GD3029-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2009-03-25 13:03 ` Jean Delvare @ 2009-03-25 13:38 ` Ben Dooks [not found] ` <20090325133820.GF19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org> 1 sibling, 1 reply; 5+ messages in thread From: Ben Dooks @ 2009-03-25 13:38 UTC (permalink / raw) To: Wolfram Sang Cc: Russell King - ARM Linux, Darius Augulis, Jean Delvare, linux-arm-kernel-xIg/pKzrS19vn6HldHNs0ANdhmdF6hFW, ben-linux-elnMNo+KYs3YtjvyW6yDsg, linux-i2c-u79uwXL29TY76Z2rM5mHXA On Wed, Mar 25, 2009 at 12:59:29PM +0100, Wolfram Sang wrote: > > Regarding the I2C-driver, I will try to clean up things as I see them. > > > Is there some reason why Jean or the I2C mailing list couldn't have been > > sent this driver instead of just Ben (or was it, and they didn't respond)? > > It was sent to the I2C list a couple of times (although sometimes Darius > made two posts, one to alkml and one to linux-i2c; probably a forgotten > CC, but it makes things a bit hard to track). It got quite some comments > there and the latest version, from what I can see, is here: > > http://article.gmane.org/gmane.linux.drivers.i2c/2962 > > (which is _not_ the version Darius was posting in the last two days). > > As you can see, it was already reviewed and tested here at Pengutronix, > and it works for us with MX1/2/3. IMHO, it just needs one to pick it up, > preferably via an I2C-tree. Now, as Ben volunteered to be the > I2C-embedded-maintainer, we were all waiting for him to put it into his > tree (for 6 weeks now; we were nagging). As he really seems to have > disappeared I wonder if Jean can pick it up this time? If that is really the patch you want, i'll add it to my tree and push it. > Regards, > > Wolfram > > -- > Pengutronix e.K. | Wolfram Sang | > Industrial Linux Solutions | http://www.pengutronix.de/ | -- Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20090325133820.GF19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>]
* Re: [PATCH 3/4] imxmmc: add MX1 support [not found] ` <20090325133820.GF19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org> @ 2009-03-25 19:35 ` Wolfram Sang [not found] ` <20090325193545.GA32595-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Wolfram Sang @ 2009-03-25 19:35 UTC (permalink / raw) To: Ben Dooks Cc: Russell King - ARM Linux, Darius Augulis, Jean Delvare, linux-arm-kernel-xIg/pKzrS19vn6HldHNs0ANdhmdF6hFW, linux-i2c-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 326 bytes --] > If that is really the patch you want, i'll add it to my tree and push > it. \o/ Yes, please push this one. It still applies to 2.6.29 flawlessly here. Thanks! -- Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ | [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 197 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20090325193545.GA32595-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>]
* Re: [PATCH 3/4] imxmmc: add MX1 support [not found] ` <20090325193545.GA32595-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> @ 2009-03-25 23:20 ` Ben Dooks 0 siblings, 0 replies; 5+ messages in thread From: Ben Dooks @ 2009-03-25 23:20 UTC (permalink / raw) To: Wolfram Sang Cc: Ben Dooks, Russell King - ARM Linux, Darius Augulis, Jean Delvare, linux-arm-kernel-xIg/pKzrS19vn6HldHNs0ANdhmdF6hFW, linux-i2c-u79uwXL29TY76Z2rM5mHXA On Wed, Mar 25, 2009 at 08:35:46PM +0100, Wolfram Sang wrote: > > If that is really the patch you want, i'll add it to my tree and push > > it. > > \o/ Yes, please push this one. It still applies to 2.6.29 flawlessly here. > Thanks! Ok, I'm giving people until tommorow evening to raise any other issues. -- Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-03-25 23:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <49C8BE24.6000608@gmail.com>
[not found] ` <5d5443650903240531l1158d323t4c10575e9b350d43@mail.gmail.com>
[not found] ` <20090324134655.GL25436@pengutronix.de>
[not found] ` <49C8EFB3.803@teltonika.lt>
[not found] ` <20090324155908.GO25436@pengutronix.de>
[not found] ` <49C90DFD.1040107@teltonika.lt>
[not found] ` <20090324170134.GP25436@pengutronix.de>
[not found] ` <20090325085223.GG4697@n2100.arm.linux.org.uk>
[not found] ` <gqcv9q$q04$1@ger.gmane.org>
[not found] ` <20090325113108.GC31464@n2100.arm.linux.org.uk>
[not found] ` <20090325113108.GC31464-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2009-03-25 11:59 ` [PATCH 3/4] imxmmc: add MX1 support Wolfram Sang
[not found] ` <20090325115929.GD3029-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-03-25 13:03 ` Jean Delvare
2009-03-25 13:38 ` Ben Dooks
[not found] ` <20090325133820.GF19758-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
2009-03-25 19:35 ` Wolfram Sang
[not found] ` <20090325193545.GA32595-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-03-25 23:20 ` Ben Dooks
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox