]> git.baikalelectronics.ru Git - kernel.git/commit
mailbox: qcom: Add clock driver name in apcs mailbox driver data
authorSivaprakash Murugesan <sivaprak@codeaurora.org>
Mon, 8 Jun 2020 09:37:26 +0000 (15:07 +0530)
committerJassi Brar <jaswinder.singh@linaro.org>
Thu, 11 Jun 2020 03:43:51 +0000 (22:43 -0500)
commit49dcdb72024ba82c4294500d628301f90232f4df
tree7510c4646129f26d3c07fa7ca5cae5455f218873
parent798433a56f5ba8f23f5e54d0e899782c869f2c45
mailbox: qcom: Add clock driver name in apcs mailbox driver data

Some apcs mailbox devices supports a clock driver, the compatible
strings of devices supporting clock driver along with the clock driver
name are maintained in a separate structure within the mailbox driver.
And the clock driver is added based on device match.

With increase in number of devices supporting the clock feature move the
clock driver name inside the driver data. so that we can use a single
API to get the register offset of mailbox driver and clock driver name
together, and the clock driver will be added based on the driver data.

Signed-off-by: Sivaprakash Murugesan <sivaprak@codeaurora.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/qcom-apcs-ipc-mailbox.c