From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 17 Dec 2013 22:12:00 +0800 From: Huang Shijie To: Marek Vasut Subject: Re: [PATCH v3 1/7] mtd: spi-nor: copy the SPI NOR commands to a new header file Message-ID: <20131217141158.GA1168@gmail.com> References: <1387184330-14448-1-git-send-email-b32955@freescale.com> <1387184330-14448-2-git-send-email-b32955@freescale.com> <201312171401.56683.marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201312171401.56683.marex@denx.de> 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, Huang Shijie , 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: , On Tue, Dec 17, 2013 at 02:01:56PM +0100, Marek Vasut wrote: > On Monday, December 16, 2013 at 09:58:44 AM, Huang Shijie wrote: > > This patch adds a new header :spi-nor.h, > > and copies all the SPI NOR commands and relative macros into this new > > header. > > > > This hearder can be used by the m25p80.c and other spi-nor controller, > > such as Freescale's Quadspi. > > > > Signed-off-by: Huang Shijie > > It would be much nicer if you also removed the commands in this same patch from > the m25p80.c file. my earlier version did so. :) So keep it as it is now. thanks Huang Shijie From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huang Shijie Subject: Re: [PATCH v3 1/7] mtd: spi-nor: copy the SPI NOR commands to a new header file Date: Tue, 17 Dec 2013 22:12:00 +0800 Message-ID: <20131217141158.GA1168@gmail.com> References: <1387184330-14448-1-git-send-email-b32955@freescale.com> <1387184330-14448-2-git-send-email-b32955@freescale.com> <201312171401.56683.marex@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Huang Shijie , angus.clark-qxv4g6HH51o@public.gmane.org, shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, b44548-KZfg59tc24xl57MIdRCFDg@public.gmane.org, broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, b18965-KZfg59tc24xl57MIdRCFDg@public.gmane.org, linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, pekon-l0cyMroinI0@public.gmane.org, sourav.poddar-l0cyMroinI0@public.gmane.org, computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Marek Vasut Return-path: Content-Disposition: inline In-Reply-To: <201312171401.56683.marex-ynQEQJNshbs@public.gmane.org> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On Tue, Dec 17, 2013 at 02:01:56PM +0100, Marek Vasut wrote: > On Monday, December 16, 2013 at 09:58:44 AM, Huang Shijie wrote: > > This patch adds a new header :spi-nor.h, > > and copies all the SPI NOR commands and relative macros into this new > > header. > > > > This hearder can be used by the m25p80.c and other spi-nor controller, > > such as Freescale's Quadspi. > > > > Signed-off-by: Huang Shijie > > It would be much nicer if you also removed the commands in this same patch from > the m25p80.c file. my earlier version did so. :) So keep it as it is now. thanks Huang Shijie -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: shijie8@gmail.com (Huang Shijie) Date: Tue, 17 Dec 2013 22:12:00 +0800 Subject: [PATCH v3 1/7] mtd: spi-nor: copy the SPI NOR commands to a new header file In-Reply-To: <201312171401.56683.marex@denx.de> References: <1387184330-14448-1-git-send-email-b32955@freescale.com> <1387184330-14448-2-git-send-email-b32955@freescale.com> <201312171401.56683.marex@denx.de> Message-ID: <20131217141158.GA1168@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Dec 17, 2013 at 02:01:56PM +0100, Marek Vasut wrote: > On Monday, December 16, 2013 at 09:58:44 AM, Huang Shijie wrote: > > This patch adds a new header :spi-nor.h, > > and copies all the SPI NOR commands and relative macros into this new > > header. > > > > This hearder can be used by the m25p80.c and other spi-nor controller, > > such as Freescale's Quadspi. > > > > Signed-off-by: Huang Shijie > > It would be much nicer if you also removed the commands in this same patch from > the m25p80.c file. my earlier version did so. :) So keep it as it is now. thanks Huang Shijie