Hauke Mehrtens
de0527a354
brcm47xx: fix memory leak, backport from the mainline kernel
...
SVN-Revision: 31143
13 years ago
Hauke Mehrtens
9992ce3a51
brcm47xx: add missing breaks into the nvram read code in the switch case statements
...
SVN-Revision: 31142
13 years ago
Hauke Mehrtens
13b6ec1d05
brcm47xx: update flash drivers
...
SVN-Revision: 31126
13 years ago
Hauke Mehrtens
2f6e19e203
brcm47xx: BCMA - Consolidate/reduce code in bcma_device_name
...
Eliminate unneeded procedure by incorporating code into bcma_device_name
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 31120
13 years ago
Hauke Mehrtens
a31a9b8650
brcm47xx: BCMA - Always map 4 bytes
...
This probably doesn't matter, but reads/writes are always 4 bytes, so always map 4 bytes.
Changes since v1: Moved changes to new patch file (234-bcma-always-map-4-bytes.patch).
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 31119
13 years ago
Hauke Mehrtens
a5abb08100
brcm47xx: update sprom patches like they are in the mainline kernel
...
SVN-Revision: 31093
13 years ago
Hauke Mehrtens
6fd915ba37
brcm47xx: update usb driver to the version send for mainline kernel integartion
...
SVN-Revision: 31089
13 years ago
Gabor Juhos
c1dc6df8bd
kernel: update linux 3.2 to 3.2.12
...
SVN-Revision: 31028
13 years ago
Felix Fietkau
db6e326c56
targets: replace madwifi in profiles with ath5k, madwifi is unmaintained
...
SVN-Revision: 31015
13 years ago
Hauke Mehrtens
cee31ca238
brcm47xx: add support for NAND flash on devices using bcma
...
This patch add support for the NAND flash on BCM5357 based devices like the WNR3500Lv2.
Thank you Tathagata Das <tathagata@alumnux.com> for the patch
SVN-Revision: 30943
13 years ago
Hauke Mehrtens
7fee567dc0
brcm47xx: move and rename the patches
...
The patches are now grouped by the part what they are doing and are using three digest numbers.
This does not remove or adds anything
SVN-Revision: 30942
13 years ago
Hauke Mehrtens
067a065305
brcm47xx: make patch apply
...
SVN-Revision: 30876
13 years ago
Hauke Mehrtens
7dcdf69388
brcm47xx: BCMA - Find names of non BCM cores
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 30875
13 years ago
Hauke Mehrtens
d6d40b2d60
BCMA - Account for variable PCI memory base/size
...
Thank you Nathan Hintz for the patch
SVN-Revision: 30874
13 years ago
Hauke Mehrtens
bbf739a59f
BCMA - Reorder SPROM fill
...
The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 30873
13 years ago
Gabor Juhos
9698a499b6
kernel: update linux 3.2 to 3.2.9
...
SVN-Revision: 30767
13 years ago
Hauke Mehrtens
12537aa190
brcm47xx: use kernel 3.2 by default
...
SVN-Revision: 30751
13 years ago
Hauke Mehrtens
5dec9dd3b2
brcm47xx: add code to generate images for some netgear devices
...
This is commented out until we get report of working devices.
SVN-Revision: 30639
13 years ago
Hauke Mehrtens
1122b231f9
brcm47xx: sprom for nvram parsing
...
This adds support for parsing sprom form nvram for sprom version form 1 to 9.
It also adds sprom from nvram support for devices on the bcma bus.
SVN-Revision: 30638
13 years ago
Hauke Mehrtens
30408f1cc4
brcm47xx: deactivate CONFIG_NO_HZ as it seams not to be needed.
...
SVN-Revision: 30488
13 years ago
Hauke Mehrtens
e7bd7f7e85
brcm47xx: activate config bug to show warnings
...
SVN-Revision: 30487
13 years ago
Hauke Mehrtens
fa21aef5ab
brcm47xx: refresh patches
...
SVN-Revision: 30481
13 years ago
Hauke Mehrtens
838c363886
brcm47xx: update usb driver for brcm47xx.
...
SVN-Revision: 30480
13 years ago
Hauke Mehrtens
295a154f2f
brcm47xx: print the chip id and rev found by ssb and bcma
...
SVN-Revision: 30428
13 years ago
Hauke Mehrtens
4e332227d0
brcm47xx: update bcm5354 support patch
...
SVN-Revision: 30423
13 years ago
Jonas Gorski
e67f4477bb
kernel: update linux 3.0 to 3.0.18
...
SVN-Revision: 29965
13 years ago
Hauke Mehrtens
d1c07b3657
brcm47xx: add fix for cardbus host controller
...
These devices have two devices on the bus, the host controller itself and the device.
SVN-Revision: 29923
13 years ago
Hauke Mehrtens
26d4e1876c
brcm47xx: add support for pcie host controller on bcma based SoCs.
...
This also adds minimal support for the BCMA43224 pcie wireless card.
SVN-Revision: 29843
13 years ago
Hauke Mehrtens
034cf5643f
brcm47xx: add support for kernel 3.2
...
SVN-Revision: 29756
13 years ago
Hauke Mehrtens
c3d134af12
brcm47xx: run kernel_oldconfig
...
SVN-Revision: 29755
13 years ago
Hauke Mehrtens
d5bc3a994b
brcm47xx: update usb driver
...
Add workarround for BCM5357 and BCM4749.
This patch contains the following fixes from George Kashperko:
* separate subroutines for controller initialization workarounds -
following CodingStyle recommendations;
* __devinit __devexit __devinitconst annotations for CONFIG_HOTPLUG;
* fix leak in ssb_hcd_create_pdev/bcma_hcd_create_pdev - as hci_res being
kmalloc'ed is never freed anywhere while platform_device_add_resources
will kmemdup resources right away;
* fix compilation error in ssb_hcd_resume - it will fail as soon as
CONFIG_PM is selected.
SVN-Revision: 29734
13 years ago
Jonas Gorski
e49d3e1d5b
kernel: update linux 3.0 to 3.0.17
...
SVN-Revision: 29725
13 years ago
Hauke Mehrtens
11125d68ed
brcm47xx: fix usb on more recent bcma based devices.
...
SVN-Revision: 29605
13 years ago
Hauke Mehrtens
0cd03df3b1
brcm47xx: remove patch starting adding brcm4716 to ssb
...
brcm4716 is supported by bcma now we do not need this patch
SVN-Revision: 29576
13 years ago
Hauke Mehrtens
5b8686c303
brcm47xx: add new usb driver for bcma bus and replace ssb usb driver.
...
This new usb driver uses an extra device so the ehci and the ohci driver are not depending on ech other any more.
SVN-Revision: 29575
13 years ago
Hauke Mehrtens
1aa5a61754
kernel: update bcma and ssb to version master-2011-12-16 from wireless-testing
...
SVN-Revision: 29574
13 years ago
Hauke Mehrtens
91d0ef6f19
brcm47xx: remove support for kernel 2.6.39
...
There are problems with the patches for kernel 2.6.39 and I do not want to support two different sets of patches.
SVN-Revision: 29573
13 years ago
Jonas Gorski
6e2ae90f4a
linux: update 3.0 to 3.0.12
...
SVN-Revision: 29469
13 years ago
Jonas Gorski
8bac0df4ae
linux: update 3.0 to 3.0.9
...
SVN-Revision: 29264
13 years ago
Jo-Philipp Wich
de7cae82e9
brcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commit
...
SVN-Revision: 28585
13 years ago
Jo-Philipp Wich
a9e64493d8
target: globally disable BSD process accounting
...
SVN-Revision: 28584
13 years ago
Florian Fainelli
3802769ea1
add vlan definitions for Siemens SE505v2
...
Hi,
this patch adds the correct vlan definitions for the Siemens SE505v2. It
applies to trunk as well as backfire (please apply here too). On
backfire this also patches brcm-2,4, because brcm47xx base-files is just
symlinked to brcm-2.4.
It also fixes two whitespace issues.
Tested with brcm47xx on both trunk and backfire branch and works as
expected.
Signed-off-by: Manuel Munz <freifunk@somakoma.de>
SVN-Revision: 28336
13 years ago
Felix Fietkau
24dfe525c2
brcm47xx: fix padding of trx images, padjffs2 does not work properly on empty files by default
...
SVN-Revision: 28125
13 years ago
Hauke Mehrtens
464539b074
kernel: update to version 3.0.3
...
SVN-Revision: 28043
13 years ago
Jo-Philipp Wich
ebb152295b
fix the default network configuration for the ASUS WL-330gE ( #8751 )
...
SVN-Revision: 28024
13 years ago
Hauke Mehrtens
77218b0338
brcm47xx: fix flash detection on chipcommon less devices.
...
This closes #9906
Thank you for the report Kim
SVN-Revision: 27967
13 years ago
Hauke Mehrtens
51be984655
kernel: update to kernel version 3.0.1
...
SVN-Revision: 27918
13 years ago
Hauke Mehrtens
77966b81d8
brcm47xx: use kernel 3.0
...
As this target changes often these days it is hard to support more kernel versions. Now only kernel 3.0 is supported.
SVN-Revision: 27906
13 years ago
Hauke Mehrtens
8428ebd8e8
brcm47xx: update patches
...
* this adds sflash support for ssb devices
* the flash is now a platform device
* minor updates
SVN-Revision: 27902
13 years ago
Hauke Mehrtens
4815eaa4c3
brcm47xx: run ssb_pcicore_fix_sprom_core_index just for ssb bus on pci
...
ssb_pcicore_fix_sprom_core_index accesses the sprom on the pci bus but
this causes a data bus error (oops) on a SoC.
SVN-Revision: 27758
13 years ago