Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos: When sharing radio DMA for AES, use it for in instead of out | Keith Packard | 2012-08-28 |
| | | | | | | | | | We look at the out_done value, but not the in_done value; if we use the radio DMA for out, we would have to use ao_radio_dma_done to check for completion. This way, we can ignore that value and use the existing ao_aes_dma_out_done value. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos: Allow sharing of radio DMA with aes engine | Keith Packard | 2012-08-26 |
| | | | | | | otherwise, telefire doesn't have enough DMA channels. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos: Move cc1111 AES driver to cc1111 directory | Keith Packard | 2012-03-31 |
Signed-off-by: Keith Packard <keithp@keithp.com> |