From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko Stuebner) Date: Fri, 06 Jul 2018 19:19:11 +0200 Subject: [PATCH v3 3/4] clk: rockchip: add support for half divider In-Reply-To: <153089585197.143105.10633953093490493144@swboyd.mtv.corp.google.com> References: <1529029011-15021-1-git-send-email-zhangqing@rock-chips.com> <1529029011-15021-4-git-send-email-zhangqing@rock-chips.com> <153089585197.143105.10633953093490493144@swboyd.mtv.corp.google.com> Message-ID: <5208192.saTfdjLqfi@phil> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > > +#include > > +#include > > +#include > > Is this include used? nope, and so are bitops and regmap as well. I've amended the commit patch accordingly. Heiko