| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: use dev_read_addr_ptr when cast to pointer | Johan Jonker | 2023-05-06 | 2 | -4/+4 |
* | i2c: fsl_i2c: fix m68k transferts | Angelo Dureghello | 2023-04-11 | 1 | -7/+9 |
* | i2c: imx_lpi2c: Fix misuse the IS_ENABLED for DM clock | Ye Li | 2023-04-11 | 1 | -2/+2 |
* | i2c: correct I2C deblock logic | Haibo Chen | 2023-04-11 | 1 | -2/+2 |
* | i2c: designware_i2c: remove apparently redundant read of 'i2c, speeds' DT pro... | Rasmus Villemoes | 2023-04-11 | 1 | -14/+0 |
* | i2c: rcar_i2c: Add R-Car Gen4 support | Hai Pham | 2023-04-07 | 2 | -1/+2 |
* | i2c: rcar_i2c: Sort Kconfig depends list ascending | Marek Vasut | 2023-03-18 | 1 | -1/+1 |
* | i2c: rcar_iic: Sort Kconfig depends list ascending | Marek Vasut | 2023-03-18 | 1 | -1/+1 |
* | sandbox: Tidy up I2C options | Simon Glass | 2023-03-02 | 1 | -0/+20 |
* | i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree | Pei Yue Ho | 2023-02-13 | 1 | -12/+18 |
* | i2c:aspeed:support ast2600 i2c new register mode driver | Ryan Chen | 2023-02-13 | 4 | -0/+497 |
* | i2c: mxc_i2c: Use hex notation for the base address | Fabio Estevam | 2023-02-13 | 1 | -1/+1 |
* | i2c: Add support for Qualcomm I2C driver | Sumit Garg | 2023-02-10 | 3 | -0/+592 |
* | Correct SPL uses of IMX_MODULE_FUSE | Simon Glass | 2023-02-10 | 1 | -2/+2 |
* | sh4: Drop unused kona_i2c driver | Simon Glass | 2023-02-07 | 2 | -729/+0 |
* | rmobile: Drop CONFIG_SH73A0 and associated code | Simon Glass | 2023-02-07 | 1 | -5/+0 |
* | global: Finish CONFIG -> CFG migration | Tom Rini | 2023-01-20 | 4 | -21/+21 |
* | i2c: fsl_i2c: Rework usage of CONFIG_SYS_IMMR | Tom Rini | 2023-01-20 | 1 | -5/+7 |
* | global: Remove unused CONFIG defines | Tom Rini | 2023-01-20 | 1 | -7/+0 |
* | Merge branch 'next' | Tom Rini | 2023-01-09 | 8 | -59/+26 |
|\ |
|
| * | global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFG | Tom Rini | 2022-12-23 | 1 | -5/+5 |
| * | global: Migrate CONFIG_I2C_MVTWSI_BASE1 to CFG | Tom Rini | 2022-12-23 | 1 | -3/+3 |
| * | global: Migrate CONFIG_I2C_MVTWSI_BASE0 to CFG | Tom Rini | 2022-12-23 | 1 | -3/+3 |
| * | arm: ti814x: Remove remaining support code | Tom Rini | 2022-12-22 | 1 | -1/+1 |
| * | i2c: Remove CONFIG_I2C_MULTI_BUS | Tom Rini | 2022-12-22 | 1 | -33/+0 |
| * | global: Move remaining CONFIG_SYS_* to CFG_SYS_* | Tom Rini | 2022-12-05 | 6 | -11/+11 |
| * | global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_* | Tom Rini | 2022-12-05 | 1 | -3/+3 |
* | | i2c: uniphier-f: correct error recovery | Dai Okamura | 2023-01-06 | 1 | -2/+2 |
|/ |
|
* | i2c: nuvoton: renamed the NPCM i2c driver | Jim Liu | 2022-12-05 | 1 | -0/+0 |
* | i2c: i2c-gpio: add newline | Sergei Antonov | 2022-11-14 | 1 | -1/+1 |
* | i2c: microchip: fix erroneous late ack send | Conor Dooley | 2022-11-14 | 1 | -1/+1 |
* | i2c: microchip: fix ack sending logic | Conor Dooley | 2022-11-14 | 1 | -6/+17 |
* | Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig | Tom Rini | 2022-11-10 | 2 | -31/+0 |
* | i2c: add support for MediaTek I2C interface | Weijie Gao | 2022-09-23 | 3 | -0/+832 |
* | Merge branch 'master' into next | Tom Rini | 2022-09-19 | 1 | -17/+16 |
|\ |
|
| * | i2c: stm32: fix usage of rise/fall device tree properties | Jorge Ramirez-Ortiz | 2022-09-15 | 1 | -5/+6 |
| * | i2c: stm32: do not set the STOP condition on error | Alain Volmat | 2022-09-15 | 1 | -3/+3 |
| * | i2c: stm32: remove unused stop parameter in start & reload handling | Alain Volmat | 2022-09-15 | 1 | -4/+4 |
| * | i2c: stm32: fix comment and remove unused AUTOEND bit | Alain Volmat | 2022-09-15 | 1 | -4/+2 |
| * | i2c: stm32f7: fix clearing the control register | Jorge Ramirez-Ortiz | 2022-09-15 | 1 | -1/+1 |
* | | cyclic: Use schedule() instead of WATCHDOG_RESET() | Stefan Roese | 2022-09-18 | 1 | -2/+2 |
|/ |
|
* | i2c: avoid dynamic stack use in dm_i2c_write | Rasmus Villemoes | 2022-07-19 | 1 | -18/+12 |
* | i2c: nuvoton: Add NPCM7xx i2c driver | Jim Liu | 2022-07-19 | 3 | -0/+636 |
* | i2c: ast_i2c: Remove SCL direct drive mode | Eddie James | 2022-07-19 | 1 | -1/+1 |
* | i2c: stm32: add support for the st,stm32mp13 SOC | Patrick Delaunay | 2022-07-12 | 1 | -0/+5 |
* | i2c: Remove non-DM_I2C support from davinci_i2c.c | Tom Rini | 2022-07-08 | 2 | -99/+2 |
* | spl: Ensure all SPL symbols in Kconfig have some SPL dependency | Tom Rini | 2022-07-07 | 1 | -1/+1 |
* | i2c/aspeed: Add AST2600 compatible | Joel Stanley | 2022-07-06 | 1 | -0/+1 |
* | i2c/aspeed: Fix reset control | Joel Stanley | 2022-07-06 | 1 | -7/+15 |
* | arm: samsung: Migrate a number of symbols to Kconfig | Tom Rini | 2022-06-28 | 2 | -3/+3 |