lp:~vicamo/+git/ubuntu-kernel

Owned by You-Sheng Yang
Get this repository:
git clone https://git.launchpad.net/~vicamo/+git/ubuntu-kernel
Only You-Sheng Yang can upload to this repository. If you are You-Sheng Yang please log in for upload directions.

Branches

Name Last Modified Last Commit
bug-2044254/intel-ipu6-OV08X40/v6.8-intel 2024-04-16 08:58:43 UTC
media: ov08x40: Add Tline calculation and handshake pin support

Author: Hao Yao
Author Date: 2024-03-26 03:17:06 UTC

media: ov08x40: Add Tline calculation and handshake pin support

Signed-off-by: Hao Yao <hao.yao@intel.com>
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2044254/intel-ipu6-OV08X40/v6.5-rebased 2024-04-16 07:41:42 UTC
media/i2c:Add new sensor OV08X40 driver

Author: Serin Yeh
Author Date: 2024-03-19 09:43:56 UTC

media/i2c:Add new sensor OV08X40 driver

Add new sensor OV08X40 driver. Add Tline calculation and handshake
pin support for sensor

Change-Id: I4cf3f683dcedbbd9b882e48d948ab121f9d5d33c
Tracked-On: #JILCCI-19
Signed-off-by: Serin Yeh <serin.yeh@intel.com>

bug-2044254/intel-ipu6-OV08X40/v6.5-rebased2 2024-04-16 07:09:31 UTC
media/i2c:Add new sensor OV08X40 driver

Author: Serin Yeh
Author Date: 2024-03-19 09:43:56 UTC

media/i2c:Add new sensor OV08X40 driver

Add new sensor OV08X40 driver. Add Tline calculation and handshake
pin support for sensor

