summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-30riscv: clk: Add CLINT clock to kendryte clock driverSean Anderson1-0/+4
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson2-8/+35
2020-09-30timer: Add helper for drivers using timebase fallbackSean Anderson1-0/+31
2020-09-30riscv: Rework riscv timer driver to only support S-modeSean Anderson2-21/+22
2020-09-30ram: sifive: Remove regmap dependencyBin Meng1-9/+3
2020-09-30ram: sifive: Check return value on clk_enable()Bin Meng1-0/+5
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
2020-09-23net: gem: Add support for more PHYs on MDIO busMichal Simek1-0/+10
2020-09-23xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek6-6/+6
2020-09-22dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay2-4/+6
2020-09-22dm: syscon: typo aleradyHeinrich Schuchardt1-3/+7
2020-09-21Merge branch '2020-09-14-generic-phy-error-trace' into nextTom Rini5-19/+54
2020-09-21Merge branch 'master' into nextTom Rini6-28/+31
2020-09-19Merge tag 'efi-2020-10-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-1/+3
2020-09-18rng: stm32mp1: use log() instead of printf()Heinrich Schuchardt1-1/+3
2020-09-18usb: dwc3: Add Qualcomm DWC3 compatible stringRobert Marko1-0/+1
2020-09-18phy: add driver for Qualcomm IPQ40xx USB PHYRobert Marko3-0/+152
2020-09-18reset: Add IPQ40xx reset controller driverRobert Marko3-0/+182
2020-09-18IPQ40xx: Add SMEM supportRobert Marko1-1/+1
2020-09-17mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.Haibo Chen1-1/+6
2020-09-17net, qe: add DM support for QE UEC ethernetHeiko Schocher14-1/+2696
2020-09-17powerpc, qe: add DTS support for parallel I/O portsHeiko Schocher3-0/+263
2020-09-17powerpc, qe: fix codingstyle issues for drivers/qeHeiko Schocher7-972/+1040
2020-09-15Merge tag 'ti-v2021.01-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini3-91/+117