Re: [PATCHv3 1/3] firmware_class: move NO_CACHE from private to driver_data_req_params

2017-07-13 Thread Alan Tull
On Mon, Jun 26, 2017 at 10:28 AM, Li, Yi wrote: Hi Greg, > hi Greg > > On 6/23/2017 10:41 AM, Greg KH wrote: >> >> On Fri, Jun 16, 2017 at 05:58:29PM -0500, yi1...@linux.intel.com wrote: >>> >>> From: Yi Li >>> >>> This adds

Re: [PATCHv3 1/3] firmware_class: move NO_CACHE from private to driver_data_req_params

2017-07-13 Thread Alan Tull
On Mon, Jun 26, 2017 at 10:28 AM, Li, Yi wrote: Hi Greg, > hi Greg > > On 6/23/2017 10:41 AM, Greg KH wrote: >> >> On Fri, Jun 16, 2017 at 05:58:29PM -0500, yi1...@linux.intel.com wrote: >>> >>> From: Yi Li >>> >>> This adds DRIVER_DATA_REQ_NO_CACHE flag with .req flag under struct >>>

Re: [PATCHv3 1/3] firmware_class: move NO_CACHE from private to driver_data_req_params

2017-06-26 Thread Li, Yi
hi Greg On 6/23/2017 10:41 AM, Greg KH wrote: On Fri, Jun 16, 2017 at 05:58:29PM -0500, yi1...@linux.intel.com wrote: From: Yi Li This adds DRIVER_DATA_REQ_NO_CACHE flag with .req flag under struct driver_data_req_params. When this flag is set, the driver_data driver

Re: [PATCHv3 1/3] firmware_class: move NO_CACHE from private to driver_data_req_params

2017-06-26 Thread Li, Yi
hi Greg On 6/23/2017 10:41 AM, Greg KH wrote: On Fri, Jun 16, 2017 at 05:58:29PM -0500, yi1...@linux.intel.com wrote: From: Yi Li This adds DRIVER_DATA_REQ_NO_CACHE flag with .req flag under struct driver_data_req_params. When this flag is set, the driver_data driver will not cache the

Re: [PATCHv3 1/3] firmware_class: move NO_CACHE from private to driver_data_req_params

2017-06-23 Thread Greg KH
On Fri, Jun 16, 2017 at 05:58:29PM -0500, yi1...@linux.intel.com wrote: > From: Yi Li > > This adds DRIVER_DATA_REQ_NO_CACHE flag with .req flag under struct > driver_data_req_params. When this flag is set, the driver_data driver > will not cache the firmware during PM

Re: [PATCHv3 1/3] firmware_class: move NO_CACHE from private to driver_data_req_params

2017-06-23 Thread Greg KH
On Fri, Jun 16, 2017 at 05:58:29PM -0500, yi1...@linux.intel.com wrote: > From: Yi Li > > This adds DRIVER_DATA_REQ_NO_CACHE flag with .req flag under struct > driver_data_req_params. When this flag is set, the driver_data driver > will not cache the firmware during PM cycle, which is expensive.

[PATCHv3 1/3] firmware_class: move NO_CACHE from private to driver_data_req_params

2017-06-16 Thread yi1 . li
From: Yi Li This adds DRIVER_DATA_REQ_NO_CACHE flag with .req flag under struct driver_data_req_params. When this flag is set, the driver_data driver will not cache the firmware during PM cycle, which is expensive. It will be used by streaming case and other drivers which

[PATCHv3 1/3] firmware_class: move NO_CACHE from private to driver_data_req_params

2017-06-16 Thread yi1 . li
From: Yi Li This adds DRIVER_DATA_REQ_NO_CACHE flag with .req flag under struct driver_data_req_params. When this flag is set, the driver_data driver will not cache the firmware during PM cycle, which is expensive. It will be used by streaming case and other drivers which implement their own