On Mon, Nov 30, 2015 at 11:51 AM, Krzeminski, Marcin (Nokia - PL/Wroclaw) <marcin.krzemin...@nokia.com> wrote: > > >> -----Original Message----- >> From: EXT Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] >> Sent: Sunday, November 29, 2015 8:19 PM >> To: Krzeminski, Marcin (Nokia - PL/Wroclaw) >> Cc: qemu-devel@nongnu.org; g...@xilinx.com; Sai Pavan Boddu >> Subject: Re: [Qemu-devel] [PATCH] m25p80.c Added support for N25Q256 >> and N25Q512 >> >> On Sun, Nov 29, 2015 at 5:12 AM, Krzeminski, Marcin (Nokia - >> PL/Wroclaw) <marcin.krzemin...@nokia.com> wrote: >> > >> > >> >> -----Original Message----- >> >> From: EXT Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] >> >> Sent: Saturday, November 28, 2015 7:50 PM >> >> To: Krzeminski, Marcin (Nokia - PL/Wroclaw) >> >> Cc: qemu-devel@nongnu.org; g...@xilinx.com; Sai Pavan Boddu >> >> Subject: Re: [Qemu-devel] [PATCH] m25p80.c Added support for >> N25Q256 >> >> and N25Q512 >> >> >> >> These features are also available in Xilinx QEMU if you want to >> >> compare >> >> implementation: >> >> >> >> >> https://github.com/Xilinx/qemu/blob/pub/2015.2.plnx/hw/block/m25p80.c >> >> >> >> That work also handles the larger and newer Spansion flash parts, as >> >> well as the quad and dual mode commands for QSPI (also features of >> n25qXXX). >> >> >> > Too bad I did not checked xilix fork, so V2 of this patch does not make >> sense since all is already implemented. >> >> V2 still makes sense. My V1 comments are pretty minor and that Xilinx work >> will need cleanup before upstreaming. It is not a competing implementaiton >> and the diff there will go down when it is rebased on yours. >> > Since this is start with open source, making this feature at least ready to > pull seem to be > worth to try. I'll prepare v2 when I got some free time.
There is a learning curve for some people on getting into patch respinning. You need some features of git that let you rewrite history. Specifically you want to look at: git rebase -i git add -p git commit --amend If you are unfamiliar. >> > Why didn't xilinks merge it with mainline? >> >> There's a lot in that tree and Xilinx hasn't gotten around to it yet. >> > Yes, I noticed one interesting feature. Are you able to share more? :) If there is known community interest in specific features it helps upstreaming. Regards, Peter