diff options
| author | Tom Rini <trini@konsulko.com> | 2020-07-14 09:09:27 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-07-14 09:09:27 -0400 |
| commit | 3f126c764d63ddf6f26bc742a96938a0ecd8b8dc (patch) | |
| tree | 6cbe4b72ea6b7e3874415058b713f711bd6df996 /include/linux | |
| parent | 959a481f8f49cb01d757363ae816d83e9c145ab7 (diff) | |
| parent | 865fdfddce467f446b64f2aa7ba77f9dd0a48a6b (diff) | |
| download | u-boot-3f126c764d63ddf6f26bc742a96938a0ecd8b8dc.tar.gz u-boot-3f126c764d63ddf6f26bc742a96938a0ecd8b8dc.tar.xz u-boot-3f126c764d63ddf6f26bc742a96938a0ecd8b8dc.zip | |
Merge tag 'ti-v2020.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
- Sync DMA and CPSW DT bindings for K3 devices
- Other minor fixes for mmc and other TI devices
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/soc/ti/k3-navss-ringacc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/soc/ti/k3-navss-ringacc.h b/include/linux/soc/ti/k3-navss-ringacc.h index 7b027f8bd4..9176277ff0 100644 --- a/include/linux/soc/ti/k3-navss-ringacc.h +++ b/include/linux/soc/ti/k3-navss-ringacc.h @@ -100,6 +100,10 @@ struct k3_nav_ring_cfg { struct k3_nav_ring *k3_nav_ringacc_request_ring(struct k3_nav_ringacc *ringacc, int id, u32 flags); +int k3_nav_ringacc_request_rings_pair(struct k3_nav_ringacc *ringacc, + int fwd_id, int compl_id, + struct k3_nav_ring **fwd_ring, + struct k3_nav_ring **compl_ring); /** * k3_nav_ringacc_get_dev - get pointer on RA device * @ringacc: pointer on RA |
