| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
|
|
| |
* add profile for BCM4705 based SoC using tg3 instead of b44
* remove redundant 105-Atheros.mk
* reorder
SVN-Revision: 33235
|
|
|
|
| |
SVN-Revision: 33210
|
|
|
|
|
|
|
| |
There are some ifdefs missing so when only ssb or only bcma was
selected in the kernel config it did not build.
SVN-Revision: 33209
|
|
|
|
| |
SVN-Revision: 33208
|
|
|
|
| |
SVN-Revision: 33004
|
|
|
|
| |
SVN-Revision: 33003
|
|
|
|
| |
SVN-Revision: 33001
|
|
|
|
| |
SVN-Revision: 33000
|
|
|
|
| |
SVN-Revision: 32992
|
|
|
|
|
|
|
|
| |
I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it.
This also contains 3 additional patches fixing some bugs in bcma.
SVN-Revision: 32880
|
|
|
|
| |
SVN-Revision: 32863
|
|
|
|
| |
SVN-Revision: 32862
|
|
|
|
| |
SVN-Revision: 32861
|
|
|
|
|
|
| |
be applied at first.
SVN-Revision: 32845
|
|
|
|
| |
SVN-Revision: 32670
|
|
|
|
| |
SVN-Revision: 32580
|
|
|
|
|
|
|
|
| |
that applies to all mips targets
The dcache bug that it works around is a generic issue, not a brcm47xx cache quirk
SVN-Revision: 32395
|
|
|
|
| |
SVN-Revision: 32055
|
|
|
|
| |
SVN-Revision: 31848
|
|
|
|
|
|
| |
detect nvram on Linksys E3200
SVN-Revision: 31790
|
|
|
|
| |
SVN-Revision: 31789
|
|
|
|
| |
SVN-Revision: 31788
|
|
|
|
| |
SVN-Revision: 31787
|
|
|
|
|
|
| |
master-2012-05-16-2
SVN-Revision: 31772
|
|
|
|
| |
SVN-Revision: 31771
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* CONFIG_ARCH_DMA_ADDR_T_64BIT
* CONFIG_ARCH_HAS_ILOG2_U32
* CONFIG_ARCH_HAS_ILOG2_U64
* CONFIG_ARCH_PHYS_ADDR_T_64BIT
* CONFIG_ARCH_SUPPORTS_MSI
* CONFIG_GENERIC_CPU_DEVICES
* CONFIG_HWMON_DEBUG_CHIP
* CONFIG_I2C_PXA_PCI
* CONFIG_LEDS_GPIO
* CONFIG_MINIX_FS_NATIVE_ENDIAN
* CONFIG_MLX4_CORE
* CONFIG_POWER_SUPPLY
* CONFIG_POWER_SUPPLY_DEBUG
* CONFIG_QUOTACTL
* CONFIG_SDIO_UART
* CONFIG_SENSORS_K10TEMP
* CONFIG_SENSORS_SCH56XX_COMMON
* CONFIG_SENSORS_VIA_CPUTEMP
* CONFIG_SERIO_AMBAKMI
* CONFIG_SERIO_I8042
* CONFIG_SERIO_LIBPS2
* CONFIG_SERIO_PCIPS2
* CONFIG_SERIO_RAW
* CONFIG_SERIO_SERPORT
* CONFIG_SPI_BITBANG
* CONFIG_SPI_GPIO
SVN-Revision: 31737
|
|
|
|
| |
SVN-Revision: 31709
|
|
|
|
| |
SVN-Revision: 31696
|
|
|
|
|
|
| |
Now tg3 works with the Ethernet core of the Linksys WRT610N v1 (again).
SVN-Revision: 31694
|
|
|
|
| |
SVN-Revision: 31645
|
|
|
|
|
|
| |
This fixes a compile error with kernel 3.3.
SVN-Revision: 31635
|
|
|
|
| |
SVN-Revision: 31599
|
|
|
|
| |
SVN-Revision: 31573
|
|
|
|
|
|
|
|
|
|
| |
The existing code (prior to the patch) does an "ioremap_nocache" on a
subset of a memory region that I think has already been mapped, and then
un-maps that smaller region when it is finished.
Thanks Nathan Hintz for the patch
SVN-Revision: 31481
|
|
|
|
|
|
|
|
| |
Noticed these while reviewing the code.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 31471
|
|
|
|
|
|
|
|
|
|
| |
Because of api change of nvram_getenv, the workaround failed to detect the hardware.
Based on patch by b.sander
Fixes #11268.
SVN-Revision: 31470
|
|
|
|
| |
SVN-Revision: 31459
|
|
|
|
|
|
| |
Thanks Gabor for spotting it.
SVN-Revision: 31337
|
|
|
|
| |
SVN-Revision: 31335
|
|
|
|
|
|
|
|
| |
SoCs.
bcma: use fallback sprom if no on chip sprom is available
SVN-Revision: 31285
|
|
|
|
| |
SVN-Revision: 31278
|
|
|
|
| |
SVN-Revision: 31276
|
|
|
|
| |
SVN-Revision: 31222
|
|
|
|
|
|
| |
Also remove a duplicate patch from lantiq (already in generic).
SVN-Revision: 31158
|
|
|
|
| |
SVN-Revision: 31143
|
|
|
|
|
|
| |
statements
SVN-Revision: 31142
|
|
|
|
| |
SVN-Revision: 31126
|
|
|
|
|
|
|
|
| |
Eliminate unneeded procedure by incorporating code into bcma_device_name
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 31120
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 31093
|