Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754034Ab3FFGDp (ORCPT ); Thu, 6 Jun 2013 02:03:45 -0400 Received: from mail.skitlab.ru ([217.65.220.135]:48930 "EHLO mail.skitlab.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753784Ab3FFGDn convert rfc822-to-8bit (ORCPT ); Thu, 6 Jun 2013 02:03:43 -0400 Message-ID: <51B0263E.6000109@skitlab.ru> Date: Thu, 06 Jun 2013 10:03:42 +0400 From: Aida Mynzhasova User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Paul Walmsley CC: linux-omap@vger.kernel.org, tony@atomide.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/5] Broken DM816x support in Linux 3.10-rc4 References: <1370446156-11788-1-git-send-email-aida.mynzhasova@skitlab.ru> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1815 Lines: 48 On 06.06.2013 07:54, Paul Walmsley wrote: > ????????????, > > On Wed, 5 Jun 2013, Aida Mynzhasova wrote: > >> Not so long ago I tried to boot Linux 3.10-rc4 kernel on DM816x EVM >> board. Unfortunately, my attempts were failed by reason of poor >> support of DM81xx-based devices in new kernels. > > Yeah, TI pretty much gave up on trying to get support for that chip > upstream a few years ago. Same for DM814x. > >> So, I suggest you this patch series, which fixes that kernel crush and >> adds new functions/structures, required for early initialization on >> DM816x (power and clock domains, hwmods). After applying these patches >> the kernel is able to successfully continue booting till clock >> initialization (will be added later). > > OK, it will be great to get my DM8168EVM booting on mainline. But there > are a few preliminary issues with the patches: > > 1. All new chip and board support needs to be DT-only. So, no new board > files. Also, all the hwmod data shouldn't have IRQ, DMA, etc. data - that > should come from DT. See for example the recently posted patch "[PATCH > 13/14] ARM: AM33XX: hwmod data: irq, dma and addr info clean up" > > 2. Looks like patch 2 is missing from the list. If it's too big for the > list, please break it down into smaller patches. > > 3. Did you write this code and data, hwmods, etc., or did it come from a > TI kernel? Please note this clearly in the patch descriptions. > > > - Paul > Hi! Thanks for reply! ok, I'll rewrite code by means of DT and add some additional notes to patch description. Aida. -- 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/