Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759293AbbFBQtW (ORCPT ); Tue, 2 Jun 2015 12:49:22 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:47158 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753760AbbFBQtO (ORCPT ); Tue, 2 Jun 2015 12:49:14 -0400 From: Cyrille Pitchen To: , , , CC: , , , , , , , , Cyrille Pitchen Subject: [PATCH 0/2] clk: at91: add new driver for Flexcom Date: Tue, 2 Jun 2015 18:49:27 +0200 Message-ID: X-Mailer: git-send-email 1.8.2.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 828 Lines: 25 ChangeLog 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/