- 49f3a42 i2c: avoid dynamic stack use in dm_i2c_write by Rasmus Villemoes · 2 years, 4 months ago
- 2b77eea i2c: nuvoton: Add NPCM7xx i2c driver by Jim Liu · 2 years, 5 months ago
- 6ac2553 i2c: ast_i2c: Remove SCL direct drive mode by Eddie James · 2 years, 6 months ago
- d4d01d0 i2c: stm32: add support for the st,stm32mp13 SOC by Patrick Delaunay · 2 years, 5 months ago
- cb42c1f i2c: Remove non-DM_I2C support from davinci_i2c.c by Tom Rini · 2 years, 5 months ago
- b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 5 months ago
- 50b23b1 i2c/aspeed: Add AST2600 compatible by Joel Stanley · 2 years, 5 months ago
- 453fe1e i2c/aspeed: Fix reset control by Joel Stanley · 2 years, 5 months ago
- 24ec3de arm: samsung: Migrate a number of symbols to Kconfig by Tom Rini · 2 years, 5 months ago
- 52af010 Merge branch 'master' into next by Tom Rini · 2 years, 5 months ago
- eae488b stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · 2 years, 6 months ago
- 0d2105a arm: tegra: Update some DT compatibles by Peter Robinson · 2 years, 6 months ago
- a6cc0b0 i2c: ihs: intel: Fix typo in comments (actual) by Michal Simek · 2 years, 7 months ago
- 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
- 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
- 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
- 4de720e Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 7 months ago
- f5bfe15 i2c: sun8i_rsb: Add support for DM clocks and resets by Samuel Holland · 2 years, 8 months ago
- c9dd3ca i2c: sun8i_rsb: Initialize chips in .child_pre_probe by Samuel Holland · 2 years, 8 months ago
- 07c4113 i2c: sun6i_p2wi: Add support for DM clocks and resets by Samuel Holland · 2 years, 8 months ago
- 48457f7 i2c: sun6i_p2wi: Initialize chips in .child_pre_probe by Samuel Holland · 2 years, 8 months ago
- af2ec35 i2c: sun8i_rsb: Only do non-DM pin setup for non-DM I2C by Samuel Holland · 3 years, 1 month ago
- 923d893 i2c: sun6i_p2wi: Only do non-DM pin setup for non-DM I2C by Samuel Holland · 3 years, 1 month ago
- 34d2b7f Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 8 months ago
- 6db539f i2c: fix always-true condition in i2c_probe_chip() by Nikita Yushchenko · 2 years, 9 months ago
- f76f860 i2c: i2c-cdns: Prevent early termination of write by Sai Pavan Boddu · 2 years, 9 months ago
- 94b3f3f i2c: i2c-cdns: Fix write transaction state by Sai Pavan Boddu · 2 years, 9 months ago
- 1bc2a79 i2c: i2c-cdns: Start read transaction after write to transfer_size reg by Sai Pavan Boddu · 2 years, 9 months ago
- a064e0c ti: i2c: fix probe_chip() return value by Nikita Yushchenko · 2 years, 9 months ago
- 3285a57 i2c: muxes: pca954x: add PCA9847 variant by Vladimir Oltean · 2 years, 10 months ago
- eb31a4a i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c by Chris Morgan · 2 years, 10 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 009b108 i2c: at91: add compatible with microchip,sam9x60-i2c by Eugen Hristev · 2 years, 10 months ago
- be7dbb6 Convert CONFIG_SYS_IMMR to Kconfig by Tom Rini · 2 years, 11 months ago
- ccea46c i2c: mvtwsi: Swab the register address if its size is > 1 by Stefan Roese · 3 years ago
- 0dc0d1e i2c: Add Microchip PolarFire SoC I2C driver by Padmarao Begari · 3 years ago
- f200a4b Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 1 month ago
- 999ac22 arm: mvebu: a3720: Create Kconfig option for I2C_MV by Marek Behún · 3 years, 1 month ago
- 7e22c85 i2c: ocores: Fix -Wint-to-pointer-cast warning by Bin Meng · 3 years, 2 months ago
- 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 1 month ago
- 3227c85 i2c: Add a DM_I2C driver for the sun8i RSB controller by Samuel Holland · 3 years, 1 month ago
- 104950a i2c: Add a DM_I2C driver for the sun6i P2WI controller by Samuel Holland · 3 years, 1 month ago
- c31cf40 i2c: stm32f7: compute i2cclk only one time by Patrick Delaunay · 3 years, 3 months ago
- 6338b45 i2c: stm32f7: add support for DNF i2c-digital-filter binding by Patrick Delaunay · 3 years, 3 months ago
- 6bbb14f i2c: stm32f7: fix configuration of the digital filter by Patrick Delaunay · 3 years, 3 months ago
- 0959999 i2c: stm32f7: support DT binding i2c-analog-filter by Patrick Delaunay · 3 years, 3 months ago
- 1fd9eb6 i2c: stm32f7: move driver data of each instance in a privdata by Patrick Delaunay · 3 years, 3 months ago
- 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
- c72231d WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 2 months ago
- 06cec89 i2c: mvtwsi: Add support for DM clocks and resets by Samuel Holland · 3 years, 2 months ago
- e53979c i2c: rcar_i2c: Enable configuring SCL rise and fall times by Adam Ford · 3 years, 3 months ago
- 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 3 months ago
- 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 3 months ago
- 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
- 3232bdf pci: Drop DM_PCI by Simon Glass · 3 years, 3 months ago
- 9d84795 riscv: Add missing sentinel in ocores_i2c.c by Thomas Skibo · 3 years, 3 months ago
- b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- 6d5d0c9 i2c: fsl_i2c: Migrate to Kconfig by Tom Rini · 3 years, 3 months ago
- 6aa0754 rcar: i2c: Migrate SYS_I2C_SH to Kconfig by Tom Rini · 3 years, 3 months ago
- 15e7b76 Convert CONFIG_SYS_I2C_MXC et al to Kconfig by Tom Rini · 3 years, 3 months ago
- a5752f8 Convert CONFIG_SYS_I2C_SPEED et al to Kconfig by Tom Rini · 3 years, 3 months ago
- 38a671d i2c: Remove non-DM code from ihs_i2c.c by Tom Rini · 3 years, 3 months ago
- 14376b8 ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespace by Tom Rini · 3 years, 3 months ago
- 27bedff i2c: designware: Remove unused non-DM functionality by Tom Rini · 3 years, 3 months ago
- 52c7e37 Convert CONFIG_SYS_I2C_EARLY_INIT to Kconfig by Tom Rini · 3 years, 3 months ago
- 55dabcc Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · 3 years, 3 months ago
- 5b42255 i2c: Remove unused additional legacy soft i2c bus support by Tom Rini · 3 years, 3 months ago
- 2656145 Convert CONFIG_SYS_I2C_MVTWSI to Kconfig by Tom Rini · 3 years, 3 months ago
- de69572 Convert CONFIG_SYS_I2C_SOFT et al to Kconfig by Tom Rini · 3 years, 3 months ago
- 0283da4 i2c: S3C24X0: Finish Kconfig migration by Tom Rini · 3 years, 3 months ago
- 7282b43 i2c: i2c-gpio: Support the named GPIO binding by Samuel Holland · 3 years, 3 months ago
- 2aefa6e i2c: add dm_i2c_reg_clrset by Sebastian Reichel · 3 years, 4 months ago
- 59e11eb i2c: Create a new Kconfig for I2C by Simon Glass · 3 years, 4 months ago
- 69d9eda i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · 3 years, 4 months ago
- 83061db Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 4 months ago
- 570c3dc arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · 3 years, 6 months ago
- d7221d0 arm: Remove spear320 boards by Tom Rini · 3 years, 6 months ago
- 1dc77c2 arm: Remove spear310 boards by Tom Rini · 3 years, 6 months ago
- 0e377bb arm: Remove spear300 boards by Tom Rini · 3 years, 6 months ago
- 7e58a3a Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 4 months ago
- 0705556 Kconfig: convert CONFIG_SYS_I2C_LPC32XX by Trevor Woerner · 3 years, 5 months ago
- 103f233 lpc32xx: i2c: finish DM/OF code by Trevor Woerner · 3 years, 5 months ago
- 3f70acd lpc32xx: i2c: fix base address by Trevor Woerner · 3 years, 5 months ago
- 1028403 lpc32xx: i2c: remove unused define by Trevor Woerner · 3 years, 5 months ago
- 4483fba i2c: synquacer: SNI Synquacer I2C controller by Jassi Brar · 3 years, 5 months ago
- b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- a12aa79 gpio: i2c-gpio: Drop use of dm_gpio_set_dir() by Simon Glass · 3 years, 8 months ago
- c6c26a0 arm: Remove vexpress_ca15_tc2 board by Tom Rini · 3 years, 9 months ago
- 3a825d3 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · 3 years, 8 months ago
- 728d04c sandbox: i2c: Support i2c emulation with of-platdata by Simon Glass · 3 years, 8 months ago
- e62ad9c sandbox: i2c: Move platdata structs to header files by Simon Glass · 3 years, 8 months ago
- c4085d7 sandbox: i2c: Rename driver names to work with of-platdata by Simon Glass · 3 years, 9 months ago
- cbe607b Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 9 months ago
- 8faa791 i2c: i2c_cdns: Enable i2c clock by T Karthik Reddy · 3 years, 9 months ago
- 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 9 months ago
- d1f3abe dm: i2c: allow disabling driver model in SPL by Igor Opaniuk · 3 years, 9 months ago
- 73c1669 i2c: at91: fix crash when using 'i2c probe' by Eugen Hristev · 4 years ago
- 6befb51 i2c: i2c-gpio: Fix GPIO output by Harm Berntsen · 4 years ago
- 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
- 2ce7b65 arm: Remove ls2080a_simu board by Tom Rini · 3 years, 9 months ago