From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965214Ab2CBOdf (ORCPT ); Fri, 2 Mar 2012 09:33:35 -0500 Received: from tomato.cardboardbox.org.uk ([174.143.157.65]:57453 "EHLO tomato.cardboardbox.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757576Ab2CBOde (ORCPT ); Fri, 2 Mar 2012 09:33:34 -0500 From: Daniel Palmer To: Nicolas Ferre Subject: Re: at91: SAM9G45 doesn't seem to register HDMAC controller anymore Date: Fri, 2 Mar 2012 23:33:24 +0900 User-Agent: KMail/1.13.7 (Linux/3.2.0-1-amd64; KDE/4.7.4; x86_64; ; ) Cc: linux-kernel@vger.kernel.org, Ludovic Desroches References: <201202292121.58411.me@danielpalmer.co.uk> <4F4E541C.2040002@atmel.com> In-Reply-To: <4F4E541C.2040002@atmel.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203022333.24185.me@danielpalmer.co.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, March 01, 2012 01:36:44 AM Nicolas Ferre wrote: > It seems this bug is related to two setbacks: > 1/ the device tree material has not made its way to mainline linux for > 3.3 (and it impacts the non-DT material as well). > - a bug reported by Ludovic did not get merged in 3.3-rc yet (we are > working to make it happen). > > So, you can find here: > 1/ => > http://git.kernel.org/?p=linux/kernel/git/arm/arm-soc.git;a=commitdiff;h=bd > ad0b9a1c7222a771d25e2a20e81f5563968002 > http://git.kernel.org/?p=linux/kernel/git/arm/arm-soc.git;a=commit;h=2756b > f5c03bd6fec9462c0742dddb771838bf080 > > 2/ => > http://git.kernel.org/?p=linux/kernel/git/cjb/mmc.git;a=commit;h=43df92914e > a0623893bcb801791d5d2be2f5e015 Hi, With these patches applied everything is good again. Thankyou. The only remaining issue seems to be the enabling USB OHCI support causes the machine to hard lock. I'm going to do a bit more debugging. :) Cheers, Daniel