| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44106
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36063
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36062
|
|
|
|
|
|
|
|
|
| |
None of the boards we support are using it nor have it wired out of the
SoC, just remove it.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36061
|
|
|
|
|
|
|
|
| |
Allows us to get rid of the IRQ entry point assembly
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36060
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36059
|
|
|
|
|
|
|
|
| |
We don't support disabling the clock, but this is actually what it would do.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34394
|
|
|
|
|
|
|
|
|
| |
The general practice is to use the general SoC compatible string in both the
DTS and the board specific .c file.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34393
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34392
|
|
|
|
|
|
|
|
| |
- properly check for the link up condition in the phylib adjust callback
- do not assign skb->dev, eth_type_trans() already does it
- handle skb allocation failures in the refill path
SVN-Revision: 33780
|
|
|
|
| |
SVN-Revision: 33604
|
|
|
|
|
|
| |
use {read,write}l_relaxed instead of the plain __raw_{read,write}l variants.
SVN-Revision: 33330
|
|
|
|
|
|
| |
Fixes sporadic crashes while reconfiguring the network interface.
SVN-Revision: 33312
|
|
|
|
|
|
| |
Should make inclusion for other MCS814x SoCs easier
SVN-Revision: 33188
|
|
|
|
| |
SVN-Revision: 33127
|
|
|
|
| |
SVN-Revision: 33079
|
|
|
|
| |
SVN-Revision: 33078
|
|
|
|
|
|
| |
Thanks Gabor for spotting this
SVN-Revision: 33071
|
|
|
|
| |
SVN-Revision: 33070
|
|
|
|
| |
SVN-Revision: 33069
|
|
|
|
| |
SVN-Revision: 33068
|
|
|
|
| |
SVN-Revision: 33067
|
|
|
|
| |
SVN-Revision: 32951
|
|
|
|
| |
SVN-Revision: 32940
|
|
|
|
| |
SVN-Revision: 32730
|
|
|
|
| |
SVN-Revision: 32729
|
|
|
|
| |
SVN-Revision: 32728
|
|
|
|
| |
SVN-Revision: 32727
|
|
|
|
|
|
|
|
| |
We did not reassign status to netif_receive_skb() return value, we thus
almost always incremented the dropped counter because the descriptor status
value never matches the NET_RX_DROP.
SVN-Revision: 32659
|
|
|
|
| |
SVN-Revision: 32653
|
|
|
|
| |
SVN-Revision: 32628
|
|
|
|
| |
SVN-Revision: 32627
|
|
|
|
| |
SVN-Revision: 32626
|
|
|
|
| |
SVN-Revision: 32603
|
|
|
|
| |
SVN-Revision: 32489
|
|
|
|
| |
SVN-Revision: 32488
|
|
|
|
|
|
| |
mach/hardware.h is soon to be removed by upstream kernel
SVN-Revision: 32487
|
|
|
|
|
|
|
|
| |
Hardware filtering must always be enabled as long as there is an Ethernet
device registered, and use device tree for setting the link activity and
buffer shifting enable/disable bit.
SVN-Revision: 32486
|
|
|
|
| |
SVN-Revision: 32485
|
|
|
|
|
|
| |
This should have been removed in r32470.
SVN-Revision: 32481
|
|
|
|
| |
SVN-Revision: 32472
|
|
|
|
| |
SVN-Revision: 32471
|
|
|
|
|
|
|
| |
This caused stalls in the Ethernet DMA block, so until properly
written and sorted out, fallback to the assembly version instead.
SVN-Revision: 32470
|
|
This target currently only supports Moschip's MCS8140 SoC, but support
for other chips in the same family (MCS8142, MCS8144) will be easy to add.
Target support is entirely using Device Tree for probing peripherals.
Drivers support include:
- PCI
- USB 1 & 2
- watchdog
- random number generator
- UART
- timer
- internal Ethernet PHY
- Ethernet MAC core
Support for the following boards is included using Device Tree
- Devolo dLAN USB Extender
- Tigal RBT-832
SVN-Revision: 32462
|