[PATCH v3 0/5] firmware: add SmPL grammar to avoid issues

From: mcgrof
Date: Tue Aug 23 2016 - 20:57:25 EST


From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx>

Greg,

This v3 is a simple respin without any modifications other than a rebase
from the last v2 series [0] to apply to today's linux-next tre. The v2 series
did not make it in in time.

[0] https://lkml.kernel.org/r/1466117661-22075-1-git-send-email-mcgrof@xxxxxxxxxx

Luis R. Rodriguez (5):
MAINTAINERS: extend firmware_class maintainer list
firmware: annotate thou shalt not request fw on init or probe
firmware: update usermode helper docs and add SmPL report
firmware: add usermode helper DECLARE_FW_LOADER_USER() annotation
firmware: fix fw cache to avoid usermode helper on suspend

Documentation/firmware_class/README | 59 +++++++++-
MAINTAINERS | 1 +
drivers/base/Kconfig | 2 +-
drivers/base/firmware_class.c | 2 +-
drivers/firmware/dell_rbu.c | 1 +
drivers/leds/leds-lp55xx-common.c | 1 +
include/linux/firmware.h | 7 ++
.../request_firmware-avoid-init-probe-init.cocci | 130 +++++++++++++++++++++
.../coccinelle/api/request_firmware-usermode.cocci | 44 +++++++
9 files changed, 240 insertions(+), 7 deletions(-)
create mode 100644 scripts/coccinelle/api/request_firmware-avoid-init-probe-init.cocci
create mode 100644 scripts/coccinelle/api/request_firmware-usermode.cocci

--
2.9.2