aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini1-1/+1
2023-11-27i2c: Bugfix in i2c_get_chip_by_phandle()Philip Oberfichtner1-1/+1
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov1-6/+5
2023-10-31i2c: Implement i2c_get_chip_by_phandle()Philip Richard Oberfichtner1-0/+75
2023-10-30i2c: designware_i2c: adjust timing calculationHeinrich Schuchardt1-4/+15
2023-10-30i2c: nuvoton: remove standard mode onlyJim Liu1-5/+0
2023-10-22sunxi: introduce NCAT2 generation modelAndre Przywara1-1/+2
2023-10-22pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara2-2/+2
2023-10-17lib: acpi: Fix linking SPL when ACPIGEN is enabledSean Anderson1-1/+1
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson1-1/+1
2023-10-02Merge branch 'next'Tom Rini6-8/+13
2023-09-24common: Drop linux/printk.h from common headerSimon Glass5-0/+5
2023-09-22drivers: mediatek: Fix error handling in mtk_i2c_do_transferFrancois Berder1-1/+1
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini1-0/+42
2023-08-15i2c: mvtwsi: reset controller if stuck in "bus error" stateSam Edwards1-0/+42
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-8/+8
2023-08-03i2c: mediatek: fix I2C usability for MT7981Weijie Gao1-2/+43
2023-08-02i2c: designware: Add Kconfig for designware_i2c_pci.cMinda Chen2-3/+10
2023-07-31i2c: i2c-gpio: Correctly handle new {sda, scl}-gpios bindingsChris Packham1-1/+1
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini3-9/+11
2023-06-05I2C: cdns: Fix broken retry mechanism on arbitration lost.Andrea Merello1-2/+3
2023-06-05i2c: rockchip: De-initialize the bus after start bit failureOndrej Jirman1-3/+4
2023-05-31arm: Remove ti816x_evm board and ti816x SoC supportTom Rini1-1/+0
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2-4/+4
2023-04-11i2c: fsl_i2c: fix m68k transfertsAngelo Dureghello1-7/+9
2023-04-11i2c: imx_lpi2c: Fix misuse the IS_ENABLED for DM clockYe Li1-2/+2
2023-04-11i2c: correct I2C deblock logicHaibo Chen1-2/+2
2023-04-11i2c: designware_i2c: remove apparently redundant read of 'i2c, speeds' DT pro...Rasmus Villemoes1-14/+0
2023-04-07i2c: rcar_i2c: Add R-Car Gen4 supportHai Pham2-1/+2
2023-03-18i2c: rcar_i2c: Sort Kconfig depends list ascendingMarek Vasut1-1/+1
2023-03-18i2c: rcar_iic: Sort Kconfig depends list ascendingMarek Vasut1-1/+1
2023-03-02sandbox: Tidy up I2C optionsSimon Glass1-0/+20
2023-02-13i2c: i2c-cdns.c: Update driver to read fifo-depth from device treePei Yue Ho1-12/+18
2023-02-13i2c:aspeed:support ast2600 i2c new register mode driverRyan Chen4-0/+497
2023-02-13i2c: mxc_i2c: Use hex notation for the base addressFabio Estevam1-1/+1
2023-02-10i2c: Add support for Qualcomm I2C driverSumit Garg3-0/+592
2023-02-10Correct SPL uses of IMX_MODULE_FUSESimon Glass1-2/+2
2023-02-07sh4: Drop unused kona_i2c driverSimon Glass2-729/+0
2023-02-07rmobile: Drop CONFIG_SH73A0 and associated codeSimon Glass1-5/+0
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini4-21/+21
2023-01-20i2c: fsl_i2c: Rework usage of CONFIG_SYS_IMMRTom Rini1-5/+7
2023-01-20global: Remove unused CONFIG definesTom Rini1-7/+0
2023-01-09Merge branch 'next'Tom Rini8-59/+26
2023-01-06i2c: uniphier-f: correct error recoveryDai Okamura1-2/+2
2022-12-23global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFGTom Rini1-5/+5
2022-12-23global: Migrate CONFIG_I2C_MVTWSI_BASE1 to CFGTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_I2C_MVTWSI_BASE0 to CFGTom Rini1-3/+3
2022-12-22arm: ti814x: Remove remaining support codeTom Rini1-1/+1
2022-12-22i2c: Remove CONFIG_I2C_MULTI_BUSTom Rini1-33/+0
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini6-11/+11