Received: by 10.192.165.148 with SMTP id m20csp3318757imm; Mon, 23 Apr 2018 04:39:51 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+r2/fcvZCNpvFisAobMw2OR8r9tANEJeql1V/tdUvyYjbqJToIwg1YzddXLpJNqzO5grD5 X-Received: by 10.99.170.72 with SMTP id x8mr11412077pgo.398.1524483591637; Mon, 23 Apr 2018 04:39:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524483591; cv=none; d=google.com; s=arc-20160816; b=bOm/tANDQPpj7uvFv+TfYPzgSXrgh5xiPzmn3MKdbALGGxETUmXA8D90691R+FDv4d FEBsxlqmPNyTB4VOhzSi5qWTlIaXTz7lJuET1fd+Dw+gEXVp+VU6NHudMMC5vj6pSeta +3dXiM60RM22NhF/d5PrGSsg9UXkS5Fbijdgzt7x6nQCBeHv5yZWsBeUAKvm4QeX23ql HylpRmouH1LonFDI9Pj32jcrdSHeXCyOAK6/gBs2pwVzy/OwPBwF0ZRbkZxfpPE2kBdo 2XLD4S79w9rGxxH5ldbYGvdTmh17ZEOqAs4BOiZoj4vpgjjVMCgsjkZIbblZiJbuVe08 77wQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=EtXJDkX0J1MNglJjxnylMMCdK1PtlP265tgzU+qEB4E=; b=aIGy+R2ycyZVjksRPYWZPJHS8MtJ3QAaXj3qhZF39GUiOrAgEQcZKes+iIrCgvWcW+ 5+Y2bqe1TbwVC9p7Uc1AH/jT+wGKFzLyApglsBbFMKLvfJCRwSEclcPf9e3l48wSxcpZ f35XZ9XiFiZ4fyif1T5A66Q8Vo4TIE19CAEM4zw2VjB49E/h4H9WCeYdhQt41ckGTpeU RJsV4OGAbHDR7Cy5hew+EA/bV/puKqlLLWVGJD47wZIFnqRNW5x4oyMAEWfKnTJJjsO/ t7lKs+t2ctIdkgn1FcpzNbSkFR+IFdA3mphXk07D3eVqgdaDNNeOPy2QEXKeYUXzL+2v AU5w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e6si10715295pff.205.2018.04.23.04.39.37; Mon, 23 Apr 2018 04:39:51 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754837AbeDWLiH (ORCPT + 99 others); Mon, 23 Apr 2018 07:38:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60622 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754710AbeDWLiG (ORCPT ); Mon, 23 Apr 2018 07:38:06 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 15B35D75; Mon, 23 Apr 2018 11:38:05 +0000 (UTC) Date: Mon, 23 Apr 2018 13:37:53 +0200 From: Greg Kroah-Hartman To: Julius Werner Cc: Guenter Roeck , Dmitry Torokhov , samuel@sholland.org, LKML , Coreboot Subject: Re: [PATCH 0/5] coreboot table bus and framebuffer driver Message-ID: <20180423113753.GA8630@kroah.com> References: <20180125014120.20851-1-samuel@sholland.org> <20180314180830.GA6311@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 14, 2018 at 09:22:04PM +0000, Julius Werner wrote: > [resend in plain text] > > > It would be great to get some of the google developers to ack these, as > > this touches their code... > > From the coreboot point of view I guess we're fine with it since it claims > to maintain all of the existing functionality. It's just changing the > kernel-level plumbing for these drivers and I don't really have the > expertise to comment on whether this is better or worse than the old code > (maybe Dmitry or Guenter will?). It seems a little odd to me to call this a > "bus", but if we think that's the most fitting abstraction the kernel has > for it, I'm okay with that. All I care about is that it will work (in all > combinations... e.g. regardless of probe order and even if some parts are > compiled as modules and loaded/unloaded at runtime). Thanks for the response, patches are all now queued up. greg k-h