From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5316932C.5040405@freescale.com> Date: Wed, 5 Mar 2014 10:59:56 +0800 From: Huang Shijie MIME-Version: 1.0 To: Marek Vasut Subject: Re: [PATCH v5 1/8] mtd: spi-nor: copy the SPI NOR commands to a new header file References: <1393238262-8622-1-git-send-email-b32955@freescale.com> <1393238262-8622-2-git-send-email-b32955@freescale.com> <201403042313.14353.marex@denx.de> In-Reply-To: <201403042313.14353.marex@denx.de> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: quoted-printable Cc: angus.clark@st.com, computersforpeace@gmail.com, b44548@freescale.com, broonie@linaro.org, lee.jones@linaro.org, linux-doc@vger.kernel.org, b18965@freescale.com, linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-mtd@lists.infradead.org, pekon@ti.com, sourav.poddar@ti.com, shawn.guo@linaro.org, dwmw2@infradead.org, linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , =E4=BA=8E 2014=E5=B9=B403=E6=9C=8805=E6=97=A5 06:13, Marek Vasut =E5=86=99= =E9=81=93: > Please keep me on CC;-) sorry, My fault :( > I honestly have to wonder ... why do you not 'move' these definitions i= nstead of > copying them ? > In the first version , i did so: http://marc.info/?l=3Dlinux-arm-kernel&m=3D138544933522564&w=3D2 if I need to resend the patch set again, i can change to move the=20 commands to the new header. thanks Huang Shijie From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huang Shijie Subject: Re: [PATCH v5 1/8] mtd: spi-nor: copy the SPI NOR commands to a new header file Date: Wed, 5 Mar 2014 10:59:56 +0800 Message-ID: <5316932C.5040405@freescale.com> References: <1393238262-8622-1-git-send-email-b32955@freescale.com> <1393238262-8622-2-git-send-email-b32955@freescale.com> <201403042313.14353.marex@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; Format="flowed" Content-Transfer-Encoding: base64 Cc: angus.clark@st.com, computersforpeace@gmail.com, b44548@freescale.com, broonie@linaro.org, lee.jones@linaro.org, linux-doc@vger.kernel.org, b18965@freescale.com, linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-mtd@lists.infradead.org, pekon@ti.com, sourav.poddar@ti.com, shawn.guo@linaro.org, dwmw2@infradead.org, linux-arm-kernel@lists.infradead.org To: Marek Vasut Return-path: In-Reply-To: <201403042313.14353.marex@denx.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-mtd" Errors-To: linux-mtd-bounces+gldm-linux-mtd-36=gmane.org@lists.infradead.org List-Id: linux-spi.vger.kernel.org 5LqOIDIwMTTlubQwM+aciDA15pelIDA2OjEzLCBNYXJlayBWYXN1dCDlhpnpgZM6Cj4gUGxlYXNl IGtlZXAgbWUgb24gQ0M7LSkKc29ycnksIE15IGZhdWx0IDooCgoKPiBJIGhvbmVzdGx5IGhhdmUg dG8gd29uZGVyIC4uLiB3aHkgZG8geW91IG5vdCAnbW92ZScgdGhlc2UgZGVmaW5pdGlvbnMgaW5z dGVhZCBvZgo+IGNvcHlpbmcgdGhlbSA/Cj4KSW4gdGhlIGZpcnN0IHZlcnNpb24gLCBpIGRpZCBz bzoKaHR0cDovL21hcmMuaW5mby8/bD1saW51eC1hcm0ta2VybmVsJm09MTM4NTQ0OTMzNTIyNTY0 Jnc9MgoKaWYgSSBuZWVkIHRvIHJlc2VuZCB0aGUgcGF0Y2ggc2V0IGFnYWluLCBpIGNhbiBjaGFu Z2UgdG8gbW92ZSB0aGUgCmNvbW1hbmRzIHRvIHRoZSBuZXcgaGVhZGVyLgoKdGhhbmtzCkh1YW5n IFNoaWppZQoKCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fXwpMaW51eCBNVEQgZGlzY3Vzc2lvbiBtYWlsaW5nIGxpc3QKaHR0cDovL2xpc3RzLmlu ZnJhZGVhZC5vcmcvbWFpbG1hbi9saXN0aW5mby9saW51eC1tdGQvCg== From mboxrd@z Thu Jan 1 00:00:00 1970 From: b32955@freescale.com (Huang Shijie) Date: Wed, 5 Mar 2014 10:59:56 +0800 Subject: [PATCH v5 1/8] mtd: spi-nor: copy the SPI NOR commands to a new header file In-Reply-To: <201403042313.14353.marex@denx.de> References: <1393238262-8622-1-git-send-email-b32955@freescale.com> <1393238262-8622-2-git-send-email-b32955@freescale.com> <201403042313.14353.marex@denx.de> Message-ID: <5316932C.5040405@freescale.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org ? 2014?03?05? 06:13, Marek Vasut ??: > Please keep me on CC;-) sorry, My fault :( > I honestly have to wonder ... why do you not 'move' these definitions instead of > copying them ? > In the first version , i did so: http://marc.info/?l=linux-arm-kernel&m=138544933522564&w=2 if I need to resend the patch set again, i can change to move the commands to the new header. thanks Huang Shijie