* [PATCH][UPDATE] i2c: Add support for virtual I2C adapters
@ 2008-05-28 13:30 Rodolfo Giometti
[not found] ` <20080528133015.GS9698-AVVDYK/kqiJWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Rodolfo Giometti @ 2008-05-28 13:30 UTC (permalink / raw)
To: i2c-GZX6beZjE8VD60Wz+7aTrA; +Cc: Kumar Gala
[-- Attachment #1.1: Type: text/plain, Size: 606 bytes --]
Hello,
I'd like to know why the patches at:
http://lists.linuxcoding.com/kernel/2006-q1/msg32516.html
have never been applied to the main kernel tree.
I'd like to use them and maybe I can update them to the latest kernel
version for submission. :)
Ciao,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti-AVVDYK/kqiJWk0Htik3J/w@public.gmane.org
Linux Device Driver giometti-k2GhghHVRtY@public.gmane.org
Embedded Systems phone: +39 349 2432127
UNIX programming skype: rodolfo.giometti
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 157 bytes --]
_______________________________________________
i2c mailing list
i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
http://lists.lm-sensors.org/mailman/listinfo/i2c
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][UPDATE] i2c: Add support for virtual I2C adapters
[not found] ` <20080528133015.GS9698-AVVDYK/kqiJWk0Htik3J/w@public.gmane.org>
@ 2008-05-28 22:53 ` Ben Dooks
[not found] ` <20080528225325.GA6226-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
2008-05-29 11:54 ` Jean Delvare
1 sibling, 1 reply; 4+ messages in thread
From: Ben Dooks @ 2008-05-28 22:53 UTC (permalink / raw)
To: Rodolfo Giometti; +Cc: i2c-GZX6beZjE8VD60Wz+7aTrA
On Wed, May 28, 2008 at 03:30:15PM +0200, Rodolfo Giometti wrote:
> Hello,
>
> I'd like to know why the patches at:
>
> http://lists.linuxcoding.com/kernel/2006-q1/msg32516.html
>
> have never been applied to the main kernel tree.
>
> I'd like to use them and maybe I can update them to the latest kernel
> version for submission. :)
Personally, a quick check over shows that I think
there are not bad, and would have a review of it
myself (although this is probably not totally under
my portion of maintainership).
Have you tried contacting the original authour and
seeing if it can be resubmitted?
--
Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
_______________________________________________
i2c mailing list
i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
http://lists.lm-sensors.org/mailman/listinfo/i2c
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][UPDATE] i2c: Add support for virtual I2C adapters
[not found] ` <20080528133015.GS9698-AVVDYK/kqiJWk0Htik3J/w@public.gmane.org>
2008-05-28 22:53 ` Ben Dooks
@ 2008-05-29 11:54 ` Jean Delvare
1 sibling, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2008-05-29 11:54 UTC (permalink / raw)
To: Rodolfo Giometti; +Cc: i2c-GZX6beZjE8VD60Wz+7aTrA, Kumar Gala
Hi Rodolfo,
On Wed, 28 May 2008 15:30:15 +0200, Rodolfo Giometti wrote:
> I'd like to know why the patches at:
>
> http://lists.linuxcoding.com/kernel/2006-q1/msg32516.html
>
> have never been applied to the main kernel tree.
There are two main reasons:
1* Nobody reviewed the patches in question. I don't even remember
seeing test reports about these patches, but this could as well be my
defective memory. A patch affecting i2c-core definitely needs good
review and testing before it can go upstream.
2* When this patch was sent, the i2c subsystem was still using the
legacy model where device drivers have to probe for and instantiate
their devices themselves. This model is fundamentally incompatible with
a generic for of I2C multiplexing support. So I didn't pay too much
attention to attempts to support multiplexing of i2c adapters because I
suspected it would be ugly at best. Now that we have new-style i2c
device/driver binding which follows the device driver model, it's
probably the right time to think about multiplexing support again.
Another reason, I guess, is that I do not have any system with a
multiplexed I2C bus myself, so I can't test the code and I also lack
personal motivation to push this forward.
There are still some cleanups needed in i2c-core, most notably with
respect to duplication and locking, and ideally I'd like to see it done
before we add multiplexing support, but admittedly there is no roadmap
so I can't make this a mandatory requirement.
> I'd like to use them and maybe I can update them to the latest kernel
> version for submission. :)
You are welcome to update and resubmit the patch, however I suspect
that what is needed is more than that. The code was written with the
legacy model in mind, while we want to support primarily (and maybe
even exclusively) the new-style binding model.
--
Jean Delvare
_______________________________________________
i2c mailing list
i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
http://lists.lm-sensors.org/mailman/listinfo/i2c
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][UPDATE] i2c: Add support for virtual I2C adapters
[not found] ` <20080528225325.GA6226-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
@ 2008-05-29 12:03 ` Rodolfo Giometti
0 siblings, 0 replies; 4+ messages in thread
From: Rodolfo Giometti @ 2008-05-29 12:03 UTC (permalink / raw)
To: Ben Dooks; +Cc: i2c-GZX6beZjE8VD60Wz+7aTrA
[-- Attachment #1.1: Type: text/plain, Size: 1220 bytes --]
On Wed, May 28, 2008 at 11:53:25PM +0100, Ben Dooks wrote:
> On Wed, May 28, 2008 at 03:30:15PM +0200, Rodolfo Giometti wrote:
> > Hello,
> >
> > I'd like to know why the patches at:
> >
> > http://lists.linuxcoding.com/kernel/2006-q1/msg32516.html
> >
> > have never been applied to the main kernel tree.
> >
> > I'd like to use them and maybe I can update them to the latest kernel
> > version for submission. :)
>
> Personally, a quick check over shows that I think
> there are not bad, and would have a review of it
> myself (although this is probably not totally under
> my portion of maintainership).
I've already done it and I'm testing it just right now. :)
If you wish I can submit a pre-patch.
> Have you tried contacting the original authour and
> seeing if it can be resubmitted?
Yes, several days ago, but I got no answers. :'(
Ciao,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti-AVVDYK/kqiJWk0Htik3J/w@public.gmane.org
Linux Device Driver giometti-k2GhghHVRtY@public.gmane.org
Embedded Systems phone: +39 349 2432127
UNIX programming skype: rodolfo.giometti
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 157 bytes --]
_______________________________________________
i2c mailing list
i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
http://lists.lm-sensors.org/mailman/listinfo/i2c
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-05-29 12:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-28 13:30 [PATCH][UPDATE] i2c: Add support for virtual I2C adapters Rodolfo Giometti
[not found] ` <20080528133015.GS9698-AVVDYK/kqiJWk0Htik3J/w@public.gmane.org>
2008-05-28 22:53 ` Ben Dooks
[not found] ` <20080528225325.GA6226-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
2008-05-29 12:03 ` Rodolfo Giometti
2008-05-29 11:54 ` Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox