aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-12arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár3-17/+0
2021-03-12arm: a37xx: pci: Implement workaround for the readback value of VEND_IDPali Rohár1-0/+10
2021-03-12ddr: marvell: axp: fix array types have different bounds warningMarek Behún2-3/+3
2021-03-12ddr: marvell: axp: align signature of mv_xor_mem_init() with a38xMarek Behún2-4/+4
2021-03-12ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repositoryPali Rohár10-40/+6
2021-03-12ddr: marvell: a38x: Add more space for additional info from SPDSujeet Baranwal1-1/+7
2021-03-10usb: mtu3: flush cache for next GPDChunfeng Yun1-0/+3
2021-03-09x86: Move INTEL_ACPIGEN to arch/x86Simon Glass1-9/+0
2021-03-08Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-7/+7
2021-03-08button: adc: fix treshold typoNeil Armstrong1-7/+7
2021-03-08arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim3-5/+5
2021-03-05dm: sysreset: Add a Kconfig option for the 'reset' commandBin Meng2-0/+8
2021-03-05gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng1-3/+4
2021-03-05virtio: Fix VirtIO BLK driver dependencyBin Meng1-0/+1
2021-03-05pci: mpc85xx: Support 64-bit bus and cpu addressBin Meng1-8/+8
2021-03-05pci: mpc85xx: Support controller register physical address beyond 32-bitBin Meng1-3/+2
2021-03-05pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAWBin Meng1-0/+4
2021-03-05pci: fsl_pci_init: Dynamically allocate the PCI regionsBin Meng1-0/+5
2021-03-03serial: ns16550: Handle zero <clock-frequency> valueBin Meng1-0/+2
2021-03-03serial: ns16550: Correct the base address typeBin Meng1-1/+1
2021-03-03sandbox: host bind must close file descriptorHeinrich Schuchardt1-0/+13
2021-03-03dm: core: Add DM_DEVICE_REMOVE condition to all exit pathsSimon Glass1-8/+11
2021-03-03dm: core: Fix allocation of empty of-platdataSimon Glass1-4/+13
2021-03-03Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-0/+13
2021-03-03usb: USB keyboard requires DM_KEYBOARDHeinrich Schuchardt1-0/+1
2021-03-03usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár1-8/+8
2021-03-03usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár1-12/+2
2021-03-03usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár1-8/+4
2021-03-03usb: musb: Fix receiving of bigger buffersPali Rohár1-1/+15
2021-03-03usb: musb: Fix transmission of bigger buffersPali Rohár1-11/+6
2021-03-03usb: musb: Read value of PERI_RXCSR to 16bit variablePali Rohár1-1/+1
2021-03-03usb: musb: Fix configuring FIFO for endpointsPali Rohár1-4/+4
2021-03-03usb: musb: Always clear the data toggle bit when configuring epPali Rohár1-4/+0
2021-03-03serial: usbtty: Send urb data in correct orderPali Rohár1-9/+3
2021-03-03serial: usbtty: Fix puts functionPali Rohár1-2/+2
2021-03-02rng: iproc_rng200: Enable support for RPi4 armv7Matthias Brugger1-4/+4
2021-03-02drivers: mmc: iproc_sdhci: enable HS200 modeBharat Gooty1-9/+83
2021-03-01mmc: fsl_esdhc_imx: fix the DTOCV to 0xEHaibo Chen1-0/+6
2021-03-01mmc: fsl_esdhc_imx: Add a compatible for i.MX51Fabio Estevam1-0/+1
2021-03-01thermal: imx_tmu: enable monitoring and default alert/criticalTim Harvey1-0/+6
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