Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753179AbeAJSTi (ORCPT + 1 other); Wed, 10 Jan 2018 13:19:38 -0500 Received: from mail.kernel.org ([198.145.29.99]:53440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751831AbeAJSTe (ORCPT ); Wed, 10 Jan 2018 13:19:34 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4B58A20C51 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=robh+dt@kernel.org X-Google-Smtp-Source: ACJfBotW0y6k2Zh6gzNoJpnTDx1To0QqTEKjcP4h31CCDcgpXpgTPLbVMWPXeqgijWongm/KEFGJbAiCHMqccAgRtXU= MIME-Version: 1.0 In-Reply-To: <20180110084242.GB3626@vireshk-i7> References: <20180109184733.GB28273@kroah.com> <20180110034440.GA3335@vireshk-i7> <20180110080801.GA30583@kroah.com> <20180110084242.GB3626@vireshk-i7> From: Rob Herring Date: Wed, 10 Jan 2018 12:19:12 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH V5 00/13] drivers: Boot Constraint core To: Viresh Kumar , Greg Kroah-Hartman Cc: Vincent Guittot , Stephen Boyd , Rajendra Nayak , "linux-kernel@vger.kernel.org" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Rob Clark , Sascha Hauer , Lucas Stach , Shawn Guo , Fabio Estevam , Nishanth Menon , Wei Xu Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Wed, Jan 10, 2018 at 2:42 AM, Viresh Kumar wrote: > On 10-01-18, 09:08, Greg Kroah-Hartman wrote: >> On Wed, Jan 10, 2018 at 09:14:40AM +0530, Viresh Kumar wrote: >> > On 09-01-18, 19:47, Greg Kroah-Hartman wrote: >> > > Can you resend this? As you can tell, I've been a bit busy for the past >> > > month or so :( >> > >> > Sure. >> > >> > > Also, why is there no signed-off-by on the OF core patches? >> > >> > A bit confused, sorry. Are you looking for my signed-off ? They are already >> > there. >> > >> > Or are you looking for Rob's (OF maintainer) signed-off ? >> >> Looking for Rob's, why hasn't he reviewed this yet? I did review the whole series on version v4... The whole thing seems pretty hacky to me. OTOH, I don't know if there's an elegant solution to this problem. This also tries to be a general solution for what's largely an earlycon (which is, news flash, a debug tool) and displays for which we already address at least some of this with simplefb (not that it is a great solution either). I've yet to hear of any other concrete uses for this. > He went through them for sure but never gave his Ack. I have asked him to > provide Acks for the first 2 patches this morning, if they look fine to him. The drivers/of/ changes on their own are innocent enough if there's a reason (We generally want users using of_platform_populate rather than of_platform_bus_create, so that's why it's not exported now.). It's really all the rest that concerns me. Rob