]> Git Repo - linux.git/commit
i2c: nomadik: support >=1MHz speed modes
authorThéo Lebrun <[email protected]>
Wed, 9 Oct 2024 14:01:12 +0000 (16:01 +0200)
committerWolfram Sang <[email protected]>
Sun, 24 Nov 2024 15:03:51 +0000 (16:03 +0100)
commit4fb1b640d68dba271e6b580582ac5c1381c6157a
tree389e827225fe57fa7d2bbfcc87b536af758824d6
parent16674c8c488ec40cbf15806658a22a68bb15a810
i2c: nomadik: support >=1MHz speed modes

 - BRCR value must go into the BRCR1 field when in high-speed mode.
   It goes into BRCR2 otherwise.

 - Remove fallback to standard mode if priv->sm > I2C_FREQ_MODE_FAST.

 - Set SM properly in probe; previously it only checked STANDARD versus
   FAST. Now we set STANDARD, FAST, FAST_PLUS or HIGH_SPEED.

 - Remove all comment sections saying we only support low-speeds.

Reviewed-by: Linus Walleij <[email protected]>
Signed-off-by: Théo Lebrun <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
drivers/i2c/busses/i2c-nomadik.c
This page took 0.052825 seconds and 4 git commands to generate.