Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nuport-mac: properly protect the phy interrupt handler | Florian Fainelli | 2012-08-02 | 1 | -2/+8 |
| | | | | SVN-Revision: 32951 | ||||
* | add missing netmask to the network config | Florian Fainelli | 2012-08-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 32941 | ||||
* | assume the link is up and full-duplex by default | Florian Fainelli | 2012-08-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 32940 | ||||
* | add a default and suitable network config file | Florian Fainelli | 2012-08-01 | 1 | -0/+12 |
| | | | | SVN-Revision: 32939 | ||||
* | resync defconfig enable XZ compression | Florian Fainelli | 2012-08-01 | 1 | -7/+1 |
| | | | | SVN-Revision: 32930 | ||||
* | properly generate squashfs, jffs2 and initramfs images and kernels | Florian Fainelli | 2012-07-31 | 2 | -16/+9 |
| | | | | SVN-Revision: 32927 | ||||
* | set DEVICE_TYPE to other to avoid pulling unecessary packages | Florian Fainelli | 2012-07-15 | 1 | -0/+2 |
| | | | | SVN-Revision: 32731 | ||||
* | add compatible property to pci node | Florian Fainelli | 2012-07-15 | 1 | -0/+1 |
| | | | | SVN-Revision: 32730 | ||||
* | use ohci_err() instead of err() | Florian Fainelli | 2012-07-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 32729 | ||||
* | make sure we properly unmap DMA mappings we created | Florian Fainelli | 2012-07-15 | 1 | -6/+11 |
| | | | | SVN-Revision: 32728 | ||||
* | nuport-mac: add definitions of the various bits/masks used | Florian Fainelli | 2012-07-15 | 1 | -24/+67 |
| | | | | SVN-Revision: 32727 | ||||
* | nuport-mac: check netif_receive_skb() return value | Florian Fainelli | 2012-07-11 | 1 | -2/+1 |
| | | | | | | | | 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 | ||||
* | fix typo on of_node_put() | Florian Fainelli | 2012-07-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 32653 | ||||
* | call of_node_put() on ethernet node | Florian Fainelli | 2012-07-05 | 1 | -0/+2 |
| | | | | SVN-Revision: 32628 | ||||
* | fix EPHY clock bit definition after r32489 | Florian Fainelli | 2012-07-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 32627 | ||||
* | give an unique partition identifier for dLAN USB Extender Combined partition | Florian Fainelli | 2012-07-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 32626 | ||||
* | add missing interrupts properties to some device nodes | Florian Fainelli | 2012-07-04 | 1 | -0/+7 |
| | | | | SVN-Revision: 32603 | ||||
* | provide an early ioremap cookie of the system configuration register | Florian Fainelli | 2012-06-23 | 6 | -29/+38 |
| | | | | SVN-Revision: 32489 | ||||
* | group SYSDBG register defines in mcs814x.h | Florian Fainelli | 2012-06-23 | 3 | -20/+22 |
| | | | | SVN-Revision: 32488 | ||||
* | make hardware.h a forward inclusion of mcs814x.h | Florian Fainelli | 2012-06-23 | 11 | -28/+43 |
| | | | | | | mach/hardware.h is soon to be removed by upstream kernel SVN-Revision: 32487 | ||||
* | remove platform specific initialization from ethernet driver | Florian Fainelli | 2012-06-23 | 4 | -24/+90 |
| | | | | | | | | 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 | ||||
* | regroup interrupt controller register definitions in hardware.h | Florian Fainelli | 2012-06-23 | 3 | -8/+10 |
| | | | | SVN-Revision: 32485 | ||||
* | remove handle_irq callback in board-mcs8140-dt.c | Florian Fainelli | 2012-06-21 | 1 | -1/+0 |
| | | | | | | This should have been removed in r32470. SVN-Revision: 32481 | ||||
* | fix USB led triggers | Florian Fainelli | 2012-06-20 | 2 | -5/+5 |
| | | | | SVN-Revision: 32474 | ||||
* | use generic uci defaults functions | Florian Fainelli | 2012-06-20 | 1 | -27/+8 |
| | | | | SVN-Revision: 32473 | ||||
* | remove uselss cache invalidations | Florian Fainelli | 2012-06-20 | 1 | -22/+0 |
| | | | | SVN-Revision: 32472 | ||||
* | improve ethernet driver debugging | Florian Fainelli | 2012-06-20 | 1 | -19/+102 |
| | | | | SVN-Revision: 32471 | ||||
* | do not use MULTI_IRQ_HANDLER it is bogus on our platform | Florian Fainelli | 2012-06-20 | 3 | -23/+25 |
| | | | | | | | This caused stalls in the Ethernet DMA block, so until properly written and sorted out, fallback to the assembly version instead. SVN-Revision: 32470 | ||||
* | add Moschip MSC814x support | Florian Fainelli | 2012-06-19 | 49 | -0/+4494 |
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 |