linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 3/4] clk: rockchip: add support for half divider
Date: Fri, 06 Jul 2018 19:19:11 +0200	[thread overview]
Message-ID: <5208192.saTfdjLqfi@phil> (raw)
In-Reply-To: <153089585197.143105.10633953093490493144@swboyd.mtv.corp.google.com>

Am Freitag, 6. Juli 2018, 18:50:51 CEST schrieb Stephen Boyd:
> Quoting Elaine Zhang (2018-06-14 19:16:50)
> > 
> > diff --git a/drivers/clk/rockchip/clk-half-divider.c b/drivers/clk/rockchip/clk-half-divider.c
> > new file mode 100644
> > index 000000000000..fb7a6501e0c1
> > --- /dev/null
> > +++ b/drivers/clk/rockchip/clk-half-divider.c
> > @@ -0,0 +1,230 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > +/*
> > + * Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd
> > + */
> > +
> > +#include <linux/slab.h>
> > +#include <linux/bitops.h>
> > +#include <linux/regmap.h>
> > +#include <linux/clk.h>
> 
> Is this include used?

nope, and so are bitops and regmap as well.
I've amended the commit patch accordingly.


Heiko

  reply	other threads:[~2018-07-06 17:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-15  2:16 [PATCH v3 0/4] clk: rockchip: support clock controller for px30 SoC Elaine Zhang
2018-06-15  2:16 ` [PATCH v3 1/4] dt-bindings: add bindings for px30 clock controller Elaine Zhang
2018-06-20 18:14   ` Rob Herring
2018-06-15  2:16 ` [PATCH v3 2/4] clk: rockchip: add dt-binding header for px30 Elaine Zhang
2018-06-15  2:16 ` [PATCH v3 3/4] clk: rockchip: add support for half divider Elaine Zhang
2018-07-06 16:50   ` Stephen Boyd
2018-07-06 17:19     ` Heiko Stuebner [this message]
2018-07-06 17:49       ` Stephen Boyd
2018-06-15  2:16 ` [PATCH v3 4/4] clk: rockchip: add clock controller for px30 Elaine Zhang
2018-07-04 10:08 ` [PATCH v3 0/4] clk: rockchip: support clock controller for px30 SoC Heiko Stuebner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5208192.saTfdjLqfi@phil \
    --to=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).