[PATCH v3 0/2] i2c: designware: Add support for a bus clock

2019-02-20 Thread Gareth Williams
The Synopsys I2C Controller has a bus clock that some SoCs require to access the registers. This series also details the new clock property in the bindings documentation. v3: - busclk renamed to pclk. - Added comment with dw_i2c_dev struct definition describing pclk. - Added enable rollback of

RE: [PATCH v3 0/2] i2c: designware: Add support for a bus clock

2019-02-20 Thread Gareth Williams
Sorry, the email below was sent prematurely and will be resent shortly. -Gareth > On 20 February 2019 13:26 Gareth Williams wrote: > The Synopsys I2C Controller has a bus clock that some SoCs require to access > the registers. This series also details the new clock property in the bindings > docu

[PATCH v3 0/2] i2c: designware: Add support for a bus clock

2019-02-20 Thread Gareth Williams
The Synopsys I2C Controller has a bus clock that some SoCs require to access the registers. This series also details the new clock property in the bindings documentation. v3: - busclk renamed to pclk. - Added comment with dw_i2c_dev struct definition describing pclk. - Added enable rollback of