summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dm: Print device name in dev_xxx like LinuxWIP/29Sep2020-nextSean Anderson2020-09-291-28/+82
* dm: Use symbolic constants for log levels in dev_xxxSean Anderson2020-09-291-10/+11
* video: stm32: Fix not calling dev_xxx with a deviceSean Anderson2020-09-291-10/+14
* usb: musb-new: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-291-4/+5
* usb: dwc3: Don't include asm-generic/io.hSean Anderson2020-09-291-1/+0
* usb: dwc3: ti: Fix not calling dev_err with a deviceSean Anderson2020-09-291-2/+2
* usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-293-18/+21
* usb: dwc2: Fix not calling dev_xxx with a deviceSean Anderson2020-09-291-16/+23
* usb: cdns3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-292-4/+4
* sysreset: ti: Fix not calling dev_err with a deviceSean Anderson2020-09-291-2/+1
* spi: zynqmp_gqspi: Fix not calling dev_err with a deviceSean Anderson2020-09-291-3/+3
* spi: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-291-3/+3
* soc: qualcomm: Fix not calling dev_err with a deviceSean Anderson2020-09-291-1/+1
* remoteproc: k3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-291-4/+5
* remoteproc: k3-r5: Fix not calling dev_xxx with a deviceSean Anderson2020-09-291-10/+14
* remoteproc: Remove unused function rproc_elf_sanity_checkSean Anderson2020-09-292-29/+0
* phy: usbphyc: Fix not calling dev_err with a deviceSean Anderson2020-09-291-1/+1
* phy: ti: Fix not calling dev_err with a deviceSean Anderson2020-09-291-2/+2
* phy: sun4i-usb: Fix not calling dev_err with a deviceSean Anderson2020-09-291-4/+8
* phy: rockchip: Fix not calling dev_err with a deviceSean Anderson2020-09-292-10/+10
* phy: marvell: Fix not calling dev_err with a deviceSean Anderson2020-09-291-3/+3
* net: ti: cpsw: Fix not calling dev_dbg with a deviceSean Anderson2020-09-291-0/+6
* net: sun8i_emac: Fix not calling dev_xxx with a deviceSean Anderson2020-09-291-4/+5
* net: sunxi: Fix not calling dev_xxx with a deviceSean Anderson2020-09-291-2/+3
* linux/compat.h: Remove netdev_xxx functionsSean Anderson2020-09-291-19/+0
* net: mvpp2: Convert netdev_xxx to dev_xxxSean Anderson2020-09-291-31/+33
* net: mvpp2: Fix not calling dev_xxx with a deviceSean Anderson2020-09-291-11/+12
* net: mvneta: Convert netdev_xxx to dev_xxxSean Anderson2020-09-291-24/+28
* net: mvneta: Fix not always calling dev_err with a deviceSean Anderson2020-09-291-2/+2
* net: mdio: Fix not calling dev_dbg with a deviceSean Anderson2020-09-291-2/+2
* net: bcm6368: Fix not calling dev_info with a deviceSean Anderson2020-09-291-2/+1
* nand: vybrid: Re-introduce vf610_nfc.devSean Anderson2020-09-291-17/+21
* nand: brcmnand: Fix not calling dev_err() with a deviceSean Anderson2020-09-291-14/+6
* nand: atmel: Fix not calling dev_xxx with a deviceSean Anderson2020-09-291-30/+39
* mailbox: k3: Fix not calling dev_err with a deviceSean Anderson2020-09-291-2/+4
* mmc: mtk-sd: Fix not calling dev_err with a deviceSean Anderson2020-09-291-11/+13
* mmc: bcm2835-host: Fix not calling dev_dbg with a deviceSean Anderson2020-09-291-17/+17
* mmc: Add mmc_dev()Sean Anderson2020-09-291-0/+2
* mtd: spi-nand: Fix not calling dev_err with a deviceSean Anderson2020-09-291-4/+4
* mtd: spi: Fix logging in spi-nor-tinySean Anderson2020-09-291-5/+16
* mtd: spi: Include dm.h in spi-nor-core.cSean Anderson2020-09-291-0/+1
* mtd: nand: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-291-22/+23
* mtd: nand: pxa3xx: Fix not calling dev_xxx with a deviceSean Anderson2020-09-291-15/+15
* i2c: mxc: Fix dev_err being called on a nonexistant variableSean Anderson2020-09-291-2/+5
* firmware: ti_sci: Fix not calling dev_err with a deviceSean Anderson2020-09-291-7/+16
* dm: syscon: Fix calling dev_dbg with an uninitialized deviceSean Anderson2020-09-291-1/+1
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...WIP/25Sep2020-nextTom 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