]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commit9b007938ae3cd75d0ae883c6c0eeb0985cacba15
tree7510c4646129f26d3c07fa7ca5cae5455f218873
parentf3a1381ec84ec1fdc8091f9935f97e836792b6a7
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