public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* Moving at24 out of i2c/chips?
@ 2009-01-14 19:35 Wolfram Sang
       [not found] ` <20090114193521.GB15315-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2009-01-14 19:35 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA
  Cc: khali-PUYAD+kWke1g9hUCZPvPmw,
	dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

Hello,

as drivers/i2c/chips/ is going to go away, I wondered if Jean would be
interested in a patch moving it to drivers/misc/ (best location I could
come up with)? David, are you okay with that?

Kind regards,

   Wolfram

-- 
  Dipl.-Ing. Wolfram Sang | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Moving at24 out of i2c/chips?
       [not found] ` <20090114193521.GB15315-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
@ 2009-01-14 20:11   ` David Brownell
       [not found]     ` <200901141211.20681.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: David Brownell @ 2009-01-14 20:11 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, khali-PUYAD+kWke1g9hUCZPvPmw

On Wednesday 14 January 2009, Wolfram Sang wrote:
> as drivers/i2c/chips/ is going to go away, I wondered if Jean would be
> interested in a patch moving it to drivers/misc/ (best location I could
> come up with)? David, are you okay with that?

That seems a reasonable place for it, if that directory is going
away.  Might even be worth moving the at25 (SPI eeprom) driver
there to keep it company, and adding an EEPROM section to Kconfig
for that directory.  (There's some 93x6 support too.  Those are a
flavor of SPI eeprom, but that driver doesn't use the SPI stack.)

- Dave

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Moving at24 out of i2c/chips?
       [not found]     ` <200901141211.20681.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
@ 2009-01-14 20:40       ` Jean Delvare
       [not found]         ` <20090114214038.3d7fbf57-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Delvare @ 2009-01-14 20:40 UTC (permalink / raw)
  To: David Brownell; +Cc: Wolfram Sang, linux-i2c-u79uwXL29TY76Z2rM5mHXA

On Wed, 14 Jan 2009 12:11:20 -0800, David Brownell wrote:
> On Wednesday 14 January 2009, Wolfram Sang wrote:
> > as drivers/i2c/chips/ is going to go away, I wondered if Jean would be
> > interested in a patch moving it to drivers/misc/ (best location I could
> > come up with)? David, are you okay with that?
> 
> That seems a reasonable place for it, if that directory is going
> away.  Might even be worth moving the at25 (SPI eeprom) driver
> there to keep it company, and adding an EEPROM section to Kconfig
> for that directory.  (There's some 93x6 support too.  Those are a
> flavor of SPI eeprom, but that driver doesn't use the SPI stack.)

Yes, makes sense to me. The old eeprom driver could go along as well.
Thanks for taking care of this!

-- 
Jean Delvare

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Moving at24 out of i2c/chips?
       [not found]         ` <20090114214038.3d7fbf57-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
@ 2009-01-15 10:03           ` Wolfram Sang
       [not found]             ` <20090115100322.GA3148-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2009-01-15 10:03 UTC (permalink / raw)
  To: Jean Delvare; +Cc: David Brownell, linux-i2c-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 1465 bytes --]

