| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
SVN-Revision: 29756
|
|
|
|
| |
SVN-Revision: 29755
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 29725
|
|
|
|
| |
SVN-Revision: 29605
|
|
|
|
|
|
| |
brcm4716 is supported by bcma now we do not need this patch
SVN-Revision: 29576
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 29574
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 29469
|
|
|
|
| |
SVN-Revision: 29264
|
|
|
|
| |
SVN-Revision: 28585
|
|
|
|
| |
SVN-Revision: 28584
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
empty files by default
SVN-Revision: 28125
|
|
|
|
| |
SVN-Revision: 28043
|
|
|
|
| |
SVN-Revision: 28024
|
|
|
|
|
|
|
| |
This closes #9906
Thank you for the report Kim
SVN-Revision: 27967
|
|
|
|
| |
SVN-Revision: 27918
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
* this adds sflash support for ssb devices
* the flash is now a platform device
* minor updates
SVN-Revision: 27902
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 27724
|
|
|
|
|
|
|
| |
* add new patches for bcm4716 SoC
* add support for serial flash on bcma bus
SVN-Revision: 27723
|
|
|
|
|
|
| |
Thank you Peter Wagner for the patch
SVN-Revision: 27722
|
|
|
|
| |
SVN-Revision: 27316
|
|
|
|
|
|
| |
The image will not boot because serial flash support is missing this is only for experts.
SVN-Revision: 27302
|
|
|
|
|
|
| |
Ethernet and wifi are not working and this is highly experimental.
SVN-Revision: 27301
|
|
|
|
| |
SVN-Revision: 27300
|
|
|
|
| |
SVN-Revision: 27299
|
|
|
|
| |
SVN-Revision: 27298
|
|
|
|
| |
SVN-Revision: 27296
|
|
|
|
| |
SVN-Revision: 27295
|
|
|
|
| |
SVN-Revision: 27294
|
|
|
|
| |
SVN-Revision: 27219
|
|
|
|
| |
SVN-Revision: 27218
|
|
|
|
| |
SVN-Revision: 27217
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Thank you Peter Wagner for the patch
SVN-Revision: 27008
|
|
|
|
| |
SVN-Revision: 27006
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 26846
|
|
|
|
|
|
| |
sprom data from the platform device to the correct pointer.
SVN-Revision: 26829
|
|
|
|
| |
SVN-Revision: 26828
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This should be save now.
SVN-Revision: 26533
|
|
|
|
| |
SVN-Revision: 26524
|
|
|
|
|
|
|
|
| |
This package creates some error messages on startup
Thank you russell-- for reporting
SVN-Revision: 26240
|
|
|
|
| |
SVN-Revision: 26229
|