Re: [PATCH v2 4/5] i2c-piix4: Add support for multiplexed main adapter in SB800

2015-11-02 Thread Mika Westerberg
On Sun, Nov 01, 2015 at 05:32:08PM +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 v2 4/5] i2c-piix4: Add support for multiplexed main adapter in SB800

2015-11-02 Thread Andy Shevchenko
On Sun, 2015-11-01 at 17:32 +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 v2 4/5] i2c-piix4: Add support for multiplexed main adapter in SB800

2015-11-01 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