Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752629Ab1BFNg0 (ORCPT ); Sun, 6 Feb 2011 08:36:26 -0500 Received: from mail-qw0-f46.google.com ([209.85.216.46]:51292 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752452Ab1BFNgZ convert rfc822-to-8bit (ORCPT ); Sun, 6 Feb 2011 08:36:25 -0500 MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 6 Feb 2011 19:06:24 +0530 Message-ID: Subject: Re: Device Tree on ARM status report From: Thomas Abraham To: Grant Likely Cc: devicetree-discuss , linaro-dev , Linux Kernel Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1717 Lines: 50 On 6 February 2011 10:12, Grant Likely wrote: > Hi all, > > With several more engineers working on ARM device tree support, I'm > going to start collecting the status of all the work that is going on > (and I know about) and posting it in a regular status report, > hopefully weekly, for the next few months until the all of the major > features are implemented and working on several arm platforms. ?I'll > try to use roughly the following format: > Samsung S5PV310 tasks: > [thomas-ab] enable dtb support in u-boot: DONE? The dtb support in u-boot has been enabled but that has been done in my copy of u-boot. The linaro u-boot does not include support for s5pv310 yet. > [thomas-ab] enable basic kernel dtb support on S5PV310: DONE? Done and tested. > [thomas-ab] make gpio driver dt-aware: TODO Will do this as next task. > [thomas-ab] Register devices from dt: INPROGRESS > ... add more details here, specific devices, etc... The watchdog timer driver was modified to be probed from device tree and it is working fine (will work for both dt and non-dt versions). Other work items that will be taken up next are - Retrieve the default UART register values from the device tree during UART initialization. - Add SDHCI_OF support for SDHCI s3c driver, required to support DT enabled sdhci driver for s5pv310 - Initialize timer and GIC from dt. - Support dt for gpio, i2c, spi, uart, srom controller. Thanks, Thomas. -- 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/