summaryrefslogtreecommitdiff
path: root/firmware/imx
AgeCommit message (Collapse)Author
2018-08-28MLK-19350: firmware: imx: sdma: sdma-imx7d: change SAI script to shp insteadRobin Gong
Since poor performance with sai aips script on i.mx8mm, use shp scipt instead so that SDMA could directly access sai rather than longer patch on aips. Signed-off-by: Robin Gong <yibin.gong@nxp.com> (cherry picked from commit 2f0601e68de94f4e42ce3520726ef36921488b2f)
2018-08-24MLK-17385: dma: imx-sdma: update sdma script for multi fifo on SAIRobin Gong
update sdma script for multi fifo SAI on i.mx8MQ. Signed-off-by: Robin Gong <yibin.gong@nxp.com>
2018-08-24MLK-14333 firmware: imx: sdma: fix SSI dual fifo swapRobin Gong
There is a bug in ssi sdma script cause dual fifo swap.Correct it in sdma script. Signed-off-by: Robin Gong <yibin.gong@nxp.com>
2018-08-24MLK-12256: firmware: imx: sdma: fix bugs in uart script codeRobin Gong
Fix two below bugs in script: -- check error flag in FIFO data, thus dma will stop once the error happen when real HW error triggered by switch boundrate, overun,etc. Actrually, no need to check in script since UART driver will handle this. -- clear other status bit in USR1. Signed-off-by: Robin Gong <yibin.gong@nxp.com>
2018-08-24MLK-12076-2: firmare: imx: sdma: update ecspi tx script for ERR008517Robin Gong
Since ERR008517(TKT238285) fixed on i.mx6ul, we need change script to compatible all i.mx6 chips. Signed-off-by: Robin Gong <b38343@freescale.com> (cherry picked from commit 6970e2b497621e3f2fc4005d06bb8ca76d234074)
2018-08-23MLK-11344-2: firmware: imx: sdma: add sdma firmware for i.mx6 and i.mx7dRobin Gong
add sdma firmware for i.mx6 and i.mx7d Signed-off-by: Robin Gong <b38343@freescale.com>