From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Sun, 19 Jun 2016 09:57:04 -0500 Subject: [RESEND PATCH v2 01/13] drivers: clk: st: Remove stih415-416 clock support In-Reply-To: <1466068833-5055-2-git-send-email-gabriel.fernandez@linaro.org> References: <1466068833-5055-1-git-send-email-gabriel.fernandez@linaro.org> <1466068833-5055-2-git-send-email-gabriel.fernandez@linaro.org> Message-ID: <20160619145704.GA25768@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jun 16, 2016 at 11:20:21AM +0200, Gabriel Fernandez wrote: > STiH415 and STiH416 platforms are no longer used. > these platforms will be deprecated for the next kernel. > > Signed-off-by: Gabriel Fernandez > --- > .../bindings/clock/st/st,clkgen-divmux.txt | 49 -- > .../devicetree/bindings/clock/st/st,clkgen-mux.txt | 18 +- > .../devicetree/bindings/clock/st/st,clkgen-pll.txt | 26 +- > .../bindings/clock/st/st,clkgen-prediv.txt | 36 - > .../devicetree/bindings/clock/st/st,clkgen-vcc.txt | 61 -- > .../devicetree/bindings/clock/st/st,clkgen.txt | 54 +- > .../devicetree/bindings/clock/st/st,quadfs.txt | 27 +- > drivers/clk/st/clkgen-fsyn.c | 260 -------- > drivers/clk/st/clkgen-mux.c | 726 +-------------------- > drivers/clk/st/clkgen-pll.c | 418 ------------ > 10 files changed, 37 insertions(+), 1638 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/st/st,clkgen-divmux.txt > delete mode 100644 Documentation/devicetree/bindings/clock/st/st,clkgen-prediv.txt > delete mode 100644 Documentation/devicetree/bindings/clock/st/st,clkgen-vcc.txt Acked-by: Rob Herring