mbox series

[GIT,PULL] chrome-platform-firmware changes for v6.9

Message ID Ze5tZoBl4glQOR6o@google.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] chrome-platform-firmware changes for v6.9 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-firmware-for-v6.9

Message

Tzung-Bi Shih March 11, 2024, 2:33 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 13, 2024, 7:27 p.m. UTC | #1
The pull request you sent on Mon, 11 Mar 2024 10:33:10 +0800:

> https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-firmware-for-v6.9

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/aa7d6513d68bad539142f9d6c3e2faa629bc27d8

Thank you!