* Tue Apr 21 2026 Jan Stancek <jstancek@redhat.com> [6.12.0-221.3.el10nv] - hwmon: spd5118: Add I3C support (Jennifer Berringer) [VOYAGER-83] - hwmon: spd5118: Remove 16-bit addressing (Jennifer Berringer) [VOYAGER-83] - i3c: dw-i3c-master: Add ACPI ID for Tegra410 (Jennifer Berringer) [VOYAGER-83] - i3c: dw-i3c-master: Add a quirk to skip clock and reset (Jennifer Berringer) [VOYAGER-83] - i3c: dw-i3c-master: Add SETAASA as supported CCC (Jennifer Berringer) [VOYAGER-83] - i3c: master: match I3C device through DT and ACPI (Jennifer Berringer) [VOYAGER-83] - i3c: master: Add support for devices without PID (Jennifer Berringer) [VOYAGER-83] - i3c: master: Add support for devices using SETAASA (Jennifer Berringer) [VOYAGER-83] - i3c: master: Support ACPI enumeration of child devices (Jennifer Berringer) [VOYAGER-83] - i3c: master: Use unified device property interface (Jennifer Berringer) [VOYAGER-83] - ACPICA: Read LVR from the I2C resource descriptor (Jennifer Berringer) [VOYAGER-83] - dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA (Jennifer Berringer) [VOYAGER-83] - redhat: configs: Enable CONFIG_SENSORS_SPD5118 (Jennifer Berringer) - i3c: master: dw-i3c: Balance PM runtime usage count on probe failure (Jennifer Berringer) - hwmon: (spd5118) Detect and support 16-bit register addressing (Jennifer Berringer) - hwmon: (spd5118) Support 16-bit addressing for NVMEM accesses (Jennifer Berringer) - hwmon: (spd5118) Name chips taking the specification literally (Jennifer Berringer) - hwmon: (spd5118) Split into common and I2C specific code (Jennifer Berringer) - hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Jennifer Berringer) - i3c: dw: Disable runtime PM on Agilex5 to avoid bus hang on IBI (Jennifer Berringer) - i3c: dw: Add shutdown support to dw_i3c_master driver (Jennifer Berringer) - i3c: dw: Add quirk to address OD/PP timing issue on AMD platform (Jennifer Berringer) - i3c: dw: Add support for AMDI0015 ACPI ID (Jennifer Berringer) - i3c: simplify combined i3c/i2c dependencies (Jennifer Berringer) - i3c: Move device name assignment after i3c_bus_init (Jennifer Berringer) - i3c: master: Simplify with scoped for each OF child loop (Jennifer Berringer) - i3c: fix refcount inconsistency in i3c_master_register (Jennifer Berringer) - device property: Add scoped fwnode child node iterators (Jennifer Berringer) - i3c: master: Drop duplicate check before calling OF APIs (Jennifer Berringer) - i3c: master: Improve initialization of numbered I2C adapters (Jennifer Berringer) - arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faults (Charles Mirabile) [VOYAGER-347] Resolves: VOYAGER-347, VOYAGER-83 Signed-off-by: Jan Stancek <jstancek@redhat.com>
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
RHEL_MAJOR = 10
|
|
RHEL_MINOR = 3
|
|
|
|
#
|
|
# RHEL_RELEASE
|
|
# -------------
|
|
#
|
|
# Represents build number in 'release' part of RPM's name-version-release.
|
|
# name is <package_name>, e.g. kernel
|
|
# version is upstream kernel version this kernel is based on, e.g. 4.18.0
|
|
# release is <RHEL_RELEASE>.<dist_tag>[<buildid>], e.g. 100.el8
|
|
#
|
|
# Use this spot to avoid future merge conflicts.
|
|
# Do not trim this comment.
|
|
RHEL_RELEASE = 221
|
|
|
|
#
|
|
# RHEL_REBASE_NUM
|
|
# ----------------
|
|
#
|
|
# Used in RPM version string for Gemini kernels, which dont use upstream
|
|
# VERSION/PATCHLEVEL/SUBLEVEL. The number represents rebase number for
|
|
# current MAJOR release.
|
|
#
|
|
# Use this spot to avoid future merge conflicts.
|
|
# Do not trim this comment.
|
|
RHEL_REBASE_NUM = 1
|
|
|
|
#
|
|
# Automotive
|
|
# ----------
|
|
#
|
|
# Represents the major and minor release used by automotive.
|
|
# Primarily this is used to to identify the build target when
|
|
# building the automotive kernel package.
|
|
AUTOMOTIVE_MAJOR = 2
|
|
AUTOMOTIVE_MINOR = 1
|
|
|
|
#
|
|
# DERIVATIVE_BUILD
|
|
# ---------------------------
|
|
#
|
|
# Set DERIVATIVE_STREAM to "yes" to enable derivative kernel versioning.
|
|
DERIVATIVE_BUILD = 3
|