From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 3 Dec 2015 11:57:17 -0700 Subject: [U-Boot] [PATCH 2/2] spi: ti_qspi: Fix SPI_3WIRE checking using mode In-Reply-To: <1449162739-8217-2-git-send-email-jteki@openedev.com> References: <1449162739-8217-1-git-send-email-jteki@openedev.com> <1449162739-8217-2-git-send-email-jteki@openedev.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 3 December 2015 at 10:12, Jagan Teki wrote: > SPI_3WIRE is spi mode not spi flags, so this patch fixed > the spi-3wire checking throgh mode instead of flags. > > Cc: Mugunthan V N > Cc: Simon Glass > Signed-off-by: Jagan Teki > --- > drivers/spi/ti_qspi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Simon Glass