From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932186AbbJSRYl (ORCPT ); Mon, 19 Oct 2015 13:24:41 -0400 Received: from h1446028.stratoserver.net ([85.214.92.142]:58996 "EHLO mail.ahsoftware.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752691AbbJSRYj (ORCPT ); Mon, 19 Oct 2015 13:24:39 -0400 Subject: Re: [PATCH 03/14] init: deps: dt: use (HW-specific) dependencies provided by the DT too To: Rob Herring , Mark Brown References: <1445102067-11519-1-git-send-email-holler@ahsoftware.de> <1445102067-11519-4-git-send-email-holler@ahsoftware.de> <20151019123758.GF14956@sirena.org.uk> Cc: "linux-kernel@vger.kernel.org" , Linus Torvalds , Andrew Morton , Greg Kroah-Hartman , Russell King , Grant Likely , Frank Rowand , David Gibson From: Alexander Holler Message-ID: <5625274F.5000304@ahsoftware.de> Date: Mon, 19 Oct 2015 19:24:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 19.10.2015 um 18:27 schrieb Rob Herring: > There is a need to annotate DTB's with type information, but that > needs to be looked at in context of all types, not just one specific > type. With which I disagree. You will need type information if you don't have knowledge about the context, and the context is usually only known by the drivers. Regards, Alexander Holler