| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-10-22 | 2 | -6/+22 |
|\ |
|
| * | phy: marvell: comphy: Convert internal SMCC firmware return codes to errno | Pali Rohár | 2020-10-02 | 2 | -6/+22 |
* | | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2020-10-15 | 6 | -0/+813 |
|\ \ |
|
| * \ | Merge tag 'mediatek-drm-next-5.10' of https://git.kernel.org/pub/scm/linux/ke... | Dave Airlie | 2020-09-29 | 6 | -0/+813 |
| |\ \ |
|
| | * | | drm/mediatek: Disable tmds on mt2701 | chunhui dai | 2020-09-14 | 3 | -0/+5 |
| | * | | phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek folder | CK Hu | 2020-09-06 | 6 | -0/+808 |
| | |/ |
|
| * | | Merge tag 'phy-attrs-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Tomi Valkeinen | 2020-09-18 | 1 | -0/+4 |
| |\ \ |
|
* | \ \ | Merge 5.9-rc8 into usb-next | Greg Kroah-Hartman | 2020-10-05 | 1 | -2/+4 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'phy-fixes-2-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2020-09-29 | 1 | -2/+4 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | phy: ti: am654: Fix a leak in serdes_am654_probe() | Dan Carpenter | 2020-09-08 | 1 | -2/+4 |
* | | | | | Merge tag 'phy-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy... | Greg Kroah-Hartman | 2020-10-02 | 37 | -617/+4832 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | phy: qcom-qmp: initialize the pointer to NULL | Vinod Koul | 2020-10-01 | 1 | -3/+3 |
| * | | | | phy: qcom-qmp: Add support for sc7180 DP phy | Stephen Boyd | 2020-09-28 | 1 | -0/+124 |
| * | | | | phy: qcom-qmp: Add support for DP in USB3+DP combo phy | Stephen Boyd | 2020-09-28 | 2 | -90/+775 |
| * | | | | phy: qcom-qmp: Use devm_platform_ioremap_resource() to simplify | Stephen Boyd | 2020-09-28 | 1 | -8/+3 |
| * | | | | phy: qcom-qmp: Get dp_com I/O resource by index | Stephen Boyd | 2020-09-28 | 1 | -7/+3 |
| * | | | | phy: qcom-qmp: Move 'serdes' and 'cfg' into 'struct qcom_phy' | Stephen Boyd | 2020-09-28 | 1 | -57/+56 |
| * | | | | phy: qcom-qmp: Remove 'initialized' in favor of 'init_count' | Stephen Boyd | 2020-09-28 | 1 | -7/+2 |
| * | | | | phy: qcom-qmp: Move phy mode into struct qmp_phy | Stephen Boyd | 2020-09-28 | 1 | -8/+7 |
| * | | | | phy: rockchip-dphy-rx0: Include linux/delay.h | Tomasz Figa | 2020-09-22 | 1 | -0/+1 |
| * | | | | phy: fix USB_LGM_PHY warning & build errors | Randy Dunlap | 2020-09-22 | 1 | -0/+1 |
| * | | | | phy: cadence-torrent: Add USB + SGMII/QSGMII multilink configuration | Swapnil Jakhade | 2020-09-18 | 1 | -0/+254 |
| * | | | | phy: cadence-torrent: Add PCIe + USB multilink configuration | Swapnil Jakhade | 2020-09-18 | 1 | -0/+216 |
| * | | | | phy: cadence-torrent: Add single link USB register sequences | Swapnil Jakhade | 2020-09-18 | 1 | -1/+259 |
| * | | | | phy: cadence-torrent: Add single link SGMII/QSGMII register sequences | Swapnil Jakhade | 2020-09-18 | 1 | -0/+89 |
| * | | | | phy: cadence-torrent: Configure PHY_PLL_CFG as part of link_cmn_vals | Swapnil Jakhade | 2020-09-18 | 1 | -4/+18 |
| * | | | | phy: cadence-torrent: Add PHY link configuration sequences for single link | Swapnil Jakhade | 2020-09-18 | 1 | -0/+44 |
| * | | | | phy: cadence-torrent: Add clk changes for multilink configuration | Swapnil Jakhade | 2020-09-18 | 1 | -24/+17 |
| * | | | | phy: cadence-torrent: Update PHY reset for multilink configuration | Swapnil Jakhade | 2020-09-18 | 1 | -7/+21 |
| * | | | | phy: cadence-torrent: Add support for PHY multilink configuration | Swapnil Jakhade | 2020-09-18 | 1 | -26/+757 |
| * | | | | phy: cadence-torrent: Add PHY APB reset support | Swapnil Jakhade | 2020-09-18 | 1 | -0/+13 |
| * | | | | phy: cadence-torrent: Check cmn_ready assertion during PHY power on | Swapnil Jakhade | 2020-09-18 | 1 | -1/+30 |
| * | | | | phy: cadence-torrent: Add single link PCIe support | Swapnil Jakhade | 2020-09-18 | 1 | -30/+266 |
| * | | | | phy: cadence-torrent: Check total lane count for all subnodes is within limit | Swapnil Jakhade | 2020-09-18 | 1 | -4/+15 |
| * | | | | phy: cadence-torrent: Add separate regmap functions for torrent and DP | Swapnil Jakhade | 2020-09-18 | 1 | -33/+66 |
| * | | | | phy: cadence-torrent: Enable support for multiple subnodes | Swapnil Jakhade | 2020-09-18 | 1 | -15/+0 |
| * | | | | phy: cadence-torrent: Use devm_platform_ioremap_resource() to get reg addresses | Swapnil Jakhade | 2020-09-18 | 1 | -6/+2 |
| * | | | | phy: cadence-torrent: Use of_device_get_match_data() to get driver data | Swapnil Jakhade | 2020-09-18 | 1 | -8/+5 |
| * | | | | phy: intel: Add Keem Bay eMMC PHY support | Wan Ahmad Zainie | 2020-09-16 | 3 | -0/+320 |
| * | | | | phy: intel: Rename phy-intel to phy-intel-lgm | Wan Ahmad Zainie | 2020-09-16 | 4 | -7/+7 |
| * | | | | phy: cadence: torrent: Constify regmap_config structs | Rikard Falkeborn | 2020-09-16 | 1 | -6/+6 |
| * | | | | phy: cadence: salvo: Constify cdns_nxp_sequence_pair | Rikard Falkeborn | 2020-09-16 | 1 | -3/+3 |
| * | | | | phy: cadence: Sierra: Constify static structs | Rikard Falkeborn | 2020-09-16 | 1 | -12/+12 |
| * | | | | Merge branch 'topic/phy_attrs' into next | Vinod Koul | 2020-09-16 | 1 | -0/+4 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | phy: cadence-torrent: Set Torrent PHY attributes | Swapnil Jakhade | 2020-09-16 | 1 | -0/+4 |
| | | |/
| | |/| |
|
| * | | | phy: Add USB3 PHY support for Intel LGM SoC | Ramuthevar Vadivel Murugan | 2020-09-11 | 3 | -0/+295 |
| * | | | phy: ti: gmii-sel: retrieve ports number and base offset from dt | Grygorii Strashko | 2020-09-08 | 1 | -11/+33 |
| * | | | phy: ti: gmii-sel: use features mask during init | Grygorii Strashko | 2020-09-08 | 1 | -8/+2 |
| * | | | phy: ti: gmii-sel: move phy init in separate function | Grygorii Strashko | 2020-09-08 | 1 | -47/+64 |
| * | | | phy: phy-pxa-28nm-usb2: convert to readl_poll_timeout() | Chunfeng Yun | 2020-09-08 | 1 | -18/+15 |