Change GPDMA channel clli member to uint32_t, cast...
by Jared Boone 11 years 11 months
Change GPDMA channel clli member to uint32_t, casting to/from gpdma_lli_t and dealing with the multiple fields was driving me crazy.
5b59f9cb
Add GPDMA LLI function to enable interrupt after L...
by Jared Boone 11 years 11 months
Add GPDMA LLI function to enable interrupt after LLI operation is complete.
6185b670
Expose SGPIO DMA LLI configuration function.
by Jared Boone 11 years 11 months
Expose SGPIO DMA LLI configuration function.
Remove LLI declarations internal to SGPIO DMA module.
Require a start LLI for SGPIO DMA start functions.
ca070aca
Rename SGPIO DMA internal function to match style ...
by Jared Boone 11 years 11 months
Rename SGPIO DMA internal function to match style of public functions.
ea2ca523
Remove irrelevant assumption that LLI argument is ...
by Jared Boone 11 years 11 months
Remove irrelevant assumption that LLI argument is a pointer to an array.
ac0d50a1
Change SGPIO DMA configuration API from dividing u...
by Jared Boone 11 years 11 months
Change SGPIO DMA configuration API from dividing up a buffer's length into M parts to creating a chain of M transfers of size N.
d2fd5e74
Move LLI_COUNT constant out of SGPIO DMA utility f...
by Jared Boone 11 years 11 months
Move LLI_COUNT constant out of SGPIO DMA utility functions.
6196fa28
Extract SGPIO multi_slice configuration argument i...
by Jared Boone 11 years 11 months
Extract SGPIO multi_slice configuration argument into an init-time function, so it doesn't need to be passed each time the SGPIO interface direction is changed.
2fab6c40
Bracket SGPIO GPDMA slice configuration with multi...
by Jared Boone 11 years 11 months
Bracket SGPIO GPDMA slice configuration with multislice==false test. It only makes sense in single slice mode (until I have a clever idea for doing GPDMA with multiple slices).
50ec2687
Add SGPIO configuration to support GPDMA interrupt...
by Jared Boone 11 years 11 months
Add SGPIO configuration to support GPDMA interrupts.
809df425
Report a bug