summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-30firmware: scmi: support Arm SMCCC transportEtienne Carriere3-3/+93
2020-09-30firmware: scmi: mailbox/smt agent deviceEtienne Carriere5-2/+333
2020-09-30firmware: add SCMI agent uclassEtienne Carriere6-0/+271
2020-09-30regmap: Add support for regmap fieldsJean-Jacques Hiblot1-0/+83
2020-09-30regmap: Allow devices to specify regmap range start and size in configPratyush Yadav1-1/+5
2020-09-30regmap: Add regmap_init_mem_range()Pratyush Yadav1-0/+27
2020-09-30regmap: Allow left shifting register offset before accessPratyush Yadav1-1/+5
2020-09-30regmap: Allow specifying read/write widthPratyush Yadav1-3/+12
2020-09-30regmap: zero out the regmap on allocationPratyush Yadav1-1/+2
2020-09-30regmap: Add devm_regmap_init()Jean-Jacques Hiblot1-0/+29
2020-09-30drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot1-0/+71
2020-09-30test: reset: Add tests for the managed APIJean-Jacques Hiblot2-6/+64
2020-09-30drivers: reset: Add a managed API to get reset controllers from the DTJean-Jacques Hiblot1-4/+114
2020-09-30Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini7-38/+100
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 Anderson1-16/+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-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: 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