Change-Id: I4cf3f683dcedbbd9b882e48d948ab121f9d5d33c
Tracked-On: #JILCCI-19
Signed-off-by: Serin Yeh <serin.yeh@intel.com>
(backported from https://github.com/intel/ipu6-drivers/blob/2b096179fbc7dfecbfd6e8ee250af12851e60b3a/patch/ov08x40-v6.5/0001-media-i2c-Add-new-sensor-OV08X40-driver.patch)
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2044254/intel-ipu6-OV08X40/experimental-rebased2 2024-04-03 08:18:12 UTC
media/i2c:Add new sensor OV08X40 driver

Author: Serin Yeh
Author Date: 2024-03-19 09:43:56 UTC

media/i2c:Add new sensor OV08X40 driver

Add new sensor OV08X40 driver. Add Tline calculation and handshake
pin support for sensor

Change-Id: I4cf3f683dcedbbd9b882e48d948ab121f9d5d33c
Tracked-On: #JILCCI-19
Signed-off-by: Serin Yeh <serin.yeh@intel.com>
(backported from https://github.com/intel/ipu6-drivers/blob/2b096179fbc7dfecbfd6e8ee250af12851e60b3a/patch/ov08x40-v6.5/0001-media-i2c-Add-new-sensor-OV08X40-driver.patch)
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2044254/intel-ipu6-OV08X40/v6.5-intel 2024-04-02 06:32:04 UTC
media/i2c:Add new sensor OV08X40 driver

Author: Serin Yeh
Author Date: 2024-03-19 09:43:56 UTC

media/i2c:Add new sensor OV08X40 driver

Add new sensor OV08X40 driver. Add Tline calculation and handshake
pin support for sensor

Change-Id: I4cf3f683dcedbbd9b882e48d948ab121f9d5d33c
Tracked-On: #JILCCI-19
Signed-off-by: Serin Yeh <serin.yeh@intel.com>

wip/intel-ipu6-upstreaming/unstable 2024-03-06 02:59:23 UTC
Intel IPU6/IVSC upstreaming patches

Author: You-Sheng Yang
Author Date: 2024-03-04 16:14:52 UTC

Intel IPU6/IVSC upstreaming patches

wip/intel-ipu6-softisp/v6.7.1 2024-03-05 16:30:40 UTC
media: hi556: Add support for avdd regulator

Author: Hans de Goede
Author Date: 2024-01-24 17:45:02 UTC

media: hi556: Add support for avdd regulator

On some ACPI platforms, such as Chromebooks the ACPI methods to
change the power-state (_PS0 and _PS3) fully take care of powering
on/off the sensor.

On other ACPI platforms, such as e.g. various HP models with IPU6 +
hi556 sensor, the sensor driver must control the avdd regulator itself.

Add support for having the driver control the sensor's avdd regulator.
Note this relies on the regulator-core providing a dummy regulator
(which it does by default) on platforms where Linux is not aware of
the avdd regulator.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>

wip/intel-ipu6-upstreaming/mainline 2024-03-04 18:25:29 UTC
media: intel/ipu6: support line-based metadata capture support

Author: Bingbu Cao
Author Date: 2024-01-31 09:51:08 UTC

media: intel/ipu6: support line-based metadata capture support

Some camera sensor can output the embedded data in specific
data type. This patch add the support for embedded data capture
in IPU6 IS driver.

Signed-off-by: Hongju Wang <hongju.wang@intel.com>
Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>

bug-2049793/mtl-sysfs-cacheinfo/v6.8-rc1 2024-03-04 07:10:53 UTC
UBUNTU: SAUCE: x86/cacheinfo: Clean out init_cache_level()

Author: Ricardo Neri
Author Date: 2023-12-12 22:25:19 UTC

UBUNTU: SAUCE: x86/cacheinfo: Clean out init_cache_level()

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

init_cache_level() no longer has a purpose on x86. It no longer needs to
set num_leaves, and it never had to set num_levels, which was unnecessary
on x86.

Replace it with "return 0" simply to override the weak function, which
would return an error.

Cc: Andreas Herrmann <aherrmann@suse.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Chen Yu <yu.c.chen@intel.com>
CC: Huang Ying <ying.huang@intel.com>
Cc: Len Brown <len.brown@intel.com>
Cc: Radu Rendec <rrendec@redhat.com>
Cc: Pierre Gondois <Pierre.Gondois@arm.com>
Cc: Pu Wen <puwen@hygon.cn>
Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Will Deacon <will@kernel.org>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: stable@vger.kernel.org
Reviewed-by: Len Brown <len.brown@intel.com>
Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
(cherry-picked from https://lore.kernel.org/all/20231212222519.12834-5-ricardo.neri-calderon@linux.intel.com/raw)
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2045561/move-dmi-sysfs-into-linux-modules/noble 2024-02-22 16:04:36 UTC
UBUNTU: [Packaging] Move dmi-sysfs.ko into linux-modules

Author: You-Sheng Yang
Author Date: 2024-02-22 16:03:36 UTC

UBUNTU: [Packaging] Move dmi-sysfs.ko into linux-modules

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

The dmi-sysfs.ko module (CONFIG_DMI_SYSFS) is currently shipped in
linux-modules-extra. This makes it hard to pull in via the linux-virtual
package, it can only come from the linux-generic one that also pulls in
the firmware and everything else needed for baremetal, and that serves
no purpose in a qemu VM. This stops VMs using these kernels from being
configurable using qemu or cloud-hypervisor's SMBIOS type 11 strings.

Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2049358/mtk_t7xx-add-fastboot-interface/oem-6.5 2024-01-15 09:36:21 UTC
Bug 2049358: mtk_t7xx WWAN module fails to probe with: Invalid device status 0x1

Author: You-Sheng Yang
Author Date: 2024-01-15 09:36:21 UTC

Bug 2049358: mtk_t7xx WWAN module fails to probe with: Invalid device status 0x1

bug-2049358/mtk_t7xx-add-fastboot-interface/mainline 2024-01-15 07:38:05 UTC
UBUNTU: SAUCE: net: wwan: t7xx: Add fastboot WWAN port

Author: JinJian.Song
Author Date: 2024-01-12 12:00:14 UTC

UBUNTU: SAUCE: net: wwan: t7xx: Add fastboot WWAN port

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

On early detection of wwan device in fastboot mode, driver sets
up CLDMA0 HW tx/rx queues for raw data transfer and then create
fastboot port to userspace.

Application can use this port to flash firmware and collect
core dump by fastboot protocol commands.

Signed-off-by: Jinjian Song <jinjian.song@fibocom.com>
(cherry picked from https://lore.kernel.org/netdev/MEYP282MB26975EE162B2A63903FD1C02BB6F2@MEYP282MB2697.AUSP282.PROD.OUTLOOK.COM/)
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2041800/usbio-drivers-in-tree/oem-6.5 2023-12-22 04:06:50 UTC
Bug 2041800: USBIO Bridge drivers for Intel MeteoLake platform with Lattice AIC

Author: You-Sheng Yang
Author Date: 2023-12-22 03:32:28 UTC

Bug 2041800: USBIO Bridge drivers for Intel MeteoLake platform with Lattice AIC

bug-2031359/nvme-flash-IO-by-read-reg/oem-6.5 2023-12-12 17:58:24 UTC
Bug 2031359: UBUNTU: SAUCE: nvme: read a dummy RP register to flash the IO

Author: You-Sheng Yang
Author Date: 2023-12-12 16:59:30 UTC

Bug 2031359: UBUNTU: SAUCE: nvme: read a dummy RP register to flash the IO

bug-2031359/nvme-flash-IO-by-read-reg/oem-6.1 2023-12-12 17:11:27 UTC
Bug 2031359: UBUNTU: SAUCE: nvme: read a dummy RP register to flash the IO

Author: You-Sheng Yang
Author Date: 2023-12-12 16:59:30 UTC

Bug 2031359: UBUNTU: SAUCE: nvme: read a dummy RP register to flash the IO

bug-2043542/mt7925/oem-6.5 2023-11-29 18:23:13 UTC
Bug 2043542: Add MT7925 WiFi/BT support

Author: You-Sheng Yang
Author Date: 2023-11-29 18:23:13 UTC

Bug 2043542: Add MT7925 WiFi/BT support

bug-2043542/mt7925/v6.5.12-upstream-cherry-pick 2023-11-28 03:45:26 UTC
UBUNTU: SAUCE: backport: mt7925: revert _ieee80211_set_sband_iftype_data()

Author: Deren Wu
Author Date: 2023-11-26 06:48:20 UTC

UBUNTU: SAUCE: backport: mt7925: revert _ieee80211_set_sband_iftype_data()

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

Signed-off-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2043542/mt7925/v6.5.12 2023-11-28 03:02:43 UTC
backport: mt7925: revert _ieee80211_set_sband_iftype_data()

Author: Deren Wu
Author Date: 2023-11-26 06:48:20 UTC

backport: mt7925: revert _ieee80211_set_sband_iftype_data()

Signed-off-by: Deren Wu <deren.wu@mediatek.com>

bug-2039925/rts5264-cardreader/mainline 2023-11-20 09:46:24 UTC
UBUNTU: SAUCE: mmc: rtsx: add rts5264 to support sd express card

Author: Ricky WU
Author Date: 2023-10-30 04:18:26 UTC

UBUNTU: SAUCE: mmc: rtsx: add rts5264 to support sd express card

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

add rts5264 register setting when sd express card insert

Signed-off-by: Ricky Wu <ricky_wu@realtek.com>
(backported from https://lore.kernel.org/all/2ba6662162b343e186839abedb8e98c1@realtek.com/)
[vicamo: stripping trailing CRs from patch]
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

wip/iwlwifi/ax-bz-sc-fw-api-86/oem-6.5 2023-10-24 11:14:22 UTC
Bug XXX: iwlwifi: bump FW API to 86 for AX/BZ/SC devices

Author: You-Sheng Yang
Author Date: 2023-10-24 10:06:59 UTC

Bug XXX: iwlwifi: bump FW API to 86 for AX/BZ/SC devices

wip/iwlwifi/ax-bz-sc-fw-api-86/netdev-next 2023-10-24 09:53:51 UTC
wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices

Author: Gregory Greenman
Author Date: 2023-10-22 14:55:56 UTC

wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices

Start supporting API version 86 for new devices.

Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2031412/intel-ipu-iommu-passthrough-for-mtl/mantic 2023-10-24 08:44:19 UTC
UBUNTU: SAUCE: platform/x86: int3472: Add handshake GPIO function

Author: Hao Yao
Author Date: 2023-10-07 02:12:25 UTC

UBUNTU: SAUCE: platform/x86: int3472: Add handshake GPIO function

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

Handshake pin is used for Lattice MIPI aggregator to enable the
camera sensor. After pulled up, recommend to wail ~250ms to get
everything ready.

Signed-off-by: Hao Yao <hao.yao@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
(cherry-picked from https://lore.kernel.org/all/20231007021225.9240-1-hao.yao@intel.com)
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2038985/amd-w7900-boots-to-blank-screen/ppa/oem-6.1 2023-10-11 03:40:07 UTC
Bug 2038985: AMD W7900 dGFX boots into blank screen

Author: You-Sheng Yang
Author Date: 2023-10-11 03:33:07 UTC

Bug 2038985: AMD W7900 dGFX boots into blank screen

Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2038985/amd-w7900-boots-to-blank-screen/ppa/oem-6.5 2023-10-11 03:36:51 UTC
Bug 2038985: AMD W7900 dGFX boots into blank screen

Author: You-Sheng Yang
Author Date: 2023-10-11 03:33:07 UTC

Bug 2038985: AMD W7900 dGFX boots into blank screen

Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2021998/AMD-Wifi-RFI-interference-mitigation/V11/oem-6.1 2023-10-04 18:02:33 UTC
Bug 2021998: Wifi RF Mitigations for A+A designs

Author: You-Sheng Yang
Author Date: 2023-10-04 07:45:52 UTC

Bug 2021998: Wifi RF Mitigations for A+A designs

bug-2035971/libcpupower-conflicts/oem-6.5 2023-10-04 16:04:42 UTC
UBUNTU: SAUCE: [Packaging] use KERNELVERSION as libcpupower versioned surffix

Author: You-Sheng Yang
Author Date: 2023-10-04 16:04:42 UTC

UBUNTU: SAUCE: [Packaging] use KERNELVERSION as libcpupower versioned surffix

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

libcpupower originally has versioned surffix $(abi_release), but when
two derived kernel with same ABI, their linux-tools companion packages
will conflict to each other as they all want to install libcpupower of
the same filename.

With this patch, it installs, e.g. libcpupower.so.6.5.0-1001-oem, instead.

Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2021998/AMD-Wifi-RFI-interference-mitigation/V11/oem-6.5 2023-10-04 08:29:24 UTC
Bug 2021998: Wifi RF Mitigations for A+A designs

Author: You-Sheng Yang
Author Date: 2023-10-04 07:45:52 UTC

Bug 2021998: Wifi RF Mitigations for A+A designs

bug-2021998/AMD-Wifi-RFI-interference-mitigation/V11/mantic 2023-10-04 08:29:05 UTC
Bug 2021998: Wifi RF Mitigations for A+A designs

Author: You-Sheng Yang
Author Date: 2023-10-04 07:45:52 UTC

Bug 2021998: Wifi RF Mitigations for A+A designs

bug-2021998/AMD-Wifi-RFI-interference-mitigation/V11/v6.5-rc5 2023-10-04 07:36:54 UTC
UBUNTU: SAUCE: drm/amd/pm: enable Wifi RFI mitigation feature support for SMU...

Author: Evan Quan
Author Date: 2023-08-31 06:20:31 UTC

UBUNTU: SAUCE: drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.7

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

Fulfill the SMU13.0.7 support for Wifi RFI mitigation feature.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
--
v10->v11:
  - downgrade the prompt level on message failure(Lijo)
(cherry-picked from https://lore.kernel.org/lkml/20230831062031.1014799-9-evan.quan@amd.com/)
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2034720/amd-dynamic-boost-control/mantic 2023-09-26 02:19:12 UTC
Bug 2034720: Enable dynamic boost control in ccp kernel driver

Author: You-Sheng Yang
Author Date: 2023-09-26 02:15:25 UTC

Bug 2034720: Enable dynamic boost control in ccp kernel driver

bug-2034720/amd-dynamic-boost-control/oem-6.5 2023-09-26 02:15:25 UTC
Bug 2034720: Enable dynamic boost control in ccp kernel driver

Author: You-Sheng Yang
Author Date: 2023-09-26 02:15:25 UTC

Bug 2034720: Enable dynamic boost control in ccp kernel driver

debug/debug-reboot/v6.5 2023-09-19 08:20:59 UTC
reboot: add debug messages

Author: You-Sheng Yang
Author Date: 2019-11-14 03:27:18 UTC

reboot: add debug messages

bug-2035971/libcpupower-coexist/linux-next 2023-09-15 08:51:24 UTC
UBUNTU: [Packaging] append target variant to libcpupower soversion

Author: You-Sheng Yang
Author Date: 2023-09-15 08:51:18 UTC

UBUNTU: [Packaging] append target variant to libcpupower soversion

linux-tools packages of two distinct derived kernels with the same ABI
number will carry libcpupower of the same file name, which prevents each
other from being installed simultaneously on the same system.

This change adds a target variant suffix so that they may coexist.

BugLink: https://bugs.launchpad.net/bugs/2035971
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2032157/RTL8851BE-pid-collision/oem-6.5 2023-08-24 16:58:41 UTC
Bug 2032157: SAUCE: net: usb: rtl8150: avoid PID collision with RTL8851BE

Author: You-Sheng Yang
Author Date: 2023-08-24 16:58:41 UTC

Bug 2032157: SAUCE: net: usb: rtl8150: avoid PID collision with RTL8851BE

Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2025672/Realtek-RTL8852CE-WiFi6E-BT-Combo/korg-bt 2023-08-04 13:35:57 UTC
Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852C

Author: Max Chou
Author Date: 2023-08-04 10:47:35 UTC

Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852C

In the commit of linux-firmware project, rtl8852cu_fw.bin is updated as
FW v2 format[1]. Consider the case that if driver did not be updated for
FW v2 supported[2], it can not use FW v2.
By Canonical's suggestion, older driver should be able to load FW v1,
so rtl8852cu_fw.bin will be revert to the previous commit as FW v1 and
add rtl8852cu_fw_v2.bin as FW v2. This item will be started on
linux-firmware project.

In this commit, the driver prefers to load FW v2 if available. Fallback to
FW v1 otherwise.

Note that the driver has supported to extract the data for v1 and v2
since the commit[1].
The previous FW format of RTL8852C is v1. After the commit[2], the FW format
was changed to v2. Only RTL8852C suffered the different FW formats, so
we will use rtl8852cu_fw.bin for the original commit as FW v1 and
rtl8852cu_fw_v2.bin for the future maintained as FW v2. Other Realtek chips
will not been impacted by this patch.

To do on linux-firmware project after this commit.
1. revert '55e7448533e7 ("rtl_bt: Update RTL8852C BT USB firmware
   to 0x040D_7225")'
   => rtl_bt/rtl8852cu_fw.bin: FW v1 (stay at ver. 0xD7B8_FABF)
2. Add a new commit for rtl8852cu_fw_v2.bin
   =>rtl_bt/rtl8852cu_fw_v2.bin: FW v2 (to be maintained)

Reference:
[1]'9a24ce5e29b1 ("Bluetooth: btrtl: Firmware format v2 support")'
[2]'55e7448533e7 ("rtl_bt: Update RTL8852C BT USB firmware
    to 0x040D_7225")'

Fixes: 9a24ce5e29b ("Bluetooth: btrtl: Firmware format v2 support")
Suggested-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Tested-by: Hilda Wu <hildawu@realtek.com>
Signed-off-by: Max Chou <max.chou@realtek.com>
(cherry-picked from https://patchwork.kernel.org/project/bluetooth/patch/20230804104735.9281-1-max.chou@realtek.com/)
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

wip/intel-mtl-i915/drm-intel 2023-06-07 06:48:53 UTC
drm/i915/huc: define HuC FW version for MTL

Author: Daniele Ceraolo Spurio
Author Date: 2023-05-31 23:54:15 UTC

drm/i915/huc: define HuC FW version for MTL

Follow the same logic as DG2, so just a meu binary with no version number.

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Alan Previn <alan.previn.teres.alexis@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-1948375/iwlwifi-fw-api-67/jammy 2023-05-30 08:54:11 UTC
Bug 1948375: iwlwifi: bump FW API to 67 for AX devices

Author: You-Sheng Yang
Author Date: 2022-02-21 14:19:25 UTC

Bug 1948375: iwlwifi: bump FW API to 67 for AX devices

bug-2020685/oem-6.1/gfx11-suspend-hang 2023-05-24 17:06:42 UTC
drm/amdgpu/gfx11: update gpu_clock_counter logic

Author: Alex Deucher
Author Date: 2023-04-10 16:02:29 UTC

drm/amdgpu/gfx11: update gpu_clock_counter logic

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

This code was written prior to previous updates to this
logic for other chips. The RSC registers are part of
SMUIO which is an always on block so there is no need
to disable gfxoff. Additionally add the carryover and
preemption checks.

v2: rebase

Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.1.y: 5591a051b86b: drm/amdgpu: refine get gpu clock counter method
Cc: stable@vger.kernel.org # 6.2.y: 5591a051b86b: drm/amdgpu: refine get gpu clock counter method
Cc: stable@vger.kernel.org # 6.3.y: 5591a051b86b: drm/amdgpu: refine get gpu clock counter method
(cherry picked from commit d5aa417808cf14c052ca042920b3c6b9f1dc6aa4)
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

wip/kcam/lunar 2023-05-04 15:12:24 UTC
chromiumos kernel, kcam branch

Author: You-Sheng Yang
Author Date: 2023-05-04 14:28:44 UTC

chromiumos kernel, kcam branch

wip/kcam/5.17 2023-05-04 15:01:12 UTC
chromiumos kernel, kcam branch

Author: You-Sheng Yang
Author Date: 2023-05-04 14:28:44 UTC

chromiumos kernel, kcam branch

bug-2011389/guard-pci_create_sysfs_dev_files-with-atomic-value/oem-6.1 2023-04-12 06:54:56 UTC
Bug 2011389: test review comments

Author: You-Sheng Yang
Author Date: 2023-04-12 06:54:56 UTC

Bug 2011389: test review comments

wip/intel-mtl/drm-tip 2023-04-10 03:12:40 UTC
drm/i915/mtl: Pin assignment for TypeC

Author: Anusha Srivatsa
Author Date: 2023-03-24 11:39:27 UTC

drm/i915/mtl: Pin assignment for TypeC

BugLink: https://gitlab.freedesktop.org/drm/intel/-/issues/8314

Unlike previous platforms that used PORT_TX_DFLEXDPSP
for max_lane calculation, MTL uses only PORT_TX_DFLEXPA1
from which the max_lanes has to be calculated.

Bspec: 50235, 65380
Cc: Mika Kahola <mika.kahola@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
Signed-off-by: Jose Roberto de Souza <jose.souza@intel.com>
(cherrry-picked from https://patchwork.freedesktop.org/patch/528643/mbox/)
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-1974429/r8152-usb-config-selection/oem-6.1 2023-03-15 07:58:51 UTC
Bug 1974429: r8152: add USB device driver for config selection

Author: You-Sheng Yang
Author Date: 2023-03-15 07:23:05 UTC

Bug 1974429: r8152: add USB device driver for config selection

Change-Id: Ib2d496ac3df42c185728ca3454ee40b6bb874460

bug-1974429/r8152-usb-config-selection/lunar 2023-03-15 07:23:05 UTC
Bug 1974429: r8152: add USB device driver for config selection

Author: You-Sheng Yang
Author Date: 2023-03-15 07:23:05 UTC

Bug 1974429: r8152: add USB device driver for config selection

Change-Id: Ib2d496ac3df42c185728ca3454ee40b6bb874460

bug-1974429/r8152-usb-config-selection/unstable 2023-03-14 08:51:42 UTC
r8152: add USB device driver for config selection

Author: Bjørn Mork
Author Date: 2023-01-06 16:07:38 UTC

r8152: add USB device driver for config selection

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

Subclassing the generic USB device driver to override the
default configuration selection regardless of matching interface
drivers.

The r815x family devices expose a vendor specific function which
the r8152 interface driver wants to handle. This is the preferred
device mode. Additionally one or more USB class functions are
usually supported for hosts lacking a vendor specific driver. The
choice is USB configuration based, with one alternate function per
configuration.

Example device with both NCM and ECM alternate cfgs:

T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 4 Spd=5000 MxCh= 0
D: Ver= 3.20 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 9 #Cfgs= 3
P: Vendor=0bda ProdID=8156 Rev=31.00
S: Manufacturer=Realtek
S: Product=USB 10/100/1G/2.5G LAN
S: SerialNumber=001000001
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=256mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=00 Driver=r8152
E: Ad=81(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E: Ad=83(I) Atr=03(Int.) MxPS= 2 Ivl=128ms
C: #Ifs= 2 Cfg#= 2 Atr=a0 MxPwr=256mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=0d Prot=00 Driver=
E: Ad=83(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
I: If#= 1 Alt= 0 #EPs= 0 Cls=0a(data ) Sub=00 Prot=01 Driver=
I: If#= 1 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=01 Driver=
E: Ad=81(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms
C: #Ifs= 2 Cfg#= 3 Atr=a0 MxPwr=256mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=06 Prot=00 Driver=
E: Ad=83(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
I: If#= 1 Alt= 0 #EPs= 0 Cls=0a(data ) Sub=00 Prot=00 Driver=
I: If#= 1 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=
E: Ad=81(I) Atr=02(Bulk) MxPS=1024 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS=1024 Ivl=0ms

A problem with this is that Linux will prefer class functions over
vendor specific functions. Using the above example, Linux defaults
to cfg #2, running the device in a sub-optimal NCM mode.

Previously we've attempted to work around the problem by
blacklisting the devices in the ECM class driver "cdc_ether", and
matching on the ECM class function in the vendor specific interface
driver. The latter has been used to switch back to the vendor
specific configuration when the driver is probed for a class
function.

This workaround has several issues;
- class driver blacklists is additional maintanence cruft in an
  unrelated driver
- class driver blacklists prevents users from optionally running
  the devices in class mode
- each device needs double match entries in the vendor driver
- the initial probing as a class function slows down device
  discovery

Now these issues have become even worse with the introduction of
firmware supporting both NCM and ECM, where NCM ends up as the
default mode in Linux. To use the same workaround, we now have
to blacklist the devices in to two different class drivers and
add yet another match entry to the vendor specific driver.

This patch implements an alternative workaround strategy -
independent of the interface drivers. It avoids adding a
blacklist to the cdc_ncm driver and will let us remove the
existing blacklist from the cdc_ether driver.

As an additional bonus, removing the blacklists allow users to
select one of the other device modes if wanted.

Change-Id: I664077c6d7744029fbe1434e885577c96aa1b18f
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
(backported from commit ec51fbd1b8a2bca2948dede99c14ec63dc57ff6b)
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-2011389/vmd-guard-device-addition-removal/pci-next 2023-03-14 07:21:26 UTC
PCI: vmd: guard device addition and removal

Author: You-Sheng Yang
Author Date: 2023-03-10 10:32:25 UTC

PCI: vmd: guard device addition and removal

vmd may fail to create sysfs entry while `pci_rescan_bus()` called in
some other drivers like wwan.

  sysfs: cannot create duplicate filename '/devices/.../resource0'
  Call Trace:
   <TASK>
   sysfs_warn_dup.cold+0x17/0x34
   sysfs_add_bin_file_mode_ns+0xc0/0xf0
   sysfs_create_bin_file+0x6d/0xb0
   pci_create_attr+0x117/0x260
   pci_create_resource_files+0x6b/0x150
   pci_create_sysfs_dev_files+0x18/0x30
   pci_bus_add_device+0x30/0x80
   pci_bus_add_devices+0x31/0x80
   pci_bus_add_devices+0x5b/0x80
   vmd_enable_domain.constprop.0+0x6b7/0x880 [vmd]
   vmd_probe+0x16d/0x193 [vmd]

Fixes: 185a383ada2e ("x86/PCI: Add driver for Intel Volume Management Device (VMD)")
Suggested-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Change-Id: I4074169a349589fdae15598e442c8f5cdd482266
Signed-off-by: You-Sheng Yang (vicamo) <vicamo.yang@canonical.com>

bug-2002089/mtk-fm350-gl-init-fail/oem-6.0 2023-01-06 13:34:19 UTC
Bug 2002089: Mediatek FM350-GL wwan module init failure

Author: You-Sheng Yang
Author Date: 2023-01-06 09:26:12 UTC

Bug 2002089: Mediatek FM350-GL wwan module init failure

Change-Id: I403eed2557f8673d4d8a73dcbd56dd36f9a923b0

bug-2002089/mtk-fm350-gl-init-fail/oem-6.1 2023-01-06 09:26:12 UTC
Bug 2002089: Mediatek FM350-GL wwan module init failure

Author: You-Sheng Yang
Author Date: 2023-01-06 09:26:12 UTC

Bug 2002089: Mediatek FM350-GL wwan module init failure

Change-Id: I403eed2557f8673d4d8a73dcbd56dd36f9a923b0

bug-2000133/amd-navi31-ubsan-warns/unstable 2022-12-23 08:27:28 UTC
Bug 2000133: Fix UBSAN errors on AMD navi31 GPU

Author: You-Sheng Yang
Author Date: 2022-12-23 07:51:04 UTC

Bug 2000133: Fix UBSAN errors on AMD navi31 GPU

bug-2000133/amd-navi31-ubsan-warns/lunar 2022-12-23 08:27:01 UTC
Bug 2000133: Fix UBSAN errors on AMD navi31 GPU

Author: You-Sheng Yang
Author Date: 2022-12-23 07:51:04 UTC

Bug 2000133: Fix UBSAN errors on AMD navi31 GPU

bug-2000133/amd-navi31-ubsan-warns/oem-6.0 2022-12-23 08:24:06 UTC
Bug 2000133: Fix UBSAN errors on AMD navi31 GPU

Author: You-Sheng Yang
Author Date: 2022-12-23 07:51:04 UTC

Bug 2000133: Fix UBSAN errors on AMD navi31 GPU

bug-2000133/amd-navi31-ubsan-warns/oem-6.1 2022-12-23 08:19:01 UTC
Bug 2000133: Fix UBSAN errors on AMD navi31 GPU

Author: You-Sheng Yang
Author Date: 2022-12-23 07:51:04 UTC

Bug 2000133: Fix UBSAN errors on AMD navi31 GPU

bug-2000088/amdgpu-skip-mes-s0ix/drm-tip 2022-12-20 07:07:48 UTC
UBUNTU: SAUCE: drm/amdgpu: skip MES for S0ix as well since it's part of GFX

Author: Alex Deucher
Author Date: 2022-12-16 16:44:30 UTC

UBUNTU: SAUCE: drm/amdgpu: skip MES for S0ix as well since it's part of GFX

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

It's also part of gfxoff.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
(cherry picked from https://patchwork.freedesktop.org/patch/515278/)
Signed-off-by: You-Sheng Yang (vicamo) <vicamo.yang@canonical.com>

bug-1997936/fm350-fw-update-failure/oem-6.1 2022-12-13 09:40:24 UTC
Bug 1997936: FM350 FW update failure

Author: You-Sheng Yang
Author Date: 2022-12-05 06:38:55 UTC

Bug 1997936: FM350 FW update failure

bug-1997936/fm350-fw-update-failure/oem-6.0 2022-12-13 09:16:31 UTC
Bug 1997936: FM350 FW update failure

Author: You-Sheng Yang
Author Date: 2022-12-05 06:38:55 UTC

Bug 1997936: FM350 FW update failure

bug-1996620/vmd-enable-pcie-aspm-ltr/oem-6.0 2022-11-18 10:44:56 UTC
Bug 1996620: vmd: Enable PCIe ASPM and LTR on select hardware

Author: You-Sheng Yang
Author Date: 2022-11-16 03:55:49 UTC

Bug 1996620: vmd: Enable PCIe ASPM and LTR on select hardware

bug-1996620/vmd-enable-pcie-aspm-ltr/oem-5.17 2022-11-18 10:42:50 UTC
Bug 1996620: vmd: Enable PCIe ASPM and LTR on select hardware

Author: You-Sheng Yang
Author Date: 2022-11-16 10:35:33 UTC

Bug 1996620: vmd: Enable PCIe ASPM and LTR on select hardware

bug-1996620/vmd-enable-pcie-aspm-ltr/jammy 2022-11-16 13:22:33 UTC
Bug 1996620: vmd: Enable PCIe ASPM and LTR on select hardware

Author: You-Sheng Yang
Author Date: 2022-11-16 10:35:33 UTC

Bug 1996620: vmd: Enable PCIe ASPM and LTR on select hardware

bug-1996620/vmd-enable-pcie-aspm-ltr/kinetic 2022-11-16 13:20:52 UTC
Bug 1996620: vmd: Enable PCIe ASPM and LTR on select hardware

Author: You-Sheng Yang
Author Date: 2022-11-16 10:35:33 UTC

Bug 1996620: vmd: Enable PCIe ASPM and LTR on select hardware

bug-1996620/vmd-enable-pcie-aspm-ltr/unstable 2022-11-16 13:20:17 UTC
Bug 1996620: vmd: Enable PCIe ASPM and LTR on select hardware

Author: You-Sheng Yang
Author Date: 2022-11-16 10:35:33 UTC

Bug 1996620: vmd: Enable PCIe ASPM and LTR on select hardware

bug-1996620/vmd-enable-pcie-aspm-ltr/mainline 2022-11-16 03:46:33 UTC
UBUNTU: SAUCE: PCI: vmd: Add quirk to configure PCIe ASPM and LTR

Author: David Box
Author Date: 2022-11-03 02:18:22 UTC

UBUNTU: SAUCE: PCI: vmd: Add quirk to configure PCIe ASPM and LTR

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

PCIe ports reserved for VMD use are not visible to BIOS and therefore not
configured to enable PCIe ASPM or LTR values (which BIOS will configure if
they are not set). Lack of this programming results in high power
consumption on laptops as reported in bugzilla. For affected products use
pci_enable_link_state to set the allowed link states for devices on the
root ports. Also set the LTR value to the maximum value needed for the SoC.

This is a workaround for products from Rocket Lake through Alder Lake.
Raptor Lake, the latest product at this time, has already implemented LTR
configuring in BIOS. Future products will move ASPM configuration back to
BIOS as well. As this solution is intended for laptops, support is not
added for hotplug or for devices downstream of a switch on the root port.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=212355
Link: https://bugzilla.kernel.org/show_bug.cgi?id=215063
Link: https://bugzilla.kernel.org/show_bug.cgi?id=213717

Signed-off-by: Michael Bottini <michael.a.bottini@linux.intel.com>
Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Reviewed-by: Jon Derrick <jonathan.derrick@linux.dev>
Reviewed-by: Nirmal Patel <nirmal.patel@linux.intel.com>
(cherry picked from https://lore.kernel.org/lkml/20221103021822.308586-5-david.e.box@linux.intel.com/)
Signed-off-by: You-Sheng Yang (vicamo) <vicamo.yang@canonical.com>

bug-1991500/rtcwake-stall-for-5-minutes/mainline 2022-10-20 16:35:13 UTC
UBUNTU: SAUCE: platform/x86/amd: pmc: Read SMU version during suspend on Ceza...

Author: Mario Limonciello
Author Date: 2022-10-20 11:37:49 UTC

UBUNTU: SAUCE: platform/x86/amd: pmc: Read SMU version during suspend on Cezanne systems

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

commit b0c07116c8943 ("platform/x86: amd-pmc: Avoid reading SMU version at
probe time") adjusted the behavior for amd-pmc to avoid reading the SMU version
at startup but rather on first use to improve boot time.

However the SMU version is also used to decide whether to place a timer based
wakeup in the OS_HINT message. If the idlemask hasn't been read before this
message was sent then the SMU version will not have been cached.

Ensure the SMU version has been read before deciding whether or not to run this
codepath.

Cc: stable@vger.kernel.org # 6.0
Reported-by: You-Sheng Yang <vicamo.yang@canonical.com>
Tested-by: Anson Tsao <anson.tsao@amd.com>
Fixes: b0c07116c8943 ("platform/x86: amd-pmc: Avoid reading SMU version at probe time")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
(cherry-picked from https://lore.kernel.org/all/20221020113749.6621-1-mario.limonciello@amd.com/)
Signed-off-by: You-Sheng Yang (vicamo) <vicamo.yang@canonical.com>

bug-1991500/rtcwake-stall-for-5-minutes/oem-6.0 2022-10-20 15:50:27 UTC
Bug 1991500: platform/x86/amd: pmc: Read SMU version during suspend on Cezann...

Author: You-Sheng Yang
Author Date: 2022-10-20 15:50:27 UTC

Bug 1991500: platform/x86/amd: pmc: Read SMU version during suspend on Cezanne systems

bug-1991500/rtcwake-stall-for-5-minutes/revert-b0c07116c8943/oem-6.0 2022-10-18 13:34:39 UTC
Bug 1991500: Revert "platform/x86: amd-pmc: Avoid reading SMU version at prob...

Author: You-Sheng Yang
Author Date: 2022-10-18 13:34:39 UTC

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

intel-ipu6/media-i2c-enable-hi556-with-ivsc/v5.17 2022-09-29 16:45:49 UTC
media/i2c: Enable hi556 with iVSC

Author: Hao Yao
Author Date: 2022-08-30 09:45:56 UTC

media/i2c: Enable hi556 with iVSC

Signed-off-by: Hao Yao <hao.yao@intel.com>

intel-ipu6/media-i2c-enable-hi556-with-ivsc/v5.16 2022-09-29 16:16:00 UTC
media/i2c: Enable hi556 with iVSC

Author: Hao Yao
Author Date: 2022-08-30 09:45:56 UTC

media/i2c: Enable hi556 with iVSC

Signed-off-by: Hao Yao <hao.yao@intel.com>

wip/dump-int3472-sensor-dsm-string 2022-09-22 13:49:53 UTC
WIP: dump INT3472 sensor _DSM string

Author: You-Sheng Yang
Author Date: 2022-09-22 10:58:11 UTC

WIP: dump INT3472 sensor _DSM string

Signed-off-by: You-Sheng Yang (vicamo) <vicamo.yang@canonical.com>

bug-1989046/ipu6-int3472-independent-clock-led-gpios/unstable 2022-09-13 17:15:51 UTC
UBUNTU: SAUCE: platform/x86: int3472: support independent clock and LED GPIOs

Author: You-Sheng Yang
Author Date: 2022-09-08 03:12:26 UTC

UBUNTU: SAUCE: platform/x86: int3472: support independent clock and LED GPIOs

BugLink: https://bugs.launchpad.net/bugs/1989046
Signed-off-by: You-Sheng Yang (vicamo) <vicamo.yang@canonical.com>

bug-1989041/intel-ipu6-iommu-quirk-rpl/unstable 2022-09-12 16:53:02 UTC
UBUNTU: SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs on...

Author: zouxiaoh
Author Date: 2022-02-23 02:21:25 UTC

UBUNTU: SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs on Raptor Lake

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

Intel IPU(Image Processing Unit) has its own (IO)MMU hardware,
The IPU driver allocates its own page table that is not mapped
via the DMA, and thus the Intel IOMMU driver blocks access giving
this error: DMAR: DRHD: handling fault status reg 3 DMAR:
[DMA Read] Request device [00:05.0] PASID ffffffff
fault addr 76406000 [fault reason 06] PTE Read access is not set
As IPU is not an external facing device which is not risky, so use
IOMMU passthrough mode for Intel IPUs.

(backported from https://github.com/intel/ipu6-drivers/blob/89c6b99e4bec00a04b53f37cd8c3c01ce824a4ab/patch/IOMMU-passthrough-for-intel-ipu.diff)
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>

bug-1988461/rpl-pmc-core/mainline 2022-09-01 16:28:15 UTC
UBUNTU: SAUCE: platform/x86/intel: pmc/core: Add Raptor Lake support to pmc c...

Author: Gayatri Kammela
Author Date: 2022-08-30 18:20:01 UTC

UBUNTU: SAUCE: platform/x86/intel: pmc/core: Add Raptor Lake support to pmc core driver

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

Add Raptor Lake client parts (both RPL and RPL_S) support to pmc core
driver. Raptor Lake client parts reuse all the Alder Lake PCH IPs.

Cc: Srinivas Pandruvada <srinivas.pandruvada@intel.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: David Box <david.e.box@intel.com>
Signed-off-by: Gayatri Kammela <gayatri.kammela@linux.intel.com>
(cherry picked from https://lore.kernel.org/platform-driver-x86/20220830182001.3693030-1-gayatri.kammela@linux.intel.com/T/#u)
Signed-off-by: You-Sheng Yang (vicamo) <vicamo.yang@canonical.com>

bug-1984144/fix-sta_info_move/oem-5.6 2022-08-12 08:35:45 UTC
Bug 1984144: UBUNTU: SAUCE: mac80211: Fix kernel hang when driver fails to ma...

Author: You-Sheng Yang
Author Date: 2022-08-12 08:35:45 UTC

Bug 1984144: UBUNTU: SAUCE: mac80211: Fix kernel hang when driver fails to make progress

bug-1942160/vmd-bridge-aspm-by-name/unstable 2022-07-29 03:48:41 UTC
Bug 1942160: UBUNTU: SAUCE: vmd: fixup bridge ASPM by driver name instead

Author: You-Sheng Yang
Author Date: 2022-04-11 07:19:59 UTC

Bug 1942160: UBUNTU: SAUCE: vmd: fixup bridge ASPM by driver name instead

bug-1956509/amd-pstate/unstable 2022-07-29 02:01:04 UTC
Bug 1956509: Enable AMD P-State

Author: You-Sheng Yang
Author Date: 2022-01-05 14:50:32 UTC

Bug 1956509: Enable AMD P-State

bug-1957026/no-init-dmcub-on-s0ix-resume/jammy 2022-07-25 07:40:01 UTC
Bug 1957026: Enable S0i3 on AMD GPU Yellow Carp B0 Si

Author: You-Sheng Yang
Author Date: 2022-01-11 10:40:08 UTC

Bug 1957026: Enable S0i3 on AMD GPU Yellow Carp B0 Si

bug-1939528/support-WCN6856/jammy 2022-07-25 07:14:54 UTC
Bug 1939528: support Qualcomm WCN6856

Author: You-Sheng Yang
Author Date: 2021-10-19 10:29:32 UTC

Bug 1939528: support Qualcomm WCN6856

wip/fix-ubuntu-laird-dkms-build/jammy 2022-07-04 07:25:16 UTC
Bug XXX: add laird

Author: You-Sheng Yang
Author Date: 2022-07-01 02:33:35 UTC

Bug XXX: add laird

wip/fix-ubuntu-laird-dkms-build/focal 2022-07-04 07:16:26 UTC
Bug XXX: add laird

Author: You-Sheng Yang
Author Date: 2022-07-01 02:33:35 UTC

Bug XXX: add laird

wip/in-tree-dkms-build/focal 2022-07-01 09:35:34 UTC
UBUNTU: [Packaging] dkms-build -- support in-tree dkms source directory

Author: You-Sheng Yang
Author Date: 2022-05-11 09:56:27 UTC

UBUNTU: [Packaging] dkms-build -- support in-tree dkms source directory

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

Signed-off-by: You-Sheng Yang (vicamo) <vicamo.yang@canonical.com>
Signed-off-by: Timo Aaltonen <timo.aaltonen@canonical.com>

bug-1979182/iwlwifi-wrt-failed-to-set-DRAM-buffer-for-alloc-id/oem-5.17 2022-06-20 08:57:33 UTC
Bug 1979182: iwlwifi: dbg-tlv: clean up iwl_dbg_tlv_update_drams()

Author: You-Sheng Yang
Author Date: 2022-06-20 07:21:22 UTC

Bug 1979182: iwlwifi: dbg-tlv: clean up iwl_dbg_tlv_update_drams()

bug-1978530/intel-madison-peak-bluetooth/oem-5.17 2022-06-17 07:40:37 UTC
Bug 1978530: Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) device

Author: You-Sheng Yang
Author Date: 2022-06-17 07:40:37 UTC

Bug 1978530: Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) device

bug-1955383/intel-ipu6/jammy 2022-05-25 10:32:40 UTC
Bug 1955383: Support MIPI camera through Intel IPU6

Author: You-Sheng Yang
Author Date: 2021-12-27 07:20:29 UTC

Bug 1955383: Support MIPI camera through Intel IPU6

bug-1955383/intel-ipu6/jammy-pull 2022-05-25 10:32:26 UTC
UBUNTU: [Config] drop intel_ulpss in favor of by LJCA

Author: You-Sheng Yang
Author Date: 2022-05-17 10:55:50 UTC

UBUNTU: [Config] drop intel_ulpss in favor of by LJCA

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

Signed-off-by: You-Sheng Yang (vicamo) <vicamo.yang@canonical.com>

bug-1975593/rename-compat.ko/oem-5.17 2022-05-24 14:42:21 UTC
Bug 1975573, 1975593: rename compat.ko

Author: You-Sheng Yang
Author Date: 2022-05-23 16:14:15 UTC

Bug 1975573, 1975593: rename compat.ko

bug-1955383/intel-ipu6/V5/jammy 2022-05-23 05:57:51 UTC
Bug 1955383: Support MIPI camera through Intel IPU6

Author: You-Sheng Yang
Author Date: 2021-12-27 07:20:29 UTC

Bug 1955383: Support MIPI camera through Intel IPU6

bug-1969434/build-presigned-backport-iwlwifi-dkms/unstable 2022-05-20 08:45:10 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

bug-1971712/support-dg2-dkms/oem-5.17 2022-05-19 09:28:19 UTC
Bug 1971712: Add support for Intel DG2

Author: You-Sheng Yang
Author Date: 2022-05-11 17:16:02 UTC

Bug 1971712: Add support for Intel DG2

bug-1971712/support-dg2-dkms/oem-5.17-pull 2022-05-19 09:27:42 UTC
UBUNTU: debian/dkms-versions -- add standalone intel-gpgpu-dkms build

Author: You-Sheng Yang
Author Date: 2022-05-11 11:00:33 UTC

UBUNTU: debian/dkms-versions -- add standalone intel-gpgpu-dkms build

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

Signed-off-by: You-Sheng Yang (vicamo) <vicamo.yang@canonical.com>

bug-1972106/build-mipi-ipu6-dkms/jammy 2022-05-18 07:16:08 UTC
Bug 1972106,1972109: Build MIPI camera through Intel IPU6 DKMS

Author: You-Sheng Yang
Author Date: 2022-05-18 07:15:53 UTC

Bug 1972106,1972109: Build MIPI camera through Intel IPU6 DKMS

bug-1971712/support-dg2-dkms/jammy 2022-05-18 07:08:02 UTC
Bug 1971712: Add support for Intel DG2

Author: You-Sheng Yang
Author Date: 2022-05-11 17:16:02 UTC

Bug 1971712: Add support for Intel DG2

bug-1969434/build-presigned-backport-iwlwifi-dkms/V4/unstable 2022-05-13 12:57:06 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

bug-1969434/build-presigned-backport-iwlwifi-dkms/V4/jammy 2022-05-13 12:53:27 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

bug-1969434/build-presigned-backport-iwlwifi-dkms/jammy 2022-05-13 12:53:27 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

bug-1969434/build-presigned-backport-iwlwifi-dkms/oem-5.14 2022-05-13 10:06:26 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

bug-1969434/build-presigned-backport-iwlwifi-dkms/V4/oem-5.14 2022-05-13 10:06:26 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

bug-1969434/build-presigned-backport-iwlwifi-dkms/V4/oem-5.17 2022-05-13 10:03:36 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

bug-1969434/build-presigned-backport-iwlwifi-dkms/oem-5.17 2022-05-13 10:03:36 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

bug-1969434/build-presigned-backport-iwlwifi-dkms/V3/oem-5.14 2022-05-05 21:23:07 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

bug-1969434/build-presigned-backport-iwlwifi-dkms/V3/jammy 2022-05-05 21:21:43 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

bug-1969434/build-presigned-backport-iwlwifi-dkms/V3/oem-5.17 2022-05-05 21:20:36 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

bug-1969434/build-presigned-backport-iwlwifi-dkms/V3/unstable 2022-05-05 21:19:45 UTC
Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Author: You-Sheng Yang
Author Date: 2022-04-19 16:17:53 UTC

Bug 1969434: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

1100 of 729 results
This repository contains Public information 
Everyone can see this information.

Subscribers