diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2017-06-16 10:40:55 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-20 11:45:01 +0800 |
commit | 9816c09e2c889dfc962f142805eb03fba32debb3 (patch) | |
tree | 4410a712a6b1317a650036568caa10537fd0b34b /drivers/usb | |
parent | a70df14602b33f645d1eb69aad536ec29457a006 (diff) | |
download | linux-9816c09e2c889dfc962f142805eb03fba32debb3.tar.gz linux-9816c09e2c889dfc962f142805eb03fba32debb3.tar.bz2 linux-9816c09e2c889dfc962f142805eb03fba32debb3.zip |
dmaengine: omap-dma: port_window support correction for both direction
When the port_window support was verified it was done on setup where only
the MEM_TO_DEV direction was enabled. This got un-noticed and thus only
this direction worked.
Now that I have managed to get a setup to verify both direction it turned
out that the setup was incorrect:
omap_desc members are settings for the slave port while the omap_sg members
apply to the memory side of the sDMA setup.
Fixes: 527a27591312 ("dmaengine: omap-dma: Fix the port_window support")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: dmaengine@vger.kernel.org
Cc: dan.j.williams@intel.com
Cc: vinod.koul@intel.com
Tested-by: Tony Lindgren <tony@atomide.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
0 files changed, 0 insertions, 0 deletions