aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x
Commit message (Collapse)AuthorAgeFilesLines
...
* add kmod-usb-serial-ftdi to the dLAN USB Extender profileFlorian Fainelli2012-09-251-1/+1
| | | | SVN-Revision: 33554
* generic: move GENERIC_PWM symbol into the generic configGabor Juhos2012-09-131-1/+0
| | | | SVN-Revision: 33383
* use the recommended ARM I/O accessorsFlorian Fainelli2012-09-089-52/+55
| | | | | | use {read,write}l_relaxed instead of the plain __raw_{read,write}l variants. SVN-Revision: 33330
* add some ohci workarounds to make ohci workFlorian Fainelli2012-09-051-0/+64
| | | | SVN-Revision: 33323
* enable CFI command set 0002 FORCE_WORD_WRITEFlorian Fainelli2012-09-031-0/+14
| | | | SVN-Revision: 33315
* pad squashfs imageFlorian Fainelli2012-09-031-0/+4
| | | | SVN-Revision: 33314
* add Generic and dLAN USB Extender profilesFlorian Fainelli2012-09-033-3/+36
| | | | SVN-Revision: 33313
* nuport-mac: disable MAC RX and TX during interface closeFlorian Fainelli2012-09-031-0/+5
| | | | | | Fixes sporadic crashes while reconfiguring the network interface. SVN-Revision: 33312
* MCS8140 actually selects CPU_ARM926TFlorian Fainelli2012-08-142-2/+2
| | | | | | Should make inclusion for other MCS814x SoCs easier SVN-Revision: 33188
* only support 128KiB erase block sizesFlorian Fainelli2012-08-111-0/+2
| | | | SVN-Revision: 33131
* disable PCI supportFlorian Fainelli2012-08-113-33/+5
| | | | | | None of the boards we support have PCI connectors SVN-Revision: 33130
* strip a bit more the kernel configFlorian Fainelli2012-08-111-24/+1
| | | | SVN-Revision: 33129
* properly advertise OHCI and EHCI capabilitiesFlorian Fainelli2012-08-111-1/+3
| | | | SVN-Revision: 33128
* change partition names to be more in line with other OpenWrt devicesFlorian Fainelli2012-08-111-4/+4
| | | | SVN-Revision: 33127
* generate upgrade files suffixed with filesystem typeFlorian Fainelli2012-08-111-3/+3
| | | | SVN-Revision: 33126
* nuport-mac: delay call to napi_start() until fully able to process RXFlorian Fainelli2012-08-101-2/+2
| | | | SVN-Revision: 33079
* set a compatible command-line to boot from flashFlorian Fainelli2012-08-101-1/+1
| | | | SVN-Revision: 33078
* nuport-mac: use dma_mapping_error() instead of checking pointersFlorian Fainelli2012-08-091-2/+2
| | | | | | Thanks Gabor for spotting this SVN-Revision: 33071
* nuport-mac: rework PHY interrupt configuration to avoid racesFlorian Fainelli2012-08-081-7/+7
| | | | SVN-Revision: 33070
* nuport-mac: close possible race condition during startFlorian Fainelli2012-08-081-1/+5
| | | | SVN-Revision: 33069
* nuport-mac: unmap the DMA buffer when closing deviceFlorian Fainelli2012-08-081-0/+4
| | | | SVN-Revision: 33068
* nuport-mac: check dma_map_single address return valuesFlorian Fainelli2012-08-081-0/+4
| | | | SVN-Revision: 33067
* build a Devolo dLAN USB Extender specific imageFlorian Fainelli2012-08-081-1/+8
| | | | | | | The kernel has to be rounded up to the nearest 1MB, then we append the root filesystem at its end. SVN-Revision: 33066
* cleanup image generationFlorian Fainelli2012-08-081-4/+8
| | | | SVN-Revision: 33065
* nuport-mac: properly protect the phy interrupt handlerFlorian Fainelli2012-08-021-2/+8
| | | | SVN-Revision: 32951
* add missing netmask to the network configFlorian Fainelli2012-08-011-0/+1
| | | | SVN-Revision: 32941
* assume the link is up and full-duplex by defaultFlorian Fainelli2012-08-011-2/+2
| | | | SVN-Revision: 32940
* add a default and suitable network config fileFlorian Fainelli2012-08-011-0/+12
| | | | SVN-Revision: 32939
* resync defconfig enable XZ compressionFlorian Fainelli2012-08-011-7/+1
| | | | SVN-Revision: 32930
* properly generate squashfs, jffs2 and initramfs images and kernelsFlorian Fainelli2012-07-312-16/+9
| | | | SVN-Revision: 32927
* set DEVICE_TYPE to other to avoid pulling unecessary packagesFlorian Fainelli2012-07-151-0/+2
| | | | SVN-Revision: 32731
* add compatible property to pci nodeFlorian Fainelli2012-07-151-0/+1
| | | | SVN-Revision: 32730
* use ohci_err() instead of err()Florian Fainelli2012-07-151-1/+1
| | | | SVN-Revision: 32729
* make sure we properly unmap DMA mappings we createdFlorian Fainelli2012-07-151-6/+11
| | | | SVN-Revision: 32728
* nuport-mac: add definitions of the various bits/masks usedFlorian Fainelli2012-07-151-24/+67
| | | | SVN-Revision: 32727
* nuport-mac: check netif_receive_skb() return valueFlorian Fainelli2012-07-111-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 Fainelli2012-07-091-1/+1
| | | | SVN-Revision: 32653
* call of_node_put() on ethernet nodeFlorian Fainelli2012-07-051-0/+2
| | | | SVN-Revision: 32628
* fix EPHY clock bit definition after r32489Florian Fainelli2012-07-051-1/+1
| | | | SVN-Revision: 32627
* give an unique partition identifier for dLAN USB Extender Combined partitionFlorian Fainelli2012-07-051-1/+1
| | | | SVN-Revision: 32626
* add missing interrupts properties to some device nodesFlorian Fainelli2012-07-041-0/+7
| | | | SVN-Revision: 32603
* provide an early ioremap cookie of the system configuration registerFlorian Fainelli2012-06-236-29/+38
| | | | SVN-Revision: 32489
* group SYSDBG register defines in mcs814x.hFlorian Fainelli2012-06-233-20/+22
| | | | SVN-Revision: 32488
* make hardware.h a forward inclusion of mcs814x.hFlorian Fainelli2012-06-2311-28/+43
| | | | | | mach/hardware.h is soon to be removed by upstream kernel SVN-Revision: 32487
* remove platform specific initialization from ethernet driverFlorian Fainelli2012-06-234-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.hFlorian Fainelli2012-06-233-8/+10
| | | | SVN-Revision: 32485
* remove handle_irq callback in board-mcs8140-dt.cFlorian Fainelli2012-06-211-1/+0
| | | | | | This should have been removed in r32470. SVN-Revision: 32481
* fix USB led triggersFlorian Fainelli2012-06-202-5/+5
| | | | SVN-Revision: 32474
* use generic uci defaults functionsFlorian Fainelli2012-06-201-27/+8
| | | | SVN-Revision: 32473
* remove uselss cache invalidationsFlorian Fainelli2012-06-201-22/+0
| | | | SVN-Revision: 32472