summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-03-23pci: layerscape: Change to allocate zeroed memery for struct ls_pcieHou Zhiqiang
2021-03-23rtc: ds1307: Add ds1339 compatibleChris Packham
2021-03-19nvme: Elaborate on cache maintenance operation in get/set_featuresAndre Przywara
2021-03-19nvme: Always invalidate whole cqes[] arrayAndre Przywara
2021-03-19bus: ti-sysc: change in a normal driverDario Binacchi
2021-03-19ahci: mediatek: fix undefined reference of dev_errFrank Wunderlich
2021-03-17mmc: mtk-sd: don't ignore max-frequency from device treeDaniel Golle
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