summaryrefslogtreecommitdiffstats
path: root/drivers/interconnect/imx/imx.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-18interconnect: imx: Make imx_icc_unregister() return voidUwe Kleine-König1-3/+1
2022-08-16interconnect: imx: Ignore return value of icc_provider_del() in .remove()Uwe Kleine-König1-1/+3
2022-07-15interconnect: imx: configure NoC mode/prioriry/ext_controlPeng Fan1-5/+45
2022-07-15interconnect: imx: introduce imx_icc_providerPeng Fan1-10/+14
2022-07-15interconnect: imx: set src nodePeng Fan1-0/+6
2022-07-15interconnect: imx: fix max_node_idPeng Fan1-4/+4
2022-01-23interconnect: imx: Add imx_icc_get_bw function to set initial avg and peakAbel Vesa1-0/+9
2020-12-28interconnect: imx: Remove a useless testChristophe JAILLET1-1/+1
2020-12-28interconnect: imx: Add a missing of_node_put after of_device_is_availableChristophe JAILLET1-0/+1
2020-09-21interconnect: imx: simplify the return expression of imx_icc_unregisterLiu Shixin1-6/+1
2020-09-18interconnect: imx: Simplify with dev_err_probe()Krzysztof Kozlowski1-4/+2
2020-05-10interconnect: imx: Fix return value check in imx_icc_node_init_qos()Wei Yongjun1-4/+4
2020-04-28interconnect: Add imx core driverLeonard Crestez1-0/+284