summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini
2021-06-24usb: ehci-mx6: Do not fail when 'reg' is not foundFabio Estevam
2021-06-24usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6Fabio Estevam
2021-06-24mtd: compare also with OF path and device name in get_mtd_device_nm()Marek Behún
2021-06-24mtd: probe SPI NOR devices in mtd_probe_devices()Marek Behún
2021-06-24mtd: remove mtd_probe() functionMarek Behún
2021-06-24mtd: spi-nor: fill-in mtd->dev memberMarek Behún
2021-06-24mtd: spi-nor: allow registering multiple MTDs when DM is enabledMarek Behún
2021-06-24mtd: add support for parsing partitions defined in OFMarek Behún
2021-06-24dm: core: add ofnode_get_path()Marek Behún
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún
2021-06-24mtd: spinand: macronix: Add support for serial NAND flashJaime Liao
2021-06-23Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2021-06-23nvme: Don't clear nvme blk device's priv spaceBin Meng
2021-06-23nvme: Drop useless members of 'struct nvme_ns'Bin Meng
2021-06-23nvme: Eliminate the offset of one during block dev creationBin Meng
2021-06-23nvme: Skip block device creation for inactive namespacesBin Meng
2021-06-23nvme: Move block dev creation from uclass post_probe() to driver probe()Bin Meng
2021-06-23nvme: Remove the redundant aqa value settingWesley Sheng
2021-06-23nvme: Correct the prps per page calculation methodWesley Sheng
2021-06-23nvme: fix for big endian systemsDavid Lamparter
2021-06-22mtd: spi-nor-ids: Add Macronix MX66UW2G345Gzhengxun
2021-06-22Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock...Fabio Estevam
2021-06-22mmc: mmc-uclass: change to static about dm functionJaehoon Chung
2021-06-22mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmdJaehoon Chung
2021-06-22mmc: dwmmc: socfpga: Get "fifo-mode" property from DTLey Foon Tan
2021-06-22mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO modeLey Foon Tan
2021-06-22mmc: mtk-sd: increase the minimum bus frequencyWeijie Gao
2021-06-19Merge tag 'u-boot-rockchip-20210618' of https://source.denx.de/u-boot/custodi...Tom Rini
2021-06-18net: octeontx: smi: use dt live tree APITim Harvey
2021-06-18net: sun8i-emac: fix MDIO frequencyHeinrich Schuchardt
2021-06-18net: synquacer: Add netsec driverJassi Brar
2021-06-18net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7bDaniil Stas
2021-06-18net: dwc_eth_qos: Fix needless phy auto-negotiation restartsDaniil Stas
2021-06-18net: e1000: do not attempt to set hwaddr for i210 without FLASHTim Harvey
2021-06-18Fix a memory leak issue in the RX port initialization.Hou Zhiqiang
2021-06-18clk: cosmetic change in uclassPatrick Delaunay
2021-06-18dfu: add error callbackPatrick Delaunay
2021-06-18dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devicesPatrick Delaunay
2021-06-18spi: stm32_qspi: Fix short data write operationDaniil Stas
2021-06-18mtd: nand: NFC drivers for RK3308, RK2928 and othersYifeng Zhao
2021-06-18pci: pcie_dw_rockchip: Replace msleep occurences by udelayAnand Moon
2021-06-18pci: pcie_dw_rockchip: Drop the unused variable warningAnand Moon
2021-06-18pci: pcie_dw_rockchip: Fixed the below compilation errorAnand Moon
2021-06-18rockchip: rk3568: Add sdram driverJoseph Chen
2021-06-18rockchip: rk3568: add clock driverElaine Zhang
2021-06-17Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodian...Tom Rini
2021-06-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2021-06-17net: tsec: add option to set device max-speed via dtsAleksandar Gerasimovski
2021-06-17mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33Yangbo Lu