From mboxrd@z Thu Jan 1 00:00:00 1970 From: cyrille.pitchen@atmel.com (Cyrille Pitchen) Date: Tue, 2 Jun 2015 18:57:17 +0200 Subject: [PATCH v2 0/2] clk: at91: add new driver for Flexcom Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org ChangeLog v2: - fix commit message v1: This series of patches introduces a new driver for the Atmel Flexcom. Cyrille Pitchen (2): clk: at91: add a new compatible string for Flexcom in the DT documentation clk: at91: add Flexcom clock .../devicetree/bindings/clock/at91-clock.txt | 20 +++ arch/arm/mach-at91/Kconfig | 3 + drivers/clk/at91/Makefile | 1 + drivers/clk/at91/clk-flexcom.c | 160 +++++++++++++++++++++ 4 files changed, 184 insertions(+) create mode 100644 drivers/clk/at91/clk-flexcom.c -- 1.8.2.2