Re: [PATCH v3 2/2] clk: qcom: Add Global Clock controller (GCC) driver for SM6115

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.




[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux