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

From: Luis R. Rodriguez
Date: Tue Sep 06 2016 - 20:42:36 EST


Greg,

this v4 includes only two further changes since my last respin:

o As noted by Daniel Wagner, this removes the timeout reset for
when the firmware cache is used
o Typo fix as noted by Gabriel Paubert

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 | 61 +++++++++-
MAINTAINERS | 1 +
drivers/base/Kconfig | 2 +-
drivers/base/firmware_class.c | 16 +--
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, 242 insertions(+), 21 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