summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | phy: qcom-qmp: Add support for SDX55 QMP PHYManivannan Sadhasivam2021-01-171-0/+83
| * | dt-bindings: phy: qcom,qmp: Add SDX55 USB PHY bindingManivannan Sadhasivam2021-01-171-0/+27
| * | phy: stm32: rework PLL Lock detectionAmelie Delaunay2021-01-131-34/+54
| * | phy: stm32: ensure phy are no more active when removing the driverAmelie Delaunay2021-01-131-0/+6
| * | phy: stm32: ensure pll is disabled before phys creationAmelie Delaunay2021-01-131-2/+15
| * | phy: stm32: replace regulator_bulk* by multiple regulator_*Amelie Delaunay2021-01-131-17/+52
| * | phy: stm32: manage 1v1 and 1v8 supplies at pll activation/deactivationAmelie Delaunay2021-01-131-56/+46
| * | dt-bindings: phy: phy-stm32-usbphyc: move PLL supplies to parent nodeAmelie Delaunay2021-01-131-12/+10
| * | dt-bindings: phy: update phy-cadence-sierra.yaml referenceMauro Carvalho Chehab2021-01-131-1/+1
| * | phy: phy-brcm-usb: support PHY on the BCM4908Rafał Miłecki2021-01-132-1/+6
| * | dt-bindings: phy: brcm, brcmstb-usb-phy: add BCM4908 bindingRafał Miłecki2021-01-131-1/+4
| * | dt-bindings: phy: brcm, brcmstb-usb-phy: convert to the json-schemaRafał Miłecki2021-01-132-86/+193
| * | phy: mediatek: Mark mtk_mipi_tx_driver with static keywordZou Wei2021-01-131-1/+1
| * | dt-bindings: phy: convert MIPI DSI PHY binding to YAML schemaChunfeng Yun2021-01-132-17/+86
| * | dt-bindings: phy: convert HDMI PHY binding to YAML schemaChunfeng Yun2021-01-132-17/+93
| * | dt-bindings: phy: convert phy-mtk-ufs.txt to YAML schemaChunfeng Yun2021-01-132-38/+64
| * | dt-bindings: phy: convert phy-mtk-tphy.txt to YAML schemaChunfeng Yun2021-01-132-162/+260
| * | dt-bindings: phy: convert phy-mtk-xsphy.txt to YAML schemaChunfeng Yun2021-01-132-109/+199
| * | phy: ingenic: Remove useless field .versionPaul Cercueil2021-01-131-23/+0
| * | phy: cadence-torrent: Fix error code in cdns_torrent_phy_probe()Dan Carpenter2021-01-131-0/+1
| * | phy: phy-brcm-usb: specify init function format at struct levelRafał Miłecki2021-01-131-4/+3
| * | phy: phy-brcm-usb: improve getting OF matching dataRafał Miłecki2021-01-131-3/+4
* | | Merge tag 'soundwire-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2021-02-097-105/+128
|\ \ \
| * | | soundwire: bus: clarify dev_err/dbg device referencesPierre-Louis Bossart2021-02-071-30/+33
| * | | soundwire: bus: fix confusion on device used by pm_runtimePierre-Louis Bossart2021-02-071-9/+9
| * | | soundwire: export sdw_write/read_no_pm functionsBard Liao2021-02-072-3/+6
| * | | soundwire: bus: use no_pm IO routines for all interrupt handlingPierre-Louis Bossart2021-02-061-13/+13
| * | | soundwire: bus: use sdw_write_no_pm when setting the bus scale registersPierre-Louis Bossart2021-02-061-3/+3
| * | | soundwire: bus: use sdw_update_no_pm when initializing a devicePierre-Louis Bossart2021-02-061-2/+14
| * | | soundwire: Revert "soundwire: debugfs: use controller id instead of link_id"Vinod Koul2021-02-061-1/+1
| * | | soundwire: return earlier if no slave is attachedChao Song2021-02-011-12/+9
| * | | soundwire: bus: add better dev_dbg to track complete() callsPierre-Louis Bossart2021-02-011-3/+8
| * | | soundwire: cadence: adjust verbosity in response handlingPierre-Louis Bossart2021-01-191-2/+2
| * | | soundwire: cadence: fix ACK/NAK handlingPierre-Louis Bossart2021-01-191-4/+4
| * | | soundwire: bus: add more details to track failed transfersBard Liao2021-01-191-2/+4
| * | | soundwire: cadence: add status in dev_dbg 'State change' logPierre-Louis Bossart2021-01-191-9/+10
| * | | soundwire: use consistent format for Slave devID logsPierre-Louis Bossart2021-01-192-9/+6
| * | | soundwire: intel: don't return error when clock stop failedBard Liao2021-01-191-2/+4
| * | | soundwire: debugfs: use controller id instead of link_idSrinivas Kandagatla2021-01-191-1/+1
| * | | MAINTAINERS: soundwire: Add soundwire treeVinod Koul2021-01-191-0/+1
| * | | soundwire: sysfs: Constify static struct attribute_groupRikard Falkeborn2021-01-191-1/+1
| * | | soundwire: cadence: reduce timeout on transactionsPierre-Louis Bossart2021-01-191-1/+1
| * | | soundwire: intel: Use kzalloc for allocating only one thingZheng Yongjun2021-01-061-1/+1
| |/ /
* | | mei: use sysfs_emit() in tx_queue_limit_show sysfsTomas Winkler2021-02-091-1/+1
* | | mei: bus: block send with vtag on non-conformat FWAlexander Usyskin2021-02-091-0/+7
* | | mei: bus: change remove callback to return voidUwe Kleine-König2021-02-096-15/+11
* | | mei: bus: simplify mei_cl_device_remove()Uwe Kleine-König2021-02-091-5/+1
| |/ |/|
* | mei: implement client dma setup.Alexander Usyskin2021-02-066-1/+446
* | mei: hbm: add client dma hbm messagesAlexander Usyskin2021-02-061-0/+53
* | mei: add support for client dma capabilityAlexander Usyskin2021-02-064-1/+23