Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mediatek: use existing I2C clock names | Daniel Golle | 2023-06-02 |
| | | | | | | | | 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> | ||
* | mediatek: cleanly backport and add fix for I2C driver | Daniel Golle | 2023-05-27 |
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> |