Page MenuHomeFreeBSD

Fix iMX6 SSI driver build and invalid pointer usage
ClosedPublic

Authored by gonzo on Dec 20 2016, 10:36 PM.
Tags
None
Referenced Files
F103256229: D8873.diff
Fri, Nov 22, 5:09 PM
Unknown Object (File)
Thu, Nov 21, 9:59 PM
Unknown Object (File)
Wed, Nov 13, 12:37 PM
Unknown Object (File)
Sep 27 2024, 1:16 PM
Unknown Object (File)
Sep 27 2024, 5:12 AM
Unknown Object (File)
Sep 23 2024, 11:24 PM
Unknown Object (File)
Sep 8 2024, 11:09 PM
Unknown Object (File)
Sep 7 2024, 10:57 PM
Subscribers

Details

Summary
  • Fix build for iMX6 SSI
  • Add dependency on sdma module
Test Plan

Build, load, check RX/TX channels numbers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gonzo retitled this revision from to Fix iMX6 SSI driver build and invalid pointer usage.
gonzo updated this object.
gonzo edited the test plan for this revision. (Show Details)
gonzo added a reviewer: br.
br edited edge metadata.
This revision is now accepted and ready to land.Dec 20 2016, 10:41 PM

it would be good to convert sDMA and SSI to use xDMA

In D8873#183623, @br wrote:

it would be good to convert sDMA and SSI to use xDMA

Probably later. This and SDMA fixes are just drive-by shooting: I tried to get audio working on my RiotBoard but it seems more drivers required to get it done.

it would be good to convert sDMA and SSI to use xDMA

Probably later. This and SDMA fixes are just drive-by shooting: I tried to get audio working on my RiotBoard but it seems more drivers required to get it done.

yep, you probably need driver for DAC and also ensure you have routed output pins correctly in imx6_audmux.c (there is some hard code).

This revision was automatically updated to reflect the committed changes.