Re: [PATCH v3 1/2] i2c: smbus: add core function handling SMBus host-notify

2020-09-09 Thread Wolfram Sang
On Mon, Aug 03, 2020 at 07:17:55AM +0200, Alain Volmat wrote: > SMBus Host-Notify protocol, from the adapter point of view > consist of receiving a message from a client, including the > client address and some other data. > > It can be simply handled by creating a new slave device > and registeri

Re: [PATCH v3 1/2] i2c: smbus: add core function handling SMBus host-notify

2020-08-04 Thread Pierre Yves MORDRET
Hi Alain Look good for me Reviewed-by: Pierre-Yves MORDRET Best Regards On 8/3/20 7:17 AM, Alain Volmat wrote: > SMBus Host-Notify protocol, from the adapter point of view > consist of receiving a message from a client, including the > client address and some other data. > > It can be simply

[PATCH v3 1/2] i2c: smbus: add core function handling SMBus host-notify

2020-08-02 Thread Alain Volmat
SMBus Host-Notify protocol, from the adapter point of view consist of receiving a message from a client, including the client address and some other data. It can be simply handled by creating a new slave device and registering a callback performing the parsing of the message received from the clie