From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 1 Mar 2017 09:49:29 +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: <20170301094929.5b0b831d@bbrezillon> In-Reply-To: <20170301083807.GA12981@samfundet.no> References: <20170221171438.e5hvruoixafpcdps@piout.net> <20170224081430.GB19663@samfundet.no> <20170224092742.3ce205e2@bbrezillon> <20170224085209.GA27812@samfundet.no> <20170224095509.777da771@bbrezillon> <20170224090435.GA11313@samfundet.no> <20170301092224.169dc7ae@bbrezillon> <20170301083807.GA12981@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 Wed, 1 Mar 2017 09:38:07 +0100 Hans-Christian Noren Egtvedt wrote: > Around Wed 01 Mar 2017 09:22:24 +0100 or thereabout, Boris Brezillon wrot= e: > > Hi Hans-Christian, > >=20 > > On Fri, 24 Feb 2017 10:04:35 +0100 > > Hans-Christian Noren Egtvedt wrote: > > =20 > >> Around Fri 24 Feb 2017 09:55:09 +0100 or thereabout, Boris Brezillon w= rote: =20 > >> > 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 Brezillo= n wrote: =20 > >> >> > On Fri, 24 Feb 2017 09:14:30 +0100 Hans-Christian Noren Egtvedt <= egtvedt@samfundet.no> wrote: =20 > >> >> >> Around Thu 23 Feb 2017 21:18:13 -0800 or thereabout, H=C3=A5vard= Skinnemoen 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 plen= ty 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 = patch 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 p= atch 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 top= ic > >> >> > branch I can pull in my nand/next branch, so that I can rework th= is > >> >> > 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 cha= nges > >> >> 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? > >>=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 > >=20 > > Any progress on this? I plan to send a new version of this series soon > > and I'd like to know if I should drop pdata/avr32 support or not. Note > > that I'm targeting 4.12, so, as long as you drop avr32 support in 4.12 > > we should be good. =20 >=20 > I got around to make the patch series during the weekend, but I thought it > would be a good idea sending them to the kernel mailing list as a FYI. Definitely. >=20 > Also, I was unsure if I should send the driver removals through the > sub-maintainers trees, or if I can push them through linux-avr32 tree. I think it should go through the sub-maintainers trees, but I guess you can remove the arch code without breaking the build, so it shouldn't be a problem if drivers removal don't go through the avr32 tree. >=20 > I have a patch removing the pata driver for AVR32. >=20 Great! Just send everything to the MLs (and relevant maintainers). Thanks, Boris From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris.brezillon@free-electrons.com (Boris Brezillon) Date: Wed, 1 Mar 2017 09:49:29 +0100 Subject: [PATCH v2 1/3] mtd: nand: Cleanup/rework the atmel_nand driver In-Reply-To: <20170301083807.GA12981@samfundet.no> References: <20170221171438.e5hvruoixafpcdps@piout.net> <20170224081430.GB19663@samfundet.no> <20170224092742.3ce205e2@bbrezillon> <20170224085209.GA27812@samfundet.no> <20170224095509.777da771@bbrezillon> <20170224090435.GA11313@samfundet.no> <20170301092224.169dc7ae@bbrezillon> <20170301083807.GA12981@samfundet.no> Message-ID: <20170301094929.5b0b831d@bbrezillon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 1 Mar 2017 09:38:07 +0100 Hans-Christian Noren Egtvedt wrote: > Around Wed 01 Mar 2017 09:22:24 +0100 or thereabout, Boris Brezillon wrote: > > Hi Hans-Christian, > > > > 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? > >> > >> 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. > >> > > > > Any progress on this? I plan to send a new version of this series soon > > and I'd like to know if I should drop pdata/avr32 support or not. Note > > that I'm targeting 4.12, so, as long as you drop avr32 support in 4.12 > > we should be good. > > I got around to make the patch series during the weekend, but I thought it > would be a good idea sending them to the kernel mailing list as a FYI. Definitely. > > Also, I was unsure if I should send the driver removals through the > sub-maintainers trees, or if I can push them through linux-avr32 tree. I think it should go through the sub-maintainers trees, but I guess you can remove the arch code without breaking the build, so it shouldn't be a problem if drivers removal don't go through the avr32 tree. > > I have a patch removing the pata driver for AVR32. > Great! Just send everything to the MLs (and relevant maintainers). Thanks, Boris 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: Wed, 1 Mar 2017 09:49:29 +0100 Message-ID: <20170301094929.5b0b831d@bbrezillon> References: <20170221171438.e5hvruoixafpcdps@piout.net> <20170224081430.GB19663@samfundet.no> <20170224092742.3ce205e2@bbrezillon> <20170224085209.GA27812@samfundet.no> <20170224095509.777da771@bbrezillon> <20170224090435.GA11313@samfundet.no> <20170301092224.169dc7ae@bbrezillon> <20170301083807.GA12981@samfundet.no> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Return-path: In-Reply-To: <20170301083807.GA12981@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 T24gV2VkLCAxIE1hciAyMDE3IDA5OjM4OjA3ICswMTAwCkhhbnMtQ2hyaXN0aWFuIE5vcmVuIEVn dHZlZHQgPGVndHZlZHRAc2FtZnVuZGV0Lm5vPiB3cm90ZToKCj4gQXJvdW5kIFdlZCAwMSBNYXIg MjAxNyAwOToyMjoyNCArMDEwMCBvciB0aGVyZWFib3V0LCBCb3JpcyBCcmV6aWxsb24gd3JvdGU6 Cj4gPiBIaSBIYW5zLUNocmlzdGlhbiwKPiA+IAo+ID4gT24gRnJpLCAyNCBGZWIgMjAxNyAxMDow NDozNSArMDEwMAo+ID4gSGFucy1DaHJpc3RpYW4gTm9yZW4gRWd0dmVkdCA8ZWd0dmVkdEBzYW1m dW5kZXQubm8+IHdyb3RlOgo+ID4gICAKPiA+PiBBcm91bmQgRnJpIDI0IEZlYiAyMDE3IDA5OjU1 OjA5ICswMTAwIG9yIHRoZXJlYWJvdXQsIEJvcmlzIEJyZXppbGxvbiB3cm90ZTogIAo+ID4+ID4g T24gRnJpLCAyNCBGZWIgMjAxNyAwOTo1MjowOSArMDEwMAo+ID4+ID4gSGFucy1DaHJpc3RpYW4g Tm9yZW4gRWd0dmVkdCA8ZWd0dmVkdEBzYW1mdW5kZXQubm8+IHdyb3RlOiAgICAKPiA+PiA+PiBB cm91bmQgRnJpIDI0IEZlYiAyMDE3IDA5OjI3OjQyICswMTAwIG9yIHRoZXJlYWJvdXQsIEJvcmlz IEJyZXppbGxvbiB3cm90ZTogICAgCj4gPj4gPj4gPiBPbiBGcmksIDI0IEZlYiAyMDE3IDA5OjE0 OjMwICswMTAwIEhhbnMtQ2hyaXN0aWFuIE5vcmVuIEVndHZlZHQgPGVndHZlZHRAc2FtZnVuZGV0 Lm5vPiB3cm90ZTogICAgICAKPiA+PiA+PiA+PiBBcm91bmQgVGh1IDIzIEZlYiAyMDE3IDIxOjE4 OjEzIC0wODAwIG9yIHRoZXJlYWJvdXQsIEjDpXZhcmQgU2tpbm5lbW9lbiB3cm90ZTogICAgICAK PiA+PiA+PiA+PiA+IE9uIFR1ZSwgRmViIDIxLCAyMDE3IGF0IDk6MTQgQU0sIEFsZXhhbmRyZSBC ZWxsb25pCj4gPj4gPj4gPj4gPiA8YWxleGFuZHJlLmJlbGxvbmlAZnJlZS1lbGVjdHJvbnMuY29t PiB3cm90ZTogICAgICAgIAo+ID4+ID4+ID4+ID4+IE9uIDIxLzAyLzIwMTcgYXQgMTg6NDM6MzUg KzAyMDAsIEFuZHkgU2hldmNoZW5rbyB3cm90ZTogICAgICAgIAo+ID4+ID4+IAo+ID4+ID4+IDxz bmlwcD4KPiA+PiA+PiAgICAgCj4gPj4gPj4gPj4gPj4gSWYgbm9ib2R5IGNvbXBsYWlucyBhYm91 dCB0aGUgNC4xMCBicmVha2FnZSwgWW91J2xsIGhhdmUgcGxlbnR5IG9mIHRpbWUKPiA+PiA+PiA+ PiA+PiB0byByZW1vdmUgaXQgZm9yIDQuMTIgICAgICAgIAo+ID4+ID4+ID4+ID4gCj4gPj4gPj4g Pj4gPiBJJ20gZmluZSB3aXRoIHRoYXQsIGJ1dCBJIGhhdmVuJ3QgcHV0IG11Y2ggZWZmb3J0IGlu dG8ga2VlcGluZyBpdAo+ID4+ID4+ID4+ID4gYWxpdmUgbGF0ZWx5LiBJZiBIYW5zLUNocmlzdGlh biBhZ3JlZXMsIEknbSB3aWxsaW5nIHRvIHBvc3QgYSBwYXRjaCB0bwo+ID4+ID4+ID4+ID4gcmVt b3ZlIGl0LCBvciBhY2sgc29tZW9uZSBlbHNlJ3MgcGF0Y2guICAgICAgICAKPiA+PiA+PiA+PiAK PiA+PiA+PiA+PiBUaGVuIGxldHMgcGxhbiB0aGlzIGZvciA0LjEyLCBlaXRoZXIgeW91IEjDpXZh cmQgd2hpcCB1cCBhIHBhdGNoIG9yIEkgY2FuCj4gPj4gPj4gPj4gZXZlbnR1YWxseSBkbyBpdC4K PiA+PiA+PiA+PiAKPiA+PiA+PiA+PiBJIGNhbiBwdXNoIGl0IHRocm91Z2ggdGhlIGxpbnV4LWF2 cjMyIGdpdCB0cmVlIG9uIGtlcm5lbC5vcmcuCj4gPj4gPj4gPj4gICAgICAgCj4gPj4gPj4gPiAK PiA+PiA+PiA+IENhbiB5b3UgZG8gdGhhdCBqdXN0IGFmdGVyIDQuMTEtcmMxIGlzIHJlbGVhc2Vk IGFuZCBwcm92aWRlIGEgdG9waWMKPiA+PiA+PiA+IGJyYW5jaCBJIGNhbiBwdWxsIGluIG15IG5h bmQvbmV4dCBicmFuY2gsIHNvIHRoYXQgSSBjYW4gcmV3b3JrIHRoaXMKPiA+PiA+PiA+IHBhdGNo IGFuZCBkcm9wIGFsbCB0aGUgcGRhdGEtY29tcGF0IGNvZGUgKGFzIHN1Z2dlc3RlZCBieSBBbmR5 KS4gICAgICAKPiA+PiA+PiAKPiA+PiA+PiBPSywgSSB3aWxsIHRyeSB0byBwcmVwYXJlIGl0IGR1 cmluZyB0aGUgd2Vla2VuZC4KPiA+PiA+PiAKPiA+PiA+PiBBbnkgcmVhc29uIHRvIHdhaXQgZm9y IDQuMTEtcmMxPyBBRkFJSyBMaW51cyBwcmVmZXJzIHRoZSBsYXJnZXIgY2hhbmdlcwo+ID4+ID4+ IGJlZm9yZSBoZSBzdGFydHMgdGFnZ2luZyByYydzLgo+ID4+ID4+ICAgICAKPiA+PiA+IAo+ID4+ ID4gT2gsIHNvIHlvdSB3YW50IHRvIHF1ZXVlIGl0IGZvciA0LjExLCB0aGF0J3MgZXZlbiBiZXR0 ZXIuICAgIAo+ID4+IAo+ID4+IFBlcmhhcHMgSSBtaXN1bmRlcnN0b29kIHlvdSwgYnkgYWZ0ZXIg NC4xMS1yYzEgeW91IG1lYW4gcXVldWUgaXQgZm9yIDQuMTI/Cj4gPj4gCj4gPj4gSSB3aWxsIHNl ZSB3aGF0IEkgZ2V0IGFyb3VuZCB0byBkbyBpbiB0aGUgd2Vla2VuZCwgaXQgc2hvdWxkIGJlIHBy ZXR0eQo+ID4+IHN0cmFpZ2h0Zm9yd2FyZCwganVzdCB3YW50IHRvIG1ha2Ugc3VyZSB3ZSByZW1v dmUgYWxsIHRoZSBiaXRzLgo+ID4+ICAgCj4gPiAKPiA+IEFueSBwcm9ncmVzcyBvbiB0aGlzPyBJ IHBsYW4gdG8gc2VuZCBhIG5ldyB2ZXJzaW9uIG9mIHRoaXMgc2VyaWVzIHNvb24KPiA+IGFuZCBJ J2QgbGlrZSB0byBrbm93IGlmIEkgc2hvdWxkIGRyb3AgcGRhdGEvYXZyMzIgc3VwcG9ydCBvciBu b3QuIE5vdGUKPiA+IHRoYXQgSSdtIHRhcmdldGluZyA0LjEyLCBzbywgYXMgbG9uZyBhcyB5b3Ug ZHJvcCBhdnIzMiBzdXBwb3J0IGluIDQuMTIKPiA+IHdlIHNob3VsZCBiZSBnb29kLiAgCj4gCj4g SSBnb3QgYXJvdW5kIHRvIG1ha2UgdGhlIHBhdGNoIHNlcmllcyBkdXJpbmcgdGhlIHdlZWtlbmQs IGJ1dCBJIHRob3VnaHQgaXQKPiB3b3VsZCBiZSBhIGdvb2QgaWRlYSBzZW5kaW5nIHRoZW0gdG8g dGhlIGtlcm5lbCBtYWlsaW5nIGxpc3QgYXMgYSBGWUkuCgpEZWZpbml0ZWx5LgoKPiAKPiBBbHNv LCBJIHdhcyB1bnN1cmUgaWYgSSBzaG91bGQgc2VuZCB0aGUgZHJpdmVyIHJlbW92YWxzIHRocm91 Z2ggdGhlCj4gc3ViLW1haW50YWluZXJzIHRyZWVzLCBvciBpZiBJIGNhbiBwdXNoIHRoZW0gdGhy b3VnaCBsaW51eC1hdnIzMiB0cmVlLgoKSSB0aGluayBpdCBzaG91bGQgZ28gdGhyb3VnaCB0aGUg c3ViLW1haW50YWluZXJzIHRyZWVzLCBidXQgSSBndWVzcyB5b3UKY2FuIHJlbW92ZSB0aGUgYXJj aCBjb2RlIHdpdGhvdXQgYnJlYWtpbmcgdGhlIGJ1aWxkLCBzbyBpdCBzaG91bGRuJ3QgYmUKYSBw cm9ibGVtIGlmIGRyaXZlcnMgcmVtb3ZhbCBkb24ndCBnbyB0aHJvdWdoIHRoZSBhdnIzMiB0cmVl LgoKPiAKPiBJIGhhdmUgYSBwYXRjaCByZW1vdmluZyB0aGUgcGF0YSBkcml2ZXIgZm9yIEFWUjMy Lgo+IAoKR3JlYXQhIEp1c3Qgc2VuZCBldmVyeXRoaW5nIHRvIHRoZSBNTHMgKGFuZCByZWxldmFu dCBtYWludGFpbmVycykuCgpUaGFua3MsCgpCb3JpcwoKX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX18KbGludXgtYXJtLWtlcm5lbCBtYWlsaW5nIGxpc3QKbGlu dXgtYXJtLWtlcm5lbEBsaXN0cy5pbmZyYWRlYWQub3JnCmh0dHA6Ly9saXN0cy5pbmZyYWRlYWQu b3JnL21haWxtYW4vbGlzdGluZm8vbGludXgtYXJtLWtlcm5lbAo=