public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] firmware: google: Fix minor bugs
@ 2019-11-15 13:48 patrick.rudolph
  2019-11-15 13:48 ` [PATCH 1/3] firmware: google: Release devices before unregistering the bus patrick.rudolph
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: patrick.rudolph @ 2019-11-15 13:48 UTC (permalink / raw)
  To: linux-kernel
  Cc: coreboot, patrick.rudolph, Allison Randal, Alexios Zavras,
	Greg Kroah-Hartman, Thomas Gleixner, Arthur Heymans

From: Patrick Rudolph <patrick.rudolph@9elements.com>

This patch series fixes 3 independent bugs in the google firmware
drivers.

Patch 1-2 do proper cleanup at kernel module unloading.

Patch 3 adds a check if the optional GSMI SMM handler is actually
present in the firmware and responses to the driver.

Arthur Heymans (2):
  firmware: google: Unregister driver_info on failure and exit in gsmi
  firmware: google: Probe for a GSMI handler in firmware

Patrick Rudolph (1):
  firmware: google: Release devices before unregistering the bus

 drivers/firmware/google/coreboot_table.c |  6 ++++++
 drivers/firmware/google/gsmi.c           | 24 ++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-11-18  8:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-15 13:48 [PATCH 0/3] firmware: google: Fix minor bugs patrick.rudolph
2019-11-15 13:48 ` [PATCH 1/3] firmware: google: Release devices before unregistering the bus patrick.rudolph
2019-11-15 20:28   ` kbuild test robot
2019-11-16 13:38   ` Greg Kroah-Hartman
2019-11-18  8:12     ` patrick.rudolph
2019-11-15 13:48 ` [PATCH 2/3] firmware: google: Unregister driver_info on failure and exit in gsmi patrick.rudolph
2019-11-16 13:39   ` Greg Kroah-Hartman
2019-11-16 13:40   ` Greg Kroah-Hartman
2019-11-18  7:59     ` patrick.rudolph
2019-11-18  8:13       ` Greg Kroah-Hartman
2019-11-15 13:48 ` [PATCH 3/3] firmware: google: Probe for a GSMI handler in firmware patrick.rudolph

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox