~vicamo/+git/ubuntu-kernel:bug-1991500/rtcwake-stall-for-5-minutes/revert-b0c07116c8943/oem-6.0

Last commit made on 2022-10-18
Get this branch:
git clone -b bug-1991500/rtcwake-stall-for-5-minutes/revert-b0c07116c8943/oem-6.0 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-1991500/rtcwake-stall-for-5-minutes/revert-b0c07116c8943/oem-6.0
Repository:
lp:~vicamo/+git/ubuntu-kernel

Recent commits

3e5c295... by You-Sheng Yang

Bug 1991500: Revert "platform/x86: amd-pmc: Avoid reading SMU version at probe time"

039c4f3... by You-Sheng Yang

Revert "platform/x86: amd-pmc: Avoid reading SMU version at probe time"

BugLink: https://bugs.launchpad.net/somerville/+bug/1991500

This reverts commit b0c07116c894325d40a218f558047f925e4b3bdb.

934011c... by You-Sheng Yang

Experimental linux-oem-6.0/jammy changes

184594c... by You-Sheng Yang

Revert "Revert "UBUNTU: [Config] enable Intel DMA remapping options by default""

This reverts commit 55154cf860ec1266b7e3e7adcff19f59ed771b5c.

Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>

266d14c... by You-Sheng Yang

[DONOTSUBMIT] debian/dkms-versions -- use intel-ipu6-dkms/intel-vsc-dkms from PPA

Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>

77464b8... by You-Sheng Yang

UBUNTU: [Packaging] debian/dkms-versions -- add intel-ipu6-dkms/intel-vsc-dkms

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

Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>

4c368ba... by Basavaraj Natikar <email address hidden>

HID: amd_sfh: Handle condition of "no sensors" for SFH1.1

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

Based on num_hid_devices, each sensor device registers to HID. If
"no sensors" then amd_sfh work initialization and scheduling
doesn’t make sense and return ENODEV to stop driver probe.
Hence add a check for num_hid_devices to handle special
case in the situation of "no sensors" for SFH1.1.

Fixes: 93ce5e0231d7 ("HID: amd_sfh: Implement SFH1.1 functionality")
Signed-off-by: Basavaraj Natikar <email address hidden>
Signed-off-by: Jiri Kosina <email address hidden>
(cherry picked from commit 68266bdcceec10ea364e62c63732cd6fe5a256a8 linux-next)
Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>

344e61d... by Basavaraj Natikar <email address hidden>

HID: amd_sfh: Change dev_err to dev_dbg for additional debug info

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

Users should only be notified at most one time on systems doesn't have
any sensors connected or non-supported systems.

Check the return code and don't display error messages in those
conditions.

Signed-off-by: Basavaraj Natikar <email address hidden>
Signed-off-by: Jiri Kosina <email address hidden>
(cherry picked from commit beb18bb22cd4fb88648bb2925d56f36131c1ac21 linux-next)
Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>

7b3ede0... by Szuying Chen <email address hidden>

thunderbolt: Add support for ASMedia NVM image format

BugLink: https://bugs.launchpad.net/amd/+bug/1989001

Add support for ASMedia specific NVM image format. This makes it
possible to upgrade the NVM firmware of ASMedia routers in addition to
Intel ones.

Signed-off-by: Szuying Chen <email address hidden>
Signed-off-by: Mika Westerberg <email address hidden>
(cherry picked from commit a52958321bbb4e8b2b4ab5849b8cbb0202b1029d linux-next)
Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>

1bea6b1... by Szuying Chen <email address hidden>

thunderbolt: Move vendor specific NVM handling into nvm.c

BugLink: https://bugs.launchpad.net/amd/+bug/1989001

As there will be more USB4 devices that support NVM firmware upgrade from
various vendors, it makes sense to split out the Intel specific NVM
image handling from the generic code. This moves the Intel specific NVM
handling into a new structure that will be matched by the device type
and the vendor ID. Do this for both routers and retimers.

This makes it easier to extend the NVM support to cover new vendors and
NVM image formats in the future.

Signed-off-by: Szuying Chen <email address hidden>
Signed-off-by: Mika Westerberg <email address hidden>
(cherry picked from commit aef9c693e7e550954fc526b919342cc7d8047ed1 linux-next)
Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>