[PATCH v2 0/2] i2c: rcar: add support for Gen4 devices

Wolfram Sang posted 2 patches 2 years ago
drivers/i2c/busses/i2c-rcar.c | 51 +++++++++++++++++++++++------------
1 file changed, 34 insertions(+), 17 deletions(-)
[PATCH v2 0/2] i2c: rcar: add support for Gen4 devices
Posted by Wolfram Sang 2 years ago
The newest generation of Renesas R-Car SoCs support FastMode+. This
series enables the driver to use it. Changes since v1 are annotated in
the patches.

Looking forward to comments and test reports etc.

Happy hacking!


Wolfram Sang (2):
  i2c: rcar: introduce Gen4 devices
  i2c: rcar: add FastMode+ support for Gen4

 drivers/i2c/busses/i2c-rcar.c | 51 +++++++++++++++++++++++------------
 1 file changed, 34 insertions(+), 17 deletions(-)

-- 
2.35.1
Re: [PATCH v2 0/2] i2c: rcar: add support for Gen4 devices
Posted by Wolfram Sang 2 years ago
On Thu, Dec 14, 2023 at 08:43:56AM +0100, Wolfram Sang wrote:
> The newest generation of Renesas R-Car SoCs support FastMode+. This
> series enables the driver to use it. Changes since v1 are annotated in
> the patches.
> 
> Looking forward to comments and test reports etc.
> 
> Happy hacking!
> 
> 
> Wolfram Sang (2):
>   i2c: rcar: introduce Gen4 devices
>   i2c: rcar: add FastMode+ support for Gen4
> 

Applied to for-next, thanks!