summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-01i2c: rcar_i2c: Fix i2c read/write errorsLad Prabhakar1-1/+1
2020-09-30net: dwc_eth_qos: Convert to use APIs which support live DTPatrick Delaunay1-4/+3
2020-09-30phy: add support for stingray PAXB PHY controllerSrinath Mannam3-0/+185
2020-09-30net: smc911x: Automatically Update ethaddr with MACAdam Ford1-0/+3
2020-09-30net: ftgmac100: Add support for board specific PHY interface addressThirupathaiah Annapureddy1-0/+4
2020-09-30net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xxHeiko Stuebner1-24/+46
2020-09-30net: phy: mscc: make clock-output configurable on vsc85xxHeiko Stuebner1-0/+59
2020-09-30firmware: smci: sandbox test for SCMI reset controllersEtienne Carriere2-6/+151
2020-09-30reset: add reset controller driver for SCMI agentsEtienne Carriere4-0/+94
2020-09-30firmware: scmi: sandbox test for SCMI clocksEtienne Carriere3-5/+241
2020-09-30clk: add clock driver for SCMI agentsEtienne Carriere4-3/+119
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