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
Unknown Object (File)
Mon, Apr 29, 7:15 PM
Unknown Object (File)
Mon, Apr 29, 6:34 PM
Unknown Object (File)
Mon, Apr 29, 2:43 PM
Unknown Object (File)
Feb 16 2024, 3:31 PM
Unknown Object (File)
Dec 15 2023, 6:18 AM
Unknown Object (File)
Dec 12 2023, 8:39 AM
Unknown Object (File)
Dec 4 2023, 4:24 AM
Unknown Object (File)
Nov 16 2023, 9:53 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.