All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] firmware: add firmware_request_cache()
@ 2018-03-21 22:34 Luis R. Rodriguez
  2018-03-21 22:34 ` [PATCH v4 1/3] firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used Luis R. Rodriguez
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luis R. Rodriguez @ 2018-03-21 22:34 UTC (permalink / raw)
  To: gregkh
  Cc: akpm, cantabile.desu, kubakici, linux-wireless, keescook, shuah,
	mfuzzey, zohar, dhowells, pali.rohar, tiwai, arend.vanspriel,
	zajec5, nbroeking, markivx, broonie, dmitry.torokhov, dwmw2,
	torvalds, Abhay_Salunke, bjorn.andersson, jewalt, oneukum, ast,
	andresx7, linux-kernel, linux-fsdevel, Luis R. Rodriguez

Greg,

Here are the last straggler patches to clean up what was left which you
requested and to add the new firmware_request_cache() call to fix a
corner case suspend issue.

The extra space character you found in earlier patches no longer needs
to be fixed as that assignement was replaced with a new line in later
patches which does not have the extra space in the assignment. The only
other straggler fix needed which you had pointed out was the debugfs typo.

The new API call was renamed as suggested to firmware_request_cache(),
with the API name first. I'll use a separate series to start addressing
the firmware API rename for the rest of the callers. That will take some
time as I'm running quite a bit of tests on those changes and I am going
to wait for 0-day to give me its blesssings.

Question, feedback, and specially rants are greatly appreciated.

  Luis

Luis R. Rodriguez (3):
  firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is
    used
  firmware: add firmware_request_cache() to help with cache on reboot
  mt7601u: use firmware_request_cache() to address cache on reboot

 .../driver-api/firmware/request_firmware.rst       | 14 +++++++++++++
 drivers/base/firmware_loader/fallback.c            |  2 +-
 drivers/base/firmware_loader/main.c                | 24 ++++++++++++++++++++++
 drivers/net/wireless/mediatek/mt7601u/mcu.c        |  2 +-
 include/linux/firmware.h                           |  3 +++
 5 files changed, 43 insertions(+), 2 deletions(-)

-- 
2.16.2

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

end of thread, other threads:[~2018-03-21 22:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-21 22:34 [PATCH v4 0/3] firmware: add firmware_request_cache() Luis R. Rodriguez
2018-03-21 22:34 ` [PATCH v4 1/3] firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used Luis R. Rodriguez
2018-03-21 22:34 ` [PATCH v4 2/3] firmware: add firmware_request_cache() to help with cache on reboot Luis R. Rodriguez
2018-03-21 22:34 ` [PATCH v4 3/3] mt7601u: use firmware_request_cache() to address " Luis R. Rodriguez

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.