mbox series

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

Message ID 20231214074358.8711-1-wsa+renesas@sang-engineering.com (mailing list archive)
Headers show
Series i2c: rcar: add support for Gen4 devices | expand

Message

Wolfram Sang Dec. 14, 2023, 7:43 a.m. UTC
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(-)

Comments

Wolfram Sang Dec. 19, 2023, 12:42 p.m. UTC | #1
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!