Re: [PATCH v4 2/3] i2c-piix4: Add support for multiplexed main adapter in SB800

2015-11-16 Thread Mika Westerberg
On Sun, Nov 15, 2015 at 12:33:03PM +0100, Christian Fetzer wrote: > The SB800 chipset supports a multiplexed main SMBus controller with > four ports. The multiplexed ports share the same SMBus address and > register set. The port is selected by bits 2:1 of the smb_en register > (0x2C). > > Only

Re: [PATCH v4 2/3] i2c-piix4: Add support for multiplexed main adapter in SB800

2015-11-16 Thread Andy Shevchenko
On Sun, 2015-11-15 at 12:33 +0100, Christian Fetzer wrote: > The SB800 chipset supports a multiplexed main SMBus controller with > four ports. The multiplexed ports share the same SMBus address and > register set. The port is selected by bits 2:1 of the smb_en register > (0x2C). > > Only one port

[PATCH v4 2/3] i2c-piix4: Add support for multiplexed main adapter in SB800

2015-11-15 Thread Christian Fetzer
The SB800 chipset supports a multiplexed main SMBus controller with four ports. The multiplexed ports share the same SMBus address and register set. The port is selected by bits 2:1 of the smb_en register (0x2C). Only one port can be active at any point in time therefore a mutex is needed in