From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Tue, 18 Feb 2020 22:51:41 -0500 Subject: [PATCH v4 07/17] spi: dw: Add mem_ops In-Reply-To: References: <20200211060425.1619471-1-seanga2@gmail.com> <20200211060425.1619471-8-seanga2@gmail.com> <80585119-5308-2c92-7839-91d32ade6c74@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2/18/20 8:39 PM, Rick Chen wrote: >>> >>> Patch 6 and 7 shall be applied via spi tree. >>> You mix them together, the patchwork will become complicated. >>> It will be better for me to wait for a period of time to get the >>> approval(Reviewed-by or Acked-by) of SPI MAINTAINER. >>> >>> Thanks >>> Rick >> >> So is this just waiting for approval, or is there a change I should make >> on my end? > > If they are not highly dependent, you shall separate and send them individually. > But we can wait for few days and see, if it still no response. > You can consider separate them. These patches add support for the on-board spi flash. In the past I have separated out some unrelated patches, and have been told to keep them in a series where they are used. --Sean