aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-23mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesMaxim Kochetkov1-7/+10
2021-03-23pci: layerscape: Change to allocate zeroed memery for struct ls_pcieHou Zhiqiang2-2/+2
2021-03-23rtc: ds1307: Add ds1339 compatibleChris Packham1-0/+2
2021-03-19nvme: Elaborate on cache maintenance operation in get/set_featuresWIP/2021-03-19-assorted-fixesAndre Przywara1-5/+20
2021-03-19nvme: Always invalidate whole cqes[] arrayAndre Przywara1-4/+12
2021-03-19bus: ti-sysc: change in a normal driverDario Binacchi1-6/+0
2021-03-19ahci: mediatek: fix undefined reference of dev_errFrank Wunderlich1-0/+1
2021-03-17mmc: mtk-sd: don't ignore max-frequency from device treeDaniel Golle1-1/+2
2021-03-15Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini13-46/+56
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-11video: dw_mipi_dsi: update log of dphy_enableYannick Fertre1-4/+4
2021-03-11video: dw_mipi_dsi: missing device to log debugYannick Fertre1-0/+1
2021-03-11video: stm32: remove all child of DSI bridge when its probe failedPatrick Delaunay1-0/+3
2021-03-11scmi: cosmetic: reorder include filesPatrick Delaunay2-3/+2
2021-03-11scmi: define LOG_CATEGORYPatrick Delaunay6-0/+12
2021-03-11scmi: Include device_compat.hPatrick Delaunay1-0/+1
2021-03-11clk: stm32mp1: gets root clocks from fdtEtienne Carriere1-39/+23
2021-03-11mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()Patrice Chotard1-0/+3
2021-03-11mtd: nand: Add WATCHDOG_RESET() in nanddev_mtd_erase()Patrice Chotard1-0/+2
2021-03-11spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()Patrice Chotard1-0/+2
2021-03-11mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacksPatrice Chotard1-0/+3
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