[PATCH V6 2/5] remoteproc: qcom: Push reset ops, rproc ops in to of_match data

2018-05-14 Thread Sricharan R
Instead of directly assigning reset and rproc ops, put them in to of_match data and get from that. Currently same ops are used for all compatibles, but that will change when we add q6v5-wcss support. Signed-off-by: Sricharan R --- drivers/remoteproc/qcom_q6v5_pil.c |

[PATCH V6 2/5] remoteproc: qcom: Push reset ops, rproc ops in to of_match data

2018-05-14 Thread Sricharan R
Instead of directly assigning reset and rproc ops, put them in to of_match data and get from that. Currently same ops are used for all compatibles, but that will change when we add q6v5-wcss support. Signed-off-by: Sricharan R --- drivers/remoteproc/qcom_q6v5_pil.c | 38