aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-03gpio: Disable functions not used with of-platdataSimon Glass1-0/+2
2021-03-02tpm: Use logging in the uclassSimon Glass1-3/+5
2021-03-02tpm: Don't include cr50 in TPL/SPLSimon Glass2-3/+3
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler3-3/+3
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbWIP/26Feb2021Tom Rini6-100/+255
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini4-14/+84
2021-02-26usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_dr...Patrice Chotard1-6/+2
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher3-0/+94
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson1-59/+98
2021-02-26fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson1-22/+22
2021-02-26fastboot: Remove mmcpart argument from raw_part_get_info_by_nameSean Anderson1-23/+18
2021-02-26mmc: sandbox: Add support for writingSean Anderson1-6/+37
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini13-48/+112
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini5-142/+8
2021-02-26mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxGReto Schneider1-10/+69
2021-02-26mtd: nand: spi: Only one dummy byte in QUADIOHauke Mehrtens1-1/+1
2021-02-26spi: nxp_fspi: Fix error reportingAdam Ford1-2/+2
2021-02-26ddr: marvell: a38x: fix comment in conditional macroMarek Behún1-1/+1
2021-02-26ddr: marvell: a38x: bump version to 14.0.0Marek Behún1-1/+1
2021-02-26ddr: marvell: a38x: enum mv_ddr_twin_die: change orderheaterC1-1/+1
2021-02-26ddr: marvell: a38x: import code change from upstreamMarek Behún1-0/+3
2021-02-26ddr: marvell: a38x: fix memory cs size functionMoti Buskila2-5/+10
2021-02-26ddr: marvell: a38x: import header change from upstreamMarek Behún1-3/+0
2021-02-26ddr: marvell: a38x: disable WL phase correction stage in case of bus_width=16bitMoti Buskila1-0/+3
2021-02-26ddr: marvell: a38x: add support for twin-die combined memory deviceMoti Buskila2-1/+17
2021-02-26ddr: marvell: a38x: add 16Gbit memory devices supportMoti Buskila2-1/+4
2021-02-26ddr: marvell: a38x: allow board specific ODT configurationBaruch Siach2-0/+8
2021-02-26ddr: marvell: a38x: import header change from upstreamMarek Behún1-0/+8
2021-02-26ddr: marvell: a38x: fix memory size calculation using 32bit bus widthMoti Buskila3-10/+0
2021-02-26ddr: marvell: a38x: fix 32bitMoti Buskila1-1/+1
2021-02-26ddr: marvell: a38x: import header change from upstreamMarek Behún1-0/+2
2021-02-26ddr: marvell: a38x: add ddr 32bit ECC supportAlex Leibovich3-1/+11
2021-02-26ddr: marvell: a38x: add ddr32 supportAlex Leibovich1-1/+4
2021-02-26ddr: marvell: a38x: import header change from upstreamMarek Behún1-1/+2
2021-02-26ddr: marvell: a38x: fix write leveling suplementary algoMoti Buskila1-1/+4
2021-02-26pci: pci_mvebu: set local dev to number 1Marek Behún1-1/+1
2021-02-26pci: pci_mvebu: refactor validation of addresses for config accessMarek Behún1-28/+31
2021-02-26pci: pci_mvebu: debug rd/wr config as other drivers doMarek Behún1-2/+2
2021-02-26pci: pci_mvebu: cosmetic fixMarek Behún1-3/+6
2021-02-26pci: pci_mvebu: use dev_seq instead of static variableMarek Behún1-3/+1
2021-02-26arm: a37xx: pci: Set Max Payload Size and Max Read Request Size to 512 bytesPali Rohár1-0/+8
2021-02-26mtd: spi-nor-ids: Add support of flash protection to w25q128Su Baocheng1-1/+4
2021-02-26mtd: spi-nor-ids: Add Gigadevice GD25LQ64CAlper Nebi Yasak1-0/+5
2021-02-26spi: imx: Implement set_speedMarek Vasut1-1/+4
2021-02-24net: cortina_ni: buffer overrunHeinrich Schuchardt1-1/+1
2021-02-24mtd: rawnand: cortina_nand: missing initializationHeinrich Schuchardt1-1/+1
2021-02-24dm: ddr: socfpga: don't assign values that are not usedHeinrich Schuchardt1-7/+0
2021-02-24rng: iProc rng200: Rename ..._platdata variables to just ..._platPeter Robinson1-10/+10
2021-02-24virtio: fix off by one device id comparisonVincent Stehlé1-1/+1
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/23Feb2021Tom Rini12-126/+200