From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752094AbeENVY1 (ORCPT ); Mon, 14 May 2018 17:24:27 -0400 Received: from mail-ua0-f196.google.com ([209.85.217.196]:43615 "EHLO mail-ua0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752013AbeENVYY (ORCPT ); Mon, 14 May 2018 17:24:24 -0400 X-Google-Smtp-Source: AB8JxZoogVMvt/yndAUi87HWJ0Yl+lSWmbZI8j6BZZABsTy7d0jyTkjEybbUKlSTfrcAOjbs8TaQGDjV6DPuTmv/J4Y= MIME-Version: 1.0 In-Reply-To: <20180511162028.20616-2-brgl@bgdev.pl> References: <20180511162028.20616-1-brgl@bgdev.pl> <20180511162028.20616-2-brgl@bgdev.pl> From: Geert Uytterhoeven Date: Mon, 14 May 2018 23:24:23 +0200 X-Google-Sender-Auth: PcvJNfPxlicAOTG0BdUbfasifHM Message-ID: Subject: Re: [PATCH 01/12] platform/early: add a new field to struct device To: Bartosz Golaszewski Cc: Sekhar Nori , Kevin Hilman , David Lechner , Michael Turquette , Stephen Boyd , Arnd Bergmann , Greg Kroah-Hartman , Mark Rutland , Yoshinori Sato , Rich Felker , Andy Shevchenko , Marc Zyngier , "Rafael J . Wysocki" , Peter Rosin , Jiri Slaby , Thomas Gleixner , Daniel Lezcano , Magnus Damm , Johan Hovold , Rob Herring , Frank Rowand , Linux ARM , Linux Kernel Mailing List , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux-Arch , Bartosz Golaszewski Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 11, 2018 at 6:20 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add a new single-bit field to struct device which will be used to > indicate that a device was probed early in the boot sequence. > > This does not affect the size of struct device on any architecture > I built on (ARM, ARM64, x86_64). > > Signed-off-by: Bartosz Golaszewski Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH 01/12] platform/early: add a new field to struct device Date: Mon, 14 May 2018 23:24:23 +0200 Message-ID: References: <20180511162028.20616-1-brgl@bgdev.pl> <20180511162028.20616-2-brgl@bgdev.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20180511162028.20616-2-brgl@bgdev.pl> Sender: linux-kernel-owner@vger.kernel.org To: Bartosz Golaszewski Cc: Sekhar Nori , Kevin Hilman , David Lechner , Michael Turquette , Stephen Boyd , Arnd Bergmann , Greg Kroah-Hartman , Mark Rutland , Yoshinori Sato , Rich Felker , Andy Shevchenko , Marc Zyngier , "Rafael J . Wysocki" , Peter Rosin , Jiri Slaby , Thomas Gleixner , Daniel Lezcano , Magnus Damm , Johan Hovold , Rob Herring , Frank List-Id: devicetree@vger.kernel.org On Fri, May 11, 2018 at 6:20 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add a new single-bit field to struct device which will be used to > indicate that a device was probed early in the boot sequence. > > This does not affect the size of struct device on any architecture > I built on (ARM, ARM64, x86_64). > > Signed-off-by: Bartosz Golaszewski Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds From mboxrd@z Thu Jan 1 00:00:00 1970 From: geert@linux-m68k.org (Geert Uytterhoeven) Date: Mon, 14 May 2018 23:24:23 +0200 Subject: [PATCH 01/12] platform/early: add a new field to struct device In-Reply-To: <20180511162028.20616-2-brgl@bgdev.pl> References: <20180511162028.20616-1-brgl@bgdev.pl> <20180511162028.20616-2-brgl@bgdev.pl> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, May 11, 2018 at 6:20 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add a new single-bit field to struct device which will be used to > indicate that a device was probed early in the boot sequence. > > This does not affect the size of struct device on any architecture > I built on (ARM, ARM64, x86_64). > > Signed-off-by: Bartosz Golaszewski Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds