summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2025-04-22i2c: mediatek: remove duplicate entry in mt_i2c_regs_v1[]Martin Schiller
2025-04-22i2c: mediatek: add missing empty entry at end of mkt_i2c_ids[]Martin Schiller
2025-04-22drivers: i2c: Kconfig: Add CONFIG_SYS_I2C_OMAP24XX_REPEATED_STARTAniket Limaye
2025-04-22i2c: omap24xx_i2c: support CONFIG for repeated start in DM_I2C xferAniket Limaye
2025-04-22i2c: omap24xx_i2c: Use new function __omap24_i2c_xfer_msg()Aniket Limaye
2025-04-22i2c: omap24xx_i2c: Remove unused CONFIG_I2C_REPEATED_STARTAniket Limaye
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-03-12i2c: Add support for ADI SC5XX-family I2C peripheralNathan Barrett-Morrison
2024-12-11i2c: renesas: Fix R-Car spellingMarek Vasut
2024-10-25i2c: mxc_i2c: Convert to use livetree API for fdt accessTim Harvey
2024-10-23i2c: rzg2l: include u-boot/schedule.hRasmus Villemoes
2024-10-21i2c: i2c-gpio: add support for i2c-gpio,sda-output-onlyAlex Shumsky
2024-10-21i2c: muxes: pca954x: Add MAX735x/MAX736x supportMaksim Kiselev
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-08-19Merge tag 'v2024.10-rc3' into nextTom Rini
2024-08-13i2c: Remove CFG_SYS_I2C_DIRECT_BUSSimon Glass
2024-08-13i2c: Remove CFG_SYS_I2C_MAX_HOPSSimon Glass
2024-08-13i2c: Drop reference to SYS_I2C_INIT_BOARDSimon Glass
2024-08-13fsl: mxc: Drop legacy I2cSimon Glass
2024-08-09i2c: imx_lpi2c: Support read transfers longer than 256 bytesFedor Ross
2024-08-09i2c: imx_lpi2c: Replace hard-coded bus speed value with bus->speed_hzFedor Ross
2024-08-09i2c: imx_lpi2c: Fix a typo in bus_i2c_receiveFedor Ross
2024-08-09i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5David Virag
2024-08-09i2c: samsung: Drop s3c24x0 specific code.David Virag
2024-08-09i2c: mux: Fix error path in i2c-arb-gpioMichal Simek
2024-08-09i2c: pca954x: Remove pointer to GDMichal Simek
2024-07-23arm: ti: Remove omap4 platform supportTom Rini
2024-07-22drivers: i2c: Remove duplicate newlinesMarek Vasut
2024-07-08i2c: mediatek: add support for optional arb and pmic clockChristian Marangi
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07i2c: Remove <common.h> and add needed includesTom Rini
2024-04-23i2c: Add support for Qualcomm Generic Interface (GENI) I2C controllerNeil Armstrong
2024-03-02Merge patch series "ARM: renesas: Rename R-Mobile to Renesas"Tom Rini
2024-03-02ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut
2024-02-28i2c: rzg2l: Add I2C driver for RZ/G2L familyPaul Barker
2024-01-29treewide: Remove clk_freeSean Anderson
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini
2023-11-27i2c: Bugfix in i2c_get_chip_by_phandle()Philip Oberfichtner
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov
2023-10-31i2c: Implement i2c_get_chip_by_phandle()Philip Richard Oberfichtner
2023-10-30i2c: designware_i2c: adjust timing calculationHeinrich Schuchardt
2023-10-30i2c: nuvoton: remove standard mode onlyJim Liu
2023-10-22sunxi: introduce NCAT2 generation modelAndre Przywara
2023-10-22pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara
2023-10-17lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson
2023-10-02Merge branch 'next'Tom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass