summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
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
2023-09-22drivers: mediatek: Fix error handling in mtk_i2c_do_transferFrancois Berder
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-15i2c: mvtwsi: reset controller if stuck in "bus error" stateSam Edwards
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini
2023-08-03i2c: mediatek: fix I2C usability for MT7981Weijie Gao
2023-08-02i2c: designware: Add Kconfig for designware_i2c_pci.cMinda Chen
2023-07-31i2c: i2c-gpio: Correctly handle new {sda, scl}-gpios bindingsChris Packham
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-06-05I2C: cdns: Fix broken retry mechanism on arbitration lost.Andrea Merello
2023-06-05i2c: rockchip: De-initialize the bus after start bit failureOndrej Jirman
2023-05-31arm: Remove ti816x_evm board and ti816x SoC supportTom Rini
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker
2023-04-11i2c: fsl_i2c: fix m68k transfertsAngelo Dureghello
2023-04-11i2c: imx_lpi2c: Fix misuse the IS_ENABLED for DM clockYe Li
2023-04-11i2c: correct I2C deblock logicHaibo Chen