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

2020-05-26 Thread Alain Volmat
On Sat, May 23, 2020 at 10:46:25AM +, Wolfram Sang wrote: > > Adding Benjamin who mainly implemented this. > > On Tue, May 05, 2020 at 07:51:08AM +0200, Alain Volmat wrote: > > SMBus Host-Notify protocol, from the adapter point of view > > consist of receiving a message from a client,

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

2020-05-23 Thread Wolfram Sang
Adding Benjamin who mainly implemented this. On Tue, May 05, 2020 at 07:51:08AM +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

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

2020-05-11 Thread Pierre Yves MORDRET
Hi all, Reviewed-by: Pierre-Yves MORDRET Thanks On 5/5/20 7:51 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 handled by creating a

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

2020-05-04 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