summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-08-30usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2Tom Rini2-47/+47
2021-08-27Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini14-42/+662
2021-08-26watchdog: versal: Include header file needed for dev_ functionsAshok Reddy Soma1-0/+1
2021-08-26soc: xilinx: versal: Add soc_xilinx_versal driverT Karthik Reddy3-0/+85
2021-08-26soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driverT Karthik Reddy3-0/+87
2021-08-26mmc: zynq_sdhci: Use set_control_reg from sdhci.cAshok Reddy Soma1-20/+1
2021-08-26mmc: zynq_sdhci: Wait till sd card detect state is stableT Karthik Reddy1-0/+19
2021-08-26mmc: zynq_sdhci: Move setting tapdelay code to driverAshok Reddy Soma1-1/+107
2021-08-26mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelaysAshok Reddy Soma1-14/+59
2021-08-25ddr: altera: Add SDRAM driver for Intel N5X deviceTien Fong Chee4-1/+2371
2021-08-25ddr: socfpga: Enable memory test on memory size less than 1GBTien Fong Chee1-3/+21
2021-08-25drivers: clk: Add memory clock driver for Intel N5X deviceSiew Chin Lim3-0/+221
2021-08-25drivers: clk: Add clock driver for Intel N5X deviceSiew Chin Lim3-1/+708
2021-08-23Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini4-12/+81
2021-08-23Merge tag 'for-v2021.10-rc3' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini8-0/+442
2021-08-22bootcount: add a new driver with syscon as backendNandor Han3-0/+172
2021-08-22i2c: i2c-gpio: Support the named GPIO bindingSamuel Holland1-0/+9
2021-08-22gpio: mcp230xx: Introduce new driverSebastian Reichel3-0/+246
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel1-0/+15
2021-08-22Fix flashing of eMMC user area with FastbootOleh Kravchenko1-7/+15
2021-08-22Fix flash and erase of eMMC Boot2 with FastbootOleh Kravchenko1-2/+2
2021-08-22clk: clk_versaclock: Add support for versaclock driverAdam Ford3-0/+1110
2021-08-18crypto/fsl: fix missed dma_addr_t -> caam_dma_addr_t conversionHoria Geantă1-1/+1
2021-08-18net: cortina: Add support for tfa boot in cortina firmwareKuldeep Singh1-10/+69
2021-08-18configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to KconfigKuldeep Singh1-0/+10
2021-08-18spi: nxp_fspi: Ensure width is respected in spi-mem operationsMichael Walle1-1/+1
2021-08-16clk: stm32mp1: add support of BSEC clockPatrick Delaunay1-0/+1
2021-08-12Merge tag 'u-boot-rockchip-20210812' of https://source.denx.de/u-boot/custodi...Tom Rini7-36/+1083
2021-08-12rockchip: px30: Support configure SFCJon Lin1-0/+32
2021-08-12mtd: spi-nor-ids: Add XTX XT25F128BChris Morgan2-0/+10
2021-08-12spi: rockchip_sfc: add support for Rockchip SFCChris Morgan3-0/+655
2021-08-11Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini1-0/+1
2021-08-11mmc: rockchip_sdhci: Add support for RK3568Yifeng Zhao1-0/+109
2021-08-11mmc: rockchip_sdhci: add phy and clock config for rk3399Yifeng Zhao1-36/+277
2021-08-11mtd: kconfig: Fix CFI_FLASH dependencyBin Meng1-0/+1
2021-08-11arm: a37xx: pci: Fix handling PIO config error responsesPali Rohár1-26/+26
2021-08-11arm: mvebu: sata_mv failed to identify HDDs during cold startTony Dinh1-2/+27
2021-08-09Merge tag 'u-boot-imx-20210809' of https://source.denx.de/u-boot/custodians/u...Tom Rini17-7/+990
2021-08-09ddr: Add DDR driver for iMX8ULPYe Li5-0/+239
2021-08-09imx8ulp: move struct mu_type to common headerPeng Fan1-18/+1
2021-08-09driver: misc: imx8ulp: Add fuse driver for imx8ulpYe Li2-0/+199
2021-08-09arm: imx8ulp: release and configure XRDC at early phaseYe Li1-16/+20
2021-08-09drivers: misc: s400_api: Update API for fuse read and writeYe Li1-0/+81
2021-08-09drivers: misc: imx8ulp: Update S400 API for release RDCYe Li1-2/+5
2021-08-09drivers: misc: imx8ulp: Add S400 API for image authenticationYe Li1-1/+120
2021-08-09drivers: misc: s400_api: Update S400_SUCCESS_IND to 0xd6Ye Li1-1/+1
2021-08-09drivers: mmc: fsl_esdhc_imx: support i.MX8ULPPeng Fan2-5/+9
2021-08-09pinctrl: Add pinctrl driver for imx8ulpYe Li3-0/+59
2021-08-09net: fec_mxc: support i.MX8ULPPeng Fan2-2/+2
2021-08-09driver: misc: Add MU and S400 API to communicate with SentinelYe Li4-0/+292