summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-12phy: Add configuration interfaceMaxime Ripard2-0/+122
2018-12-12phy: Add MIPI D-PHY modeMaxime Ripard1-0/+1
2018-12-12phy: add driver for Freescale i.MX8MQ USB3 PHYLi Jun5-0/+135
2018-12-12dt-bindings: phy: add binding for Freescale i.MX8MQ USB3 PHYLucas Stach1-0/+17
2018-12-12phy: Use of_node_name_eq for node name comparisonsRob Herring2-5/+5
2018-12-12net: ethernet: ti: cpsw: add support for port interface mode selection phyGrygorii Strashko1-1/+18
2018-12-12dt-bindings: net: ti: cpsw: switch to use phy-gmii-sel phyGrygorii Strashko1-1/+7
2018-12-12phy: ti: introduce phy-gmii-sel driverGrygorii Strashko3-0/+360
2018-12-12dt-bindings: phy: add cpsw port interface mode selection phy bindingsGrygorii Strashko1-0/+68
2018-12-12phy: mvebu-cp110-comphy: fix spelling in structure nameMiquel Raynal1-2/+2
2018-12-12phy: mapphone-mdm6600: Improve phy related runtime PM callsTony Lindgren1-20/+51
2018-12-12phy: renesas: rcar-gen3-usb2: follow the hardware manual procedureYoshihiro Shimoda1-6/+11
2018-12-12phy: cadence: Add driver for Sierra PHYAlan Douglas3-1/+404
2018-12-12dt-bindings: phy: Document cadence Sierra PHY bindingsAlan Douglas1-0/+67
2018-12-12phy: core: clean up unused ethernet specific phy modesGrygorii Strashko1-4/+0
2018-12-12phy: mvebu-cp110-comphy: convert to use eth phy mode and submodeGrygorii Strashko2-56/+53
2018-12-12phy: ocelot-serdes: convert to use eth phy mode and submodeGrygorii Strashko2-13/+18
2018-12-12phy: core: add PHY_MODE_ETHERNETGrygorii Strashko1-0/+1
2018-12-12phy: core: rework phy_set_mode to accept phy mode and submodeGrygorii Strashko16-22/+39
2018-12-12MAINTAINERS: Add Kishon as maintainer of PHY bindingsRob Herring1-0/+1
2018-12-12phy: sun4i-usb: add support for H6 USB2 PHYIcenowy Zheng1-2/+17
2018-12-12phy: sun4i-usb: add support for missing USB PHY indexIcenowy Zheng1-0/+7
2018-12-12dt-bindings: phy: add binding for Allwinner H6 USB2 PHYIcenowy Zheng1-3/+5
2018-11-21phy: qcom-qusb2: Fix HSTX_TRIM tuning with fused value for SDM845Manu Gautam1-0/+1
2018-11-21phy: qcom-qusb2: Use HSTX_TRIM fused value as isManu Gautam1-9/+10
2018-11-12dt-bindings: phy-qcom-qmp: Fix several mistakes from prior commitsDouglas Anderson1-8/+23
2018-11-12phy: uniphier-pcie: Depend on HAS_IOMEMKunihiko Hayashi1-1/+2
2018-11-05Linux 4.20-rc1v4.20-rc1Linus Torvalds1-2/+2
2018-11-05Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds25-292/+2418
2018-11-04Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-40/+17
2018-11-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-0/+432
2018-11-04Merge tag 'ntb-4.20' of git://github.com/jonmason/ntbLinus Torvalds6-110/+429
2018-11-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2018-11-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds47-171/+198
2018-11-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds102-539/+3616
2018-11-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2018-11-04sched/topology: Fix off by one bugPeter Zijlstra1-1/+1
2018-11-04Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar4068-73501/+261778
2018-11-03Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds8-22/+35
2018-11-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-8/+23
2018-11-03Merge tag 'dma-mapping-4.20-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2018-11-03Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds17-78/+28
2018-11-03Merge tag '4.20-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds12-99/+530
2018-11-03Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2018-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds16-50/+52
2018-11-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds19-124/+172
2018-11-03memory_hotplug: cond_resched in __remove_pagesMichal Hocko1-0/+1
2018-11-03bfs: add sanity check at bfs_fill_super()Tetsuo Handa1-3/+6
2018-11-03kernel/sysctl.c: remove duplicated includeMichael Schupikov1-1/+0
2018-11-03kernel/kexec_file.c: remove some duplicated includeszhong jiang1-2/+0