From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 24 Feb 2017 10:21:03 +0100 From: Boris Brezillon To: Hans-Christian Noren Egtvedt Cc: =?UTF-8?B?SMOldmFyZA==?= Skinnemoen , Alexandre Belloni , Andy Shevchenko , Richard Weinberger , "open list:MEMORY TECHNOLOGY..." , Nicolas Ferre , "linux-kernel@vger.kernel.org" , Wenyou Yang , Josh Wu , David Woodhouse , Brian Norris , Marek Vasut , Cyrille Pitchen , linux-arm Mailing List , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree Subject: Re: [PATCH v2 1/3] mtd: nand: Cleanup/rework the atmel_nand driver Message-ID: <20170224102103.26b38341@bbrezillon> In-Reply-To: <20170224090435.GA11313@samfundet.no> References: <20170221162133.jch6yzpotj4s7zob@piout.net> <20170221171438.e5hvruoixafpcdps@piout.net> <20170224081430.GB19663@samfundet.no> <20170224092742.3ce205e2@bbrezillon> <20170224085209.GA27812@samfundet.no> <20170224095509.777da771@bbrezillon> <20170224090435.GA11313@samfundet.no> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 24 Feb 2017 10:04:35 +0100 Hans-Christian Noren Egtvedt wrote: > Around Fri 24 Feb 2017 09:55:09 +0100 or thereabout, Boris Brezillon wrot= e: > > On Fri, 24 Feb 2017 09:52:09 +0100 > > Hans-Christian Noren Egtvedt wrote: =20 > >> Around Fri 24 Feb 2017 09:27:42 +0100 or thereabout, Boris Brezillon w= rote: =20 > >> > On Fri, 24 Feb 2017 09:14:30 +0100 Hans-Christian Noren Egtvedt wrote: =20 > >> >> Around Thu 23 Feb 2017 21:18:13 -0800 or thereabout, H=C3=A5vard Sk= innemoen wrote: =20 > >> >> > On Tue, Feb 21, 2017 at 9:14 AM, Alexandre Belloni > >> >> > wrote: =20 > >> >> >> On 21/02/2017 at 18:43:35 +0200, Andy Shevchenko wrote: =20 > >>=20 > >> > >> =20 > >> >> >> If nobody complains about the 4.10 breakage, You'll have plenty = of time > >> >> >> to remove it for 4.12 =20 > >> >> >=20 > >> >> > I'm fine with that, but I haven't put much effort into keeping it > >> >> > alive lately. If Hans-Christian agrees, I'm willing to post a pat= ch to > >> >> > remove it, or ack someone else's patch. =20 > >> >>=20 > >> >> Then lets plan this for 4.12, either you H=C3=A5vard whip up a patc= h or I can > >> >> eventually do it. > >> >>=20 > >> >> I can push it through the linux-avr32 git tree on kernel.org. > >> >> =20 > >> >=20 > >> > Can you do that just after 4.11-rc1 is released and provide a topic > >> > branch I can pull in my nand/next branch, so that I can rework this > >> > patch and drop all the pdata-compat code (as suggested by Andy). = =20 > >>=20 > >> OK, I will try to prepare it during the weekend. > >>=20 > >> Any reason to wait for 4.11-rc1? AFAIK Linus prefers the larger changes > >> before he starts tagging rc's. > >> =20 > >=20 > > Oh, so you want to queue it for 4.11, that's even better. =20 >=20 > Perhaps I misunderstood you, by after 4.11-rc1 you mean queue it for 4.12? Yep, that's what I understood from your previous answer where you said 'Then lets plan this for 4.12, either you H=C3=A5vard whip up a patch or I can eventually do it.'. If you queue it for 4.12, you'll probably want to base your patch on 4.11-rc1 to make sure it does not conflict with changes pulled by Linus during the merge window. OTOH, if you want to remove avr32 support in 4.11 (which would make things easier for me ;-)), you still have one week before the end of the merge window. >=20 > I will see what I get around to do in the weekend, it should be pretty > straightforward, just want to make sure we remove all the bits. >=20 Okay. From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris.brezillon@free-electrons.com (Boris Brezillon) Date: Fri, 24 Feb 2017 10:21:03 +0100 Subject: [PATCH v2 1/3] mtd: nand: Cleanup/rework the atmel_nand driver In-Reply-To: <20170224090435.GA11313@samfundet.no> References: <20170221162133.jch6yzpotj4s7zob@piout.net> <20170221171438.e5hvruoixafpcdps@piout.net> <20170224081430.GB19663@samfundet.no> <20170224092742.3ce205e2@bbrezillon> <20170224085209.GA27812@samfundet.no> <20170224095509.777da771@bbrezillon> <20170224090435.GA11313@samfundet.no> Message-ID: <20170224102103.26b38341@bbrezillon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 24 Feb 2017 10:04:35 +0100 Hans-Christian Noren Egtvedt wrote: > Around Fri 24 Feb 2017 09:55:09 +0100 or thereabout, Boris Brezillon wrote: > > On Fri, 24 Feb 2017 09:52:09 +0100 > > Hans-Christian Noren Egtvedt wrote: > >> Around Fri 24 Feb 2017 09:27:42 +0100 or thereabout, Boris Brezillon wrote: > >> > On Fri, 24 Feb 2017 09:14:30 +0100 Hans-Christian Noren Egtvedt wrote: > >> >> Around Thu 23 Feb 2017 21:18:13 -0800 or thereabout, H?vard Skinnemoen wrote: > >> >> > On Tue, Feb 21, 2017 at 9:14 AM, Alexandre Belloni > >> >> > wrote: > >> >> >> On 21/02/2017 at 18:43:35 +0200, Andy Shevchenko wrote: > >> > >> > >> > >> >> >> If nobody complains about the 4.10 breakage, You'll have plenty of time > >> >> >> to remove it for 4.12 > >> >> > > >> >> > I'm fine with that, but I haven't put much effort into keeping it > >> >> > alive lately. If Hans-Christian agrees, I'm willing to post a patch to > >> >> > remove it, or ack someone else's patch. > >> >> > >> >> Then lets plan this for 4.12, either you H?vard whip up a patch or I can > >> >> eventually do it. > >> >> > >> >> I can push it through the linux-avr32 git tree on kernel.org. > >> >> > >> > > >> > Can you do that just after 4.11-rc1 is released and provide a topic > >> > branch I can pull in my nand/next branch, so that I can rework this > >> > patch and drop all the pdata-compat code (as suggested by Andy). > >> > >> OK, I will try to prepare it during the weekend. > >> > >> Any reason to wait for 4.11-rc1? AFAIK Linus prefers the larger changes > >> before he starts tagging rc's. > >> > > > > Oh, so you want to queue it for 4.11, that's even better. > > Perhaps I misunderstood you, by after 4.11-rc1 you mean queue it for 4.12? Yep, that's what I understood from your previous answer where you said 'Then lets plan this for 4.12, either you H?vard whip up a patch or I can eventually do it.'. If you queue it for 4.12, you'll probably want to base your patch on 4.11-rc1 to make sure it does not conflict with changes pulled by Linus during the merge window. OTOH, if you want to remove avr32 support in 4.11 (which would make things easier for me ;-)), you still have one week before the end of the merge window. > > I will see what I get around to do in the weekend, it should be pretty > straightforward, just want to make sure we remove all the bits. > Okay. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Brezillon Subject: Re: [PATCH v2 1/3] mtd: nand: Cleanup/rework the atmel_nand driver Date: Fri, 24 Feb 2017 10:21:03 +0100 Message-ID: <20170224102103.26b38341@bbrezillon> References: <20170221162133.jch6yzpotj4s7zob@piout.net> <20170221171438.e5hvruoixafpcdps@piout.net> <20170224081430.GB19663@samfundet.no> <20170224092742.3ce205e2@bbrezillon> <20170224085209.GA27812@samfundet.no> <20170224095509.777da771@bbrezillon> <20170224090435.GA11313@samfundet.no> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Return-path: In-Reply-To: <20170224090435.GA11313@samfundet.no> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Hans-Christian Noren Egtvedt Cc: Mark Rutland , devicetree , Pawel Moll , Ian Campbell , Richard Weinberger , Kumar Gala , Nicolas Ferre , "linux-kernel@vger.kernel.org" , Wenyou Yang , Marek Vasut , Andy Shevchenko , Rob Herring , Alexandre Belloni , Josh Wu , "open list:MEMORY TECHNOLOGY..." , Cyrille Pitchen , Brian Norris , David Woodhouse , linux-arm Mailing List , =?UTF-8?B?SMOldmFyZA==?= Skinnemoen List-Id: devicetree@vger.kernel.org T24gRnJpLCAyNCBGZWIgMjAxNyAxMDowNDozNSArMDEwMApIYW5zLUNocmlzdGlhbiBOb3JlbiBF Z3R2ZWR0IDxlZ3R2ZWR0QHNhbWZ1bmRldC5ubz4gd3JvdGU6Cgo+IEFyb3VuZCBGcmkgMjQgRmVi IDIwMTcgMDk6NTU6MDkgKzAxMDAgb3IgdGhlcmVhYm91dCwgQm9yaXMgQnJlemlsbG9uIHdyb3Rl Ogo+ID4gT24gRnJpLCAyNCBGZWIgMjAxNyAwOTo1MjowOSArMDEwMAo+ID4gSGFucy1DaHJpc3Rp YW4gTm9yZW4gRWd0dmVkdCA8ZWd0dmVkdEBzYW1mdW5kZXQubm8+IHdyb3RlOiAgCj4gPj4gQXJv dW5kIEZyaSAyNCBGZWIgMjAxNyAwOToyNzo0MiArMDEwMCBvciB0aGVyZWFib3V0LCBCb3JpcyBC cmV6aWxsb24gd3JvdGU6ICAKPiA+PiA+IE9uIEZyaSwgMjQgRmViIDIwMTcgMDk6MTQ6MzAgKzAx MDAgSGFucy1DaHJpc3RpYW4gTm9yZW4gRWd0dmVkdCA8ZWd0dmVkdEBzYW1mdW5kZXQubm8+IHdy b3RlOiAgICAKPiA+PiA+PiBBcm91bmQgVGh1IDIzIEZlYiAyMDE3IDIxOjE4OjEzIC0wODAwIG9y IHRoZXJlYWJvdXQsIEjDpXZhcmQgU2tpbm5lbW9lbiB3cm90ZTogICAgCj4gPj4gPj4gPiBPbiBU dWUsIEZlYiAyMSwgMjAxNyBhdCA5OjE0IEFNLCBBbGV4YW5kcmUgQmVsbG9uaQo+ID4+ID4+ID4g PGFsZXhhbmRyZS5iZWxsb25pQGZyZWUtZWxlY3Ryb25zLmNvbT4gd3JvdGU6ICAgICAgCj4gPj4g Pj4gPj4gT24gMjEvMDIvMjAxNyBhdCAxODo0MzozNSArMDIwMCwgQW5keSBTaGV2Y2hlbmtvIHdy b3RlOiAgICAgIAo+ID4+IAo+ID4+IDxzbmlwcD4KPiA+PiAgIAo+ID4+ID4+ID4+IElmIG5vYm9k eSBjb21wbGFpbnMgYWJvdXQgdGhlIDQuMTAgYnJlYWthZ2UsIFlvdSdsbCBoYXZlIHBsZW50eSBv ZiB0aW1lCj4gPj4gPj4gPj4gdG8gcmVtb3ZlIGl0IGZvciA0LjEyICAgICAgCj4gPj4gPj4gPiAK PiA+PiA+PiA+IEknbSBmaW5lIHdpdGggdGhhdCwgYnV0IEkgaGF2ZW4ndCBwdXQgbXVjaCBlZmZv cnQgaW50byBrZWVwaW5nIGl0Cj4gPj4gPj4gPiBhbGl2ZSBsYXRlbHkuIElmIEhhbnMtQ2hyaXN0 aWFuIGFncmVlcywgSSdtIHdpbGxpbmcgdG8gcG9zdCBhIHBhdGNoIHRvCj4gPj4gPj4gPiByZW1v dmUgaXQsIG9yIGFjayBzb21lb25lIGVsc2UncyBwYXRjaC4gICAgICAKPiA+PiA+PiAKPiA+PiA+ PiBUaGVuIGxldHMgcGxhbiB0aGlzIGZvciA0LjEyLCBlaXRoZXIgeW91IEjDpXZhcmQgd2hpcCB1 cCBhIHBhdGNoIG9yIEkgY2FuCj4gPj4gPj4gZXZlbnR1YWxseSBkbyBpdC4KPiA+PiA+PiAKPiA+ PiA+PiBJIGNhbiBwdXNoIGl0IHRocm91Z2ggdGhlIGxpbnV4LWF2cjMyIGdpdCB0cmVlIG9uIGtl cm5lbC5vcmcuCj4gPj4gPj4gICAgIAo+ID4+ID4gCj4gPj4gPiBDYW4geW91IGRvIHRoYXQganVz dCBhZnRlciA0LjExLXJjMSBpcyByZWxlYXNlZCBhbmQgcHJvdmlkZSBhIHRvcGljCj4gPj4gPiBi cmFuY2ggSSBjYW4gcHVsbCBpbiBteSBuYW5kL25leHQgYnJhbmNoLCBzbyB0aGF0IEkgY2FuIHJl d29yayB0aGlzCj4gPj4gPiBwYXRjaCBhbmQgZHJvcCBhbGwgdGhlIHBkYXRhLWNvbXBhdCBjb2Rl IChhcyBzdWdnZXN0ZWQgYnkgQW5keSkuICAgIAo+ID4+IAo+ID4+IE9LLCBJIHdpbGwgdHJ5IHRv IHByZXBhcmUgaXQgZHVyaW5nIHRoZSB3ZWVrZW5kLgo+ID4+IAo+ID4+IEFueSByZWFzb24gdG8g d2FpdCBmb3IgNC4xMS1yYzE/IEFGQUlLIExpbnVzIHByZWZlcnMgdGhlIGxhcmdlciBjaGFuZ2Vz Cj4gPj4gYmVmb3JlIGhlIHN0YXJ0cyB0YWdnaW5nIHJjJ3MuCj4gPj4gICAKPiA+IAo+ID4gT2gs IHNvIHlvdSB3YW50IHRvIHF1ZXVlIGl0IGZvciA0LjExLCB0aGF0J3MgZXZlbiBiZXR0ZXIuICAK PiAKPiBQZXJoYXBzIEkgbWlzdW5kZXJzdG9vZCB5b3UsIGJ5IGFmdGVyIDQuMTEtcmMxIHlvdSBt ZWFuIHF1ZXVlIGl0IGZvciA0LjEyPwoKWWVwLCB0aGF0J3Mgd2hhdCBJIHVuZGVyc3Rvb2QgZnJv bSB5b3VyIHByZXZpb3VzIGFuc3dlciB3aGVyZSB5b3Ugc2FpZAonVGhlbiBsZXRzIHBsYW4gdGhp cyBmb3IgNC4xMiwgZWl0aGVyIHlvdSBIw6V2YXJkIHdoaXAgdXAgYSBwYXRjaCBvciBJCmNhbiBl dmVudHVhbGx5IGRvIGl0LicuIElmIHlvdSBxdWV1ZSBpdCBmb3IgNC4xMiwgeW91J2xsIHByb2Jh Ymx5IHdhbnQKdG8gYmFzZSB5b3VyIHBhdGNoIG9uIDQuMTEtcmMxIHRvIG1ha2Ugc3VyZSBpdCBk b2VzIG5vdCBjb25mbGljdCB3aXRoCmNoYW5nZXMgcHVsbGVkIGJ5IExpbnVzIGR1cmluZyB0aGUg bWVyZ2Ugd2luZG93LgoKT1RPSCwgaWYgeW91IHdhbnQgdG8gcmVtb3ZlIGF2cjMyIHN1cHBvcnQg aW4gNC4xMSAod2hpY2ggd291bGQgbWFrZQp0aGluZ3MgZWFzaWVyIGZvciBtZSA7LSkpLCB5b3Ug c3RpbGwgaGF2ZSBvbmUgd2VlayBiZWZvcmUgdGhlIGVuZCBvZgp0aGUgbWVyZ2Ugd2luZG93LgoK PiAKPiBJIHdpbGwgc2VlIHdoYXQgSSBnZXQgYXJvdW5kIHRvIGRvIGluIHRoZSB3ZWVrZW5kLCBp dCBzaG91bGQgYmUgcHJldHR5Cj4gc3RyYWlnaHRmb3J3YXJkLCBqdXN0IHdhbnQgdG8gbWFrZSBz dXJlIHdlIHJlbW92ZSBhbGwgdGhlIGJpdHMuCj4gCgpPa2F5LgoKX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGludXgtYXJtLWtlcm5lbCBtYWlsaW5nIGxp c3QKbGludXgtYXJtLWtlcm5lbEBsaXN0cy5pbmZyYWRlYWQub3JnCmh0dHA6Ly9saXN0cy5pbmZy YWRlYWQub3JnL21haWxtYW4vbGlzdGluZm8vbGludXgtYXJtLWtlcm5lbAo=