summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x
Commit message (Expand)AuthorAgeFilesLines
* [mcs814x] use the recommended ARM I/O accessorsflorian2012-09-089-52/+55
* [mcs814x] add some ohci workarounds to make ohci workflorian2012-09-051-0/+64
* [mcs814x] enable CFI command set 0002 FORCE_WORD_WRITEflorian2012-09-031-0/+14
* [mcs814x] pad squashfs imageflorian2012-09-031-0/+4
* [mcs814x] add Generic and dLAN USB Extender profilesflorian2012-09-033-3/+36
* [mcs814x] nuport-mac: disable MAC RX and TX during interface closeflorian2012-09-031-0/+5
* [mcs814x] MCS8140 actually selects CPU_ARM926Tflorian2012-08-142-2/+2
* [mcs814x] only support 128KiB erase block sizesflorian2012-08-111-0/+2
* [mcs814x] disable PCI supportflorian2012-08-113-33/+5
* [mcs814x] strip a bit more the kernel configflorian2012-08-111-24/+1
* [mcs814x] properly advertise OHCI and EHCI capabilitiesflorian2012-08-111-1/+3
* [mcs814x] change partition names to be more in line with other OpenWrt devicesflorian2012-08-111-4/+4
* [mcs814x] generate upgrade files suffixed with filesystem typeflorian2012-08-111-3/+3
* [mcs814x] nuport-mac: delay call to napi_start() until fully able to process RXflorian2012-08-101-2/+2
* [mcs814x] set a compatible command-line to boot from flashflorian2012-08-101-1/+1
* [mcs814x] nuport-mac: use dma_mapping_error() instead of checking pointersflorian2012-08-091-2/+2
* [mcs814x] nuport-mac: rework PHY interrupt configuration to avoid racesflorian2012-08-081-7/+7
* [mcs814x] nuport-mac: close possible race condition during startflorian2012-08-081-1/+5
* [mcs814x] nuport-mac: unmap the DMA buffer when closing deviceflorian2012-08-081-0/+4
* [mcs814x] nuport-mac: check dma_map_single address return valuesflorian2012-08-081-0/+4
* [mcs814x] build a Devolo dLAN USB Extender specific imageflorian2012-08-081-1/+8
* [mcs814x] cleanup image generationflorian2012-08-081-4/+8
* [mcs814x] nuport-mac: properly protect the phy interrupt handlerflorian2012-08-021-2/+8
* [mcs814x] add missing netmask to the network configflorian2012-08-011-0/+1
* [mcs814x] assume the link is up and full-duplex by defaultflorian2012-08-011-2/+2
* [mcs814x] add a default and suitable network config fileflorian2012-08-011-0/+12
* [mcs814x] resync defconfig enable XZ compressionflorian2012-08-011-7/+1
* [mcs814x] properly generate squashfs, jffs2 and initramfs images and kernelsflorian2012-07-312-16/+9
* [mcs814x] set DEVICE_TYPE to other to avoid pulling unecessary packagesflorian2012-07-151-0/+2
* [mcs814x] add compatible property to pci nodeflorian2012-07-151-0/+1
* [mcs814x] use ohci_err() instead of err()florian2012-07-151-1/+1
* [mcs814x] make sure we properly unmap DMA mappings we createdflorian2012-07-151-6/+11
* [mcs814x] nuport-mac: add definitions of the various bits/masks usedflorian2012-07-151-24/+67
* [mcs814x] nuport-mac: check netif_receive_skb() return valueflorian2012-07-111-2/+1
* [mcs814x] fix typo on of_node_put()florian2012-07-091-1/+1
* [mcs814x] call of_node_put() on ethernet nodeflorian2012-07-051-0/+2
* [mcs814x] fix EPHY clock bit definition after r32489florian2012-07-051-1/+1
* [mcs814x] give an unique partition identifier for dLAN USB Extender Combined ...florian2012-07-051-1/+1
* [mcs814x] add missing interrupts properties to some device nodesflorian2012-07-041-0/+7
* [mcs814x] provide an early ioremap cookie of the system configuration registerflorian2012-06-236-29/+38
* [mcs814x] group SYSDBG register defines in mcs814x.hflorian2012-06-233-20/+22
* [mcs814x] make hardware.h a forward inclusion of mcs814x.hflorian2012-06-2311-28/+43
* [mcs814x] remove platform specific initialization from ethernet driverflorian2012-06-234-24/+90
* [mcs814x] regroup interrupt controller register definitions in hardware.hflorian2012-06-233-8/+10
* [mcs814x] remove handle_irq callback in board-mcs8140-dt.cflorian2012-06-211-1/+0
* [mcs814x] fix USB led triggersflorian2012-06-202-5/+5
* [mcs814x] use generic uci defaults functionsflorian2012-06-201-27/+8
* [mcs814x] remove uselss cache invalidationsflorian2012-06-201-22/+0
* [mcs814x] improve ethernet driver debuggingflorian2012-06-201-19/+102
* [mcs814x] do not use MULTI_IRQ_HANDLER it is bogus on our platformflorian2012-06-203-23/+25