[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140722232418.GA18997@kroah.com>
Date: Tue, 22 Jul 2014 16:24:18 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Enric Balletbo i Serra <eballetbo@...ebcn.com>
Cc: pavan_savoy@...com, linux-kernel@...r.kernel.org,
linux-omap@...r.kernel.org
Subject: Re: [PATCH] drivers/misc/ti-st: Load firmware from ti-connectivity
directory.
On Tue, Jul 22, 2014 at 01:08:38PM +0200, Enric Balletbo i Serra wrote:
> Looks like the default location for TI firmware is inside the ti-connectivity
> directory, to be coherent with other firmware request used by TI drivers, load
> the TIInit firmware from this directory instead of /lib/firmware directly.
>
> Signed-off-by: Enric Balletbo i Serra <eballetbo@...ebcn.com>
> ---
> drivers/misc/ti-st/st_kim.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/misc/ti-st/st_kim.c b/drivers/misc/ti-st/st_kim.c
> index 9d3dbb2..fa6a900 100644
> --- a/drivers/misc/ti-st/st_kim.c
> +++ b/drivers/misc/ti-st/st_kim.c
> @@ -244,7 +244,8 @@ static long read_local_version(struct kim_data_s *kim_gdata, char *bts_scr_name)
> if (version & 0x8000)
> maj_ver |= 0x0008;
>
> - sprintf(bts_scr_name, "TIInit_%d.%d.%d.bts", chip, maj_ver, min_ver);
> + sprintf(bts_scr_name, "ti-connectivity/TIInit_%d.%d.%d.bts",
> + chip, maj_ver, min_ver);
Can I get an ack from a ti.com address to verify that this is where the
driver really is?
thanks,
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