summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini2021-03-1513-46/+56
|\
| * video: dw_mipi_dsi: update log of dphy_enableYannick Fertre2021-03-111-4/+4
| * video: dw_mipi_dsi: missing device to log debugYannick Fertre2021-03-111-0/+1
| * video: stm32: remove all child of DSI bridge when its probe failedPatrick Delaunay2021-03-111-0/+3
| * scmi: cosmetic: reorder include filesPatrick Delaunay2021-03-112-3/+2
| * scmi: define LOG_CATEGORYPatrick Delaunay2021-03-116-0/+12
| * scmi: Include device_compat.hPatrick Delaunay2021-03-111-0/+1
| * clk: stm32mp1: gets root clocks from fdtEtienne Carriere2021-03-111-39/+23
| * mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()Patrice Chotard2021-03-111-0/+3
| * mtd: nand: Add WATCHDOG_RESET() in nanddev_mtd_erase()Patrice Chotard2021-03-111-0/+2
| * spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()Patrice Chotard2021-03-111-0/+2
| * mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacksPatrice Chotard2021-03-111-0/+3
* | arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár2021-03-123-17/+0
* | arm: a37xx: pci: Implement workaround for the readback value of VEND_IDPali Rohár2021-03-121-0/+10
* | ddr: marvell: axp: fix array types have different bounds warningMarek Behún2021-03-122-3/+3
* | ddr: marvell: axp: align signature of mv_xor_mem_init() with a38xMarek Behún2021-03-122-4/+4
* | ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repositoryPali Rohár2021-03-1210-40/+6
* | ddr: marvell: a38x: Add more space for additional info from SPDSujeet Baranwal2021-03-121-1/+7
* | usb: mtu3: flush cache for next GPDChunfeng Yun2021-03-101-0/+3
* | x86: Move INTEL_ACPIGEN to arch/x86Simon Glass2021-03-091-9/+0
* | Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-03-081-7/+7
|\ \
| * | button: adc: fix treshold typoNeil Armstrong2021-03-081-7/+7
* | | arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim2021-03-083-5/+5
|/ /
* | dm: sysreset: Add a Kconfig option for the 'reset' commandBin Meng2021-03-052-0/+8
* | gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng2021-03-051-3/+4
* | virtio: Fix VirtIO BLK driver dependencyBin Meng2021-03-051-0/+1
* | pci: mpc85xx: Support 64-bit bus and cpu addressBin Meng2021-03-051-8/+8
* | pci: mpc85xx: Support controller register physical address beyond 32-bitBin Meng2021-03-051-3/+2
* | pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAWBin Meng2021-03-051-0/+4
* | pci: fsl_pci_init: Dynamically allocate the PCI regionsBin Meng2021-03-051-0/+5
* | serial: ns16550: Handle zero <clock-frequency> valueBin Meng2021-03-031-0/+2
* | serial: ns16550: Correct the base address typeBin Meng2021-03-031-1/+1
* | sandbox: host bind must close file descriptorHeinrich Schuchardt2021-03-031-0/+13
* | dm: core: Add DM_DEVICE_REMOVE condition to all exit pathsSimon Glass2021-03-031-8/+11
* | dm: core: Fix allocation of empty of-platdataSimon Glass2021-03-031-4/+13
* | Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-03-032-0/+13
|\ \
| * | mmc: fsl_esdhc_imx: fix the DTOCV to 0xEHaibo Chen2021-03-011-0/+6
| * | mmc: fsl_esdhc_imx: Add a compatible for i.MX51Fabio Estevam2021-03-011-0/+1
| * | thermal: imx_tmu: enable monitoring and default alert/criticalTim Harvey2021-03-011-0/+6
| |/
* | usb: USB keyboard requires DM_KEYBOARDHeinrich Schuchardt2021-03-031-0/+1
* | usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár2021-03-031-8/+8
* | usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár2021-03-031-12/+2
* | usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár2021-03-031-8/+4
* | usb: musb: Fix receiving of bigger buffersPali Rohár2021-03-031-1/+15
* | usb: musb: Fix transmission of bigger buffersPali Rohár2021-03-031-11/+6
* | usb: musb: Read value of PERI_RXCSR to 16bit variablePali Rohár2021-03-031-1/+1
* | usb: musb: Fix configuring FIFO for endpointsPali Rohár2021-03-031-4/+4
* | usb: musb: Always clear the data toggle bit when configuring epPali Rohár2021-03-031-4/+0
* | serial: usbtty: Send urb data in correct orderPali Rohár2021-03-031-9/+3
* | serial: usbtty: Fix puts functionPali Rohár2021-03-031-2/+2