From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Wed, 21 Jun 2017 10:45:40 -0700 Subject: [PATCH v8] clk: Add Gemini SoC clock controller In-Reply-To: <20170621075952.26387-1-linus.walleij@linaro.org> References: <20170621075952.26387-1-linus.walleij@linaro.org> Message-ID: <20170621174540.GB4493@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/21, Linus Walleij wrote: > The Cortina Systems Gemini (SL3516/CS3516) has an on-chip clock > controller that derive all clocks from a single crystal, using some > documented and some undocumented PLLs, half dividers, counters and > gates. This is a best attempt to construct a clock driver for the > clocks so at least we can gate off unused hardware and driver the > PCI bus clock. > > Acked-by: Philipp Zabel