Searched hist:a2dd6877b43ef14129f258910d60b2e81b32100b (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/soc/ti/ |
H A D | knav_qmss.h | diff a2dd6877b43ef14129f258910d60b2e81b32100b Tue Apr 17 23:30:31 CEST 2018 Murali Karicheri <m-karicheri2@ti.com> soc: ti: K2G: provide APIs to support driver probe deferral
This patch provide APIs to allow client drivers to support probe deferral. On K2G SoC, devices can be probed only after the ti_sci_pm_domains driver is probed and ready. As drivers may get probed at different order, any driver that depends on knav dma and qmss drivers, for example netcp network driver, needs to defer probe until knav devices are probed and ready to service. To do this, add an API to query the device ready status from the knav dma and qmss devices.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | knav_dma.h | diff a2dd6877b43ef14129f258910d60b2e81b32100b Tue Apr 17 23:30:31 CEST 2018 Murali Karicheri <m-karicheri2@ti.com> soc: ti: K2G: provide APIs to support driver probe deferral
This patch provide APIs to allow client drivers to support probe deferral. On K2G SoC, devices can be probed only after the ti_sci_pm_domains driver is probed and ready. As drivers may get probed at different order, any driver that depends on knav dma and qmss drivers, for example netcp network driver, needs to defer probe until knav devices are probed and ready to service. To do this, add an API to query the device ready status from the knav dma and qmss devices.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/soc/ti/ |
H A D | knav_dma.c | diff a2dd6877b43ef14129f258910d60b2e81b32100b Tue Apr 17 23:30:31 CEST 2018 Murali Karicheri <m-karicheri2@ti.com> soc: ti: K2G: provide APIs to support driver probe deferral
This patch provide APIs to allow client drivers to support probe deferral. On K2G SoC, devices can be probed only after the ti_sci_pm_domains driver is probed and ready. As drivers may get probed at different order, any driver that depends on knav dma and qmss drivers, for example netcp network driver, needs to defer probe until knav devices are probed and ready to service. To do this, add an API to query the device ready status from the knav dma and qmss devices.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | knav_qmss_queue.c | diff a2dd6877b43ef14129f258910d60b2e81b32100b Tue Apr 17 23:30:31 CEST 2018 Murali Karicheri <m-karicheri2@ti.com> soc: ti: K2G: provide APIs to support driver probe deferral
This patch provide APIs to allow client drivers to support probe deferral. On K2G SoC, devices can be probed only after the ti_sci_pm_domains driver is probed and ready. As drivers may get probed at different order, any driver that depends on knav dma and qmss drivers, for example netcp network driver, needs to defer probe until knav devices are probed and ready to service. To do this, add an API to query the device ready status from the knav dma and qmss devices.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|