Re: [PATCH 3/3] soc: qcom: mdt_loader: add offset to request_firmware_into_buf

2019-08-22 Thread Scott Branden
Hi Greg, On 2019-05-23 9:56 a.m., Greg Kroah-Hartman wrote: On Thu, May 23, 2019 at 09:41:49AM -0700, Scott Branden wrote: Hi Greg, On 2019-05-22 10:52 p.m., Greg Kroah-Hartman wrote: On Wed, May 22, 2019 at 07:51:13PM -0700, Scott Branden wrote: Adjust request_firmware_into_buf API to

Re: [PATCH 3/3] soc: qcom: mdt_loader: add offset to request_firmware_into_buf

2019-07-30 Thread Scott Branden
Hi Bjorn, On 2019-05-26 10:36 p.m., Bjorn Andersson wrote: On Thu 23 May 09:56 PDT 2019, Greg Kroah-Hartman wrote: On Thu, May 23, 2019 at 09:41:49AM -0700, Scott Branden wrote: Hi Greg, On 2019-05-22 10:52 p.m., Greg Kroah-Hartman wrote: On Wed, May 22, 2019 at 07:51:13PM -0700, Scott

Re: [PATCH 3/3] soc: qcom: mdt_loader: add offset to request_firmware_into_buf

2019-05-26 Thread Bjorn Andersson
On Thu 23 May 09:56 PDT 2019, Greg Kroah-Hartman wrote: > On Thu, May 23, 2019 at 09:41:49AM -0700, Scott Branden wrote: > > Hi Greg, > > > > On 2019-05-22 10:52 p.m., Greg Kroah-Hartman wrote: > > > On Wed, May 22, 2019 at 07:51:13PM -0700, Scott Branden wrote: > > > > Adjust

Re: [PATCH 3/3] soc: qcom: mdt_loader: add offset to request_firmware_into_buf

2019-05-23 Thread Greg Kroah-Hartman
On Thu, May 23, 2019 at 09:41:49AM -0700, Scott Branden wrote: > Hi Greg, > > On 2019-05-22 10:52 p.m., Greg Kroah-Hartman wrote: > > On Wed, May 22, 2019 at 07:51:13PM -0700, Scott Branden wrote: > > > Adjust request_firmware_into_buf API to allow for portions > > > of firmware file to be read

Re: [PATCH 3/3] soc: qcom: mdt_loader: add offset to request_firmware_into_buf

2019-05-23 Thread Scott Branden
Hi Greg, On 2019-05-22 10:52 p.m., Greg Kroah-Hartman wrote: On Wed, May 22, 2019 at 07:51:13PM -0700, Scott Branden wrote: Adjust request_firmware_into_buf API to allow for portions of firmware file to be read into a buffer. mdt_loader still retricts request fo whole file read into buffer.

Re: [PATCH 3/3] soc: qcom: mdt_loader: add offset to request_firmware_into_buf

2019-05-22 Thread Greg Kroah-Hartman
On Wed, May 22, 2019 at 07:51:13PM -0700, Scott Branden wrote: > Adjust request_firmware_into_buf API to allow for portions > of firmware file to be read into a buffer. mdt_loader still > retricts request fo whole file read into buffer. > > Signed-off-by: Scott Branden > --- >

[PATCH 3/3] soc: qcom: mdt_loader: add offset to request_firmware_into_buf

2019-05-22 Thread Scott Branden
Adjust request_firmware_into_buf API to allow for portions of firmware file to be read into a buffer. mdt_loader still retricts request fo whole file read into buffer. Signed-off-by: Scott Branden --- drivers/soc/qcom/mdt_loader.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-)