Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754090AbaBSPc5 (ORCPT ); Wed, 19 Feb 2014 10:32:57 -0500 Received: from top.free-electrons.com ([176.31.233.9]:49989 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753986AbaBSPc4 (ORCPT ); Wed, 19 Feb 2014 10:32:56 -0500 From: Alexandre Belloni To: Nicolas Ferre Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jean-Christophe Plagniol-Villard , Maxime Ripard , Gregory Clement , b.brezillon@overkiz.com, Alexandre Belloni Subject: [PATCHv2 0/8] Device tree support for the at91sam9rlek Date: Wed, 19 Feb 2014 16:32:23 +0100 Message-Id: <1392823951-26053-1-git-send-email-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 1.8.3.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds DT support for the at91sam9rl SoC, then the at91sam9rl-ek evaluation board. While the at91sam9rl dtsi should be almost complete (still missing LCD and touchscreen bits). The at91sam9rlek DT now support the following tested features: - MMC - dbgu - usart1 - watchdog - nand - leds - buttons - common clock framework Next: - spi - dataflash - i2c - lcd - touchscreen - usb gadget - audio Changes since v1: - rebased on 3.14-rc3 - improved dtsi compatible string - changed the kernel command line - reordered the dbgu description in the dtsi - added interrupts to the watchdog description (new in 3.14) - added CCF conversion Alexandre Belloni (7): ARM: at91: Add at91sam9rl DT SoC support ARM: at91/defconfig: Add the sam9rl to the list of DT-enabled SOCs ARM: at91: dt: sam9rl: Device Tree for the at91sam9rlek ARM: at91: prepare common clk transition for sam9rl SoCs ARM: at91/dt: define at91sam9rl clocks ARM: at91/dt: define main clk frequency of at91sam9rlek ARM: at91: switch sam9rl to common clock framework Boris BREZILLON (1): ARM: at91: prepare sam9 dt boards transition to common clk arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/at91sam9rl.dtsi | 855 +++++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/at91sam9rlek.dts | 157 +++++++ arch/arm/configs/at91_dt_defconfig | 1 + arch/arm/mach-at91/Kconfig | 1 - arch/arm/mach-at91/at91sam9rl.c | 22 +- arch/arm/mach-at91/board-dt-sam9.c | 11 +- 7 files changed, 1046 insertions(+), 3 deletions(-) create mode 100644 arch/arm/boot/dts/at91sam9rl.dtsi create mode 100644 arch/arm/boot/dts/at91sam9rlek.dts -- 1.8.3.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/