Re: [PATCH v9 5/5] i2c: aspeed: added slave support for Aspeed I2C driver
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2017-06-02 12:10:44
Also in:
linux-i2c, lkml, openbmc
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2017-06-02 12:10:44
Also in:
linux-i2c, lkml, openbmc
On Fri, 2017-06-02 at 01:46 -0700, Brendan Higgins wrote:
Added slave support for Aspeed I2C controller. Supports fourteen busses present in AST24XX and AST25XX BMC SoCs by Aspeed.
(Not an issue for merging) Have you looked at a "mode" by which you implement just enough of the slave support to decode smbus notifications ? This looks like it could be useful when using pmbus devices, as some of them use smbus notifications fairly often. Today only one driver calls i2c_handle_smbus_host_notify() (the Intel one of course). Cheers, Ben.