All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] firmware: google: Fix minor bugs
@ 2019-11-18 10:19 patrick.rudolph
  2019-11-18 10:19 ` [PATCH v3 1/3] firmware: google: Release devices before unregistering the bus patrick.rudolph
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: patrick.rudolph @ 2019-11-18 10:19 UTC (permalink / raw)
  To: linux-kernel
  Cc: coreboot, Patrick Rudolph, Allison Randal, Thomas Gleixner,
	Alexios Zavras, Greg Kroah-Hartman, 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.

Changes in v2:
 - Add missing return statement
 - Add s-o-b on GSMI patches
 - Add define for reserved GSMI command

Changes in v3:
 - Cosmetic changes only

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 |  7 +++++++
 drivers/firmware/google/gsmi.c           | 25 ++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

-- 
2.21.0


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-18 10:19 [PATCH v3 0/3] firmware: google: Fix minor bugs patrick.rudolph
2019-11-18 10:19 ` [PATCH v3 1/3] firmware: google: Release devices before unregistering the bus patrick.rudolph
2019-11-18 10:19 ` [PATCH v3 2/3] firmware: google: Unregister driver_info on failure and exit in gsmi patrick.rudolph
2019-11-18 10:19 ` [PATCH v3 3/3] firmware: google: Probe for a GSMI handler in firmware patrick.rudolph

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.