summaryrefslogtreecommitdiff
path: root/drivers/crypto
diff options
context:
space:
mode:
authorBiju Das <biju.das.jz@bp.renesas.com>2023-04-12 17:50:49 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-04-20 14:47:33 +0300
commit8749061be196b41a874d71c073c03171bf2741b2 (patch)
treebd494c04fbcbfc49d0c5beeac31040dbecd844ff /drivers/crypto
parent3f42b142ea1171967e40e10e4b0241c0d6d28d41 (diff)
downloadlinux-8749061be196b41a874d71c073c03171bf2741b2.tar.xz
tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx support
SCIFA IP on RZ/G2L SoC has the same signal for both interrupt and DMA transfer request. Setting DMARS register for DMA transfer makes the signal to work as a DMA transfer request signal and subsequent interrupt requests to the interrupt controller are masked. Similarly clearing DMARS register makes signal to work as interrupt signal and subsequent interrupt requests to the interrupt controller are unmasked. Add SCIFA DMA tx support for RZ/G2L alike SoCs by disabling TXI line interrupt and setting DMARS registers by DMA api for DMA transfer request. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://lore.kernel.org/r/20230412145053.114847-2-biju.das.jz@bp.renesas.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/crypto')
0 files changed, 0 insertions, 0 deletions