summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-03-15Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-03-12arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár
2021-03-12arm: a37xx: pci: Implement workaround for the readback value of VEND_IDPali Rohár
2021-03-12ddr: marvell: axp: fix array types have different bounds warningMarek Behún
2021-03-12ddr: marvell: axp: align signature of mv_xor_mem_init() with a38xMarek Behún
2021-03-12ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repositoryPali Rohár
2021-03-12ddr: marvell: a38x: Add more space for additional info from SPDSujeet Baranwal
2021-03-11video: dw_mipi_dsi: update log of dphy_enableYannick Fertre
2021-03-11video: dw_mipi_dsi: missing device to log debugYannick Fertre
2021-03-11video: stm32: remove all child of DSI bridge when its probe failedPatrick Delaunay
2021-03-11scmi: cosmetic: reorder include filesPatrick Delaunay
2021-03-11scmi: define LOG_CATEGORYPatrick Delaunay
2021-03-11scmi: Include device_compat.hPatrick Delaunay
2021-03-11clk: stm32mp1: gets root clocks from fdtEtienne Carriere
2021-03-11mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()Patrice Chotard
2021-03-11mtd: nand: Add WATCHDOG_RESET() in nanddev_mtd_erase()Patrice Chotard
2021-03-11spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()Patrice Chotard
2021-03-11mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacksPatrice Chotard
2021-03-10usb: mtu3: flush cache for next GPDChunfeng Yun
2021-03-09x86: Move INTEL_ACPIGEN to arch/x86Simon Glass
2021-03-08Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2021-03-08button: adc: fix treshold typoNeil Armstrong
2021-03-08arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim
2021-03-05dm: sysreset: Add a Kconfig option for the 'reset' commandBin Meng
2021-03-05gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng
2021-03-05virtio: Fix VirtIO BLK driver dependencyBin Meng
2021-03-05pci: mpc85xx: Support 64-bit bus and cpu addressBin Meng
2021-03-05pci: mpc85xx: Support controller register physical address beyond 32-bitBin Meng
2021-03-05pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAWBin Meng
2021-03-05pci: fsl_pci_init: Dynamically allocate the PCI regionsBin Meng
2021-03-03serial: ns16550: Handle zero <clock-frequency> valueBin Meng
2021-03-03serial: ns16550: Correct the base address typeBin Meng
2021-03-03sandbox: host bind must close file descriptorHeinrich Schuchardt
2021-03-03dm: core: Add DM_DEVICE_REMOVE condition to all exit pathsSimon Glass
2021-03-03dm: core: Fix allocation of empty of-platdataSimon Glass
2021-03-03Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-03-03usb: USB keyboard requires DM_KEYBOARDHeinrich Schuchardt
2021-03-03usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár
2021-03-03usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár
2021-03-03usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár
2021-03-03usb: musb: Fix receiving of bigger buffersPali Rohár
2021-03-03usb: musb: Fix transmission of bigger buffersPali Rohár
2021-03-03usb: musb: Read value of PERI_RXCSR to 16bit variablePali Rohár
2021-03-03usb: musb: Fix configuring FIFO for endpointsPali Rohár
2021-03-03usb: musb: Always clear the data toggle bit when configuring epPali Rohár
2021-03-03serial: usbtty: Send urb data in correct orderPali Rohár
2021-03-03serial: usbtty: Fix puts functionPali Rohár
2021-03-02rng: iproc_rng200: Enable support for RPi4 armv7Matthias Brugger
2021-03-02drivers: mmc: iproc_sdhci: enable HS200 modeBharat Gooty
2021-03-01mmc: fsl_esdhc_imx: fix the DTOCV to 0xEHaibo Chen