| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit c312cef223dd ("ar71xx: spi-rb4xx fix.") replaced the clk_enable() call
with clk_prepare_enable() to meet the common clock framework requirements.
However it did not change the clk_disable() call in the error patch which
thus leads to imbalance.
Fix the code by using the correct counterpart of clk_prepare_enable() in both
places.
Fixes: c312cef223dd ("ar71xx: spi-rb4xx fix.")
Signed-off-by: Gabor Juhos <juhosg@freemail.hu>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This add support for kernel 4.9 to the ar71xx target.
It was compile tested with the generic, NAND and mikrotik subtarget.
Multiple members of the community tested it on their boards and did not
report any major problem so far.
Especially the NAND part received some changes to adapt to the new
kernel APIs. The serial driver hack used for the Arduino Yun was not
ported because the kernel changed there a lot.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
|
|
|
|
|
|
|
| |
Commit af79fdbe4af3 changed the code to use tx_nbits for dual SPI tx
transfers, however the SPI stack only allows this when the device mode
includes the relevant bit as well
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
|
|
| |
Accept SPI_TX_DUAL in device mode to fix the CPLD driver
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
|
|
|
| |
- use standard flags instead
- remove dead code from the rb4xx spi drivers
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
|
|
|
|
| |
This board is very old and unlikely to still be relevant today. Support
for it contains a significant amount of device specific baggage which is
worth getting rid of.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
|
|
|
|
| |
In new kernels we should use clk_prepare_enable instead of clk_enable
since clk_enable does not make proper initialization that leads
to rise WARN_ON messages and not working spi bus on the device.
Signed-off-by: Sergey Sergeev <adron@yapic.net>
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35687
|
|
|
|
| |
SVN-Revision: 30406
|
|
|
|
| |
SVN-Revision: 29867
|
|
|
|
| |
SVN-Revision: 29853
|
|
|
|
| |
SVN-Revision: 29852
|
|
|
|
| |
SVN-Revision: 29851
|
|
|
|
|
|
| |
This allows to access the flash from a kexec'd kernel.
SVN-Revision: 29710
|
|
|
|
| |
SVN-Revision: 29709
|
|
|
|
| |
SVN-Revision: 29708
|
|
|
|
|
|
| |
This allows to access the flash from a kexec'd kernel.
SVN-Revision: 29707
|
|
|
|
| |
SVN-Revision: 29706
|
|
|
|
|
|
| |
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23981
|
|
|
|
|
|
|
|
| |
(build errors has been fixed - juhosg)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23977
|
|
|
|
|
|
|
|
| |
(build error has been fixed - juhosg)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23975
|
|
|
|
|
|
| |
patch to the 2.6.36 patches, add a backport patch to 2.6.32
SVN-Revision: 23574
|
|
|
|
|
|
|
|
|
|
| |
* add a new SPI controller driver
* add SPI driver for the CPLD chip
* convert the NAND driver
* enable the mikroSD slot
* enable more LEDs
SVN-Revision: 22863
|
|
|
|
| |
SVN-Revision: 17143
|
|
|
|
| |
SVN-Revision: 16781
|
|
|
|
| |
SVN-Revision: 16780
|
|
|
|
| |
SVN-Revision: 16779
|
|
|
|
| |
SVN-Revision: 16767
|
|
|
|
| |
SVN-Revision: 16324
|
|
|
|
| |
SVN-Revision: 16315
|
|
SVN-Revision: 11894
|