~vicamo/+git/ubuntu-kernel:bug-1945576/igc-remove-checkings/intel-5.11

Last commit made on 2021-09-30
Get this branch:
git clone -b bug-1945576/igc-remove-checkings/intel-5.11 https://git.launchpad.net/~vicamo/+git/ubuntu-kernel
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
bug-1945576/igc-remove-checkings/intel-5.11
Repository:
lp:~vicamo/+git/ubuntu-kernel

Recent commits

26e9a8a... by You-Sheng Yang

Bug 1945576: Intel I225-IT device probe failure

dd7f558... by Sasha Neftin

igc: Remove phy->type checking

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

i225 devices have only one phy->type: copper. There is no point checking
phy->type during the igc_has_link method from the watchdog that
invoked every 2 seconds.
This patch comes to clean up these pointless checkings.

Signed-off-by: Sasha Neftin <email address hidden>
Tested-by: Dvora Fuxbrumer <email address hidden>
Signed-off-by: Tony Nguyen <email address hidden>
(cherry picked from commit 47bca7de6a4fb8dcb564c7ca14d885c91ed19e03)
Signed-off-by: You-Sheng Yang <email address hidden>

658c1f7... by Sasha Neftin

igc: Remove _I_PHY_ID checking

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

i225 devices have only one PHY vendor. There is no point checking
_I_PHY_ID during the link establishment and auto-negotiation process.
This patch comes to clean up these pointless checkings.

Signed-off-by: Sasha Neftin <email address hidden>
Tested-by: Dvora Fuxbrumer <email address hidden>
Signed-off-by: Tony Nguyen <email address hidden>
(cherry picked from commit 7c496de538eebd8212dc2a3c9a468386b264d0d4)
Signed-off-by: You-Sheng Yang <email address hidden>

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>