openwrt/staging/lynxis/omap.git
12 years agobuild: add -Wno-error=unused-but-set-variable to cflags for gcc 4.6 and newer to...
Felix Fietkau [Wed, 15 Feb 2012 19:19:12 +0000 (19:19 +0000)]
build: add -Wno-error=unused-but-set-variable to cflags for gcc 4.6 and newer to avoid stupid -Werror related package breakage

SVN-Revision: 30556

12 years agoramips: raeth: add a helper function for skb allocation
Gabor Juhos [Wed, 15 Feb 2012 18:33:42 +0000 (18:33 +0000)]
ramips: raeth: add a helper function for skb allocation

SVN-Revision: 30555

12 years agoramips: raeth: use netdev_alloc_skb
Gabor Juhos [Wed, 15 Feb 2012 18:33:41 +0000 (18:33 +0000)]
ramips: raeth: use netdev_alloc_skb

SVN-Revision: 30554

12 years agoramips: raeth: add '__packed __aligned(4)' annotation to dma descritor structures
Gabor Juhos [Wed, 15 Feb 2012 18:33:40 +0000 (18:33 +0000)]
ramips: raeth: add '__packed __aligned(4)' annotation to dma descritor structures

This helps GCC to generare more efficient code.

SVN-Revision: 30553

12 years agoramips: raeth: use 're' instead of 'priv' everywhere
Gabor Juhos [Wed, 15 Feb 2012 18:33:38 +0000 (18:33 +0000)]
ramips: raeth: use 're' instead of 'priv' everywhere

SVN-Revision: 30552

12 years agoath9k: prevent writes to const data on AR9160
Felix Fietkau [Wed, 15 Feb 2012 18:02:57 +0000 (18:02 +0000)]
ath9k: prevent writes to const data on AR9160

SVN-Revision: 30551

12 years agoramips: raeth: force link down in ramips_phy_stop
Gabor Juhos [Wed, 15 Feb 2012 13:47:52 +0000 (13:47 +0000)]
ramips: raeth: force link down in ramips_phy_stop

SVN-Revision: 30550

12 years agoramips: raeth: serialize ramips_link_adjust calls
Gabor Juhos [Wed, 15 Feb 2012 13:47:50 +0000 (13:47 +0000)]
ramips: raeth: serialize ramips_link_adjust calls

SVN-Revision: 30549

12 years agoramips: raeth: add PHYLIB support
Gabor Juhos [Wed, 15 Feb 2012 06:47:12 +0000 (06:47 +0000)]
ramips: raeth: add PHYLIB support

SVN-Revision: 30547

12 years agogdb: use an updated 6.8a tarball
Florian Fainelli [Tue, 14 Feb 2012 20:13:28 +0000 (20:13 +0000)]
gdb: use an updated 6.8a tarball

SVN-Revision: 30543

12 years agoadd missing autoload shortcut to crypto modules for btrfs
John Crispin [Tue, 14 Feb 2012 20:11:28 +0000 (20:11 +0000)]
add missing autoload shortcut to crypto modules for btrfs

Currently the btrfs module (and other fs modules) is loaded before other modules to provide early extroot compatibility. This will fail for btrfs however, because the dependencies crypto-core and crypto-hash are missing. This patch makes them available for early loading too.

Signed-off-by: Jan Willies <jan@willies.info>
SVN-Revision: 30542

12 years agolinux-atm: update solos-pci driver to upstream
John Crispin [Tue, 14 Feb 2012 20:11:24 +0000 (20:11 +0000)]
linux-atm: update solos-pci driver to upstream

Fixes for the solos-pci driver.

- Corrects calculation of headroom for padding.
- Removes pointless debug messages.
- Expose Bis A and Bis M annex capabilities.
- Expose hardware revision.

Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 30541

12 years agolinux-atm: headroom/padding fixes
John Crispin [Tue, 14 Feb 2012 20:11:22 +0000 (20:11 +0000)]
linux-atm: headroom/padding fixes

Submitted upstream to netdev by Chas Williams on linux-atm.

Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 30540