On Wed, Jan 14, 2009 at 09:40:38PM +0100, Jean Delvare wrote:
> On Wed, 14 Jan 2009 12:11:20 -0800, David Brownell wrote:
> > On Wednesday 14 January 2009, Wolfram Sang wrote:
> > > as drivers/i2c/chips/ is going to go away, I wondered if Jean would be
> > > interested in a patch moving it to drivers/misc/ (best location I could
> > > come up with)? David, are you okay with that?
> > 
> > That seems a reasonable place for it, if that directory is going
> > away.  Might even be worth moving the at25 (SPI eeprom) driver
> > there to keep it company, and adding an EEPROM section to Kconfig
> > for that directory.  (There's some 93x6 support too.  Those are a
> > flavor of SPI eeprom, but that driver doesn't use the SPI stack.)
> 
> Yes, makes sense to me. The old eeprom driver could go along as well.
> Thanks for taking care of this!

Okay, sounds good. I am just a bit unsure how to proceed. I assume these
changes have to go via gkh's tree. Can I just make a patch series which
moves those drivers, post it to LKML (plus the other needed mailing
lists) and wait for acked-bys to come in? Or is it better to post the
series as [RFC] and collect acked-bys beforehand? Or shall I just move
at24 to the new location and wait for the other eeprom-driver-authors to
follow on their own?

Kind regards,

   Wolfram

-- 
  Dipl.-Ing. Wolfram Sang | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Moving at24 out of i2c/chips?
       [not found]             ` <20090115100322.GA3148-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
@ 2009-01-19 16:18               ` Jean Delvare
  0 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2009-01-19 16:18 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: David Brownell, linux-i2c-u79uwXL29TY76Z2rM5mHXA

Hi Wolfram,

On Thu, 15 Jan 2009 11:03:22 +0100, Wolfram Sang wrote:
> On Wed, Jan 14, 2009 at 09:40:38PM +0100, Jean Delvare wrote:
> > On Wed, 14 Jan 2009 12:11:20 -0800, David Brownell wrote:
> > > On Wednesday 14 January 2009, Wolfram Sang wrote:
> > > > as drivers/i2c/chips/ is going to go away, I wondered if Jean would be
> > > > interested in a patch moving it to drivers/misc/ (best location I could
> > > > come up with)? David, are you okay with that?
> > > 
> > > That seems a reasonable place for it, if that directory is going
> > > away.  Might even be worth moving the at25 (SPI eeprom) driver
> > > there to keep it company, and adding an EEPROM section to Kconfig
> > > for that directory.  (There's some 93x6 support too.  Those are a
> > > flavor of SPI eeprom, but that driver doesn't use the SPI stack.)
> > 
> > Yes, makes sense to me. The old eeprom driver could go along as well.
> > Thanks for taking care of this!
> 
> Okay, sounds good. I am just a bit unsure how to proceed. I assume these
> changes have to go via gkh's tree.

I don't think they have to. As far as I know there is no dedicated
maintainer for the drivers/misc directory, so basically anyone can
commit patches touching it. Patches moving drivers from
drivers/i2c/chips to drivers/misc could as well go through my i2c tree.

> Can I just make a patch series which
> moves those drivers, post it to LKML (plus the other needed mailing
> lists) and wait for acked-bys to come in? Or is it better to post the
> series as [RFC] and collect acked-bys beforehand? Or shall I just move
> at24 to the new location and wait for the other eeprom-driver-authors to
> follow on their own?

I don't think we need any kind of acks for the at24 and eeprom drivers.
Their case has already been discussed and apparently we all agree. You
can post your patch moving these to LKML if you want, but that's really
only to let people know what it happening, if they care. Or give them a
chance to complain, but I really don't explain anyone to do that.

So I think the most straightforward thing to do is for you to send a
patch moving eeprom and at24 to drivers/misc to the linux-i2c list,
where I will pick it and push it to Linus through my i2c tree. Probably
too late for 2.6.29... or not, after all driver moves are better done
outside of merge windows.

Alternatively, if there are more eeprom drivers, having a
drivers/misc/eeprom directory for them might make sense, or maybe even
drivers/eeprom. Honestly, I don't really care, as long as
drivers/i2c/chips gets smaller ;)

-- 
Jean Delvare

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-19 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 19:35 Moving at24 out of i2c/chips? Wolfram Sang
     [not found] ` <20090114193521.GB15315-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-01-14 20:11   ` David Brownell
     [not found]     ` <200901141211.20681.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
2009-01-14 20:40       ` Jean Delvare
     [not found]         ` <20090114214038.3d7fbf57-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2009-01-15 10:03           ` Wolfram Sang
     [not found]             ` <20090115100322.GA3148-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-01-19 16:18               ` Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox