summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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-29video: typo NormllyHeinrich Schuchardt1-1/+1
2020-09-29mtd: fix typos in drivers/mtd/Kconfig, drivers/mtd/renesas_rpc_hf.cHeinrich Schuchardt2-5/+5
2020-09-28Merge tag 'u-boot-amlogic-20200928' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-1/+2
2020-09-28timer: mchp-pit64b: add support for pit64bClaudiu Beznea3-0/+117
2020-09-28rng: meson: make core clock optionalNeil Armstrong1-1/+2
2020-09-26net: ravb: Remove writeext function callBiju Das1-2/+0
2020-09-26pinctrl: renesas: Fix PINCTRL_PFC_R8A774A1 help descriptionBiju Das1-10/+10
2020-09-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini7-26/+68
2020-09-25Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini7-1/+326
2020-09-25mmc: atmel-sdhci: use mmc_of_parse to get the DT propertiesEugen Hristev1-0/+4
2020-09-25mmc: atmel-sdhci: enable the required generic clockEugen Hristev1-0/+4
2020-09-25mmc: atmel-sdhci: do not check clk_set_rate return valueEugen Hristev1-3/+1
2020-09-25mmc: atmel-sdhci: add sama7g5-sdhci compatibility stringEugen Hristev1-0/+1
2020-09-25pinctrl: at91-pio4: add compatible for sama7g5 pinctrl blockEugen Hristev1-0/+1
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-24pci: layerscape: Fixup PCIe EP mode DT nodes for LX2160A rev2Hou Zhiqiang1-0/+26
2020-09-24net: pfe_eth: Remove non-DM code check from pfe_spi_flash_initKuldeep Singh1-11/+5
2020-09-24net: pfe_eth: Fix resoure leak in pfe_spi_flash_initKuldeep Singh1-0/+4
2020-09-24driver: net: fm: add support for XFIMadalin Bucur1-1/+2
2020-09-24ls1012a, pfe_eth: Update probe to avoid resource leakChaitanya Sakinam1-11/+6
2020-09-24ls1012a, pfe_eth: correction in delay implementationChaitanya Sakinam1-2/+3
2020-09-24drivers: net: phy: Use Aquantia driver for AQR113CMadalin Bucur1-0/+15
2020-09-24drivers: net: ldpaa_eth: lx2160a: fix bug in checking if a DPMAC is enabledGrigore Popescu1-2/+2
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