summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | soc: qualcomm: Fix not calling dev_err with a deviceSean Anderson2020-09-301-1/+1
| | * | remoteproc: k3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-4/+5
| | * | remoteproc: k3-r5: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-10/+14
| | * | remoteproc: Remove unused function rproc_elf_sanity_checkSean Anderson2020-09-302-29/+0
| | * | phy: usbphyc: Fix not calling dev_err with a deviceSean Anderson2020-09-301-1/+1
| | * | phy: ti: Fix not calling dev_err with a deviceSean Anderson2020-09-301-2/+2
| | * | phy: sun4i-usb: Fix not calling dev_err with a deviceSean Anderson2020-09-301-4/+8
| | * | phy: rockchip: Fix not calling dev_err with a deviceSean Anderson2020-09-302-10/+10
| | * | phy: marvell: Fix not calling dev_err with a deviceSean Anderson2020-09-301-3/+3
| | * | net: ti: cpsw: Fix not calling dev_dbg with a deviceSean Anderson2020-09-301-0/+6
| | * | net: sun8i_emac: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-4/+5
| | * | net: sunxi: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-2/+3
| | * | linux/compat.h: Remove netdev_xxx functionsSean Anderson2020-09-301-19/+0
| | * | net: mvpp2: Convert netdev_xxx to dev_xxxSean Anderson2020-09-301-31/+33
| | * | net: mvpp2: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-11/+12
| | * | net: mvneta: Convert netdev_xxx to dev_xxxSean Anderson2020-09-301-24/+28
| | * | net: mvneta: Fix not always calling dev_err with a deviceSean Anderson2020-09-301-2/+2
| | * | net: mdio: Fix not calling dev_dbg with a deviceSean Anderson2020-09-301-2/+2
| | * | net: bcm6368: Fix not calling dev_info with a deviceSean Anderson2020-09-301-2/+1
| | * | nand: vybrid: Re-introduce vf610_nfc.devSean Anderson2020-09-301-17/+21
| | * | nand: brcmnand: Fix not calling dev_err() with a deviceSean Anderson2020-09-301-14/+6
| | * | nand: atmel: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-30/+39
| | * | mailbox: k3: Fix not calling dev_err with a deviceSean Anderson2020-09-301-2/+4
| | * | mmc: mtk-sd: Fix not calling dev_err with a deviceSean Anderson2020-09-301-11/+13
| | * | mmc: bcm2835-host: Fix not calling dev_dbg with a deviceSean Anderson2020-09-301-17/+17
| | * | mmc: Add mmc_dev()Sean Anderson2020-09-301-0/+2
| | * | mtd: spi-nand: Fix not calling dev_err with a deviceSean Anderson2020-09-301-4/+4
| | * | mtd: spi: Fix logging in spi-nor-tinySean Anderson2020-09-301-5/+16
| | * | mtd: spi: Include dm.h in spi-nor-core.cSean Anderson2020-09-301-0/+1
| | * | mtd: nand: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-301-22/+23
| | * | mtd: nand: pxa3xx: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-15/+15
| | * | i2c: mxc: Fix dev_err being called on a nonexistant variableSean Anderson2020-09-301-2/+5
| | * | firmware: ti_sci: Fix not calling dev_err with a deviceSean Anderson2020-09-301-7/+16
| | * | dm: syscon: Fix calling dev_dbg with an uninitialized deviceSean Anderson2020-09-301-1/+1
| |/ /
| * | Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini2020-09-25153-224/+10787
| |\ \
| | * | x86: edison: Add documentation for using am xFSTK imageSimon Glass2020-09-251-0/+120
| | * | x86: edison: Generate an image suitable for xFSTKSimon Glass2020-09-254-0/+83
| | * | binman: Support adding a U-Boot environmentSimon Glass2020-09-255-0/+132
| | * | binman: Show an error when a file is missingSimon Glass2020-09-253-2/+24
| | * | x86: Use multiple imagesSimon Glass2020-09-253-21/+10
| | * | x86: video: Show information about each video deviceSimon Glass2020-09-252-5/+33
| | * | x86: Add support for more than 8 MTRRsSimon Glass2020-09-253-12/+24
| | * | x86: Allow showing details about a HOB entrySimon Glass2020-09-251-4/+45
| | * | x86: hob: Try to show a name instead of a GUIDSimon Glass2020-09-252-2/+66
| | * | x86: hob: Add way to show a single hob entrySimon Glass2020-09-251-5/+11
| | * | acpi: Use I2cSerialBusV2() instead of I2cSerialBus()Simon Glass2020-09-252-2/+2
| | * | acpi: Add more documentation for struct acpi_gpioSimon Glass2020-09-251-0/+22
| | * | x86: coral: Update config and device tree for ACPISimon Glass2020-09-252-16/+221
| | * | x86: Move include of bitops out of ACPI regionSimon Glass2020-09-251-1/+2
| | * | x86: Add a way to add to the e820 memory tableSimon Glass2020-09-252-0/+35