Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ramips: Allow ethernet interface to be taken down and up again | Gabor Juhos | 2010-10-05 | 1 | -0/+4 |
| | | | | | | | | | | Taking the ramips ethernet interface down and up again resulted in the driver not receiving any frames anymore. Fix this by correctly disabling interrupts in the hw on ifdown. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 23243 | ||||
* | upgrade kernel versions to the latest stable ones | Imre Kaloz | 2010-10-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 23219 | ||||
* | ramips: Ralink RT305x, support for Prolink PWH2004 (Abocom5205) | Gabor Juhos | 2010-09-27 | 7 | -0/+118 |
| | | | | | | | | | | | The attached patch adds a preliminary support for Prolink PWH2004 board (Ralink RT305x based). LAN and flash appear to work. However, the USB port and WLAN I have not managed to activate properly yet, but that problem appears to be present with other rt305x targets as well(?). Signed-off-by: Esa Hyytia <esa at netlab.tkk.fi> SVN-Revision: 23129 | ||||
* | ramips: allow USB | Gabor Juhos | 2010-09-27 | 2 | -6/+0 |
| | | | | | | | | | | | The current defaults for ramips rt305x does not allow the USB subsystem to be selected/built. This patch is just a small step in that direction. Signed-off-by: Luis Correia <luis.f.correia@gmail.com> SVN-Revision: 23128 | ||||
* | kernel: update kernel version to 2.6.34.5 | Hauke Mehrtens | 2010-08-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 22759 | ||||
* | ramips: add support for Sparklan WCR-150GN board | Gabor Juhos | 2010-08-15 | 7 | -0/+92 |
| | | | | | | | | | | | This patch adds support for Sparklan WCR-150GN board. Network configuration should be tweaked to make it work fully. The reason it's not in this patch is that ramips target should be modified to support different /etc/config/network files for different boards. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 22658 | ||||
* | fix jffs2 64k and 128k images overwrite each other | Florian Fainelli | 2010-07-31 | 1 | -1/+1 |
| | | | | | | | | | When trying to build images with jffs2 filesystem for ramips platform there is only one jffs2 image produced instead of two (64k and 128k). Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 22435 | ||||
* | ramips: enable ethernet driver for rt288x | Gabor Juhos | 2010-07-15 | 2 | -2/+2 |
| | | | | SVN-Revision: 22214 | ||||
* | ramips: register ethernet device on the RT-N15 | Gabor Juhos | 2010-07-15 | 1 | -0/+8 |
| | | | | SVN-Revision: 22213 | ||||
* | ramips: add generic ethernet device for the RT288x | Gabor Juhos | 2010-07-15 | 2 | -0/+44 |
| | | | | SVN-Revision: 22212 | ||||
* | ramips: add mdio_cfg configuration for the ethernet driver | Gabor Juhos | 2010-07-15 | 3 | -0/+86 |
| | | | | SVN-Revision: 22211 | ||||
* | ramips: Fix bridging in ramips ethernet driver | Gabor Juhos | 2010-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Bridging between the ramips ethernet driver and rt2800pci was somewhat broken. Frames received by the ethernet driver which were passed to the wifi driver for transmission were sometimes corrupted or sent out with huge delays. The reason for this is the missing assignment of skb->tail in the ramips ethernet driver's rx path resulting in skb->tail pointing to skb->data. Since skb->tail is used by mac80211 it writes into skb->data which messes up the frames content. Fix this by using skb_put to correctly set skb->len and skb->tail. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 22172 | ||||
* | ramips: protect GPIO register access with a spinlock | Gabor Juhos | 2010-07-13 | 1 | -1/+11 |
| | | | | SVN-Revision: 22171 | ||||
* | ramips: sync kernel config | Gabor Juhos | 2010-07-13 | 2 | -22/+0 |
| | | | | SVN-Revision: 22170 | ||||
* | kernel: update to kernel 2.6.34.1 | Hauke Mehrtens | 2010-07-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 22118 | ||||
* | fix commit r21994 (thanks juhosg) | Alexandros C. Couloumbis | 2010-06-30 | 1 | -1/+0 |
| | | | | SVN-Revision: 21995 | ||||
* | fix commit r21993 | Alexandros C. Couloumbis | 2010-06-30 | 2 | -0/+2 |
| | | | | SVN-Revision: 21994 | ||||
* | generic: merge mips multi machine update to generic patches for 2.6.34 | Gabor Juhos | 2010-06-04 | 1 | -135/+0 |
| | | | | SVN-Revision: 21675 | ||||
* | generic: merge mips multi machine update to generic patches for 2.6.32 | Gabor Juhos | 2010-06-04 | 1 | -134/+0 |
| | | | | SVN-Revision: 21673 | ||||
* | Fix ramips build when CONFIG_RALINK_DEV_GPIO_BUTTONS is not set. | John Crispin | 2010-05-31 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Helmut Schaa SVN-Revision: 21643 | ||||
* | ramips: Added preinit scriptlet to set vars based on cpuinfo during ↵ | Daniel Dickinson | 2010-05-30 | 1 | -0/+7 |
| | | | | | | preinit_main. This fixes a bug in which the vars were not set due to /proc not being mounted when ramips.sh was sourced SVN-Revision: 21635 | ||||
* | ramips: merge slab patch | Gabor Juhos | 2010-05-28 | 3 | -20/+2 |
| | | | | SVN-Revision: 21607 | ||||
* | ramips: use COMMAND_LINE_SIZE directly | Gabor Juhos | 2010-05-28 | 2 | -12/+1 |
| | | | | SVN-Revision: 21606 | ||||
* | ramips: add missing 2.6.34 config files | Gabor Juhos | 2010-05-28 | 2 | -0/+359 |
| | | | | SVN-Revision: 21605 | ||||
* | ramips: refresh 2.6.34 patches | Gabor Juhos | 2010-05-28 | 4 | -18/+15 |
| | | | | SVN-Revision: 21604 | ||||
* | ramips: sync 2.6.32 config | Gabor Juhos | 2010-05-28 | 2 | -4/+0 |
| | | | | SVN-Revision: 21603 | ||||
* | update to 2.6.34, signed of by russiane39, thx | John Crispin | 2010-05-26 | 10 | -1/+430 |
| | | | | SVN-Revision: 21573 | ||||
* | kernel: update kernel to version 2.6.32.13 and 2.6.33.4 | Hauke Mehrtens | 2010-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 21540 | ||||
* | sync to kernel 2.6.32.12 | Alexandros C. Couloumbis | 2010-04-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 21195 | ||||
* | package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog ↵ | Nicolas Thill | 2010-04-24 | 1 | -1/+1 |
| | | | | | | module names SVN-Revision: 21137 | ||||
* | ramips: use KEY_RESTART and KEY_WPS_BUTTON code for the appropriate buttons | Gabor Juhos | 2010-04-22 | 5 | -9/+9 |
| | | | | SVN-Revision: 21083 | ||||
* | target/ramips: fix another typo from [20834] (closes: #7182) | Nicolas Thill | 2010-04-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 21012 | ||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -11/+9 |
| | | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834 | ||||
* | ramips: nuke clocksource init patch | Gabor Juhos | 2010-04-11 | 1 | -56/+0 |
| | | | | SVN-Revision: 20802 | ||||
* | ramips: generate sysupgrade images for the rt305x devices | Gabor Juhos | 2010-04-11 | 1 | -10/+75 |
| | | | | SVN-Revision: 20801 | ||||
* | ramips: add sysupgrade support | Gabor Juhos | 2010-04-11 | 1 | -0/+38 |
| | | | | SVN-Revision: 20800 | ||||
* | ramips: add diag support | Gabor Juhos | 2010-04-11 | 4 | -2/+96 |
| | | | | SVN-Revision: 20799 | ||||
* | ramips: enable image commandline hack and cmdline partition parsing | Gabor Juhos | 2010-04-11 | 2 | -0/+4 |
| | | | | SVN-Revision: 20798 | ||||
* | ramips: add default profiles | Gabor Juhos | 2010-04-11 | 2 | -0/+32 |
| | | | | SVN-Revision: 20797 | ||||
* | ramips: add wpad-mini to the default packages | Gabor Juhos | 2010-03-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 20632 | ||||
* | ramips: annotate device register function prototypes with __init | Gabor Juhos | 2010-03-31 | 1 | -2/+2 |
| | | | | SVN-Revision: 20627 | ||||
* | ramips: register wifi device for the RT2880 based boards | Gabor Juhos | 2010-03-31 | 2 | -0/+3 |
| | | | | SVN-Revision: 20625 | ||||
* | ramips: add wifi device for the RT2880 as well | Gabor Juhos | 2010-03-31 | 2 | -0/+27 |
| | | | | SVN-Revision: 20624 | ||||
* | ramips: register wifi device on the rt305x based boards | Gabor Juhos | 2010-03-30 | 4 | -0/+4 |
| | | | | SVN-Revision: 20616 | ||||
* | ramips: sync kernel config | Gabor Juhos | 2010-03-30 | 2 | -14/+15 |
| | | | | SVN-Revision: 20614 | ||||
* | The ralink rt305x board has a wireless card that can be used with the ↵ | John Crispin | 2010-03-30 | 2 | -0/+27 |
| | | | | | | rt2800pci driver (it does not work yet but basically should). Hence, register the appropriate platform device to allow developing/testing the rt2800pci driver. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 20599 | ||||
* | Fix the base address of the wireless card. Otherwise it is not possible to ↵ | John Crispin | 2010-03-30 | 1 | -1/+1 |
| | | | | | | register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 20596 | ||||
* | kernel: update to 2.6.32.10 | Gabor Juhos | 2010-03-26 | 2 | -8/+8 |
| | | | | SVN-Revision: 20444 | ||||
* | the mips -ffreestanding patch has been unnecessary for a long time now, ↵ | Felix Fietkau | 2010-03-11 | 1 | -5/+5 |
| | | | | | | remove it SVN-Revision: 20149 | ||||
* | do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵ | Nicolas Thill | 2010-03-11 | 2 | -0/+2 |
| | | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136 |