Re: [PATCH] block: add command line partition parser

2013-08-15 Thread Brian Norris
On 08/15/2013 12:45 AM, Caizhiyong wrote: -Original Message- From: Brian Norris [mailto:computersforpe...@gmail.com] ... On Thu, Aug 15, 2013 at 06:16:04AM +, Caizhiyong wrote: I want to use the MTD command line partition method on block devices (eMMC). It is very suitable for embe

RE: [PATCH] block: add command line partition parser

2013-08-15 Thread Caizhiyong
Shmulik > Ladkani; > Huang Shijie > Subject: Re: [PATCH] block: add command line partition parser > > On Thu, Aug 15, 2013 at 06:16:04AM +, Caizhiyong wrote: > > > -Original Message- > > > From: Brian Norris [mailto:computersforpe...@gmail.com] >

Re: [PATCH] block: add command line partition parser

2013-08-15 Thread Brian Norris
nfradead.org; > > linux-kernel@vger.kernel.org; Wanglin (Albert); Artem Bityutskiy; Shmulik > > Ladkani; > > Huang Shijie > > Subject: Re: [PATCH] block: add command line partition parser > > > > On Thu, Aug 15, 2013 at 03:38:47AM +, Caizhiyong wr

RE: [PATCH] block: add command line partition parser

2013-08-14 Thread Caizhiyong
Shmulik > Ladkani; > Huang Shijie > Subject: Re: [PATCH] block: add command line partition parser > > On Thu, Aug 15, 2013 at 03:38:47AM +, Caizhiyong wrote: > > > -Original Message- > > > From: Brian Norris [mailto:computersforpe...@gmail.com] > > &

Re: [PATCH] block: add command line partition parser

2013-08-14 Thread Brian Norris
nfradead.org; > > linux-kernel@vger.kernel.org; Wanglin (Albert); Artem Bityutskiy; Shmulik > > Ladkani; > > Huang Shijie > > Subject: Re: [PATCH] block: add command line partition parser > > > > On Wed, Aug 14, 2013 at 3:57 PM, Andrew Morton > >

RE: [PATCH] block: add command line partition parser

2013-08-14 Thread Caizhiyong
Shmulik > Ladkani; > Huang Shijie > Subject: Re: [PATCH] block: add command line partition parser > > On Wed, Aug 14, 2013 at 3:57 PM, Andrew Morton > wrote: > > On Tue, 13 Aug 2013 06:02:17 + Caizhiyong wrote: > > > >> move the command line parser to a se

Re: [PATCH] block: add command line partition parser

2013-08-14 Thread Andrew Morton
On Wed, 14 Aug 2013 17:11:51 -0700 Brian Norris wrote: > On Wed, Aug 14, 2013 at 3:57 PM, Andrew Morton > wrote: > > On Tue, 13 Aug 2013 06:02:17 + Caizhiyong wrote: > > > >> move the command line parser to a separate module, and change it into > >> library-style code. > >> > >> reference:

Re: [PATCH] block: add command line partition parser

2013-08-14 Thread Brian Norris
On Wed, Aug 14, 2013 at 3:57 PM, Andrew Morton wrote: > On Tue, 13 Aug 2013 06:02:17 + Caizhiyong wrote: > >> move the command line parser to a separate module, and change it into >> library-style code. >> >> reference: https://lkml.org/lkml/2013/8/6/550 The most recent patch is an addendum

Re: [PATCH] block: add command line partition parser

2013-08-14 Thread Andrew Morton
On Tue, 13 Aug 2013 06:02:17 + Caizhiyong wrote: > move the command line parser to a separate module, and change it into > library-style code. > > reference: https://lkml.org/lkml/2013/8/6/550 Well OK. But to prove the library's usefulness and to generally clean up the kernel, someone need