From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Subject: Re: [PATCH v4 1/2] gpio/omap: don't create an IRQ mapping for every GPIO on DT Date: Mon, 29 Jul 2013 08:54:14 +0200 Message-ID: <51F61196.7050804@ahsoftware.de> References: <1372433223-9053-1-git-send-email-javier.martinez@collabora.co.uk> <51F4F973.8000303@ahsoftware.de> <51F515A9.9010005@ahsoftware.de> <448912EABC71F84BBCADFD3C67C4BE5283E9D4@DBDE04.ent.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from h1446028.stratoserver.net ([85.214.92.142]:48716 "EHLO mail.ahsoftware.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752231Ab3G2Gyt (ORCPT ); Mon, 29 Jul 2013 02:54:49 -0400 Received: from eiche.ahsoftware (p57B216E0.dip0.t-ipconnect.de [87.178.22.224]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.ahsoftware.de (Postfix) with ESMTPSA id 4A6FE423C03C for ; Mon, 29 Jul 2013 08:54:47 +0200 (CEST) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Javier Martinez Canillas Cc: Linus Walleij , "Shilimkar, Santosh" , ext Tony Lindgren , Grant Likely , Kevin Hilman , Javier Martinez Canillas , Jon Hunter , Jean-Christophe PLAGNIOL-VILLARD , Enric Balletbo Serra , Linux-OMAP , Florian Vaussard , Aaro Koskinen , "Krishnamoorthy, Balaji T" Am 28.07.2013 21:30, schrieb Javier Martinez Canillas: > On Sun, Jul 28, 2013 at 8:22 PM, Linus Walleij wrote: >> On Sun, Jul 28, 2013 at 7:33 PM, Javier Martinez Canillas >> wrote: >> > >> I wish we already had the DTS schema parser and checks >> in place. In that case I could just ask if the DTS is well-formed, >> and you could say "yes" or "no", and if it was no, it's just an >> invalid DTS file. >> > > Indeed, hopefully we will have schema validation in dtc soon so we > could validate if DTS are well-formed and test if our changes breaks > valid DTS or not. That won't help with the current problem because the DTS doesn't know that some code want's to use a gpio as irq, so that can't be verified. Regards, Alexander Holler