[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101208222642.GA31802@kroah.com>
Date: Wed, 8 Dec 2010 14:26:42 -0800
From: Greg KH <greg@...ah.com>
To: Omar Ramirez Luna <omar.ramirez@...com>
Cc: linux-omap <linux-omap@...r.kernel.org>,
Ohad Ben-Cohen <ohad@...ery.com>, Nishanth Menon <nm@...com>,
Felipe Contreras <felipe.contreras@...il.com>,
Fernando Guzman Lugo <fernando.lugo@...com>,
Armando Uribe De Leon <x0095078@...com>,
Greg Kroah-Hartman <gregkh@...e.de>,
Ernesto Ramos Falcon <ernesto@...com>,
linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
Rene Sapiens <rene.sapiens@...com>
Subject: Re: [PATCH] staging: tidspbridge: remove file handling functions
for loader
On Tue, Dec 07, 2010 at 12:09:06AM -0600, Omar Ramirez Luna wrote:
> Instead use request_firmware and friends to get a valid firmware
> image.
>
> Right now the image is supplied dynamically through udev and the
> following rule:
>
> KERNEL=="omap-dsp", SUBSYSTEM=="firmware", ACTION=="add", \
> RUN+="/bin/sh -c 'echo 1 > /sys/$DEVPATH/loading; \
> cat $FIRMWARE > /sys/$DEVPATH/data; \
> echo 0 > /sys/$DEVPATH/loading'"
Why do you need a custom firmware rule? Why doesn't the default
firmware loading rule that comes with udev work properly for you? What
are you needing different here that works properly for all other
drivers?
confused,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists