Quoting Konrad Dybcio (2021-08-01 09:20:47) > > diff --git a/drivers/clk/qcom/gcc-sm6115.c b/drivers/clk/qcom/gcc-sm6115.c > > new file mode 100644 > > index 000000000000..535fe8ef1de2 > > --- /dev/null > > +++ b/drivers/clk/qcom/gcc-sm6115.c > > @@ -0,0 +1,3582 @@ > > +// SPDX-License-Identifier: GPL-2.0-only > > +/* > > + * Copyright (c) 2019-2021, The Linux Foundation. All rights reserved. > > + */ > > + > > +#include <linux/err.h> > > +#include <linux/kernel.h> > > +#include <linux/module.h> > > +#include <linux/of_device.h> > > +#include <linux/clk-provider.h> > > +#include <linux/regmap.h> > > +#include <linux/reset-controller.h> > > Most of these can go, check sm8250 gcc for reference. > Looks like all of these should stay, but please sort them alphabetically.