linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7 2.6.17-rc6-mm2] add preliminary i2c support to intelfb
@ 2006-06-14 17:52 Dennis Munsie
  2006-06-15  7:04 ` Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Dennis Munsie @ 2006-06-14 17:52 UTC (permalink / raw)
  To: linux-fbdev-devel; +Cc: khali, Eric Hustvedt, Dave Airlie

From: Dennis Munsie <dmunsie@cecropia.com>

[01/07] i2c: add intelfb bit algorithm id

Adds the intelfb bit algorithm id to i2c-id.h.

Signed-off-by: Dennis Munsie <dmunsie@cecropia.com>

---

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

diff -Naurp -X linux-2.6.17-rc6-patched/Documentation/dontdiff  
linux-2.6.17-rc6-patched/include/linux/i2c-id.h linux/include/linux/ 
i2c-id.h
--- linux-2.6.17-rc6-patched/include/linux/i2c-id.h	2006-06-13  
14:57:01.000000000 -0500
+++ linux/include/linux/i2c-id.h	2006-06-14 10:04:54.000000000 -0500
@@ -189,6 +189,7 @@
#define I2C_HW_B_RADEON		0x01001e /* radeon framebuffer driver */
#define I2C_HW_B_EM28XX		0x01001f /* em28xx video capture cards */
#define I2C_HW_B_CX2341X	0x010020 /* Conexant CX2341X MPEG encoder  
cards */
+#define I2C_HW_B_INTELFB	0x010021 /* intel framebuffer driver */
/* --- PCF 8584 based algorithms					*/
#define I2C_HW_P_LP		0x020000 /* Parallel port interface */

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

* Re: [PATCH 1/7 2.6.17-rc6-mm2] add preliminary i2c support to intelfb
  2006-06-14 17:52 [PATCH 1/7 2.6.17-rc6-mm2] add preliminary i2c support to intelfb Dennis Munsie
@ 2006-06-15  7:04 ` Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2006-06-15  7:04 UTC (permalink / raw)
  To: Dennis Munsie; +Cc: Eric Hustvedt, Dave Airlie, linux-fbdev-devel

Hi Dennis,

> From: Dennis Munsie <dmunsie@cecropia.com>
> 
> [01/07] i2c: add intelfb bit algorithm id
> 
> Adds the intelfb bit algorithm id to i2c-id.h.
> 
> Signed-off-by: Dennis Munsie <dmunsie@cecropia.com>
> 
> ---
> 
> include/linux/i2c-id.h |    1 +
> 1 file changed, 1 insertion(+)
> 
> diff -Naurp -X linux-2.6.17-rc6-patched/Documentation/dontdiff linux-2.6.17-rc6-patched/include/linux/i2c-id.h linux/include/linux/i2c-id.h
> --- linux-2.6.17-rc6-patched/include/linux/i2c-id.h	2006-06-13  14:57:01.000000000 -0500
> +++ linux/include/linux/i2c-id.h	2006-06-14 10:04:54.000000000 -0500
> @@ -189,6 +189,7 @@
> #define I2C_HW_B_RADEON		0x01001e /* radeon framebuffer driver */
> #define I2C_HW_B_EM28XX		0x01001f /* em28xx video capture cards */
> #define I2C_HW_B_CX2341X	0x010020 /* Conexant CX2341X MPEG encoder  
> cards */
> +#define I2C_HW_B_INTELFB	0x010021 /* intel framebuffer driver */
> /* --- PCF 8584 based algorithms					*/
> #define I2C_HW_P_LP		0x020000 /* Parallel port interface */

No need to make a seperate patch for this, this belongs to the same
patch where the user of this value is introduced.

Thanks,
-- 
Jean Delvare

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

end of thread, other threads:[~2006-06-15  7:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-14 17:52 [PATCH 1/7 2.6.17-rc6-mm2] add preliminary i2c support to intelfb Dennis Munsie
2006-06-15  7:04 ` Jean Delvare

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).