aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-14mmc: read ssr for SD spiPragnesh Patel2-0/+6
2020-07-14mmc: mmc_spi: generate R1 response for different mmc SPI commandsPragnesh Patel1-0/+2
2020-07-14mmc: mmc_spi: correct the while conditionPragnesh Patel1-1/+3
2020-07-11Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini5-286/+67
2020-07-11Merge tag 'uniphier-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini9-44/+191
2020-07-11mtd: nand: raw: denali: Wait for reset completion statusLey Foon Tan3-1/+17
2020-07-11mtd: nand: raw: denali: Assert reset before deassertLey Foon Tan1-0/+2
2020-07-11serial: uniphier: enable FIFOMasahiro Yamada1-0/+7
2020-07-11serial: uniphier: flush transmitter before changing hardware settingsMasahiro Yamada1-0/+8
2020-07-11serial: uniphier: use register macros instead of structureMasahiro Yamada1-43/+32
2020-07-11bus: uniphier-system-bus: move hardware init from board filesMasahiro Yamada1-0/+86
2020-07-11bus: uniphier-system-bus: add UniPhier System Bus driverMasahiro Yamada5-0/+39
2020-07-10Merge tag 'dm-pull-10jul20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini46-101/+134
2020-07-10Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini10-11/+745
2020-07-10mmc: bcm283x: fix int to pointer castSeung-Woo Kim1-1/+1
2020-07-10usb: xhci: Add reset controller supportNicolas Saenz Julienne2-0/+37
2020-07-10reset: Add Raspberry Pi 4 firmware reset controllerNicolas Saenz Julienne3-0/+72
2020-07-10pci: Add driver for Broadcom BCM2711 SoC PCIe controllerSylwester Nawrocki3-0/+633
2020-07-10spi: kirkwood: Drop nondm codeBhargav Shah2-129/+19
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano7-17/+14
2020-07-09core: extend struct driver_info to point to deviceWalter Lozano2-3/+27
2020-07-09core: drop const for struct driver_infoWalter Lozano2-2/+2
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano13-0/+28
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano37-77/+63
2020-07-09sandbox: spi: sandbox_sf_state_name() is requiredHeinrich Schuchardt1-2/+0
2020-07-09mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDPPragnesh Patel1-3/+4
2020-07-09spi: add support for all spi modes with soft spiJohannes Holland1-11/+37
2020-07-09spi: omap3: Drop nondm codeJagan Teki2-143/+7
2020-07-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini12-66/+388
2020-07-09pci: Move some PCIe register offset definitions to a common headerSylwester Nawrocki2-11/+0
2020-07-09usb: xhci: Add missing cache flush in the scratchpad array initializationSylwester Nawrocki1-0/+3
2020-07-09Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini14-60/+1655
2020-07-09net: mvpp2: fix second cp110 initializationSven Auhagen1-29/+34
2020-07-09mv_ddr: ddr3: Update {min,max}_read_sample calculationChris Packham1-2/+2
2020-07-09mv_ddr: ddr3: Use correct bitmask for read sample delayChris Packham1-1/+1
2020-07-09minnowmax: Enable the copy framebufferSimon Glass1-1/+29
2020-07-09chromebook_link: Enable the copy framebufferSimon Glass1-6/+20
2020-07-09chromebook_samus: Enable the copy framebufferSimon Glass1-1/+15
2020-07-09x86: video: Support copy framebuffer with probed devicesSimon Glass2-0/+24
2020-07-09video: Correctly handle multiple framebuffersSimon Glass1-2/+25
2020-07-09video: pci: Set up the copy framebufferSimon Glass1-1/+21
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass1-1/+8
2020-07-09video: Update the copy framebuffer when writing bitmapsSimon Glass1-3/+13
2020-07-09video: Update rotated console to support copy bufferSimon Glass1-23/+60
2020-07-09video: Update truetype console to support copy bufferSimon Glass1-12/+31
2020-07-09video: Update normal console to support copy bufferSimon Glass1-3/+23
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass1-0/+16
2020-07-09video: Clear the copy framebuffer when clearing the screenSimon Glass1-0/+4
2020-07-09video: Set up the copy framebuffer when enabledSimon Glass1-0/+3
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass2-0/+66