mbox series

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

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-firmware-for-6.13

Message

Tzung-Bi Shih Nov. 18, 2024, 12:32 a.m. UTC
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-firmware-for-6.13

for you to fetch changes up to 32b0901e141f6d4cf49d820b53eb09b88b1f72f7:

  firmware: google: Unregister driver_info on failure (2024-10-15 22:51:24 +0000)

----------------------------------------------------------------
chrome platform firmware changes for 6.13

* Fixes

  - Do not double register "simple-framebuffer" platform device if
    Generic System Framebuffers (sysfb) already did that.
  - Fix a missing of unregistering platform driver in error handling
    path.

----------------------------------------------------------------
Javier Martinez Canillas (2):
      firmware: sysfb: Add a sysfb_handles_screen_info() helper function
      firmware: coreboot: Don't register a pdev if screen_info data is present

Yuan Can (1):
      firmware: google: Unregister driver_info on failure

 drivers/firmware/google/framebuffer-coreboot.c | 14 ++++++++++++++
 drivers/firmware/google/gsmi.c                 |  6 ++++--
 drivers/firmware/sysfb.c                       | 19 +++++++++++++++++++
 include/linux/sysfb.h                          |  7 +++++++
 4 files changed, 44 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 19, 2024, 7:06 p.m. UTC | #1
The pull request you sent on Mon, 18 Nov 2024 00:32:38 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-firmware-for-6.13

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

Thank you!