aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-30firmware: add SCMI agent uclassEtienne Carriere15-0/+505
2020-09-30test: dm: Add tests for regmap managed API and regmap fieldsJean-Jacques Hiblot2-0/+211
2020-09-30test/py: allow multi-digit index in in_tree()Pratyush Yadav1-1/+1
2020-09-30regmap: Add support for regmap fieldsJean-Jacques Hiblot2-0/+205
2020-09-30regmap: Allow devices to specify regmap range start and size in configPratyush Yadav2-1/+11
2020-09-30regmap: Add regmap_init_mem_range()Pratyush Yadav2-0/+46
2020-09-30regmap: Allow left shifting register offset before accessPratyush Yadav2-1/+11
2020-09-30regmap: Allow specifying read/write widthPratyush Yadav2-19/+34
2020-09-30regmap: zero out the regmap on allocationPratyush Yadav1-1/+2
2020-09-30regmap: Add devm_regmap_init()Jean-Jacques Hiblot2-0/+47
2020-09-30test: gpio: Add tests for the managed APIJean-Jacques Hiblot4-4/+116
2020-09-30drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot2-0/+118
2020-09-30test: reset: Add tests for the managed APIJean-Jacques Hiblot4-6/+127
2020-09-30drivers: reset: Add a managed API to get reset controllers from the DTJean-Jacques Hiblot2-5/+248
2020-09-30Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini33-211/+357
2020-09-30Merge branch '2020-09-29-dev_xxx-print-improvement' into nextTom Rini48-407/+486
2020-09-30dm: Print device name in dev_xxx like LinuxSean Anderson1-28/+82
2020-09-30dm: Use symbolic constants for log levels in dev_xxxSean Anderson1-10/+11
2020-09-30video: stm32: Fix not calling dev_xxx with a deviceSean Anderson1-10/+14
2020-09-30usb: musb-new: sunxi: Fix not calling dev_err with a deviceSean Anderson1-4/+5
2020-09-30usb: dwc3: Don't include asm-generic/io.hSean Anderson1-1/+0
2020-09-30usb: dwc3: ti: Fix not calling dev_err with a deviceSean Anderson1-2/+2
2020-09-30usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson3-18/+21
2020-09-30usb: dwc2: Fix not calling dev_xxx with a deviceSean Anderson1-16/+23
2020-09-30usb: cdns3: Fix not calling dev_xxx with a deviceSean Anderson2-4/+4
2020-09-30sysreset: ti: Fix not calling dev_err with a deviceSean Anderson1-2/+1
2020-09-30spi: zynqmp_gqspi: Fix not calling dev_err with a deviceSean Anderson1-3/+3
2020-09-30spi: sunxi: Fix not calling dev_err with a deviceSean Anderson1-3/+3
2020-09-30soc: qualcomm: Fix not calling dev_err with a deviceSean Anderson1-1/+1
2020-09-30remoteproc: k3: Fix not calling dev_xxx with a deviceSean Anderson1-4/+5
2020-09-30remoteproc: k3-r5: Fix not calling dev_xxx with a deviceSean Anderson1-10/+14
2020-09-30remoteproc: Remove unused function rproc_elf_sanity_checkSean Anderson2-29/+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-30linux/compat.h: Remove netdev_xxx functionsSean Anderson1-19/+0
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: mdio: Fix not calling dev_dbg 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