From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Wed, 23 Dec 2015 15:32:56 +0530 Subject: [U-Boot] [PATCH 0/8] spi: Cleanup set In-Reply-To: <1450280447-3897-1-git-send-email-jteki@openedev.com> References: <1450280447-3897-1-git-send-email-jteki@openedev.com> Message-ID: <567A7150.3030404@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 16 December 2015 09:10 PM, Jagan Teki wrote: > Cleanup set on spi_slave{} > > Jagan Teki (8): > spi: Remove SPI_OPM_RX_EXTN > spi: Remove SPI_OPM_RX_DIO|QIOF > spi: Rename SPI_OPM_RX_* to SPI_RX_* > spi: Rename op_mode_rx to mode_rx > spi: Move mode, mode_rx, flags macro's to structure > spi: Fix bit assignment with flags > spi: Use BIT macro > spi: Minor cleanup > > drivers/mtd/spi/spi_flash.c | 2 +- > drivers/spi/ich.c | 2 +- > drivers/spi/ti_qspi.c | 2 +- > include/spi.h | 65 +++++++++++++++++++-------------------------- > 4 files changed, 31 insertions(+), 40 deletions(-) > Tested the series on AM437x SK and DRA74 EVM. Tested-by: Mugunthan V N Regards Mugunthan V N