Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-04-27 Thread Wolfram Sang
> I am the maintainer. So yes I keep it as such ... with this complexity ;) BTW you are not listed as such. Can you send an incremental patch for MAINTAINERS? signature.asc Description: PGP signature

Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-04-27 Thread Wolfram Sang
> I am the maintainer. So yes I keep it as such ... with this complexity ;) BTW you are not listed as such. Can you send an incremental patch for MAINTAINERS? signature.asc Description: PGP signature

Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-04-04 Thread Pierre Yves MORDRET
On 04/03/2018 05:31 PM, Wolfram Sang wrote: > All SMBus protocols are implemented except SMBus-specific protocols. >>> >>> What does that mean? >> >> It miss SMBus Host Notification and SMBBus Alert. They are almost ready but >> I'm >> struggling to put them back to operational state

Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-04-04 Thread Pierre Yves MORDRET
On 04/03/2018 05:31 PM, Wolfram Sang wrote: > All SMBus protocols are implemented except SMBus-specific protocols. >>> >>> What does that mean? >> >> It miss SMBus Host Notification and SMBBus Alert. They are almost ready but >> I'm >> struggling to put them back to operational state

Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-04-04 Thread Pierre Yves MORDRET
On 04/03/2018 05:31 PM, Wolfram Sang wrote: > All SMBus protocols are implemented except SMBus-specific protocols. >>> >>> What does that mean? >> >> It miss SMBus Host Notification and SMBBus Alert. They are almost ready but >> I'm >> struggling to put them back to operational state

Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-04-04 Thread Pierre Yves MORDRET
On 04/03/2018 05:31 PM, Wolfram Sang wrote: > All SMBus protocols are implemented except SMBus-specific protocols. >>> >>> What does that mean? >> >> It miss SMBus Host Notification and SMBBus Alert. They are almost ready but >> I'm >> struggling to put them back to operational state

Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-04-03 Thread Wolfram Sang
> >> All SMBus protocols are implemented except SMBus-specific protocols. > > > > What does that mean? > > It miss SMBus Host Notification and SMBBus Alert. They are almost ready but > I'm > struggling to put them back to operational state after recent changes related > to > SMBust Host

Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-04-03 Thread Wolfram Sang
> >> All SMBus protocols are implemented except SMBus-specific protocols. > > > > What does that mean? > > It miss SMBus Host Notification and SMBBus Alert. They are almost ready but > I'm > struggling to put them back to operational state after recent changes related > to > SMBust Host

Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-03-26 Thread Pierre Yves MORDRET
On 03/24/2018 11:49 PM, Wolfram Sang wrote: > On Wed, Mar 21, 2018 at 05:48:57PM +0100, Pierre-Yves MORDRET wrote: >> This patch adds SMBus support for I2C controller embedded in STM32F7 Soc. > >> All SMBus protocols are implemented except SMBus-specific protocols. > > What does that mean? It

Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-03-26 Thread Pierre Yves MORDRET
On 03/24/2018 11:49 PM, Wolfram Sang wrote: > On Wed, Mar 21, 2018 at 05:48:57PM +0100, Pierre-Yves MORDRET wrote: >> This patch adds SMBus support for I2C controller embedded in STM32F7 Soc. > >> All SMBus protocols are implemented except SMBus-specific protocols. > > What does that mean? It

Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-03-24 Thread Wolfram Sang
On Wed, Mar 21, 2018 at 05:48:57PM +0100, Pierre-Yves MORDRET wrote: > This patch adds SMBus support for I2C controller embedded in STM32F7 Soc. > All SMBus protocols are implemented except SMBus-specific protocols. What does that mean? > > Signed-off-by: M'boumba Cedric Madianga

Re: [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-03-24 Thread Wolfram Sang
On Wed, Mar 21, 2018 at 05:48:57PM +0100, Pierre-Yves MORDRET wrote: > This patch adds SMBus support for I2C controller embedded in STM32F7 Soc. > All SMBus protocols are implemented except SMBus-specific protocols. What does that mean? > > Signed-off-by: M'boumba Cedric Madianga >

[PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-03-21 Thread Pierre-Yves MORDRET
This patch adds SMBus support for I2C controller embedded in STM32F7 Soc. All SMBus protocols are implemented except SMBus-specific protocols. Signed-off-by: M'boumba Cedric Madianga Signed-off-by: Pierre-Yves MORDRET --- Version history:

[PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support

2018-03-21 Thread Pierre-Yves MORDRET
This patch adds SMBus support for I2C controller embedded in STM32F7 Soc. All SMBus protocols are implemented except SMBus-specific protocols. Signed-off-by: M'boumba Cedric Madianga Signed-off-by: Pierre-Yves MORDRET --- Version history: v1: * Initial v2: * fix Kbuild