~anthonywong/ubuntu/+source/linux-intel/+git/focal:master-prep

Last commit made on 2021-08-11
Get this branch:
git clone -b master-prep https://git.launchpad.net/~anthonywong/ubuntu/+source/linux-intel/+git/focal
Only Anthony Wong can upload to this branch. If you are Anthony Wong please log in for upload directions.

Branch merges

Branch information

Recent commits

a447222... by Jesse Sung

UBUNTU: Ubuntu-intel-5.11.0-1012.14

Signed-off-by: Wen-chien Jesse Sung <email address hidden>

1c04efe... by Jesse Sung

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1939482
Properties: no-test-build
Signed-off-by: Wen-chien Jesse Sung <email address hidden>

95f32ac... by Jesse Sung

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Wen-chien Jesse Sung <email address hidden>

b7ac132... by Hsuan-Yu Lin

UBUNTU: [Config] Disable CONFIG_PINCTRL_ELKHARTLAKE

BugLink: https://bugs.launchpad.net/bugs/1938408
BugLink: https://bugs.launchpad.net/bugs/1938413

* This is a known issue for reboot/poweroff support on EHL,
disable it until MR2 BIOS is released.

Signed-off-by: Hsuan-Yu Lin <email address hidden>
Signed-off-by: Wen-chien Jesse Sung <email address hidden>

c08ce70... by Raymond Tan <email address hidden>

usb: dwc3: pci: Fix DEFINE for Intel Elkhart Lake

BugLink: https://launchpad.net/bugs/1929902

There's no separate low power (LP) version of Elkhart Lake, thus
this patch updates the PCI Device ID DEFINE to indicate this.

Acked-by: Felipe Balbi <email address hidden>
Signed-off-by: Raymond Tan <email address hidden>
Signed-off-by: Heikki Krogerus <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
(cherry picked from commit 457d22850b27de3aea336108272d08602c55fdf7)
Signed-off-by: Wen-chien Jesse Sung <email address hidden>

7bba577... by Heikki Krogerus <email address hidden>

usb: dwc3: pci: Register a software node for the dwc3 platform device

BugLink: https://launchpad.net/bugs/1929902

By registering the software node directly instead of just
the properties in it, the driver can take advantage of also
the other features the software nodes have.

Acked-by: Felipe Balbi <email address hidden>
Signed-off-by: Heikki Krogerus <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
(cherry picked from commit e492ce9bcaa1c9661cd3dd6cff0eedf2fa640f31)
Signed-off-by: Wen-chien Jesse Sung <email address hidden>

9c8637f... by Heikki Krogerus <email address hidden>

software node: Introduce device_add_software_node()

BugLink: https://launchpad.net/bugs/1929902

This helper will register a software node and then assign
it to device at the same time. The function will also make
sure that the device can't have more than one software node.

Acked-by: Felipe Balbi <email address hidden>
Signed-off-by: Heikki Krogerus <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
(cherry picked from commit e68d0119e3284334de5650a1ac42ef4e179f895e)
Signed-off-by: Wen-chien Jesse Sung <email address hidden>

657c7bf... by Heikki Krogerus <email address hidden>

usb: dwc3: pci: ID for Tiger Lake CPU

BugLink: https://launchpad.net/bugs/1929892

Tiger Lake SOC (the versions of it that have integrated USB4
controller) may have two DWC3 controllers. One is part of
the PCH (Platform Controller Hub, i.e. the chipset) as
usual, and the other is inside the actual CPU block.

On all Intel platforms that have the two separate DWC3
controllers, the one inside the CPU handles USB3 and only
USB3 traffic, while the PCH version handles USB2 and USB2
alone. The reason for splitting the two busses like this is
to allow easy USB3 tunneling over USB4 connections. As USB2
is not tunneled over USB4, it has dedicated USB controllers
(both xHCI and DWC3).

Acked-by: Felipe Balbi <email address hidden>
Signed-off-by: Heikki Krogerus <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
(cherry picked from commit 73203bde3a95a48f27b2454dc6b955280c641afe)
Signed-off-by: Hsuan-Yu Lin <email address hidden>
Signed-off-by: Wen-chien Jesse Sung <email address hidden>

ce13c6d... by Stefan Bader

UBUNTU: Ubuntu-intel-5.11.0-1011.13

Signed-off-by: Stefan Bader <email address hidden>

896d802... by Stefan Bader

Revert "usb: dwc3: pci: ID for Tiger Lake CPU"

This reverts commit eea251d07b28355983e2c3549c865e10f7f927cf as it
breaks the build.

  CC [M] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_vm_helper.o
/<<PKGBUILDDIR>>/drivers/usb/dwc3/dwc3-pci.c:379:22: error: ‘dwc3_pci_intel_swnode’ undeclared here (not in a function)
  379 | (kernel_ulong_t) &dwc3_pci_intel_swnode, },
      | ^~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Stefan Bader <email address hidden>