All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Enable I2C_PIIX4 for 64-bit platforms
@ 2005-05-19  6:25 Maciej W. Rozycki
  2005-02-13  9:40 ` Jean Delvare
  2005-05-19  6:25 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Maciej W. Rozycki @ 2005-05-19  6:25 UTC (permalink / raw)
  To: lm-sensors

Hello,

 Is there any specific reason for the PIIX4 SMBus driver to be disabled on 
64-bit platforms?  If not, then please apply the following change.  The 
MIPS Technologies Malta development board has the 82371EB chip and 
supports 64-bit configurations.  I've verified the driver to work 
correctly using 64-bit kernels for both endiannesses.

  Maciej

Signed-off-by: Maciej W. Rozycki <macro@mips.com>

patch-mips-2.6.10-rc3-20041216-i2c-piix64-0
diff -up --recursive --new-file linux-mips-2.6.10-rc3-20041216.macro/drivers/i2c/busses/Kconfig linux-mips-2.6.10-rc3-20041216/drivers/i2c/busses/Kconfig
--- linux-mips-2.6.10-rc3-20041216.macro/drivers/i2c/busses/Kconfig	2004-12-09 20:07:39.000000000 +0000
+++ linux-mips-2.6.10-rc3-20041216/drivers/i2c/busses/Kconfig	2005-01-26 19:48:36.000000000 +0000
@@ -270,7 +270,7 @@ config I2C_PARPORT_LIGHT
 
 config I2C_PIIX4
 	tristate "Intel PIIX4"
-	depends on I2C && PCI && EXPERIMENTAL && !64BIT
+	depends on I2C && PCI && EXPERIMENTAL
 	help
 	  If you say yes to this option, support will be included for the Intel
 	  PIIX4 family of mainboard I2C interfaces.  Specifically, the following

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

end of thread, other threads:[~2005-05-19  6:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19  6:25 [PATCH] Enable I2C_PIIX4 for 64-bit platforms Maciej W. Rozycki
2005-02-13  9:40 ` Jean Delvare
2005-05-19  6:25 ` Greg KH

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.