summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
12 daystreewide: Remove Timesys from ADI ADSP maintenancePhilip Molloy
2026-01-21arm: Remove remainder of ARCH_ORION5XTom Rini
2026-01-14i2c: geni: bail when clocks can't be enabledCasey Connolly
2026-01-09Merge patch series "Enable / require DEVRES for devm_.alloc usage outside xPL"Tom Rini
2026-01-09dm: core: Default to using DEVRES outside of xPLTom Rini
2026-01-07i2c: samsung: add support for Exynos7 HS-I2CKaustabh Chakraborty
2025-12-27i2c: Avoid calling dev_read_*() if CONFIG_OF_PLATDATA=yMarek Vasut
2025-12-27i2c: Inline i2c_chip_of_to_plat() into i2c_child_post_bind()Marek Vasut
2025-12-19i2c: cdns: Add timeout for RXDV status bit pollingPadmarao Begari
2025-12-18Merge tag 'u-boot-socfpga-next-20251217' of https://source.denx.de/u-boot/cus...Tom Rini
2025-12-14rockchip: i2c: fix illegal I2C START/STOP conditionQuentin Schulz
2025-12-14rockchip: i2c: move ACK comment where it appliesQuentin Schulz
2025-12-14rockchip: i2c: fix incorrect STOP flag for the interrupt enable registerQuentin Schulz
2025-12-04Merge patch series "clk: Fix some error detection"Tom Rini
2025-12-04i2c: imx_lpi2c: Fix error detectionAndrew Goodbody
2025-12-04i2c: npcm: Fix error detectionAndrew Goodbody
2025-11-15i2c: muxes: i2c_mux_select/deselect() should be staticMichal Simek
2025-10-30Merge tag 'qcom-for-2026.01-rc2' of https://source.denx.de/u-boot/custodians/...Tom Rini
2025-10-30i2c: geni: load firmware if requiredCasey Connolly
2025-10-30misc: introduce Qcom GENI wrapperCasey Connolly
2025-10-30i2c: geni: fix error message wording in clk_disableCasey Connolly
2025-10-28i2c: rcar_i2c: Add R-Car Gen5 supportMinh Le
2025-10-28i2c: add support for the MT7621 I2C controllerJustin Swartz
2025-09-30Merge tag 'u-boot-socfpga-next-20250930' of https://source.denx.de/u-boot/cus...Tom Rini
2025-09-29i2c: designware_i2c: Don't warn if reset DT property is not presentMaksim Kiselev
2025-09-10i2c: davinci: prefer kernel types (u8/u32)Bhimeswararao Matsa
2025-08-22i2c: omap24xx_i2c: remove unused members of struct omap_i2cRasmus Villemoes
2025-08-18i2c: npcm: fix consecutive dm_i2c_read/write errorStanley Chu
2025-08-06i2c: rcar_iic: Do not use unitialised variableAndrew Goodbody
2025-07-16i2c: Kconfig: Tighten some i2c driver dependenciesTom Rini
2025-07-16i2c: Add missing <linux/delay.h> to iproc_i2c.cTom Rini
2025-07-12i2c: muxes: Add PCA9541 i2c arbitrator driverPadmarao Begari
2025-07-12i2c: muxes: pca954x: add pca9545 supportFrank Wunderlich
2025-07-11Kconfig: Test for !COMPILE_TEST in some locationsTom Rini
2025-06-24i2c: mux: Fix the crash when the i2c-arbitrator node is presentVenkatesh Yadav Abbarapu
2025-06-02i2c: designware_i2c Return -ETIMEDOUT for timeout errorsWojciech Szamocki
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