[PATCH v2 04/16] clk: samsung: fsd: Add initial clock support

Stephen Boyd sboyd at kernel.org
Wed Jan 19 12:15:07 PST 2022


Quoting Alim Akhtar (2022-01-18 06:48:39)
> diff --git a/drivers/clk/samsung/clk-fsd.c b/drivers/clk/samsung/clk-fsd.c
> new file mode 100644
> index 000000000000..2669396d81b9
> --- /dev/null
> +++ b/drivers/clk/samsung/clk-fsd.c
> @@ -0,0 +1,308 @@
> +// SPDX-License-Identifier: GPL-2.0-only
> +/*
> + * Copyright (c) 2017-2022 Samsung Electronics Co., Ltd.
> + *             https://www.samsung.com
> + * Copyright (c) 2017-2022 Tesla, Inc.
> + *             https://www.tesla.com
> + *
> + * Common Clock Framework support for FSD SoC.
> + */
> +
> +#include <linux/clk-provider.h>
> +#include <linux/of.h>

include init.h for __initconst and kernel.h for ARRAY_SIZE

> +
> +#include <dt-bindings/clock/fsd-clk.h>
> +
> +#include "clk.h"
> +



More information about the linux-arm-kernel mailing list