linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.6.16-mm1 x1205 RTC driver doesn't compile
@ 2006-03-23 17:54 Bernhard Rosenkraenzer
  2006-03-24  9:05 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Rosenkraenzer @ 2006-03-23 17:54 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

rtc-x1205 uses I2C_DRIVERID_X1205 without defining it.

Signed-off-by: Bernhard Rosenkraenzer <bero@arklinux.org>

---
--- linux-2.6.16/include/linux/i2c-id.h.ark	2006-03-23 18:56:50.000000000 
+0100
+++ linux-2.6.16/include/linux/i2c-id.h	2006-03-23 18:56:22.000000000 +0100
@@ -108,6 +108,7 @@
 #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_X1205	81	/* X1205 RTC			*/
 
 #define I2C_DRIVERID_I2CDEV	900
 #define I2C_DRIVERID_ARP        902    /* SMBus ARP Client              */

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

* Re: [PATCH] 2.6.16-mm1 x1205 RTC driver doesn't compile
  2006-03-23 17:54 [PATCH] 2.6.16-mm1 x1205 RTC driver doesn't compile Bernhard Rosenkraenzer
@ 2006-03-24  9:05 ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2006-03-24  9:05 UTC (permalink / raw)
  To: Bernhard Rosenkraenzer; +Cc: linux-kernel

Bernhard Rosenkraenzer <bero@arklinux.org> wrote:
>
> rtc-x1205 uses I2C_DRIVERID_X1205 without defining it.
> 
> Signed-off-by: Bernhard Rosenkraenzer <bero@arklinux.org>
> 
> ---
> --- linux-2.6.16/include/linux/i2c-id.h.ark	2006-03-23 18:56:50.000000000 
> +0100
> +++ linux-2.6.16/include/linux/i2c-id.h	2006-03-23 18:56:22.000000000 +0100
> @@ -108,6 +108,7 @@
>  #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_X1205	81	/* X1205 RTC			*/
>  
>  #define I2C_DRIVERID_I2CDEV	900
>  #define I2C_DRIVERID_ARP        902    /* SMBus ARP Client              */

But this ID was defined in
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16/2.6.16-mm1/broken-out/rtc-subsystem-i2c-driver-ids.patch.
With a different ID, btw.

A patch reject at your end, I suspect.

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

end of thread, other threads:[~2006-03-24  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-23 17:54 [PATCH] 2.6.16-mm1 x1205 RTC driver doesn't compile Bernhard Rosenkraenzer
2006-03-24  9:05 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).