]> git.itanic.dy.fi Git - linux-stable/commit
dmaengine: ti-dma-crossbar: Correct am335x/am43xx mux value type
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 8 Nov 2017 10:02:25 +0000 (12:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Dec 2017 09:07:27 +0000 (10:07 +0100)
commit5a7192bc389ea5ac194d046d6a218b7431680a31
tree5bbe1a8c330e4b9468cb6d814e1049d0207bbb04
parent03a48dc96505f5b900e44d50e69ea3ee3686c279
dmaengine: ti-dma-crossbar: Correct am335x/am43xx mux value type

[ Upstream commit 288e7560e4d3e259aa28f8f58a8dfe63627a1bf6 ]

The used 0x1f mask is only valid for am335x family of SoC, different family
using this type of crossbar might have different number of electable
events. In case of am43xx family 0x3f mask should have been used for
example.
Instead of trying to handle each family's mask, just use u8 type to store
the mux value since the event offsets are aligned to byte offset.

Fixes: 42dbdcc6bf965 ("dmaengine: ti-dma-crossbar: Add support for crossbar on AM33xx/AM43xx")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/ti-dma-crossbar.c