From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut To: linux-mtd@lists.infradead.org Subject: Re: [PATCH v5 1/8] mtd: spi-nor: copy the SPI NOR commands to a new header file Date: Tue, 4 Mar 2014 23:13:14 +0100 References: <1393238262-8622-1-git-send-email-b32955@freescale.com> <1393238262-8622-2-git-send-email-b32955@freescale.com> In-Reply-To: <1393238262-8622-2-git-send-email-b32955@freescale.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201403042313.14353.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 , devicetree@vger.kernel.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 Monday, February 24, 2014 at 11:37:35 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 Please keep me on CC ;-) I honestly have to wonder ... why do you not 'move' these definitions instead of copying them ? Best regards, Marek Vasut From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Subject: Re: [PATCH v5 1/8] mtd: spi-nor: copy the SPI NOR commands to a new header file Date: Tue, 4 Mar 2014 23:13:14 +0100 Message-ID: <201403042313.14353.marex@denx.de> References: <1393238262-8622-1-git-send-email-b32955@freescale.com> <1393238262-8622-2-git-send-email-b32955@freescale.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Huang Shijie , dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, angus.clark-qxv4g6HH51o@public.gmane.org, shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, b44548-KZfg59tc24xl57MIdRCFDg@public.gmane.org, broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, b18965-KZfg59tc24xl57MIdRCFDg@public.gmane.org, linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@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: linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Return-path: In-Reply-To: <1393238262-8622-2-git-send-email-b32955-KZfg59tc24xl57MIdRCFDg@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-spi.vger.kernel.org On Monday, February 24, 2014 at 11:37:35 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 Please keep me on CC ;-) I honestly have to wonder ... why do you not 'move' these definitions instead of copying them ? Best regards, Marek Vasut -- To unsubscribe from this list: send the line "unsubscribe devicetree" 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: marex@denx.de (Marek Vasut) Date: Tue, 4 Mar 2014 23:13:14 +0100 Subject: [PATCH v5 1/8] mtd: spi-nor: copy the SPI NOR commands to a new header file In-Reply-To: <1393238262-8622-2-git-send-email-b32955@freescale.com> References: <1393238262-8622-1-git-send-email-b32955@freescale.com> <1393238262-8622-2-git-send-email-b32955@freescale.com> Message-ID: <201403042313.14353.marex@denx.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday, February 24, 2014 at 11:37:35 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 Please keep me on CC ;-) I honestly have to wonder ... why do you not 'move' these definitions instead of copying them ? Best regards, Marek Vasut