From: Greg KH <greg@kroah.com>
To: linux-kernel@vger.kernel.org, sensors@stimpy.netroedge.com
Subject: Re: [PATCH] i2c driver fixes for 2.6.2-rc2
Date: Tue, 27 Jan 2004 15:34:13 -0800 [thread overview]
Message-ID: <10752464532280@kroah.com> (raw)
In-Reply-To: <10752464533223@kroah.com>
ChangeSet 1.1474.148.4, 2004/01/26 16:58:46-08:00, khali@linux-fr.org
[PATCH] I2C: Add ADM1025EB support to i2c-parport
The following patch adds support for the ADM1025 evaluation board to the
i2c-parport (and i2c-parport-light) driver(s). In fact, it happens that
it was already supported as an ADM1032 evaluation board, so it is just a
matter of documenting it correctly.
drivers/i2c/busses/i2c-parport.h | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff -Nru a/drivers/i2c/busses/i2c-parport.h b/drivers/i2c/busses/i2c-parport.h
--- a/drivers/i2c/busses/i2c-parport.h Tue Jan 27 15:26:57 2004
+++ b/drivers/i2c/busses/i2c-parport.h Tue Jan 27 15:26:57 2004
@@ -67,12 +67,13 @@
.getsda = { 0x40, STAT, 1 },
.getscl = { 0x08, STAT, 1 },
},
- /* type 4: ADM 1032 evaluation board */
+ /* type 4: ADM1025 and ADM1032 evaluation boards */
{
.setsda = { 0x02, DATA, 1 },
.setscl = { 0x01, DATA, 1 },
.getsda = { 0x10, STAT, 1 },
- .init = { 0xf0, DATA, 0 },
+ .init = { 0xf0, DATA, 0 }, /* ADM1025 doesn't need this,
+ but it doesn't hurt */
},
};
@@ -84,4 +85,4 @@
" 1 = home brew teletext adapter\n"
" 2 = Velleman K8000 adapter\n"
" 3 = ELV adapter\n"
- " 4 = ADM 1032 evalulation board\n");
+ " 4 = ADM1025 and ADM1032 evaluation boards\n");
next prev parent reply other threads:[~2004-01-27 23:39 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-27 23:32 [BK PATCH] i2c driver fixes for 2.6.2-rc2 Greg KH
2004-01-27 23:34 ` [PATCH] " Greg KH
2004-01-27 23:34 ` Greg KH
2004-01-27 23:34 ` Greg KH
2004-01-27 23:34 ` Greg KH [this message]
2004-01-27 23:34 ` Greg KH
2004-01-27 23:34 ` Greg KH
2004-01-28 13:08 ` Typo (Re: [PATCH] i2c driver fixes for 2.6.2-rc2) David Martínez Moreno
2004-01-28 23:23 ` Greg KH
2004-01-29 11:27 ` David Martínez Moreno
2004-01-29 19:47 ` Greg KH
2004-01-30 9:58 ` David Martínez Moreno
2004-01-31 0:55 ` Greg KH
2004-01-29 0:44 ` [BK PATCH] i2c driver fixes for 2.6.2-rc2 J.A. Magallon
2004-01-29 0:47 ` J.A. Magallon
2004-01-29 8:44 ` Jean Delvare
2004-01-29 22:21 ` J.A. Magallon
2004-01-29 22:56 ` J.A. Magallon
2004-01-30 3:38 ` Mark M. Hoffman
2004-01-30 9:36 ` Jean Delvare
2004-01-30 9:18 ` 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=10752464532280@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sensors@stimpy.netroedge.com \
/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