Hauke Mehrtens
6fd915ba37
brcm47xx: update usb driver to the version send for mainline kernel integartion
...
SVN-Revision: 31089
2012-03-27 15:38:56 +00:00
Gabor Juhos
c1dc6df8bd
kernel: update linux 3.2 to 3.2.12
...
SVN-Revision: 31028
2012-03-19 18:23:31 +00:00
Felix Fietkau
db6e326c56
targets: replace madwifi in profiles with ath5k, madwifi is unmaintained
...
SVN-Revision: 31015
2012-03-19 09:58:13 +00:00
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
2012-03-14 22:59:39 +00:00
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
2012-03-14 21:48:23 +00:00
Hauke Mehrtens
067a065305
brcm47xx: make patch apply
...
SVN-Revision: 30876
2012-03-11 13:36:46 +00:00
Hauke Mehrtens
7dcdf69388
brcm47xx: BCMA - Find names of non BCM cores
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 30875
2012-03-11 12:55:20 +00:00
Hauke Mehrtens
d6d40b2d60
BCMA - Account for variable PCI memory base/size
...
Thank you Nathan Hintz for the patch
SVN-Revision: 30874
2012-03-11 12:52:43 +00:00
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
2012-03-11 11:50:59 +00:00
Gabor Juhos
9698a499b6
kernel: update linux 3.2 to 3.2.9
...
SVN-Revision: 30767
2012-03-01 19:49:02 +00:00
Hauke Mehrtens
12537aa190
brcm47xx: use kernel 3.2 by default
...
SVN-Revision: 30751
2012-02-28 20:12:46 +00:00
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
2012-02-18 23:21:47 +00:00
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
2012-02-18 23:08:26 +00:00
Hauke Mehrtens
30408f1cc4
brcm47xx: deactivate CONFIG_NO_HZ as it seams not to be needed.
...
SVN-Revision: 30488
2012-02-12 22:41:20 +00:00
Hauke Mehrtens
e7bd7f7e85
brcm47xx: activate config bug to show warnings
...
SVN-Revision: 30487
2012-02-12 22:40:01 +00:00
Hauke Mehrtens
fa21aef5ab
brcm47xx: refresh patches
...
SVN-Revision: 30481
2012-02-12 16:45:27 +00:00
Hauke Mehrtens
838c363886
brcm47xx: update usb driver for brcm47xx.
...
SVN-Revision: 30480
2012-02-12 16:38:10 +00:00
Hauke Mehrtens
295a154f2f
brcm47xx: print the chip id and rev found by ssb and bcma
...
SVN-Revision: 30428
2012-02-10 22:42:43 +00:00
Hauke Mehrtens
4e332227d0
brcm47xx: update bcm5354 support patch
...
SVN-Revision: 30423
2012-02-10 17:22:26 +00:00
Jonas Gorski
e67f4477bb
kernel: update linux 3.0 to 3.0.18
...
SVN-Revision: 29965
2012-01-31 09:43:53 +00:00
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
2012-01-27 20:10:51 +00:00
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
2012-01-21 22:39:20 +00:00
Hauke Mehrtens
034cf5643f
brcm47xx: add support for kernel 3.2
...
SVN-Revision: 29756
2012-01-15 21:18:34 +00:00
Hauke Mehrtens
c3d134af12
brcm47xx: run kernel_oldconfig
...
SVN-Revision: 29755
2012-01-15 14:53:32 +00:00
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
2012-01-13 20:11:23 +00:00
Jonas Gorski
e49d3e1d5b
kernel: update linux 3.0 to 3.0.17
...
SVN-Revision: 29725
2012-01-13 14:10:44 +00:00
Hauke Mehrtens
11125d68ed
brcm47xx: fix usb on more recent bcma based devices.
...
SVN-Revision: 29605
2011-12-23 17:21:52 +00:00
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
2011-12-19 23:55:20 +00:00
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
2011-12-19 23:39:13 +00:00
Hauke Mehrtens
1aa5a61754
kernel: update bcma and ssb to version master-2011-12-16 from wireless-testing
...
SVN-Revision: 29574
2011-12-19 23:33:03 +00:00
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
2011-12-19 23:26:15 +00:00
Jonas Gorski
6e2ae90f4a
linux: update 3.0 to 3.0.12
...
SVN-Revision: 29469
2011-12-06 19:50:25 +00:00
Jonas Gorski
8bac0df4ae
linux: update 3.0 to 3.0.9
...
SVN-Revision: 29264
2011-11-19 18:39:12 +00:00
Jo-Philipp Wich
de7cae82e9
brcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commit
...
SVN-Revision: 28585
2011-10-25 16:19:52 +00:00
Jo-Philipp Wich
a9e64493d8
target: globally disable BSD process accounting
...
SVN-Revision: 28584
2011-10-25 16:18:36 +00:00
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
2011-09-30 12:55:33 +00:00
Felix Fietkau
24dfe525c2
brcm47xx: fix padding of trx images, padjffs2 does not work properly on empty files by default
...
SVN-Revision: 28125
2011-08-29 21:23:51 +00:00
Hauke Mehrtens
464539b074
kernel: update to version 3.0.3
...
SVN-Revision: 28043
2011-08-18 12:54:12 +00:00
Jo-Philipp Wich
ebb152295b
fix the default network configuration for the ASUS WL-330gE ( #8751 )
...
SVN-Revision: 28024
2011-08-17 03:16:59 +00:00
Hauke Mehrtens
77218b0338
brcm47xx: fix flash detection on chipcommon less devices.
...
This closes #9906
Thank you for the report Kim
SVN-Revision: 27967
2011-08-12 16:37:22 +00:00
Hauke Mehrtens
51be984655
kernel: update to kernel version 3.0.1
...
SVN-Revision: 27918
2011-08-06 09:51:55 +00:00
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
2011-08-04 20:10:24 +00:00
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
2011-08-04 20:04:54 +00:00
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
2011-07-24 15:18:29 +00:00
Hauke Mehrtens
49f4d4217e
brcm47xx: build bcma into the kernel
...
Now we can assume that every brcm47xx kernel has the bcma module build
into the kernel. This is not needed for this version as this does not
support bcma as system bus but kernel 3.0 will.
SVN-Revision: 27733
2011-07-23 11:19:58 +00:00
Hauke Mehrtens
b07b5fc7b6
brcm47xx: remove old kernel versions
...
SVN-Revision: 27724
2011-07-22 18:41:24 +00:00
Hauke Mehrtens
b988168906
brcm47xx: update bcma and ssb to master-2011-07-21
...
* add new patches for bcm4716 SoC
* add support for serial flash on bcma bus
SVN-Revision: 27723
2011-07-22 16:30:42 +00:00
Hauke Mehrtens
39f491e479
kernel: update to linux-3.0 and refresh patches.
...
Thank you Peter Wagner for the patch
SVN-Revision: 27722
2011-07-22 16:04:25 +00:00
Hauke Mehrtens
8976fa2622
brcm47xx: deactivate wndr3400 for now as this device will not boot
...
SVN-Revision: 27316
2011-06-29 17:42:34 +00:00
Hauke Mehrtens
8c62c5d109
brcm47xx: generate image to flash on Netgear WNDR3400.
...
The image will not boot because serial flash support is missing this is only for experts.
SVN-Revision: 27302
2011-06-28 22:23:21 +00:00
Hauke Mehrtens
4c18da3df6
brcm47xx: add initial support for devices with bcma bus.
...
Ethernet and wifi are not working and this is highly experimental.
SVN-Revision: 27301
2011-06-28 22:21:57 +00:00
Hauke Mehrtens
3f0eed15a2
kernel: refresh patches for kernel 3.0-rc5
...
SVN-Revision: 27300
2011-06-28 20:25:39 +00:00
Hauke Mehrtens
2af4f6f634
kernel: update ssb and bcma to linux-next next-20110628
...
SVN-Revision: 27299
2011-06-28 19:33:50 +00:00
Hauke Mehrtens
c5821c1a3a
kernel: update kernel to 2.6.39.2
...
SVN-Revision: 27298
2011-06-28 19:30:58 +00:00
Hauke Mehrtens
4c392185a6
brcm47xx: update kernel to version 2.6.39
...
SVN-Revision: 27296
2011-06-27 21:29:20 +00:00
Hauke Mehrtens
ca979845cc
kernel: update ssb and bcma to linux-next next-20110627
...
SVN-Revision: 27295
2011-06-27 21:28:40 +00:00
Hauke Mehrtens
e439de144f
brcm47xx: fix Linux-3.0 and fix clock rate detection.
...
SVN-Revision: 27294
2011-06-27 20:20:11 +00:00
Hauke Mehrtens
47e218c426
brcm47xx: refresh patches
...
SVN-Revision: 27219
2011-06-18 15:53:14 +00:00
Hauke Mehrtens
79a7343560
kernel: update to kernel 2.6.38.8
...
SVN-Revision: 27218
2011-06-18 15:52:15 +00:00
Hauke Mehrtens
75f9e0c615
brcm47xx: add support for kernel 3.0
...
SVN-Revision: 27217
2011-06-18 15:24:44 +00:00
Hauke Mehrtens
bf64ac730a
bcm47xx: Remove kernel checks from image Makefile
...
2.4 isn't present anymore, so it will always be 2.6 (or newer). Since the
2.6 check will break with 3.0, remove it alltogether.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27185
2011-06-15 21:11:49 +00:00
Hauke Mehrtens
8137e35a5d
brcm47xx: initial 2.6.39 support for brcm47xx
...
Thank you Peter Wagner for the patch
SVN-Revision: 27008
2011-05-25 19:27:08 +00:00
Hauke Mehrtens
f5f989e3fb
brcm47xx: remove old kernel
...
SVN-Revision: 27006
2011-05-25 18:05:54 +00:00
Hauke Mehrtens
06166b01dd
brcm47xx: fix partition layout on SimpleShare devices.
...
The flash driver code should be cleaned up and the broad detection code should be placed into arch code and used here.
This fixes #9323
Thank you Will Holmes for the patch.
SVN-Revision: 27005
2011-05-25 17:46:34 +00:00
Hauke Mehrtens
732abc44cc
brcm47xx: update patches
...
SVN-Revision: 26846
2011-05-07 12:49:17 +00:00
Hauke Mehrtens
fcb1557a3e
brcm47xx: when detecting a ssb pci device without an own sprom write the sprom data from the platform device to the correct pointer.
...
SVN-Revision: 26829
2011-05-05 14:05:21 +00:00
Hauke Mehrtens
54fb8868fa
brcm47xx: fix typo in patch
...
SVN-Revision: 26828
2011-05-05 13:18:35 +00:00
Hauke Mehrtens
3dbb8c5088
brcm47xx: add fallback sprom for pci devices without an own sprom.
...
If there is no sprom on an ssb based pci device on the brcm47xx
architecture ssb now asks the architecture code to look into the nvram
to get some sprom data for this device. Now we are able to read out
pci/1/1/ foo or pci/1/3/ foo config options.
This will fix some problems where the wireless devices does not got an
mac address and the following message was show:
ssb: WARNING: Invalid SPROM CRC (corrupt SPROM)
SVN-Revision: 26801
2011-05-01 20:28:35 +00:00
Hauke Mehrtens
8b837430f3
brcm47xx: upgrade to kernel 2.6.27.6.
...
This should be save now.
SVN-Revision: 26533
2011-04-08 15:12:08 +00:00
Hauke Mehrtens
340c6914a3
brcm47xx: add initial support for kernel 2.6.38
...
SVN-Revision: 26524
2011-04-07 21:38:41 +00:00
Hauke Mehrtens
8d75dcb4b8
brcm47xx: remove kmod-usb-ohci from WGT634U packages.
...
This package creates some error messages on startup
Thank you russell-- for reporting
SVN-Revision: 26240
2011-03-19 23:19:08 +00:00
Imre Kaloz
a8d84ae94d
remove 2.6.34 support
...
SVN-Revision: 26229
2011-03-18 13:40:48 +00:00
Hauke Mehrtens
537c6017cc
brcm47xx: add workaround for fuse again.
...
This closes #4754
SVN-Revision: 26141
2011-03-13 19:25:24 +00:00
Hauke Mehrtens
a08bd03fad
ssb: update ssb to version from linux-next-20110311
...
SVN-Revision: 26127
2011-03-13 17:24:28 +00:00
Hauke Mehrtens
4226f1d373
kernel: update to kernel version 2.6.37.3
...
SVN-Revision: 26126
2011-03-13 17:14:08 +00:00
Hauke Mehrtens
425bf41b23
kernel: update to kernel version 2.6.34.8
...
SVN-Revision: 26125
2011-03-13 17:13:11 +00:00
Florian Fainelli
45c9f5e75e
update to kernel 2.6.36.4
...
SVN-Revision: 25580
2011-02-19 12:44:07 +00:00
Imre Kaloz
2821101c92
platform specific patches don't belong here - take #2
...
SVN-Revision: 25085
2011-01-24 12:11:25 +00:00
Imre Kaloz
7c9d132d10
platform specific patches don't belong here
...
SVN-Revision: 25083
2011-01-24 11:01:38 +00:00
Gabor Juhos
541bebf4ec
brcm47xx: add gpio_set_debounce function
...
SVN-Revision: 24968
2011-01-11 20:05:01 +00:00
Hauke Mehrtens
d6af00c555
brcm47xx: fix compile problem when serial is deactivated.
...
Thank you Andrey
SVN-Revision: 24885
2011-01-02 20:53:09 +00:00
Hauke Mehrtens
acb5e80846
kernel: add config option added in kernel 2.6.37-rc7 to generic and run make kernel_oldconfig for brcm47xx.
...
SVN-Revision: 24805
2010-12-22 19:44:54 +00:00
Hauke Mehrtens
4bee3672dd
brcm47xx: refresh patches with kernel 2.6.37-rc7
...
The deleted patches went upstream in 2.6.37-rc7
SVN-Revision: 24803
2010-12-22 19:42:37 +00:00
Hauke Mehrtens
93e09b14eb
brcm47xx: wgt634u mac address fix
...
The Netgear wgt634u uses minus between the hex digest of the mac
address and all other broadcom devices are using colons between the hex
digest. Now the mac address is correctly parsed also when minus is used.
SVN-Revision: 24749
2010-12-21 13:34:09 +00:00
Hauke Mehrtens
9daa5485ba
brcm47xx: add ssb debug option.
...
This fixes a problem with wrt350n.
It boots only if this config option is set, otherwise it reboots after "Switching to clocksource MIPS"
Thank you sn9 for fixing this problem.
SVN-Revision: 24626
2010-12-16 19:35:59 +00:00
Hauke Mehrtens
1da5dcbb7a
brcm47xx: add some missing pci ID for tg3 driver
...
Broadcom removed these pci id, but at least the wrt350n has a Ethernet
controller with a pci id of 14e4:1676
Thank you sn9 for fixing this problem.
SVN-Revision: 24625
2010-12-16 19:31:05 +00:00
Hauke Mehrtens
c58d8a369c
brcm47xx: this patch went upstream
...
SVN-Revision: 24624
2010-12-16 19:26:55 +00:00
Hauke Mehrtens
b8ab3d34eb
kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update kenrel 2.6.36.1 to 2.6.36.2
...
SVN-Revision: 24486
2010-12-11 16:07:21 +00:00
Hauke Mehrtens
2f7964de3e
brcm47xx: do not read from CFE
...
SVN-Revision: 24267
2010-12-05 19:20:26 +00:00
Hauke Mehrtens
852f7b37ed
brcm47xx: backport patch from kernel 2.6.37
...
Backport patches from r24162
brcm47xx: reorder patches like they were commitet upstream
SVN-Revision: 24266
2010-12-05 19:19:50 +00:00
Hauke Mehrtens
7b1ae48645
brcm47xx: use on common files dir
...
SVN-Revision: 24264
2010-12-05 18:34:58 +00:00
Hauke Mehrtens
41b3383499
brcm47xx: Add edimax PS1208mfg support
...
Thank you clemvangelis for the patches. (closes #7672 )
SVN-Revision: 24217
2010-12-02 21:27:54 +00:00
Hauke Mehrtens
af2349b4bc
brcm47xx: remove support for old kernel versions
...
SVN-Revision: 24168
2010-11-28 14:08:04 +00:00
Hauke Mehrtens
6f58cc20fc
brcm47xx: use kernel 2.6.36.1 as new default kernel for this target.
...
SVN-Revision: 24167
2010-11-28 14:05:31 +00:00
Hauke Mehrtens
fb27da9487
brcm47xx: reorder patches like they were commitet upstream
...
SVN-Revision: 24162
2010-11-27 22:47:11 +00:00
Alexandros C. Couloumbis
8f94a9a224
linux/brcm47xx: sync yhe BCM4710 fix with the upcoming upstream patch.
...
SVN-Revision: 24116
2010-11-23 16:41:34 +00:00
Alexandros C. Couloumbis
16dd69760f
linux/brcm47xx: add missing patch on r24112
...
SVN-Revision: 24113
2010-11-23 14:12:42 +00:00
Alexandros C. Couloumbis
40b5fad48d
linux/brcm47xx: Broadcom BCM4710 does not belong in the BMIPS4KC family.
...
SVN-Revision: 24112
2010-11-23 14:08:41 +00:00
Alexandros C. Couloumbis
26df9231fa
linux/brcm47xx: properly fix r24096
...
SVN-Revision: 24102
2010-11-22 18:16:55 +00:00
Alexandros C. Couloumbis
aab31771f8
linux/brcm47xx: mainline 2.6.37 602977b0d672687909b0cb0542ede134ed6ef858 commit broke CPU revision: 00024000, MIPS (cc 0x805, rev 0x00, vendor 0x4243) functionality. Revert that patch until we get a proper fix.
...
SVN-Revision: 24096
2010-11-22 17:17:15 +00:00