summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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-03sandbox: 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-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini6-11/+11
2022-12-06global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini1-3/+3
2022-12-05i2c: nuvoton: renamed the NPCM i2c driverJim Liu1-0/+0
2022-11-14i2c: i2c-gpio: add newlineSergei Antonov1-1/+1
2022-11-14i2c: microchip: fix erroneous late ack sendConor Dooley1-1/+1
2022-11-14i2c: microchip: fix ack sending logicConor Dooley1-6/+17
2022-11-10Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini2-31/+0
2022-09-23i2c: add support for MediaTek I2C interfaceWeijie Gao3-0/+832
2022-09-19Merge branch 'master' into nextTom Rini1-17/+16
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-2/+2
2022-09-15i2c: stm32: fix usage of rise/fall device tree propertiesJorge Ramirez-Ortiz1-5/+6
2022-09-15i2c: stm32: do not set the STOP condition on errorAlain Volmat1-3/+3
2022-09-15i2c: stm32: remove unused stop parameter in start & reload handlingAlain Volmat1-4/+4
2022-09-15i2c: stm32: fix comment and remove unused AUTOEND bitAlain Volmat1-4/+2
2022-09-15i2c: stm32f7: fix clearing the control registerJorge Ramirez-Ortiz1-1/+1
2022-07-19i2c: avoid dynamic stack use in dm_i2c_writeRasmus Villemoes1-18/+12
2022-07-19i2c: nuvoton: Add NPCM7xx i2c driverJim Liu3-0/+636
2022-07-19i2c: ast_i2c: Remove SCL direct drive modeEddie James1-1/+1
2022-07-12i2c: stm32: add support for the st,stm32mp13 SOCPatrick Delaunay1-0/+5
2022-07-09i2c: Remove non-DM_I2C support from davinci_i2c.cTom Rini2-99/+2
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-1/+1
2022-07-06i2c/aspeed: Add AST2600 compatibleJoel Stanley1-0/+1
2022-07-06i2c/aspeed: Fix reset controlJoel Stanley1-7/+15
2022-06-29arm: samsung: Migrate a number of symbols to KconfigTom Rini2-3/+3
2022-06-20Merge branch 'master' into nextTom Rini1-0/+1
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay3-3/+3
2022-06-14arm: tegra: Update some DT compatiblesPeter Robinson1-0/+1
2022-05-10i2c: ihs: intel: Fix typo in comments (actual)Michal Simek2-2/+2
2022-05-04pci: Add mask parameter to dm_pci_map_bar()Andrew Scull3-3/+4
2022-05-03pci: Map bars with offset and lengthAndrew Scull3-3/+3