summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi: altera_spi: Do not abuse CONFIG namespaceTom Rini2021-08-301-4/+2
* video: Remove ati_radeon_fbTom Rini2021-08-304-1255/+0
* global: Remove dead code that starts with CONFIG_[0-9A]Tom Rini2021-08-302-78/+3
* i8042: Do not abuse CONFIG namespaceTom Rini2021-08-301-2/+2
* nand: vf610_nfc: Do not abuse CONFIG namespaceTom Rini2021-08-301-27/+27
* i2c: fsl_i2c: Migrate to KconfigTom Rini2021-08-302-5/+30
* rcar: i2c: Migrate SYS_I2C_SH to KconfigTom Rini2021-08-302-5/+53
* Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini2021-08-302-38/+9
* Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini2021-08-302-15/+20
* i2c: Remove non-DM code from ihs_i2c.cTom Rini2021-08-301-228/+0
* ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespaceTom Rini2021-08-302-40/+12
* i2c: designware: Remove unused non-DM functionalityTom Rini2021-08-301-18/+0
* Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini2021-08-302-5/+7
* Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-302-1/+23
* i2c: Remove unused additional legacy soft i2c bus supportTom Rini2021-08-301-77/+0
* Convert CONFIG_SYS_I2C_MVTWSI to KconfigTom Rini2021-08-301-1/+0
* Convert CONFIG_SYS_I2C_SOFT et al to KconfigTom Rini2021-08-301-0/+19
* Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini2021-08-301-26/+2
* i2c: S3C24X0: Finish Kconfig migrationTom Rini2021-08-302-7/+3
* usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2Tom Rini2021-08-302-47/+47
* Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini2021-08-2714-42/+662
|\
| * watchdog: versal: Include header file needed for dev_ functionsAshok Reddy Soma2021-08-261-0/+1
| * soc: xilinx: versal: Add soc_xilinx_versal driverT Karthik Reddy2021-08-263-0/+85
| * soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driverT Karthik Reddy2021-08-263-0/+87
| * mmc: zynq_sdhci: Use set_control_reg from sdhci.cAshok Reddy Soma2021-08-261-20/+1
| * mmc: zynq_sdhci: Wait till sd card detect state is stableT Karthik Reddy2021-08-261-0/+19
| * mmc: zynq_sdhci: Move setting tapdelay code to driverAshok Reddy Soma2021-08-261-1/+107
| * mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelaysAshok Reddy Soma2021-08-261-14/+59
| * mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma2021-08-061-2/+8
| * mmc: zynq_sdhci: Return errors from arasan_sdhci_set_tapdelayAshok Reddy Soma2021-08-061-5/+18
| * reset: zynqmp: Add reset controller for ZynqMP SoCMichal Simek2021-08-063-0/+110
| * rtc: zynqmp: Add support for ZynqMP RTCMichal Simek2021-08-063-0/+166
| * dm: rtc: uclass: Add flag to control sequence numberingMichal Simek2021-08-061-0/+1
* | ddr: altera: Add SDRAM driver for Intel N5X deviceTien Fong Chee2021-08-254-1/+2371
* | ddr: socfpga: Enable memory test on memory size less than 1GBTien Fong Chee2021-08-251-3/+21
* | drivers: clk: Add memory clock driver for Intel N5X deviceSiew Chin Lim2021-08-253-0/+221
* | drivers: clk: Add clock driver for Intel N5X deviceSiew Chin Lim2021-08-253-1/+708
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2021-08-234-12/+81
|\ \
| * | crypto/fsl: fix missed dma_addr_t -> caam_dma_addr_t conversionHoria Geantă2021-08-181-1/+1
| * | net: cortina: Add support for tfa boot in cortina firmwareKuldeep Singh2021-08-181-10/+69
| * | configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to KconfigKuldeep Singh2021-08-181-0/+10
| * | spi: nxp_fspi: Ensure width is respected in spi-mem operationsMichael Walle2021-08-181-1/+1
* | | Merge tag 'for-v2021.10-rc3' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini2021-08-238-0/+442
|\ \ \
| * | | bootcount: add a new driver with syscon as backendNandor Han2021-08-223-0/+172
| * | | i2c: i2c-gpio: Support the named GPIO bindingSamuel Holland2021-08-221-0/+9
| * | | gpio: mcp230xx: Introduce new driverSebastian Reichel2021-08-223-0/+246
| * | | i2c: add dm_i2c_reg_clrsetSebastian Reichel2021-08-221-0/+15
| |/ /
* | | Fix flashing of eMMC user area with FastbootOleh Kravchenko2021-08-211-7/+15
* | | Fix flash and erase of eMMC Boot2 with FastbootOleh Kravchenko2021-08-211-2/+2
* | | clk: clk_versaclock: Add support for versaclock driverAdam Ford2021-08-213-0/+1110
|/ /