linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] I2C: SIS964: Bus driver
@ 2012-08-03 15:35 Amaury Decrême
  2012-08-03 15:35 ` [PATCH v2 1/2] I2C: SIS964: Bus driver - Driver Amaury Decrême
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Amaury Decrême @ 2012-08-03 15:35 UTC (permalink / raw)
  To: khali, ben-linux, w.sang, rob
  Cc: jeffrey.t.kirsher, akpm, davem, gregkh, joe, ralf,
	dirk.brandewie, jayachandranc, linux-i2c, linux-doc,
	linux-kernel, Amaury Decrême

This series of patches are a I2C bus driver for the SIS964.


The SIS964 is nearly the same as SIS630 for the SMBUS :
	- Most of the SMBus registers (Status, Enable, Control,
	  Host Control, etc.) are at the same adresses + 0x60
	- The register count is 21 instead of 20

The SIS964 name is ambiguous as this chip isn't part of the SIS96X
family and behaves differently.

The datasheets have been used to develop the driver based on the
exsiting driver for I2C SIS630 . 


Content of the patches:
	- 1/2 The driver itself
	- 2/2 Documentation, Kconfig, Makefile, Maintainers


Changes:
	V2
	- Remove of the insertion on include/linux/pci_ids.h
	and no quirk needed
	- Cosmetics on the source code + patch split

Amaury Decrême (2):
  I2C: SIS964: Bus driver - Driver
  I2C: SIS964: Bus driver - other files

 Documentation/i2c/busses/i2c-sis964 |   36 +++
 MAINTAINERS                         |    7 +
 drivers/i2c/busses/Kconfig          |   12 +-
 drivers/i2c/busses/Makefile         |    1 +
 drivers/i2c/busses/i2c-sis964.c     |  578 +++++++++++++++++++++++++++++++++++
 5 files changed, 633 insertions(+), 1 deletions(-)
 create mode 100644 Documentation/i2c/busses/i2c-sis964
 create mode 100644 drivers/i2c/busses/i2c-sis964.c

-- 
1.7.8.6


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

end of thread, other threads:[~2012-08-05 22:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-03 15:35 [PATCH v2 0/2] I2C: SIS964: Bus driver Amaury Decrême
2012-08-03 15:35 ` [PATCH v2 1/2] I2C: SIS964: Bus driver - Driver Amaury Decrême
2012-08-03 15:35 ` [PATCH v2 2/2] I2C: SIS964: Bus driver - other files Amaury Decrême
2012-08-03 16:07 ` [PATCH v2 0/2] I2C: SIS964: Bus driver Jean Delvare
2012-08-03 16:36   ` Amaury Decrême
2012-08-03 17:07     ` Jean Delvare
2012-08-04  0:38       ` Amaury Decrême
2012-08-05 12:04         ` Jean Delvare
2012-08-05 22:03           ` Amaury Decrême
2012-08-05 22:11           ` [PATCH 0/2] I2C: SIS630: Add SIS964 support Amaury Decrême
2012-08-05 22:11             ` [PATCH 1/2] I2C: SIS630: Add SiS964 support Amaury Decrême
2012-08-05 22:11             ` [PATCH 2/2] I2C: SIS630: Cosmetics Amaury Decrême

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