commit | 0873792ef9dc92709c37433a9a1c70ffca7d56e7 | [log] [tgz] |
---|---|---|
author | Nikita Kiryanov <nikita@compulab.co.il> | Wed Oct 16 17:23:26 2013 +0300 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Nov 12 10:03:45 2013 +0100 |
tree | e9147b391895633d5b928579ebb96e1d069aaed9 | |
parent | 18dd07caeef628855a1b6ff508cedcbe35282f2a [diff] |
spi: define SPI_XFER_ONCE 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 <trini@ti.com> Cc: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com> Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>