summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-30remoteproc: Remove unused function rproc_elf_sanity_checkSean Anderson1-16/+0
2020-09-30phy: usbphyc: Fix not calling dev_err with a deviceSean Anderson1-1/+1
2020-09-30phy: ti: Fix not calling dev_err with a deviceSean Anderson1-2/+2
2020-09-30phy: sun4i-usb: Fix not calling dev_err with a deviceSean Anderson1-4/+8
2020-09-30phy: rockchip: Fix not calling dev_err with a deviceSean Anderson2-10/+10
2020-09-30phy: marvell: Fix not calling dev_err with a deviceSean Anderson1-3/+3
2020-09-30net: ti: cpsw: Fix not calling dev_dbg with a deviceSean Anderson1-0/+6
2020-09-30net: sun8i_emac: Fix not calling dev_xxx with a deviceSean Anderson1-4/+5
2020-09-30net: sunxi: Fix not calling dev_xxx with a deviceSean Anderson1-2/+3
2020-09-30net: mvpp2: Convert netdev_xxx to dev_xxxSean Anderson1-31/+33
2020-09-30net: mvpp2: Fix not calling dev_xxx with a deviceSean Anderson1-11/+12
2020-09-30net: mvneta: Convert netdev_xxx to dev_xxxSean Anderson1-24/+28
2020-09-30net: mvneta: Fix not always calling dev_err with a deviceSean Anderson1-2/+2
2020-09-30net: bcm6368: Fix not calling dev_info with a deviceSean Anderson1-2/+1
2020-09-30nand: vybrid: Re-introduce vf610_nfc.devSean Anderson1-17/+21
2020-09-30nand: brcmnand: Fix not calling dev_err() with a deviceSean Anderson1-14/+6
2020-09-30nand: atmel: Fix not calling dev_xxx with a deviceSean Anderson1-30/+39
2020-09-30mailbox: k3: Fix not calling dev_err with a deviceSean Anderson1-2/+4
2020-09-30mmc: mtk-sd: Fix not calling dev_err with a deviceSean Anderson1-11/+13
2020-09-30mmc: bcm2835-host: Fix not calling dev_dbg with a deviceSean Anderson1-17/+17
2020-09-30mtd: spi-nand: Fix not calling dev_err with a deviceSean Anderson1-4/+4
2020-09-30mtd: spi: Fix logging in spi-nor-tinySean Anderson1-5/+16
2020-09-30mtd: spi: Include dm.h in spi-nor-core.cSean Anderson1-0/+1
2020-09-30mtd: nand: sunxi: Fix not calling dev_err with a deviceSean Anderson1-22/+23
2020-09-30mtd: nand: pxa3xx: Fix not calling dev_xxx with a deviceSean Anderson1-15/+15
2020-09-30i2c: mxc: Fix dev_err being called on a nonexistant variableSean Anderson1-2/+5
2020-09-30firmware: ti_sci: Fix not calling dev_err with a deviceSean Anderson1-7/+16
2020-09-30dm: syscon: Fix calling dev_dbg with an uninitialized deviceSean Anderson1-1/+1
2020-09-25Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini7-1/+326
2020-09-25tpm: cr50: Add ACPI supportSimon Glass1-0/+55
2020-09-25x86: acpi: Add common Intel ACPI tablesSimon Glass1-0/+9
2020-09-25i2c: Add a generic driver to generate ACPI infoSimon Glass4-0/+261
2020-09-25dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass1-1/+1
2020-09-24Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini17-56/+106
2020-09-24net: tsec: Add the compatible string "gianfar" supportHou Zhiqiang1-2/+14
2020-09-24net: tsec: Add fixed-link PHY supportHou Zhiqiang1-1/+4
2020-09-24net: tsec: convert to use DM_MDIO when DM_ETH enabledHou Zhiqiang1-33/+5
2020-09-24net: fsl_mdio: Correct the MII management register block addressHou Zhiqiang1-6/+22
2020-09-24net: fsl_mdio: Change to use virtual addressHou Zhiqiang1-1/+1
2020-09-24phy: make phy_connect_fixed work with a null mdio busVladimir Oltean1-2/+2
2020-09-23clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flagMichal Simek1-0/+1
2020-09-23mmc: zynq: Fix incorrect indentationMichal Simek1-1/+1
2020-09-23fpga: zynqmp: Protect zynqmp_loads() for SPLMichal Simek1-1/+1
2020-09-23fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek1-2/+1
2020-09-23fpga: zynqmp: Get rid of ZYNQMP_SIP_SVC* macrosMichal Simek1-4/+4
2020-09-23net: xilinx: axi_emac: Typecast flush_cache argumentsAshok Reddy Soma1-6/+6
2020-09-23net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warningsAshok Reddy Soma1-12/+24
2020-09-23nand: Kconfig: Change dependency for NAND_ARASANMichal Simek1-1/+1
2020-09-23serial: uartlite: Add support to work with any endiannessT Karthik Reddy1-16/+48
2020-09-23xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek3-7/+3