From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 12 Nov 2013 10:19:36 +0100 Subject: [U-Boot] [PATCH V2 3/6] spi: define SPI_XFER_ONCE In-Reply-To: <1381933409-8127-4-git-send-email-nikita@compulab.co.il> References: <1381933409-8127-1-git-send-email-nikita@compulab.co.il> <1381933409-8127-4-git-send-email-nikita@compulab.co.il> Message-ID: <20131112101936.7b123322@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 16 Oct 2013 17:23:26 +0300 Nikita Kiryanov wrote: > The flag combination "SPI_XFER_BEGIN | SPI_XFER_END" is a common use > case of spi_xfer, and it can easily cause an already long line (spi_xfer > takes 5 parameters) to go over the 80 character limit. > > define SPI_XFER_ONCE to be a shorter version of the above flag combination. > > Cc: Tom Rini > Cc: Jagannadha Sutradharudu Teki > Cc: Igor Grinberg > Signed-off-by: Nikita Kiryanov > --- > NOTE: This is a new patch. Its contents were originally part of "lcd: add > DataImage SCF0403x LCD panel support". Split because it is unrelated to > the patch it was originally in. (Igor Grinberg) > > include/spi.h | 1 + > 1 file changed, 1 insertion(+) applied to u-boot-video/master, thanks! Anatolij