Re: [PATCH 0/8] add generic builtin command line

2018-10-29 Thread Russell King - ARM Linux
On Mon, Oct 29, 2018 at 10:29:15AM +, Will Deacon wrote: > On Wed, Oct 24, 2018 at 10:07:32AM +0100, Russell King - ARM Linux wrote: > > On Wed, Oct 24, 2018 at 11:57:44AM +0300, Maksym Kokhan wrote: > > > Do you mean, that you haven't seen patch for ARM, which I sent on > > > September 27 alon

Re: [PATCH 0/8] add generic builtin command line

2018-10-29 Thread Will Deacon
On Wed, Oct 24, 2018 at 10:07:32AM +0100, Russell King - ARM Linux wrote: > On Wed, Oct 24, 2018 at 11:57:44AM +0300, Maksym Kokhan wrote: > > Do you mean, that you haven't seen patch for ARM, which I sent on > > September 27 along with cover and patch 1? It is strange, because > > you was the one

Re: [PATCH 0/8] add generic builtin command line

2018-10-24 Thread Russell King - ARM Linux
On Wed, Oct 24, 2018 at 11:57:44AM +0300, Maksym Kokhan wrote: > Do you mean, that you haven't seen patch for ARM, which I sent on > September 27 along with cover and patch 1? It is strange, because > you was the one from recipients. If so, you can see this patch here: > https://lore.kernel.org/pat

Re: [PATCH 0/8] add generic builtin command line

2018-10-24 Thread Maksym Kokhan
Do you mean, that you haven't seen patch for ARM, which I sent on September 27 along with cover and patch 1? It is strange, because you was the one from recipients. If so, you can see this patch here: https://lore.kernel.org/patchwork/patch/992779/ On Tue, Oct 23, 2018 at 5:48 PM Russell King - ARM

Re: [PATCH 0/8] add generic builtin command line

2018-10-23 Thread Russell King - ARM Linux
On Tue, Oct 23, 2018 at 05:43:18PM +0300, Maksym Kokhan wrote: > We still have no response to patches for x86, arm, arm64 and powerpc. > Is current generic command line implementation appropriate for these > architectures? > Is it possible to merge these patches in the current form (for x86, > arm,

Re: [PATCH 0/8] add generic builtin command line

2018-10-23 Thread Maksym Kokhan
On Mon, Oct 8, 2018 at 9:01 PM Maksym Kokhan wrote: > > Hi, Daniel > > On Sat, Sep 29, 2018 at 9:17 PM wrote: > > > > On Thu, Sep 27, 2018 at 07:55:08PM +0300, Maksym Kokhan wrote: > > > Daniel Walker (7): > > > add generic builtin command line > > > drivers: of: ifdef out cmdline section > >

Re: [PATCH 0/8] add generic builtin command line

2018-10-08 Thread Maksym Kokhan
Hi, Daniel On Sat, Sep 29, 2018 at 9:17 PM wrote: > > On Thu, Sep 27, 2018 at 07:55:08PM +0300, Maksym Kokhan wrote: > > Daniel Walker (7): > > add generic builtin command line > > drivers: of: ifdef out cmdline section > > x86: convert to generic builtin command line > > arm: convert to

Re: [PATCH 0/8] add generic builtin command line

2018-09-29 Thread dwalker
On Thu, Sep 27, 2018 at 07:55:08PM +0300, Maksym Kokhan wrote: > Daniel Walker (7): > add generic builtin command line > drivers: of: ifdef out cmdline section > x86: convert to generic builtin command line > arm: convert to generic builtin command line > arm64: convert to generic builtin

Re: [PATCH 0/8] add generic builtin command line

2018-09-27 Thread Daniel Walker
On 09/27/2018 10:05 AM, Ard Biesheuvel wrote: On 27 September 2018 at 18:55, Maksym Kokhan wrote: There were series of patches [1] for 4.3.0-rc3, that allowed architectures to use a generic builtin command line. I have rebased these patches on kernel 4.19.0-rc4. Could you please elaborate on

Re: [PATCH 0/8] add generic builtin command line

2018-09-27 Thread Ard Biesheuvel
On 27 September 2018 at 18:55, Maksym Kokhan wrote: > There were series of patches [1] for 4.3.0-rc3, that allowed > architectures to use a generic builtin command line. I have rebased > these patches on kernel 4.19.0-rc4. > Could you please elaborate on the purpose of this series? Is it simply t