summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/files-3.3
Commit message (Expand)AuthorAgeFilesLines
* mcs814x: use devm_request_and_ioremap in mcs814x-rng driverFlorian Fainelli2013-03-171-8/+1
* mcs814x: use devm_request_and_ioremap helper for nuport_mac driverFlorian Fainelli2013-03-171-4/+2
* mcs814x: remove PCI codeFlorian Fainelli2013-03-174-480/+0
* mcs814x: implement MULTI_IRQ_HANDLERFlorian Fainelli2013-03-163-24/+22
* mcs814x: use the standard device tree binding to represent a PHY nodeFlorian Fainelli2013-03-164-3/+38
* do not call clk_put() on the timer clockFlorian Fainelli2012-11-271-1/+0
* do not list specific board compatible stringsFlorian Fainelli2012-11-271-2/+0
* remove unused variables from Makefile.bootFlorian Fainelli2012-11-271-2/+0
* nuport-mac: various fixesFlorian Fainelli2012-10-151-3/+5
* more convertions to {read,write}_relaxed I/O accessorsFlorian Fainelli2012-10-033-7/+7
* use the recommended ARM I/O accessorsFlorian Fainelli2012-09-089-52/+55
* nuport-mac: disable MAC RX and TX during interface closeFlorian Fainelli2012-09-031-0/+5
* MCS8140 actually selects CPU_ARM926TFlorian Fainelli2012-08-141-0/+1
* change partition names to be more in line with other OpenWrt devicesFlorian Fainelli2012-08-111-4/+4
* nuport-mac: delay call to napi_start() until fully able to process RXFlorian Fainelli2012-08-101-2/+2
* set a compatible command-line to boot from flashFlorian Fainelli2012-08-101-1/+1
* nuport-mac: use dma_mapping_error() instead of checking pointersFlorian Fainelli2012-08-091-2/+2
* nuport-mac: rework PHY interrupt configuration to avoid racesFlorian Fainelli2012-08-081-7/+7
* nuport-mac: close possible race condition during startFlorian Fainelli2012-08-081-1/+5
* nuport-mac: unmap the DMA buffer when closing deviceFlorian Fainelli2012-08-081-0/+4
* nuport-mac: check dma_map_single address return valuesFlorian Fainelli2012-08-081-0/+4
* nuport-mac: properly protect the phy interrupt handlerFlorian Fainelli2012-08-021-2/+8
* assume the link is up and full-duplex by defaultFlorian Fainelli2012-08-011-2/+2
* add compatible property to pci nodeFlorian Fainelli2012-07-151-0/+1
* use ohci_err() instead of err()Florian Fainelli2012-07-151-1/+1
* make sure we properly unmap DMA mappings we createdFlorian Fainelli2012-07-151-6/+11
* nuport-mac: add definitions of the various bits/masks usedFlorian Fainelli2012-07-151-24/+67
* nuport-mac: check netif_receive_skb() return valueFlorian Fainelli2012-07-111-2/+1
* fix typo on of_node_put()Florian Fainelli2012-07-091-1/+1
* call of_node_put() on ethernet nodeFlorian Fainelli2012-07-051-0/+2
* fix EPHY clock bit definition after r32489Florian Fainelli2012-07-051-1/+1
* give an unique partition identifier for dLAN USB Extender Combined partitionFlorian Fainelli2012-07-051-1/+1
* add missing interrupts properties to some device nodesFlorian Fainelli2012-07-041-0/+7
* provide an early ioremap cookie of the system configuration registerFlorian Fainelli2012-06-236-29/+38
* group SYSDBG register defines in mcs814x.hFlorian Fainelli2012-06-233-20/+22
* make hardware.h a forward inclusion of mcs814x.hFlorian Fainelli2012-06-2311-28/+43
* remove platform specific initialization from ethernet driverFlorian Fainelli2012-06-234-24/+90
* regroup interrupt controller register definitions in hardware.hFlorian Fainelli2012-06-233-8/+10
* remove handle_irq callback in board-mcs8140-dt.cFlorian Fainelli2012-06-211-1/+0
* remove uselss cache invalidationsFlorian Fainelli2012-06-201-22/+0
* improve ethernet driver debuggingFlorian Fainelli2012-06-201-19/+102
* do not use MULTI_IRQ_HANDLER it is bogus on our platformFlorian Fainelli2012-06-202-21/+24
* add Moschip MSC814x supportFlorian Fainelli2012-06-1934-0/+3724