All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alessandro Zummo <a.zummo@towertech.it>
To: linux-kernel@vger.kernel.org
Cc: akpm@zip.com.au
Subject: [PATCH 07/18] RTC subsystem, I2C driver ids
Date: Sat, 18 Mar 2006 18:19:53 +0100	[thread overview]
Message-ID: <20060318171948.235827000@towertech.it> (raw)
In-Reply-To: 20060318171946.821316000@towertech.it

[-- Attachment #1: rtc-i2c-ids.patch --]
[-- Type: text/plain, Size: 1042 bytes --]

This patch adds the I2C driver ids to i2c-id.h
in preparation of the I2C direct probing method.

This is kept separate so that it can be integrated to
different patchsets without conficts.

Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>

---
 include/linux/i2c-id.h |    4 ++++
 1 file changed, 4 insertions(+)

--- linux-rtc.orig/include/linux/i2c-id.h	2006-03-03 00:15:32.000000000 +0100
+++ linux-rtc/include/linux/i2c-id.h	2006-03-15 03:08:52.000000000 +0100
@@ -108,6 +108,10 @@
 #define I2C_DRIVERID_UPD64083	78	/* upd64083 video processor	*/
 #define I2C_DRIVERID_UPD64031A	79	/* upd64031a video processor	*/
 #define I2C_DRIVERID_SAA717X	80	/* saa717x video encoder	*/
+#define I2C_DRIVERID_DS1672	81	/* Dallas/Maxim DS1672 RTC	*/
+#define I2C_DRIVERID_X1205	82	/* Xicor/Intersil X1205 RTC	*/
+#define I2C_DRIVERID_PCF8563	83	/* Philips PCF8563 RTC		*/
+#define I2C_DRIVERID_RS5C372	84	/* Ricoh RS5C372 RTC		*/
 
 #define I2C_DRIVERID_I2CDEV	900
 #define I2C_DRIVERID_ARP        902    /* SMBus ARP Client              */

--

  parent reply	other threads:[~2006-03-18 17:22 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-18 17:19 [PATCH 00/18] RTC subsystem Alessandro Zummo
2006-03-18 17:19 ` [PATCH 01/18] RTC Subsystem, library functions Alessandro Zummo
2006-03-20 19:18   ` Kumar Gala
2006-03-18 17:19 ` [PATCH 02/18] RTC subsystem, ARM cleanup Alessandro Zummo
2006-03-18 17:19 ` [PATCH 03/18] RTC subsystem, ARM Integrator cleanup Alessandro Zummo
2006-03-18 17:19 ` [PATCH 04/18] RTC subsystem, MIPS cleanup Alessandro Zummo
2006-03-18 17:19 ` [PATCH 05/18] RTC subsystem, class Alessandro Zummo
2006-03-18 17:19 ` [PATCH 06/18] RTC subsystem, I2C cleanup Alessandro Zummo
2006-03-18 17:19 ` Alessandro Zummo [this message]
2006-03-18 17:19 ` [PATCH 08/18] RTC subsystem, sysfs interface Alessandro Zummo
2006-03-18 17:19 ` [PATCH 09/18] RTC subsystem, proc interface Alessandro Zummo
2006-03-18 17:19 ` [PATCH 10/18] RTC subsystem, dev interface Alessandro Zummo
2006-03-18 17:19 ` [PATCH 11/18] RTC subsystem, X1205 driver Alessandro Zummo
2006-03-18 17:19 ` [PATCH 12/18] RTC subsystem, test device/driver Alessandro Zummo
2006-03-18 17:19 ` [PATCH 13/18] RTC subsystem, DS1672 driver Alessandro Zummo
2006-03-18 17:20 ` [PATCH 14/18] RTC subsystem, PCF8563 driver Alessandro Zummo
2006-03-18 17:20 ` [PATCH 15/18] RTC subsystem, RS5C372 driver Alessandro Zummo
2006-03-18 17:20 ` [PATCH 16/18] RTC subsystem, EP93XX driver Alessandro Zummo
2006-03-18 17:20 ` [PATCH 17/18] RTC subsystem, SA1100/PXA2XX driver Alessandro Zummo
2006-03-18 17:20 ` [PATCH 18/18] RTC subsystem, M48T86 driver Alessandro Zummo
2006-03-28 16:25 ` [PATCH 00/18] RTC subsystem Kumar Gala
2006-03-28 16:43   ` Alessandro Zummo
2006-03-28 17:17     ` Kumar Gala
2006-03-28 17:51       ` Alessandro Zummo

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=20060318171948.235827000@towertech.it \
    --to=a.zummo@towertech.it \
    --cc=akpm@zip.com.au \
    --cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.