]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: twl6040: Rename the driver and use consistent names in the code
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 30 May 2016 08:55:11 +0000 (11:55 +0300)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 15 Aug 2016 19:09:54 +0000 (12:09 -0700)
commit7e37deb7fae8437c0487d9fc3f13c7415770efd7
tree733050917445338acb23b995ae37e57519886fc6
parent994deaae37a05bfe59aded7bb176092fb849c5b4
clk: twl6040: Rename the driver and use consistent names in the code

The driver is to provide the functional clock to OMAP4/5 McPDM. The clock
is named as pdmclk in the documentations so change the function names,
structure names and variables to align with this.
At the same time rename the driver from "twl6040-clk" to "twl6040-pdmclk".
This can be done w/o regression since the clock driver is not in use at
the moment, the MFD core driver is not even registering the device for it.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-twl6040.c