| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
update to the version of the driver that is on its way upstream
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47898
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47880
|
|
|
|
|
|
|
|
|
|
| |
* Switches clocksource to gic timer.
* Moves frequency definitions to dtsi since frequency was hardcoded anyway
Will work on proper frequency detection later.
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 47875
|
|
|
|
|
|
| |
This reverts commit 270a2afcc544ca14e79198346e7e186033472ae7.
SVN-Revision: 47872
|
|
|
|
|
|
|
|
|
|
| |
* Switches clocksource to gic timer.
* Moves frequency definitions to dtsi since frequency was hardcoded anyway
Will work on proper frequency detection later.
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 47843
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enables CPS multiprocessing instead ob obsoleted CMP for mt7621.
This patch fixes a few issues currently existing on 4.3 kernel with at least ubnt-erx:
* iperf shows only 50Mbits on direct gigabit connection to desktop,
* ping times jump to 5-6ms to dorectly connected desktop
* /proc/interrupts shows spurious interrups (ERR)
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 47842
|
|
|
|
|
|
|
|
|
|
|
| |
This resolves compilation warnings like this:
drivers/gpio/gpio-mt7621.c: In function 'mediatek_gpio_probe':
drivers/gpio/gpio-mt7621.c:328:46: warning: passing argument 2 of 'irq_set_chained_handler' from incompatible pointer type [-Wincompatible-pointer-types]
irq_set_chained_handler(mediatek_gpio_irq, mediatek_gpio_irq_handler);
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 47841
|
|
|
|
|
|
|
|
| |
Update CM_GCR_CPC_BASE_CPCBASE_{MSK,SHF} to match datasheet
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 47840
|
|
|
|
|
|
|
|
| |
All gic patch was doing is removing code added by mt7621 support patch.
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 47839
|
|
|
|
|
|
|
|
| |
accessed properly
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 47838
|
|
|
|
|
|
|
|
| |
CPUs in CPS mode
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 47837
|
|
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47831
|