[PATCH v3 08/11] clk: k210: Move k210 clock out of its own subdirectory
Leo Liang
ycliang at andestech.com
Wed Jun 16 04:01:03 CEST 2021
On Fri, Jun 11, 2021 at 12:16:14PM +0800, Sean Anderson wrote:
> Now that we have only one clock driver, we don't need to have our own
> subdirectory. Move the driver back with the rest of the clock drivers.
>
> The MAINTAINERS for kendryte pinctrl is also fixed since it has always been
> wrong.
>
> Signed-off-by: Sean Anderson <seanga2 at gmail.com>
> ---
>
> (no changes since v1)
>
> MAINTAINERS | 4 ++--
> drivers/clk/Kconfig | 14 +++++++++++++-
> drivers/clk/Makefile | 2 +-
> drivers/clk/{kendryte/clk.c => clk_kendryte.c} | 0
> drivers/clk/kendryte/Kconfig | 12 ------------
> drivers/clk/kendryte/Makefile | 1 -
> 6 files changed, 16 insertions(+), 17 deletions(-)
> rename drivers/clk/{kendryte/clk.c => clk_kendryte.c} (100%)
> delete mode 100644 drivers/clk/kendryte/Kconfig
> delete mode 100644 drivers/clk/kendryte/Makefile
Reviewed-by: Leo Yu-Chi Liang <ycliang at andestech.com>
More information about the U-Boot
mailing list