-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'my/v5.10.52' into lts2020/yocto
# By Ranjan Dutta (77) and others * my/v5.10.52: (1140 commits) Revert "drm/nouveau: fix dma_address check for CPU/GPU sync" Revert "drm/bridge/sii8620: fix dependency on extcon" Revert "drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()" Revert "drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()" Revert "drm/ast: Fix missing conversions to managed API" Revert "drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips command" Revert "drm/vmwgfx: Fix cpu updates of coherent multisample surfaces" Revert "drm: rockchip: set alpha_en to 0 if it is not used" Revert "drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write()" Revert "drm/rockchip: dsi: move all lane config except LCDC mux to bind()" Revert "drm/rockchip: lvds: Fix an error handling path" Revert "drm/rockchip: cdn-dp: fix sign extension on an int multiply for a u64 result" Revert "drm/pl111: depend on CONFIG_VEXPRESS_CONFIG" Revert "drm/pl111: Actually fix CONFIG_VEXPRESS_CONFIG depends" Revert "drm/vc4: hdmi: Fix error path of hpd-gpios" Revert "drm: qxl: ensure surf.data is ininitialized" Revert "drm/msm: Fix error return code in msm_drm_init()" Revert "drm/msm/dpu: Fix error return code in dpu_mdss_init()" Revert "drm/mxsfb: Don't select DRM_KMS_FB_HELPER" Revert "drm/zte: Don't select DRM_KMS_FB_HELPER" ... # Conflicts: # drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
- Loading branch information
Showing
1,042 changed files
with
9,159 additions
and
5,074 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,3 @@ | |
&rtctarget { | ||
status = "disabled"; | ||
}; | ||
|
||
&usb4_tm { | ||
status = "disabled"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,3 @@ | |
&pcie2_rc { | ||
compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie"; | ||
}; | ||
|
||
&usb4_tm { | ||
status = "disabled"; | ||
}; |
Oops, something went wrong.