public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] firmware loader: cleanup and introduce search paths option
@ 2013-06-06 12:01 Ming Lei
  2013-06-06 12:01 ` [PATCH v1 1/4] firmware loader: don't export cache_firmware and uncache_firmware Ming Lei
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Ming Lei @ 2013-06-06 12:01 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel

Hi,

The 1st patch cancels exporting of cache_firmware and uncache_firmware.

The 2nd one simplifies holding module for request_firmware().

The 3rd one introduces one kernel option to allow distributions or users
to set their specific firmware search paths.

The 4th one don't allow to request firmware via relative path.

V1:
	- 3/4: make code more clean, take the approach suggested by Takashi
	- 4/4: introduce 4/4	


 drivers/base/Kconfig          |   14 +++++++
 drivers/base/firmware_class.c |   91 ++++++++++++++++++++++++++++++++---------
 include/linux/firmware.h      |   11 -----
 3 files changed, 85 insertions(+), 31 deletions(-)

Thanks,
--
Ming Lei


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

end of thread, other threads:[~2014-01-07 17:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-06 12:01 [PATCH v1 0/4] firmware loader: cleanup and introduce search paths option Ming Lei
2013-06-06 12:01 ` [PATCH v1 1/4] firmware loader: don't export cache_firmware and uncache_firmware Ming Lei
2013-06-06 12:01 ` [PATCH v1 2/4] firmware loader: simplify holding module for request_firmware Ming Lei
2014-01-07  7:56   ` Dmitry Torokhov
2014-01-07 14:53     ` Ming Lei
2014-01-07 17:23       ` Dmitry Torokhov
2013-06-06 12:01 ` [PATCH v1 3/4] firmware loader: allow distribution to choose default search paths Ming Lei
2013-06-06 19:47   ` Greg Kroah-Hartman
2013-06-07  1:24     ` Ming Lei
2013-06-07  4:20       ` Greg Kroah-Hartman
2013-06-07 15:01         ` Ming Lei
2013-06-06 12:01 ` [RFC PATCH v1 4/4] firmware loader: don't allow to request firmware via relative path Ming Lei
2013-06-06 19:48   ` Greg Kroah-Hartman
2013-06-07  1:30     ` Ming Lei
2013-06-07  4:21       ` Greg Kroah-Hartman
2013-06-07  6:04       ` Takashi Iwai
2013-06-07 14:54         ` Ming Lei

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