12 years agomac80211: Allow preamble configuration
John Crispin [Tue, 14 Feb 2012 19:07:15 +0000 (19:07 +0000)]
mac80211: Allow preamble configuration

Add a new wireless config parameter short_preamble=0|1 to enable
usage of short preambles. Default is to only allow long preambles
as before.

Even if short_preamble is set to 1 hostapd will take care that
short preambles are disabled as soon as a STA associates that
cannot handle short preambles.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 30539

12 years agoAdd kernel module package for SLIP
John Crispin [Tue, 14 Feb 2012 19:07:13 +0000 (19:07 +0000)]
Add kernel module package for SLIP

This patch adds support for a kernel module package for SLIP. We needed it forusing tunslip6 from Contiki OS for 6LoWPAN communications.

Signed-off-by: Markus Becker <mab@comnets.uni-bremen.de>
SVN-Revision: 30538

12 years agogenerate uboot environment data in target
John Crispin [Tue, 14 Feb 2012 19:07:11 +0000 (19:07 +0000)]
generate uboot environment data in target

With this patch it is possible to generate uboot environment config file
inside lantiq target. Currently it is only supporting GIGASX76X board.

uboot environment config is used by fw_printenv fw_setenv tools.

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 30537

12 years agoUpdate bridge-utils to the last upstream version 1.5.
John Crispin [Tue, 14 Feb 2012 19:07:09 +0000 (19:07 +0000)]
Update bridge-utils to the last upstream version 1.5.

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 30536

12 years agoupdate e2fsprogs
John Crispin [Tue, 14 Feb 2012 19:07:07 +0000 (19:07 +0000)]
update e2fsprogs

Update e2fsprogs to the last upstream version 1.42.

blkid works fine without 100_add_missing_libpthread_for_blkid.patch.

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 30535

12 years agofix compile error in previous commit
John Crispin [Tue, 14 Feb 2012 19:07:05 +0000 (19:07 +0000)]
fix compile error in previous commit

SVN-Revision: 30534

12 years agoSupport booting the Speedport W502V using BRN-BOOT.
John Crispin [Tue, 14 Feb 2012 17:48:04 +0000 (17:48 +0000)]
Support booting the Speedport W502V using BRN-BOOT.

While the disadvantage is less available flash space, it's easy and
safe to flash without opening the device.
Going back to the original firmware is also possible.

This patch add two firmware utilities, mkbrncmdline and mkbrnboot.

mkbrncmdline patches the uncompressed kernel so the registeres a0 to
a3 are initialized and the memory size is passed in.

mkbrnboot takes the lzma compressed kernel and squashfs images and
creates a firmware image that can be flashed using the BRN-BOOT
recovery kernel, which is booted by holding both buttons when
powering up the device and will listen on http://192.168.2.1.

The firmware file from bin/lantiq/ to use is
openwrt-lantiq-danube-ARV4525PW-BRNDTW502-brnImage

The BRN-BOOT recovery kernel does size-check the image, so if it's
too big to fit into flash it will complain accordingly.

A second patch is needed to make the wired network interface work
since there is no u-boot to pre-initialise it.

Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 30532

12 years agodrop obselete Config.in file
John Crispin [Tue, 14 Feb 2012 17:48:01 +0000 (17:48 +0000)]
drop obselete Config.in file

SVN-Revision: 30531

12 years agoramips: extract eeprom for the PCIe wlan module on the RT-N56U
Gabor Juhos [Tue, 14 Feb 2012 17:32:45 +0000 (17:32 +0000)]
ramips: extract eeprom for the PCIe wlan module on the RT-N56U

SVN-Revision: 30529

12 years agoramips: rt3883: enable PCI on the RT-N56U board
Gabor Juhos [Tue, 14 Feb 2012 17:32:44 +0000 (17:32 +0000)]
ramips: rt3883: enable PCI on the RT-N56U board

SVN-Revision: 30528

12 years agoramips: rt3883: add PCI support
Gabor Juhos [Tue, 14 Feb 2012 17:32:42 +0000 (17:32 +0000)]
ramips: rt3883: add PCI support

SVN-Revision: 30527

