summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: convert to TRB_TX_TYPE()Chunfeng Yun2020-10-011-2/+2
* usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()Chunfeng Yun2020-10-011-9/+7
* usb: xhci: convert to TRB_TYPE()Chunfeng Yun2020-10-012-8/+6
* usb: xhci: convert to HCS_MAX_PORTS()Chunfeng Yun2020-10-011-2/+1
* usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun2020-10-013-3/+9
* usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun2020-10-011-55/+50
* usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun2020-10-012-2/+3
* Merge branch '2020-09-30-assorted-network-improvements' into nextTom Rini2020-10-017-28/+300
|\
| * net: dwc_eth_qos: Convert to use APIs which support live DTPatrick Delaunay2020-09-301-4/+3
| * phy: add support for stingray PAXB PHY controllerSrinath Mannam2020-09-303-0/+185
| * net: smc911x: Automatically Update ethaddr with MACAdam Ford2020-09-301-0/+3
| * net: ftgmac100: Add support for board specific PHY interface addressThirupathaiah Annapureddy2020-09-301-0/+4
| * net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xxHeiko Stuebner2020-09-301-24/+46
| * net: phy: mscc: make clock-output configurable on vsc85xxHeiko Stuebner2020-09-301-0/+59
* | firmware: smci: sandbox test for SCMI reset controllersWIP/30Sep2020-nextEtienne Carriere2020-09-302-6/+151
* | reset: add reset controller driver for SCMI agentsEtienne Carriere2020-09-304-0/+94
* | firmware: scmi: sandbox test for SCMI clocksEtienne Carriere2020-09-303-5/+241
* | clk: add clock driver for SCMI agentsEtienne Carriere2020-09-304-3/+119
* | firmware: scmi: support Arm SMCCC transportEtienne Carriere2020-09-303-3/+93
* | firmware: scmi: mailbox/smt agent deviceEtienne Carriere2020-09-305-2/+333
* | firmware: add SCMI agent uclassEtienne Carriere2020-09-306-0/+271
* | regmap: Add support for regmap fieldsJean-Jacques Hiblot2020-09-301-0/+83
* | regmap: Allow devices to specify regmap range start and size in configPratyush Yadav2020-09-301-1/+5
* | regmap: Add regmap_init_mem_range()Pratyush Yadav2020-09-301-0/+27
* | regmap: Allow left shifting register offset before accessPratyush Yadav2020-09-301-1/+5
* | regmap: Allow specifying read/write widthPratyush Yadav2020-09-301-3/+12
* | regmap: zero out the regmap on allocationPratyush Yadav2020-09-301-1/+2
* | regmap: Add devm_regmap_init()Jean-Jacques Hiblot2020-09-301-0/+29
* | drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot2020-09-301-0/+71
* | test: reset: Add tests for the managed APIJean-Jacques Hiblot2020-09-302-6/+64
* | drivers: reset: Add a managed API to get reset controllers from the DTJean-Jacques Hiblot2020-09-301-4/+114
|/
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini2020-09-307-38/+100
|\
| * riscv: clk: Add CLINT clock to kendryte clock driverSean Anderson2020-09-301-0/+4
| * timer: Add a test for timer_timebase_fallbackSean Anderson2020-09-302-8/+35
| * timer: Add helper for drivers using timebase fallbackSean Anderson2020-09-301-0/+31
| * riscv: Rework riscv timer driver to only support S-modeSean Anderson2020-09-302-21/+22
| * ram: sifive: Remove regmap dependencyBin Meng2020-09-301-9/+3
| * ram: sifive: Check return value on clk_enable()Bin Meng2020-09-301-0/+5
* | video: stm32: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-10/+14
* | usb: musb-new: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-301-4/+5
* | usb: dwc3: Don't include asm-generic/io.hSean Anderson2020-09-301-1/+0
* | usb: dwc3: ti: Fix not calling dev_err with a deviceSean Anderson2020-09-301-2/+2
* | usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-303-18/+21
* | usb: dwc2: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-16/+23
* | usb: cdns3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-302-4/+4
* | sysreset: ti: Fix not calling dev_err with a deviceSean Anderson2020-09-301-2/+1
* | spi: zynqmp_gqspi: Fix not calling dev_err with a deviceSean Anderson2020-09-301-3/+3
* | spi: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-301-3/+3
* | 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