[OpenWrt-Devel] [PATCH] ar71xx: added to ath79 spi driver - SPI Transfer Modes

2014-10-23 Thread Дмитрий Смирнов
Added SPI_MODE_1, SPI_MODE_3 and SPI_MODE_3 to ath79 driver, also we must select GPIO=miso_line if we use these three modes(except SPI_MODE_0), because a dedicated GPIO pin is used as SPI MISO since SPI controller doesn't support modes other than mode-0 (from source for Atheros CUS227 board)

Re: [OpenWrt-Devel] [PATCH] ar71xx: added to ath79 spi driver - SPI Transfer Modes

2014-10-23 Thread John Crispin
On 23/10/2014 09:22, Дмитрий Смирнов wrote: ++ * Copyright (c) 2013 The Linux Foundation. All rights reserved. why are you adding LF to the list of (c) holders ? did the LF create this patch ? ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] ar71xx: added to ath79 spi driver - SPI Transfer Modes

2014-10-23 Thread Дмитрий Смирнов
I did not anything added, copied as is. If it is important that it is possible to miss. ++ * Copyright (c) 2013 The Linux Foundation. All rights reserved. why are you adding LF to the list of (c) holders ? did the LF create this patch ?

Re: [OpenWrt-Devel] [PATCH] ar71xx: added to ath79 spi driver - SPI Transfer Modes

2014-10-23 Thread John Crispin
On 23/10/2014 09:22, Дмитрий Смирнов wrote: Added SPI_MODE_1, SPI_MODE_3 and SPI_MODE_3 to ath79 driver, also we must select GPIO=miso_line if we use these three modes(except SPI_MODE_0), because a dedicated GPIO pin is used as SPI MISO since SPI controller doesn't support modes other than