12 years agoramips: rt3883: sync 2.6.39 config
Gabor Juhos [Tue, 14 Feb 2012 17:32:41 +0000 (17:32 +0000)]
ramips: rt3883: sync 2.6.39 config

SVN-Revision: 30526

12 years agoramips: use SoC specific irq.h
Gabor Juhos [Tue, 14 Feb 2012 17:32:40 +0000 (17:32 +0000)]
ramips: use SoC specific irq.h

SVN-Revision: 30525

12 years agofixes irq locking in ethernet driver
John Crispin [Tue, 14 Feb 2012 15:05:58 +0000 (15:05 +0000)]
fixes irq locking in ethernet driver

SVN-Revision: 30522

12 years agofixes gpio_export patch
John Crispin [Tue, 14 Feb 2012 15:05:57 +0000 (15:05 +0000)]
fixes gpio_export patch

SVN-Revision: 30521

12 years agobump to 1.12, merge improved lantiq aud_dev driver
John Crispin [Tue, 14 Feb 2012 15:05:55 +0000 (15:05 +0000)]
bump to 1.12, merge improved lantiq aud_dev driver

SVN-Revision: 30520

12 years agoadd a simple sip client
John Crispin [Tue, 14 Feb 2012 15:05:52 +0000 (15:05 +0000)]
add a simple sip client

SVN-Revision: 30519

12 years agoadd annex selection support to ltq_dsl package
John Crispin [Tue, 14 Feb 2012 15:05:49 +0000 (15:05 +0000)]
add annex selection support to ltq_dsl package

SVN-Revision: 30518

12 years agoar71xx: add profile and build image for the TP-Link TL-WR842N/ND v1 boards
Gabor Juhos [Mon, 13 Feb 2012 17:11:58 +0000 (17:11 +0000)]
ar71xx: add profile and build image for the TP-Link TL-WR842N/ND v1 boards

SVN-Revision: 30508

12 years agoar71xx: add model detection for TL-WR842N/ND
Gabor Juhos [Mon, 13 Feb 2012 17:11:57 +0000 (17:11 +0000)]
ar71xx: add model detection for TL-WR842N/ND

SVN-Revision: 30507

12 years agohostapd: correctly pass 64 char hex PSK to wpa_supplicant
Hamish Guthrie [Mon, 13 Feb 2012 16:07:53 +0000 (16:07 +0000)]
hostapd: correctly pass 64 char hex PSK to wpa_supplicant

SVN-Revision: 30504

12 years agoupdate to 3.2
Florian Fainelli [Mon, 13 Feb 2012 16:05:30 +0000 (16:05 +0000)]
update to 3.2

SVN-Revision: 30503

12 years agofix titan gpio register size
Florian Fainelli [Mon, 13 Feb 2012 16:05:27 +0000 (16:05 +0000)]
fix titan gpio register size

SVN-Revision: 30502

