aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-24clk: renesas: Handle R8A779A0 V3U clock types in Gen3 clock codeMarek Vasut2-0/+33
2021-06-24mtd: compare also with OF path and device name in get_mtd_device_nm()Marek Behún1-0/+35
2021-06-24mtd: probe SPI NOR devices in mtd_probe_devices()Marek Behún1-0/+14
2021-06-24mtd: remove mtd_probe() functionMarek Behún2-21/+3
2021-06-24mtd: spi-nor: fill-in mtd->dev memberMarek Behún3-0/+3
2021-06-24mtd: spi-nor: allow registering multiple MTDs when DM is enabledMarek Behún3-5/+23
2021-06-24mtd: add support for parsing partitions defined in OFMarek Behún2-44/+125
2021-06-24dm: core: add ofnode_get_path()Marek Behún1-0/+25
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún1-3/+16
2021-06-24mtd: spinand: macronix: Add support for serial NAND flashJaime Liao1-0/+46
2021-06-23Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/23Jun2021Tom Rini3-43/+46
2021-06-23nvme: Don't clear nvme blk device's priv spaceBin Meng1-1/+0
2021-06-23nvme: Drop useless members of 'struct nvme_ns'Bin Meng2-5/+1
2021-06-23nvme: Eliminate the offset of one during block dev creationBin Meng1-3/+3
2021-06-23nvme: Skip block device creation for inactive namespacesBin Meng1-1/+22
2021-06-23nvme: Move block dev creation from uclass post_probe() to driver probe()Bin Meng2-30/+18
2021-06-23nvme: Remove the redundant aqa value settingWesley Sheng1-1/+0
2021-06-23nvme: Correct the prps per page calculation methodWesley Sheng1-1/+1
2021-06-23nvme: fix for big endian systemsDavid Lamparter1-4/+4
2021-06-23clk: zynq: Add clock wizard driverZhengxun3-0/+198
2021-06-23gpio: pca953x: Add missing i2c dependencyMichal Simek1-1/+1
2021-06-22mtd: spi-nor-ids: Add Macronix MX66UW2G345Gzhengxun1-0/+1
2021-06-22Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock...Fabio Estevam1-21/+8
2021-06-22mmc: mmc-uclass: change to static about dm functionJaehoon Chung1-12/+12
2021-06-22mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmdJaehoon Chung2-2/+1
2021-06-22mmc: dwmmc: socfpga: Get "fifo-mode" property from DTLey Foon Tan1-0/+2
2021-06-22mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO modeLey Foon Tan1-3/+3
2021-06-22mmc: mtk-sd: increase the minimum bus frequencyWeijie Gao1-0/+5
2021-06-19Merge tag 'u-boot-rockchip-20210618' of https://source.denx.de/u-boot/custodi...WIP/19Jun2021-nextTom Rini8-9/+4294
2021-06-18net: octeontx: smi: use dt live tree APITim Harvey1-13/+11
2021-06-18net: sun8i-emac: fix MDIO frequencyHeinrich Schuchardt1-2/+6
2021-06-18net: synquacer: Add netsec driverJassi Brar3-0/+1143
2021-06-18net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7bDaniil Stas1-12/+1
2021-06-18net: dwc_eth_qos: Fix needless phy auto-negotiation restartsDaniil Stas1-3/+3
2021-06-18net: e1000: do not attempt to set hwaddr for i210 without FLASHTim Harvey2-0/+5
2021-06-18Fix a memory leak issue in the RX port initialization.Hou Zhiqiang1-1/+3
2021-06-18clk: cosmetic change in uclassPatrick Delaunay1-1/+1
2021-06-18dfu: add error callbackPatrick Delaunay1-0/+12
2021-06-18dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devicesPatrick Delaunay1-4/+1
2021-06-18spi: stm32_qspi: Fix short data write operationDaniil Stas1-14/+15
2021-06-18mtd: nand: NFC drivers for RK3308, RK2928 and othersYifeng Zhao3-0/+1270
2021-06-18pci: pcie_dw_rockchip: Replace msleep occurences by udelayAnand Moon1-5/+5
2021-06-18pci: pcie_dw_rockchip: Drop the unused variable warningAnand Moon1-2/+0
2021-06-18pci: pcie_dw_rockchip: Fixed the below compilation errorAnand Moon1-2/+2
2021-06-18rockchip: rk3568: Add sdram driverJoseph Chen2-0/+57
2021-06-18rockchip: rk3568: add clock driverElaine Zhang2-0/+2960
2021-06-17Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodian...WIP/17Jun2021-nextTom Rini1-19/+18
2021-06-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/17Jun2021Tom Rini7-13/+91
2021-06-17net: tsec: add option to set device max-speed via dtsAleksandar Gerasimovski1-1/+6
2021-06-17mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33Yangbo Lu1-6/+1