Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mediatek: use existing I2C clock names | Daniel Golle | 2023-06-09 | 1 | -55/+0 |
| | | | | | | | | | PCK and MCK should really be P=PMIC and M=MEM, which means that they should effectively be CLK_PMIC and CLK_ARB. Suggested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Daniel Golle <daniel@makrotopia.org> (cherry picked from commit 0580747adab2094862c18b5e762c908dd3b43236) | ||||
* | mediatek: cleanly backport and add fix for I2C driver | Daniel Golle | 2023-05-29 | 1 | -0/+55 |
Pick accepted patches from upstream Linux tree instead of having to maintain our slightly different downstream patches. Import pending patch fixing I2C on MT7981 by making sure all clocks are enabled before accessing I2C registers. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (cherry picked from commit 213b7282760506ffab9151a20347d65ea70ed916) |