-
i2c-tag-v2025.01-rc1f315a481 · ·
i2c updates for v2025.01-rc1 - Add support for the following Maxim chips using the existing PCA954x driver from Maxim: - MAX7356 - MAX7357 - MAX7358 - MAX7367 - MAX7368 - MAX7369 - introduce "i2c-gpio,sda-output-only" functionality from Alex
-
i2c-dm-updates-for-v2024-10-next710b9c89 · ·
i2c DM updates for v2024.10 next - Add series from Simon, which removes old content in i2c.h so that we can move towards having just the dm API. It does not remove any boards, but instead removes functionality.
-
i2cfixes-v2-for-v2024-10-rc3ec07bcc8 · ·
i2c updates for v2024.10-rc3 (second try) - i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5 from David - imx_lpi2c: cleanups and support read transfers longer than 256 bytes from Fedor - pca954x: Remove pointer to GD from Michal - i2c: mux: Fix error path in i2c-arb-gpio from Michal
-
i2cupdates-for-v2024-10-nextb08ee931 · ·
i2c updates for v2024.10 next - DM_I2C conversion for some remaining boards from Anatolij
-
i2cfixes-for-v2024-10-rc33d299c35 · ·
i2c updates for v2024.10-rc3 - i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5 from David - imx_lpi2c: cleanups and support read transfers longer than 256 bytes from Fedor - pca954x: Remove pointer to GD from Michal - DM_I2C conversion for some remaining boards from Anatolij - i2c: mux: Fix error path in i2c-arb-gpio from Michal
-
i2cfixes-for-v2024-01-rc25b6ee512 · ·
i2c updates for v2024.01-rc2 - nuvoton: support standard/fast/fast plus mode - bootcount: remove legacy i2c driver and implement DM based version Bugfixes: - designware_i2c: adjust timing calculation SPL probing failed on the StarFive VisionFive 2 board Heinrich fixed this, by syncing timing calculation with linux implementation.
-
i2c-updates-for-v2023.10-rc3250454c5 · ·
i2c updates for v2023.10-rc3 Bugfixes: - mvtwsi driver fix stuck "bus error" state from Sam
-
for-v2023-07-rc4419ddf94 · ·
i2c updates for v2023-07-rc4 Bugfixes: - rockchip: De-initialize the bus after start bit failure from Ondrej Jirman - cdns: Fix broken retry mechanism on arbitration lost
-
for-v2023-07-rc15cf00863 · ·
i2c updates for v2023-07-rc1 - designware_i2c: remove apparently redundant read of 'i2c, speeds' DT property from Rasmus Villemoes - fix: correct I2C deblock logic from Haibo Chen - imx_lpi2c: Fix misuse the IS_ENABLED for DM clock from Ye Li - m68k: convert to DM from Angelo Dureghello
-
i2c-updates-for-v2023.04f536fda9 · ·
i2c updates for v2023.04 - add new i2c driver ast2600 from Ryan Chen - i2c-cdns: make read fifo-depth configurable through device tree from Pei Yue Ho - mxc i2c driver: print base address in hex, not in decimal from Fabio
-
i2cfixes-for-v2023.01-rc3d7b8fa1a · ·
i2c Fixes for v2023.01-rc3 - nuovoton driver: rename npcm_i2c -> npcm-i2c from Jim Liu
-
for-v2023.01-rc2b0c485fd · ·
i2c Fixes for v2023.01-rc2 - i2c-gpio: add a missing new line in printed string detected and fixed by Sergei - microchip i2c driver fixes from Conor - fix erroneous late ack send - fix ack sending logic
-
for-v2022.1049f3a42e · ·
i2c changes for 2022.10 - new driver nuvoton, NPCM7xx from Jim Liu Fixes: - ast_i2c: Remove SCL direct drive mode from Eddie James - avoid dynamic stack use in dm_i2c_write bloat-o-meter drivers/i2c/i2c-uclass.o.{0,1} add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-144 (-144) Function old new delta dm_i2c_write 552 408 -144 Total: Before=3828, After=3684, chg -3.76% patch from Rasmus Villemoes
-
i2c-2022-0789eabd2f · ·
i2c changes for 2022.07 - i2c: ihs: intel: Fix typo in comments Patch from Michal - misc: atsha204a: Add support for atsha204 chip from Pali
-
i2c-2022-04-rc5fc1383ae · ·
i2c changes for fixes-for-2022.04 - atsha204a-i2c.c DTS and I2C fixes for Atmel ATSHA204 from Adrian - i2c: fix always-true condition in i2c_probe_chip() from Nikita - eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabled from Marek - clarify bootcount documentation fix from Michael
-
20211220-fixes-for-2022.01ccea46c0 · ·
i2c changes for 20211220-fixes-for-2022.01 - mvtwsi: Swab the register address if its size is > 1
-
20210928-for-nexta70c3f9f · ·
i2c changes for 20210928-for-next - i2c: rcar_i2c: Enable configuring SCL rise and fall times - i2c: mvtwsi: Add support for DM clocks and resets - mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface
-
for-v2021.10-rc3c50b21b7 · ·
i2c changes for for-v2021.10-rc3 new driver: - Introduce mcp230xx support from Sebastian Reichel new feature: - i2c-gpio: add support for "sda-gpios" + "scl-gpios" i2c-gpio bindings. from Samuel Holland - bootcount: add a new driver with syscon as backend from Nandor Han
-
for-v2021.042147a169 · ·
i2c changes for v2021.04 new feature: - Allow disabling driver model for I2C in SPL fixes: - i2c-gpio: Fix GPIO output - at91: fix crash when using 'i2c probe'
-
for-v2021.01f517e5fe · ·
i2c changes for v2021.01 new drivers: - ocores: add i2c driver for OpenCores I2C controller fixes: - i2c: mvtwsi: disable i2c slave also on Armada 8k - designware_i2c: Don't warn if no reset controller