Re: [PATCH] dmaengine: qcom_hidma: allow ACPI/DT parameters to be overridden

2017-06-25 Thread Vinod Koul
On Thu, Jun 22, 2017 at 02:59:22PM -0400, Sinan Kaya wrote: > Parameters like maximum read/write request size and the maximum > number of active transactions are currently configured in DT/ACPI. > > This patch allows a user to override these to fine tune performance > for their application.

Re: [PATCH] dmaengine: qcom_hidma: allow ACPI/DT parameters to be overridden

2017-06-25 Thread Vinod Koul
On Thu, Jun 22, 2017 at 02:59:22PM -0400, Sinan Kaya wrote: > Parameters like maximum read/write request size and the maximum > number of active transactions are currently configured in DT/ACPI. > > This patch allows a user to override these to fine tune performance > for their application.

[PATCH] dmaengine: qcom_hidma: allow ACPI/DT parameters to be overridden

2017-06-22 Thread Sinan Kaya
Parameters like maximum read/write request size and the maximum number of active transactions are currently configured in DT/ACPI. This patch allows a user to override these to fine tune performance for their application. Signed-off-by: Sinan Kaya ---

[PATCH] dmaengine: qcom_hidma: allow ACPI/DT parameters to be overridden

2017-06-22 Thread Sinan Kaya
Parameters like maximum read/write request size and the maximum number of active transactions are currently configured in DT/ACPI. This patch allows a user to override these to fine tune performance for their application. Signed-off-by: Sinan Kaya --- drivers/dma/qcom/hidma.c | 7 +--