aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dt-bindings: phy: Add Qualcomm Synopsys Hi-Speed USB PHY bindingSriharsha Allenki2020-03-201-0/+90
* dt-bindings: phy: remove qcom-dwc3-usb-phyJorge Ramirez-Ortiz2020-03-201-37/+0
* phy: phy-mtk-tphy: add a new reference clockChunfeng Yun2020-03-201-1/+18
* phy: phy-mtk-tphy: remove unused u3phya_ref clockChunfeng Yun2020-03-201-18/+0
* phy: phy-mtk-tphy: make the ref clock optionalChunfeng Yun2020-03-201-1/+1
* phy: phy-mtk-tphy: add a property for internal resistanceChunfeng Yun2020-03-201-2/+14
* phy: phy-mtk-tphy: add a property for disconnect thresholdChunfeng Yun2020-03-201-2/+15
* dt-bindings: phy-mtk-tphy: add the properties about address mappingChunfeng Yun2020-03-201-0/+10
* dt-bindings: phy-mtk-tphy: add a new reference clockChunfeng Yun2020-03-201-2/+5
* dt-bindings: phy-mtk-tphy: remove unused u3phya_ref clockChunfeng Yun2020-03-201-4/+0
* dt-bindings: phy-mtk-tphy: make the ref clock optionalChunfeng Yun2020-03-201-6/+7
* dt-bindings: phy-mtk-tphy: add two optional properties for u2phyChunfeng Yun2020-03-201-0/+2
* phy: amlogic: G12A: Fix misuse of GENMASK macroJoe Perches2020-03-201-1/+1
* phy: qcom: qmp: Use power_on/off ops for PCIeBjorn Andersson2020-03-201-3/+3
* phy: uniphier-pcie: Add SoC-dependent phy-mode function supportKunihiko Hayashi2020-03-201-7/+10
* phy: uniphier-pcie: Add legacy SoC support for Pro5Kunihiko Hayashi2020-03-201-11/+72
* phy: uniphier-usb3hs: Change Rx sync mode to avoid communication failureKunihiko Hayashi2020-03-201-4/+16
* phy: uniphier-usb3hs: Add legacy SoC support for Pro5Kunihiko Hayashi2020-03-201-15/+53
* phy: uniphier-usb3ss: Add Pro5 supportKunihiko Hayashi2020-03-201-0/+4
* dt-bindings: phy: socionext: Add Pro5 support and remove Pro4 from usb3-hsphyKunihiko Hayashi2020-03-203-9/+15
* phy: socionext: Use devm_platform_ioremap_resource()Kunihiko Hayashi2020-03-203-9/+3
* phy: qcom-qmp: Add MSM8996 UFS QMP supportBjorn Andersson2020-03-202-0/+111
* phy: cadence-torrent: Add support for subnode bindingsSwapnil Jakhade2020-03-201-75/+217
* phy: cadence-torrent: Add platform dependent initialization structureSwapnil Jakhade2020-03-201-0/+9
* phy: cadence-torrent: Use regmap to read and write DPTX PHY registersSwapnil Jakhade2020-03-201-69/+100
* phy: cadence-torrent: Use regmap to read and write Torrent PHY registersSwapnil Jakhade2020-03-201-369/+650
* phy: cadence-torrent: Implement PHY configure APIsSwapnil Jakhade2020-03-201-5/+431
* phy: cadence-torrent: Add 19.2 MHz reference clock supportSwapnil Jakhade2020-03-201-17/+441
* phy: cadence-torrent: Refactor code for reusabilitySwapnil Jakhade2020-03-201-93/+137
* phy: cadence-torrent: Add wrapper for DPTX register accessSwapnil Jakhade2020-03-201-21/+50
* phy: cadence-torrent: Add wrapper for PHY register accessSwapnil Jakhade2020-03-201-65/+77
* phy: cadence-torrent: Adopt Torrent nomenclatureSwapnil Jakhade2020-03-201-53/+58
* phy: cadence-dp: Rename to phy-cadence-torrentYuti Amonkar2020-03-203-5/+5
* dt-bindings: phy: Add Cadence MHDP PHY bindings in YAML format.Yuti Amonkar2020-03-201-0/+143
* dt-bindings: phy: Remove Cadence MHDP PHY dt bindingYuti Amonkar2020-03-051-30/+0
* phy: qcom: qmp: Add SDM845 QHP PCIe PHYBjorn Andersson2020-02-212-0/+271
* phy: qcom: qmp: Add SDM845 PCIe QMP PHY supportBjorn Andersson2020-02-211-0/+156
* dt-bindings: phy-qcom-qmp: Add SDM845 PCIe to bindingBjorn Andersson2020-02-211-0/+10
* Linux 5.6-rc1v5.6-rc1Linus Torvalds2020-02-091-2/+2
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-0953-261/+252
|\
| * kbuild: make multiple directory targets workMasahiro Yamada2020-02-061-1/+1
| * kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa2020-02-051-3/+2
| * kallsyms: fix type of kallsyms_token_table[]Masahiro Yamada2020-02-051-2/+3
| * scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada2020-02-041-56/+65
| * scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada2020-02-041-12/+12
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-0449-190/+172
| * kbuild: fix the document to use extra-y for vmlinux.ldsMasahiro Yamada2020-02-041-2/+2
| * kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-041-1/+1
* | Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-02-099-0/+2058
|\ \
| * | zonefs: Add documentationDamien Le Moal2020-02-072-0/+405