The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-firmware-for-v6.9 for you to fetch changes up to 8a0a62941a042612f7487f6c4ff291f9054ff214: firmware: coreboot: Replace tag with id table in driver struct (2024-02-17 08:53:06 +0800) ---------------------------------------------------------------- chrome platform firmware changes for 6.9 * Improvements - Allow userspace to automatically load coreboot modules by adding modaliases and sending uevents. * Misc - Make bus_type const. ---------------------------------------------------------------- Nícolas F. R. A. Prado (3): firmware: coreboot: Generate modalias uevent for devices firmware: coreboot: Generate aliases for coreboot modules firmware: coreboot: Replace tag with id table in driver struct Ricardo B. Marliere (1): firmware: coreboot: make coreboot_bus_type const drivers/firmware/google/cbmem.c | 8 +++++++- drivers/firmware/google/coreboot_table.c | 22 ++++++++++++++++++++-- drivers/firmware/google/coreboot_table.h | 3 ++- drivers/firmware/google/framebuffer-coreboot.c | 8 +++++++- drivers/firmware/google/memconsole-coreboot.c | 8 +++++++- drivers/firmware/google/vpd.c | 8 +++++++- include/linux/mod_devicetable.h | 10 ++++++++++ scripts/mod/devicetable-offsets.c | 3 +++ scripts/mod/file2alias.c | 10 ++++++++++ 9 files changed, 73 insertions(+), 7 deletions(-)