12 years agoblock-mount: do not auto-mount anonymous mtdblock devices (fixes #10960, #10850)
Felix Fietkau [Mon, 13 Feb 2012 15:31:31 +0000 (15:31 +0000)]
block-mount: do not auto-mount anonymous mtdblock devices (fixes #10960, #10850)

SVN-Revision: 30501

12 years agoquilt: add a NO_RECONFIGURE override for compiling a package without re-running Build...
Felix Fietkau [Mon, 13 Feb 2012 15:31:28 +0000 (15:31 +0000)]
quilt: add a NO_RECONFIGURE override for compiling a package without re-running Build/Configure

SVN-Revision: 30500

12 years agoramips: rt3883: update package list in the default profile
Gabor Juhos [Mon, 13 Feb 2012 15:18:05 +0000 (15:18 +0000)]
ramips: rt3883: update package list in the default profile

SVN-Revision: 30499

12 years agoramips: add preliminary support for the Asus RT-N56U board
Gabor Juhos [Mon, 13 Feb 2012 15:18:04 +0000 (15:18 +0000)]
ramips: add preliminary support for the Asus RT-N56U board

SVN-Revision: 30498

12 years agoramips: raeth: enable MDIO code for RT3883
Gabor Juhos [Mon, 13 Feb 2012 15:18:03 +0000 (15:18 +0000)]
ramips: raeth: enable MDIO code for RT3883

SVN-Revision: 30497

12 years agopackage/modules: enable ECHI/OHCI for RT3883
Gabor Juhos [Mon, 13 Feb 2012 15:18:01 +0000 (15:18 +0000)]
package/modules: enable ECHI/OHCI for RT3883

SVN-Revision: 30496

12 years agoramips: add preliminary support for the RT3662/RT3883 SoCs
Gabor Juhos [Mon, 13 Feb 2012 15:17:59 +0000 (15:17 +0000)]
ramips: add preliminary support for the RT3662/RT3883 SoCs

SVN-Revision: 30495

12 years agokexec-tools: update to 2.0.3 (fixes #9846)
Florian Fainelli [Mon, 13 Feb 2012 12:36:36 +0000 (12:36 +0000)]
kexec-tools: update to 2.0.3 (fixes #9846)

SVN-Revision: 30493

12 years agoadd support for 3.2
Florian Fainelli [Mon, 13 Feb 2012 12:36:34 +0000 (12:36 +0000)]
add support for 3.2

SVN-Revision: 30492

12 years agobrcm47xx: deactivate CONFIG_NO_HZ as it seams not to be needed.
Hauke Mehrtens [Sun, 12 Feb 2012 22:41:20 +0000 (22:41 +0000)]
brcm47xx: deactivate CONFIG_NO_HZ as it seams not to be needed.

SVN-Revision: 30488

12 years agobrcm47xx: activate config bug to show warnings
Hauke Mehrtens [Sun, 12 Feb 2012 22:40:01 +0000 (22:40 +0000)]
brcm47xx: activate config bug to show warnings

SVN-Revision: 30487

12 years agogcc 4.6: port over the missing patch 850-use_shared_libgcc.patch to prevent libgcc...
Felix Fietkau [Sun, 12 Feb 2012 20:25:47 +0000 (20:25 +0000)]
gcc 4.6: port over the missing patch 850-use_shared_libgcc.patch to prevent libgcc crap from leaking into every single binary

SVN-Revision: 30486

12 years agoswconfig: fix off-by-one error, causing segfaults on gcc 4.6+ (fixes #9765)
Felix Fietkau [Sun, 12 Feb 2012 19:27:01 +0000 (19:27 +0000)]
swconfig: fix off-by-one error, causing segfaults on gcc 4.6+ (fixes #9765)

SVN-Revision: 30485

12 years agopackage/grub: fix stage2 link with recent binutils
Felix Fietkau [Sun, 12 Feb 2012 18:40:18 +0000 (18:40 +0000)]
package/grub: fix stage2 link with recent binutils

We want the `_start's symbols to be at the very beginning of the `stage2'
binary's `.text' section. However, nothing enforces this requirement. With
recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1)
puts another symbol (eg. `journal_init') at the beginning of the section.

Fix this by providing a stripped down version of the default linker script
where we enforces the position of `_start' in the `.text' section.

Patch by Arnaud Lacombe (#10444)

SVN-Revision: 30484

12 years agoramips: use GENERIC_{4,8}M image template for WR5123GN
Gabor Juhos [Sun, 12 Feb 2012 18:04:47 +0000 (18:04 +0000)]
ramips: use GENERIC_{4,8}M image template for WR5123GN

SVN-Revision: 30483

12 years agoramips: rt305x: pass MTD partition map to the ALL0256N via cmdline
Gabor Juhos [Sun, 12 Feb 2012 18:04:46 +0000 (18:04 +0000)]
ramips: rt305x: pass MTD partition map to the ALL0256N via cmdline

SVN-Revision: 30482

12 years agobrcm47xx: refresh patches
Hauke Mehrtens [Sun, 12 Feb 2012 16:45:27 +0000 (16:45 +0000)]
brcm47xx: refresh patches

SVN-Revision: 30481

12 years agobrcm47xx: update usb driver for brcm47xx.
Hauke Mehrtens [Sun, 12 Feb 2012 16:38:10 +0000 (16:38 +0000)]
brcm47xx: update usb driver for brcm47xx.

SVN-Revision: 30480

12 years agotools/genext2fs: do not include the host getline.h, it breaks the tool in subtle...
Felix Fietkau [Sun, 12 Feb 2012 16:12:08 +0000 (16:12 +0000)]
tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle ways, and the source already has a getline replacement

SVN-Revision: 30479

12 years agoglibc: remove all previous (ancient) versions, add 2.14 (partially based on a patch...
Felix Fietkau [Sun, 12 Feb 2012 16:12:01 +0000 (16:12 +0000)]
glibc: remove all previous (ancient) versions, add 2.14 (partially based on a patch and testing by WillieNL)

SVN-Revision: 30478

12 years agobroadcom-diag: fix WRT150N/WRT160N detection (patch from #10836)
Felix Fietkau [Sun, 12 Feb 2012 15:43:14 +0000 (15:43 +0000)]
broadcom-diag: fix WRT150N/WRT160N detection (patch from #10836)

SVN-Revision: 30477

12 years agoramips: add initial support for 3.2
Gabor Juhos [Sun, 12 Feb 2012 12:52:14 +0000 (12:52 +0000)]
ramips: add initial support for 3.2

SVN-Revision: 30476

12 years agoramips: include 'linux/module.h' in the ramips_spi driver
Gabor Juhos [Sun, 12 Feb 2012 12:52:13 +0000 (12:52 +0000)]
ramips: include 'linux/module.h' in the ramips_spi driver

SVN-Revision: 30475

12 years agoramips: rt288x: remove per-board physmap_flash_data instances
Gabor Juhos [Sun, 12 Feb 2012 12:52:12 +0000 (12:52 +0000)]
ramips: rt288x: remove per-board physmap_flash_data instances

SVN-Revision: 30474

12 years agoramips: rt305x: remove per-board physmap_flash_data instances
Gabor Juhos [Sun, 12 Feb 2012 12:52:10 +0000 (12:52 +0000)]
ramips: rt305x: remove per-board physmap_flash_data instances

SVN-Revision: 30473

12 years agoenable another l2 cache errate on newer kernels
Imre Kaloz [Sun, 12 Feb 2012 11:22:08 +0000 (11:22 +0000)]
enable another l2 cache errate on newer kernels

SVN-Revision: 30472

12 years agoenable 2.22 for unsupported archs if BROKEN is enabled
Imre Kaloz [Sun, 12 Feb 2012 09:56:47 +0000 (09:56 +0000)]
enable 2.22 for unsupported archs if BROKEN is enabled

SVN-Revision: 30471

12 years agoupgrade vanilla gcc to 4.6.2
Imre Kaloz [Sun, 12 Feb 2012 09:48:39 +0000 (09:48 +0000)]
upgrade vanilla gcc to 4.6.2

SVN-Revision: 30470

12 years agouse binutils 2.22 by default
Imre Kaloz [Sun, 12 Feb 2012 09:17:54 +0000 (09:17 +0000)]
use binutils 2.22 by default

SVN-Revision: 30469

12 years agouse uClibc 0.9.33 by default
Imre Kaloz [Sun, 12 Feb 2012 09:15:29 +0000 (09:15 +0000)]
use uClibc 0.9.33 by default

SVN-Revision: 30468

12 years agouse Linaro GCC 4.6 by default
Imre Kaloz [Sun, 12 Feb 2012 09:14:18 +0000 (09:14 +0000)]
use Linaro GCC 4.6 by default

SVN-Revision: 30467

12 years agoupdate to latest Linaro releases
Imre Kaloz [Sun, 12 Feb 2012 08:50:18 +0000 (08:50 +0000)]
update to latest Linaro releases

SVN-Revision: 30466

12 years agoramips: load gpio-polled keys module
Gabor Juhos [Sat, 11 Feb 2012 20:37:34 +0000 (20:37 +0000)]
ramips: load gpio-polled keys module

SVN-Revision: 30463

12 years agoramips: remove yet another CONFIG_MTD_PARTITION ifdef
Gabor Juhos [Sat, 11 Feb 2012 19:37:11 +0000 (19:37 +0000)]
ramips: remove yet another CONFIG_MTD_PARTITION ifdef

SVN-Revision: 30462

12 years agoramips: use gpio-keys-polled instead of gpio-buttons
Gabor Juhos [Sat, 11 Feb 2012 19:37:06 +0000 (19:37 +0000)]
ramips: use gpio-keys-polled instead of gpio-buttons

SVN-Revision: 30461

12 years agoadd some missing symbols
Imre Kaloz [Sat, 11 Feb 2012 18:38:28 +0000 (18:38 +0000)]
add some missing symbols

SVN-Revision: 30460

12 years agoramips: add MIPS platform file
Gabor Juhos [Sat, 11 Feb 2012 18:16:11 +0000 (18:16 +0000)]
ramips: add MIPS platform file

SVN-Revision: 30459

12 years agogeneric/2.6.39: refresh patches
Gabor Juhos [Sat, 11 Feb 2012 18:16:08 +0000 (18:16 +0000)]
generic/2.6.39: refresh patches

SVN-Revision: 30458

12 years agorefresh patches to -rc3
Imre Kaloz [Sat, 11 Feb 2012 17:43:06 +0000 (17:43 +0000)]
refresh patches to -rc3

SVN-Revision: 30456

12 years agoramips: add MDIO bus support for RT288X
Gabor Juhos [Sat, 11 Feb 2012 16:49:56 +0000 (16:49 +0000)]
ramips: add MDIO bus support for RT288X

SVN-Revision: 30455

12 years agorename 3.1 patches directory as it will be used for newer kernels as well
Imre Kaloz [Sat, 11 Feb 2012 15:59:23 +0000 (15:59 +0000)]
rename 3.1 patches directory as it will be used for newer kernels as well

SVN-Revision: 30454

12 years agorename 2.6.39 patches directory
Imre Kaloz [Sat, 11 Feb 2012 15:58:14 +0000 (15:58 +0000)]
rename 2.6.39 patches directory

SVN-Revision: 30453

12 years agoramips: fix Belkin F5D8235-v2 VLAN setup
Gabor Juhos [Sat, 11 Feb 2012 15:31:18 +0000 (15:31 +0000)]
ramips: fix Belkin F5D8235-v2 VLAN setup

Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 30452

12 years agoramips: raeth: make debugging messages configurable
Gabor Juhos [Sat, 11 Feb 2012 15:12:10 +0000 (15:12 +0000)]
ramips: raeth: make debugging messages configurable

SVN-Revision: 30450

12 years agoramips: raeth: use device pointer in DMA API calls
Gabor Juhos [Sat, 11 Feb 2012 15:12:08 +0000 (15:12 +0000)]
ramips: raeth: use device pointer in DMA API calls

SVN-Revision: 30449

12 years agoramips: raeth: add netdev pointer to private structure
Gabor Juhos [Sat, 11 Feb 2012 15:12:06 +0000 (15:12 +0000)]
ramips: raeth: add netdev pointer to private structure

SVN-Revision: 30448

12 years agoramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmit
Gabor Juhos [Sat, 11 Feb 2012 15:12:05 +0000 (15:12 +0000)]
ramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmit

SVN-Revision: 30447

12 years agoramips: raeth: unmap rx DMA address in ramips_cleanup_dma
Gabor Juhos [Sat, 11 Feb 2012 15:12:04 +0000 (15:12 +0000)]
ramips: raeth: unmap rx DMA address in ramips_cleanup_dma

SVN-Revision: 30446

12 years agoramips: raeth: add rx_dma array to store the DMA address of the rx packets
Gabor Juhos [Sat, 11 Feb 2012 15:12:02 +0000 (15:12 +0000)]
ramips: raeth: add rx_dma array to store the DMA address of the rx packets

SVN-Revision: 30445

12 years agoramips: raeth: use dma_addr_t for the descriptors
Gabor Juhos [Sat, 11 Feb 2012 15:12:01 +0000 (15:12 +0000)]
ramips: raeth: use dma_addr_t for the descriptors

SVN-Revision: 30444

12 years agoramips: raeth: unmap DMA memory when a packet is received
Gabor Juhos [Sat, 11 Feb 2012 15:11:56 +0000 (15:11 +0000)]
ramips: raeth: unmap DMA memory when a packet is received

SVN-Revision: 30443

12 years agoramips: raeth: add a temporary pktlen variable
Gabor Juhos [Sat, 11 Feb 2012 15:11:55 +0000 (15:11 +0000)]
ramips: raeth: add a temporary pktlen variable

SVN-Revision: 30442

12 years agoramips: raeth: protect macro parameters
Gabor Juhos [Sat, 11 Feb 2012 15:11:50 +0000 (15:11 +0000)]
ramips: raeth: protect macro parameters

SVN-Revision: 30441

12 years agoramips: raeth: indicate dropped packets in stats
Gabor Juhos [Sat, 11 Feb 2012 15:11:49 +0000 (15:11 +0000)]
ramips: raeth: indicate dropped packets in stats

SVN-Revision: 30440

12 years agoramips: raeth: use the NUM_TX_DESC for the tx_skb array
Gabor Juhos [Sat, 11 Feb 2012 15:11:47 +0000 (15:11 +0000)]
ramips: raeth: use the NUM_TX_DESC for the tx_skb array

SVN-Revision: 30439

12 years agoramips: use uncached address in detect_mem_size
Gabor Juhos [Sat, 11 Feb 2012 15:11:45 +0000 (15:11 +0000)]
ramips: use uncached address in detect_mem_size

SVN-Revision: 30438

12 years agoramips: rt305x: remove CONFIG_MTD_PARTITION ifdefery from machine files
Gabor Juhos [Sat, 11 Feb 2012 15:11:43 +0000 (15:11 +0000)]
ramips: rt305x: remove CONFIG_MTD_PARTITION ifdefery from machine files

SVN-Revision: 30437

12 years agoramips: rt288x: remove CONFIG_MTD_PARTITION ifdefery from machine files
Gabor Juhos [Sat, 11 Feb 2012 15:11:41 +0000 (15:11 +0000)]
ramips: rt288x: remove CONFIG_MTD_PARTITION ifdefery from machine files

SVN-Revision: 30436

12 years agoramips: refresh patches
Gabor Juhos [Sat, 11 Feb 2012 15:11:40 +0000 (15:11 +0000)]
ramips: refresh patches

SVN-Revision: 30435

12 years agoramips: rt305x: add support for Accton WR6202 / SMCWBR11S-3GN
Gabor Juhos [Sat, 11 Feb 2012 15:11:36 +0000 (15:11 +0000)]
ramips: rt305x: add support for Accton WR6202 / SMCWBR11S-3GN

This patch adds support for the Accton WR6202 Mini 3G broadband router.
Full details for this device are available at
http://www.awbnetworks.com/products03.php?Fullkey=19.

This device is identical to the SMCWBR11S-3GN:
http://www.smc-asia.com/products03.php?Fullkey=210

It's also worth noting that this board has a GPIO line to control the
power to the USB port.

[juhosg:
 - fix checkpatch warnings,
 - reorder Kconfig entry,
 - merge the sysupgrade patch,
 - add GPL header]

Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com>
SVN-Revision: 30434

12 years agoramips: rt305x: merge duplicated mac address setup
Gabor Juhos [Sat, 11 Feb 2012 15:11:34 +0000 (15:11 +0000)]
ramips: rt305x: merge duplicated mac address setup

Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 30433

12 years agoramips: rt305x: add profile for the Belkin f5d8235v2
Gabor Juhos [Sat, 11 Feb 2012 15:11:32 +0000 (15:11 +0000)]
ramips: rt305x: add profile for the Belkin f5d8235v2

Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 30432

12 years agobrcm47xx: print the chip id and rev found by ssb and bcma
Hauke Mehrtens [Fri, 10 Feb 2012 22:42:43 +0000 (22:42 +0000)]
brcm47xx: print the chip id and rev found by ssb and bcma

SVN-Revision: 30428

12 years agoar71xx: zero partition parser data in m25p80
Gabor Juhos [Fri, 10 Feb 2012 20:19:06 +0000 (20:19 +0000)]
ar71xx: zero partition parser data in m25p80

Ths fixes parsing of RedBoot partitions.

SVN-Revision: 30427