Re: [PATCH v2 0/4] stm32-f7: Addition of SMBus Alert / Host-notify features

2020-07-01 Thread Wolfram Sang
> I've just prepared the 1st new serie with only the HostNotify bits in it. > (basically, the core part, the dt-bindings with the enable-host-notify, and > the usage within i2c-stm32f7). Cool, thanks! > You mentioned in the other thread that you still have some more review comment > I believe. I

Re: [PATCH v2 0/4] stm32-f7: Addition of SMBus Alert / Host-notify features

2020-07-01 Thread Alain Volmat
On Tue, Jun 30, 2020 at 06:05:00PM +0200, Wolfram Sang wrote: > On Thu, Jun 25, 2020 at 09:39:25AM +0200, Alain Volmat wrote: > > This serie adds SMBus Alert and SMBus Host-Notify features for the > > i2c-stm32f7. > > If it is not too much work for you, I think it makes sense to split the > serie

Re: [PATCH v2 0/4] stm32-f7: Addition of SMBus Alert / Host-notify features

2020-06-30 Thread Wolfram Sang
On Thu, Jun 25, 2020 at 09:39:25AM +0200, Alain Volmat wrote: > This serie adds SMBus Alert and SMBus Host-Notify features for the > i2c-stm32f7. If it is not too much work for you, I think it makes sense to split the series into two, i.e. HostNotify and SMBusAlert parts. signature.asc Descrip

[PATCH v2 0/4] stm32-f7: Addition of SMBus Alert / Host-notify features

2020-06-25 Thread Alain Volmat
This serie adds SMBus Alert and SMBus Host-Notify features for the i2c-stm32f7. This serie v2 rework comments from the 1st serie and replace the very generic reg_client / unreg_client callback with HOST_NOTIFY only reg_hnotify_cli and unreg_hnotify_cli callbacks. Alain Volmat (4): i2c: smbus: a