Re: [PATCH v2 0/2] New driver: i2c_imc (Intel LGA2011 iMC SMBUS)

2013-07-17 Thread Andy Lutomirski
On Tue, Jul 16, 2013 at 3:23 PM, Andy Lutomirski l...@amacapital.net wrote: Intel's LGA2011 chips (Core i7 Extreme and Xeon E5) have two SMBUS controllers per package, addressing up to 16 DIMM slots per package. This is a driver for those SMBUS channels. The first patch is a minor change to

[PATCH v2 0/2] New driver: i2c_imc (Intel LGA2011 iMC SMBUS)

2013-07-16 Thread Andy Lutomirski
Intel's LGA2011 chips (Core i7 Extreme and Xeon E5) have two SMBUS controllers per package, addressing up to 16 DIMM slots per package. This is a driver for those SMBUS channels. The first patch is a minor change to the i2c core to make it work better with extremely limited hardware like this.