From: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
To: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
Cc: David Brownell <david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
rt2400-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: Move eeprom drivers to drivers/misc/eeprom
Date: Tue, 27 Jan 2009 10:53:26 +0100 [thread overview]
Message-ID: <20090127095326.GA8385@pengutronix.de> (raw)
In-Reply-To: <20090127090442.35190667-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1665 bytes --]
On Tue, Jan 27, 2009 at 09:04:42AM +0100, Jean Delvare wrote:
> >
> > Now that thhis is in mainline ... I suggest two more changes:
> >
> > - at24 (i2c eeprom) doesn't need to be EXPERIMENTAL
> >
> > - we still need interfaces whereby kernel code can be
> > given handles to the EEPROM devices, and then use
> > them to read board config data out during boot.
> >
> > Obviously, the first one is easy. ;)
>
> Indeed, but where's the patch?
I may be missing some irony here, but just in case I don't, here is a
patch :)
===
From 622e104ea7c0ee99c631701919289792c8a890a4 Mon Sep 17 00:00:00 2001
From: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Date: Tue, 27 Jan 2009 10:46:11 +0100
Subject: [PATCH] at24: remove EXPERIMENTAL
This driver has been widely used since inclusion and no problems have
been reported.
Signed-off-by: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
---
drivers/misc/eeprom/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig
index c76df8c..89fec05 100644
--- a/drivers/misc/eeprom/Kconfig
+++ b/drivers/misc/eeprom/Kconfig
@@ -2,7 +2,7 @@ menu "EEPROM support"
config EEPROM_AT24
tristate "I2C EEPROMs from most vendors"
- depends on I2C && SYSFS && EXPERIMENTAL
+ depends on I2C && SYSFS
help
Enable this driver to get read/write support to most I2C EEPROMs,
after you configure the driver to know about each EEPROM on
--
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 --]
next prev parent reply other threads:[~2009-01-27 9:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-20 10:22 Move eeprom drivers to drivers/misc/eeprom Wolfram Sang
[not found] ` <1232446982-7842-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-01-20 10:22 ` [PATCH 1/4] Move at24 " Wolfram Sang
2009-01-20 10:23 ` [PATCH 2/4] Move old eeprom driver to the new directory /drivers/misc/eeprom Wolfram Sang
2009-01-20 10:23 ` [PATCH 3/4] Move at25-driver (for SPI eeproms) " Wolfram Sang
2009-01-20 10:23 ` [PATCH 4/4] Move 93cx6 eeprom driver " Wolfram Sang
2009-01-21 9:56 ` Move eeprom drivers to drivers/misc/eeprom Jean Delvare
[not found] ` <20090121105605.018f10d4-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2009-01-21 10:03 ` Wolfram Sang
2009-01-27 7:55 ` David Brownell
[not found] ` <200901262355.27913.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
2009-01-27 8:04 ` Jean Delvare
[not found] ` <20090127090442.35190667-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2009-01-27 9:53 ` Wolfram Sang [this message]
[not found] ` <20090127095326.GA8385-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-01-28 12:42 ` Jean Delvare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090127095326.GA8385@pengutronix.de \
--to=w.sang-bicnvbalz9megne8c9+irq@public.gmane.org \
--cc=david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org \
--cc=khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rt2400-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox