Re: [RESEND PATCH v3 0/5] Add support for the STM32F7 I2C

2017-09-11 Thread Benjamin Gaignard
2017-09-01 9:34 GMT+02:00 Pierre-Yves MORDRET : > This patchset adds support for the I2C controller embedded in STM32F7xx SoC. > It enables I2C transfer in interrupt mode with Standard-mode, Fast-mode and > Fast-mode+ bus speed. Hi Wolfram, I notice that those patches

Re: [RESEND PATCH v3 0/5] Add support for the STM32F7 I2C

2017-09-11 Thread Benjamin Gaignard
2017-09-01 9:34 GMT+02:00 Pierre-Yves MORDRET : > This patchset adds support for the I2C controller embedded in STM32F7xx SoC. > It enables I2C transfer in interrupt mode with Standard-mode, Fast-mode and > Fast-mode+ bus speed. Hi Wolfram, I notice that those patches aren't in pull request for

[RESEND PATCH v3 0/5] Add support for the STM32F7 I2C

2017-09-01 Thread Pierre-Yves MORDRET
This patchset adds support for the I2C controller embedded in STM32F7xx SoC. It enables I2C transfer in interrupt mode with Standard-mode, Fast-mode and Fast-mode+ bus speed. --- Version history: v3: * Move stm32f7_i2c_match above stm32f7_i2c_driver * of_device_get_match_data

[RESEND PATCH v3 0/5] Add support for the STM32F7 I2C

2017-09-01 Thread Pierre-Yves MORDRET
This patchset adds support for the I2C controller embedded in STM32F7xx SoC. It enables I2C transfer in interrupt mode with Standard-mode, Fast-mode and Fast-mode+ bus speed. --- Version history: v3: * Move stm32f7_i2c_match above stm32f7_i2c_driver * of_device_get_match_data

Re: [PATCH v3 0/5] Add support for the STM32F7 I2C

2017-08-22 Thread Pierre Yves MORDRET
Hello all, Another gentle ping for driver review since DT Bindings has been acked by Rob Herring. Many thanks in advance Regards On 07/20/2017 10:34 AM, Pierre Yves MORDRET wrote: > > > On 07/06/2017 05:53 PM, Pierre-Yves MORDRET wrote: >> This patchset adds support for the I2C controller

Re: [PATCH v3 0/5] Add support for the STM32F7 I2C

2017-08-22 Thread Pierre Yves MORDRET
Hello all, Another gentle ping for driver review since DT Bindings has been acked by Rob Herring. Many thanks in advance Regards On 07/20/2017 10:34 AM, Pierre Yves MORDRET wrote: > > > On 07/06/2017 05:53 PM, Pierre-Yves MORDRET wrote: >> This patchset adds support for the I2C controller

Re: [PATCH v3 0/5] Add support for the STM32F7 I2C

2017-07-20 Thread Pierre Yves MORDRET
On 07/06/2017 05:53 PM, Pierre-Yves MORDRET wrote: > This patchset adds support for the I2C controller embedded in STM32F7xx SoC. > It enables I2C transfer in interrupt mode with Standard-mode, Fast-mode and > Fast-mode+ bus speed. Gentle ping for driver review since DT Bindings has been acked

Re: [PATCH v3 0/5] Add support for the STM32F7 I2C

2017-07-20 Thread Pierre Yves MORDRET
On 07/06/2017 05:53 PM, Pierre-Yves MORDRET wrote: > This patchset adds support for the I2C controller embedded in STM32F7xx SoC. > It enables I2C transfer in interrupt mode with Standard-mode, Fast-mode and > Fast-mode+ bus speed. Gentle ping for driver review since DT Bindings has been acked

[PATCH v3 0/5] Add support for the STM32F7 I2C

2017-07-06 Thread Pierre-Yves MORDRET
This patchset adds support for the I2C controller embedded in STM32F7xx SoC. It enables I2C transfer in interrupt mode with Standard-mode, Fast-mode and Fast-mode+ bus speed. --- Version history: v3: * Move stm32f7_i2c_match above stm32f7_i2c_driver * of_device_get_match_data

[PATCH v3 0/5] Add support for the STM32F7 I2C

2017-07-06 Thread Pierre-Yves MORDRET
This patchset adds support for the I2C controller embedded in STM32F7xx SoC. It enables I2C transfer in interrupt mode with Standard-mode, Fast-mode and Fast-mode+ bus speed. --- Version history: v3: * Move stm32f7_i2c_match above stm32f7_i2c_driver * of_device_get_match_data