Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all targets: use numerically prefixed uci-defaults file names to better ↵ | Jo-Philipp Wich | 2013-01-18 | 1 | -0/+0 |
| | | | | | | control order of execution SVN-Revision: 35217 | ||||
* | target: enable XZ BCJ decompressor code after r35097 | Florian Fainelli | 2013-01-14 | 1 | -0/+2 |
| | | | | | | | | | Required to actually be able to mount squashfs xz compressed filesystems. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35156 | ||||
* | do not call clk_put() on the timer clock | Florian Fainelli | 2012-11-27 | 1 | -1/+0 |
| | | | | | | | | 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 | ||||
* | do not list specific board compatible strings | Florian Fainelli | 2012-11-27 | 1 | -2/+0 |
| | | | | | | | | | 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 | ||||
* | remove unused variables from Makefile.boot | Florian Fainelli | 2012-11-27 | 1 | -2/+0 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34392 | ||||
* | nuport-mac: various fixes | Florian Fainelli | 2012-10-15 | 1 | -3/+5 |
| | | | | | | | | - 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 | ||||
* | more convertions to {read,write}_relaxed I/O accessors | Florian Fainelli | 2012-10-03 | 3 | -7/+7 |
| | | | | SVN-Revision: 33604 | ||||
* | add wmbus-repeater to the dLAN USB Extender profile | Florian Fainelli | 2012-09-25 | 1 | -1/+2 |
| | | | | SVN-Revision: 33556 | ||||
* | enable multicast and advanced ip routers configs | Florian Fainelli | 2012-09-25 | 1 | -2/+0 |
| | | | | SVN-Revision: 33555 | ||||
* | add kmod-usb-serial-ftdi to the dLAN USB Extender profile | Florian Fainelli | 2012-09-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 33554 | ||||
* | generic: move GENERIC_PWM symbol into the generic config | Gabor Juhos | 2012-09-13 | 1 | -1/+0 |
| | | | | SVN-Revision: 33383 | ||||
* | use the recommended ARM I/O accessors | Florian Fainelli | 2012-09-08 | 9 | -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 work | Florian Fainelli | 2012-09-05 | 1 | -0/+64 |
| | | | | SVN-Revision: 33323 | ||||
* | enable CFI command set 0002 FORCE_WORD_WRITE | Florian Fainelli | 2012-09-03 | 1 | -0/+14 |
| | | | | SVN-Revision: 33315 | ||||
* | pad squashfs image | Florian Fainelli | 2012-09-03 | 1 | -0/+4 |
| | | | | SVN-Revision: 33314 | ||||
* | add Generic and dLAN USB Extender profiles | Florian Fainelli | 2012-09-03 | 3 | -3/+36 |
| | | | | SVN-Revision: 33313 | ||||
* | nuport-mac: disable MAC RX and TX during interface close | Florian Fainelli | 2012-09-03 | 1 | -0/+5 |
| | | | | | | Fixes sporadic crashes while reconfiguring the network interface. SVN-Revision: 33312 | ||||
* | MCS8140 actually selects CPU_ARM926T | Florian Fainelli | 2012-08-14 | 2 | -2/+2 |
| | | | | | | Should make inclusion for other MCS814x SoCs easier SVN-Revision: 33188 | ||||
* | only support 128KiB erase block sizes | Florian Fainelli | 2012-08-11 | 1 | -0/+2 |
| | | | | SVN-Revision: 33131 | ||||
* | disable PCI support | Florian Fainelli | 2012-08-11 | 3 | -33/+5 |
| | | | | | | None of the boards we support have PCI connectors SVN-Revision: 33130 | ||||
* | strip a bit more the kernel config | Florian Fainelli | 2012-08-11 | 1 | -24/+1 |
| | | | | SVN-Revision: 33129 | ||||
* | properly advertise OHCI and EHCI capabilities | Florian Fainelli | 2012-08-11 | 1 | -1/+3 |
| | | | | SVN-Revision: 33128 | ||||
* | change partition names to be more in line with other OpenWrt devices | Florian Fainelli | 2012-08-11 | 1 | -4/+4 |
| | | | | SVN-Revision: 33127 | ||||
* | generate upgrade files suffixed with filesystem type | Florian Fainelli | 2012-08-11 | 1 | -3/+3 |
| | | | | SVN-Revision: 33126 | ||||
* | nuport-mac: delay call to napi_start() until fully able to process RX | Florian Fainelli | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33079 | ||||
* | set a compatible command-line to boot from flash | Florian Fainelli | 2012-08-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 33078 | ||||
* | nuport-mac: use dma_mapping_error() instead of checking pointers | Florian Fainelli | 2012-08-09 | 1 | -2/+2 |
| | | | | | | Thanks Gabor for spotting this SVN-Revision: 33071 | ||||
* | nuport-mac: rework PHY interrupt configuration to avoid races | Florian Fainelli | 2012-08-08 | 1 | -7/+7 |
| | | | | SVN-Revision: 33070 | ||||
* | nuport-mac: close possible race condition during start | Florian Fainelli | 2012-08-08 | 1 | -1/+5 |
| | | | | SVN-Revision: 33069 | ||||
* | nuport-mac: unmap the DMA buffer when closing device | Florian Fainelli | 2012-08-08 | 1 | -0/+4 |
| | | | | SVN-Revision: 33068 | ||||
* | nuport-mac: check dma_map_single address return values | Florian Fainelli | 2012-08-08 | 1 | -0/+4 |
| | | | | SVN-Revision: 33067 | ||||
* | build a Devolo dLAN USB Extender specific image | Florian Fainelli | 2012-08-08 | 1 | -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 generation | Florian Fainelli | 2012-08-08 | 1 | -4/+8 |
| | | | | SVN-Revision: 33065 | ||||
* | 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 |