Gabor Juhos
6e01507c1f
[kernel] upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11184 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 20:12:54 +00:00
Peter Denison
3bf5361998
[generic-2.6] Remove files now present upstream in files-2.6.25
...
(This is mostly just drivers/ssb and include/linux/ssb)
[brcm47xx] Regenerate patches against 2.6.25.1 kernel+files set
Default is still to build against 2.6.23.16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-16 19:25:20 +00:00
Nicolas Thill
60ef52b3f1
enable proper PCI & USB support detection at config-time by disabling CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-09 17:08:51 +00:00
Gabor Juhos
7e38adf97f
[brcm47xx] fix GENERIC_GPIO support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11004 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-02 07:24:24 +00:00
Andy Boyett
70a4e4091c
[brcm47xx] Disable CONFIG_CONNECTOR in config-2.6.23
...
- Unused, disabling precludes Kconfig prompt for CONFIG_W1_CON
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-01 16:07:29 +00:00
Nicolas Thill
f9967ea05f
properly disable CONFIG_CRYPTO_HW
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10952 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-27 12:31:50 +00:00
Peter Denison
e492f13bb7
First step to upgrade of brcm47xx to kernel version 2.6.25
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10939 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-25 20:49:40 +00:00
Andy Boyett
84ccdbbeb9
Fix b44 phyaddr by applying the PHY-address mask. Closes #3712
...
- Adapted from patch by Michael Buesch on the linux-netdev mailing list.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-23 04:27:04 +00:00
Michael Büsch
ab0e4b6ce3
linux-2.6: Add a driver to run an MMC or SD card over a GPIO based SPI interface.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10637 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-21 16:52:27 +00:00
Michael Büsch
aa4d381c08
bcm47xx: Fix warning
...
arch/mips/bcm947xx/irq.c: In function 'pcibios_map_irq':
arch/mips/bcm947xx/irq.c:78: warning: passing argument 1 of 'pci_name' discards qualifiers from pointer target type
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10626 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-19 11:55:31 +00:00
Michael Büsch
bb53bf8d68
bcm47xx: Register a GPIODEV platform device to allow GPIO access via /dev/gpio
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10623 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-19 10:35:56 +00:00
Michael Büsch
45c39a1e6d
bcm47xx: Fix GPIO data direction output bit assignment
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-15 20:52:02 +00:00
Michael Büsch
629ca7b2e2
Update cleanups of ssb-gige
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-13 14:46:27 +00:00
Michael Büsch
dae8207a65
SSB-GigE: Fix IRQ routing. This makes the device work. Yay! :)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-28 11:34:36 +00:00
Michael Büsch
d1b25e6b6b
Fix the roboswitch code for the WRT350N
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10531 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-27 22:35:41 +00:00
Michael Büsch
3239fee4a6
More SSB GigE fixes.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10521 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-23 19:07:12 +00:00
Michael Büsch
1a3b1cecfc
bcm47xx: Add driver for the SSB Gigabit Ethernet core.
...
It doesn't work, yet, but let's commit what we have.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10509 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-20 17:56:24 +00:00
Michael Büsch
b7a471795e
ssb: Fix the horrible crash of innocent cardbus cards.
...
No Animals were harmed in the production of this patch.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 16:50:12 +00:00
Michael Büsch
378e11cb84
ssb: Make the GPIO API reentrancy safe.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10496 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 15:22:17 +00:00
Michael Büsch
e5a4fe334d
ssb: Update the GPIO API
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 13:52:57 +00:00
Michael Büsch
2d948e3fda
SSB: Update the watchdog fix to the patch version that will go upstream.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 11:58:20 +00:00
Michael Büsch
b6ae3402b9
ssb: Move the generic ssb fixes patch to the generic kernel.
...
This should fix SSB for people using a b43 card on a non-47xx machine.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10492 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 01:43:02 +00:00
Michael Büsch
19c742f16d
ssb: Workaround: Need subsys_initcall to be able to register a PCI bus.
...
This needs a different fix, but use this workaround for now.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 01:32:06 +00:00
Michael Büsch
a5c9687c1f
ssb: Update to latest upstream version of ssb.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 01:24:18 +00:00
Andy Boyett
77a459437e
Patch for extif watchdog support. Thanks b.sander. Closes #2363 #2814 and #3141
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10489 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 00:26:12 +00:00
Michael Büsch
ae89ef9107
ssb: Fix serial console on new 47xx devices.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-18 20:41:17 +00:00
Michael Büsch
ceae1c70e3
bcm47xx: We can use the ssb-invariants callback now,
...
as was changed to be called late enough.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10476 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-17 13:06:45 +00:00
Michael Büsch
d219e0da96
bcm47xx: Remove FIXME
...
We don't want to move the board time init into SSB. It's just fine as-is. Remove the FIXME.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-17 11:59:28 +00:00
Michael Büsch
91c470b382
bcm47xx: Extract all available information from NVRAM into the sprom data structure.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10473 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-16 23:35:31 +00:00
Michael Büsch
fa657fadc0
Fix support for PCI devices behind a SSB->PCI bridge.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-16 17:09:50 +00:00
Imre Kaloz
884aca7088
upgrade & standardize kernel versions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-11 10:50:40 +00:00
Felix Fietkau
069c77c092
add brcm47xx patch by crazy_imp to fix a patch chunk for drivers/Makefile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-27 14:49:55 +00:00
Florian Fainelli
d249fa0b42
Enable SSB ohci driver ( #2828 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-10 10:14:53 +00:00
Florian Fainelli
d663a1f145
Add bcm5354 patches from #2757
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9685 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-09 16:11:52 +00:00
Felix Fietkau
85140f491a
fix wl-700gE ide init (patch by biblbroks, fixes #2686 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:11:30 +00:00
Felix Fietkau
9b67727b45
add lzma compressed initramfs for bcm947xx
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9559 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:11:27 +00:00
Florian Fainelli
87ed4d7185
Add bcm5354 fixes from #2611
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9547 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-13 07:38:39 +00:00
Felix Fietkau
d5345b5f7a
add b43 fixes from #2677
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9535 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-11 11:44:59 +00:00
Florian Fainelli
d0b5834db8
We are now at .23.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23 08:13:12 +00:00
Felix Fietkau
32b8dd5541
fix i2c-gpio
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 05:04:23 +00:00
Felix Fietkau
939d828c8f
sync ssb with upstream
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 02:47:36 +00:00
Felix Fietkau
d8667f49ce
Finally fix the annoying BCM4704 segfault issues ( #2035 ) - tested with WL-500gP
...
Thanks to jhansen and Wolfram Joost for the fixes and to ryd for the test hardware.
Seems like the user space segfaults actually came from this patch: http://lkml.org/lkml/2006/12/12/158
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 10:02:27 +00:00
Felix Fietkau
0634c9c679
add patches for 2.6.23 on brcm47xx (not enabled yet)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 02:04:37 +00:00
Nicolas Thill
edfea6d60d
move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 15:12:12 +00:00
Nicolas Thill
effa8fa4fd
add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ( closes : #2297 , thanks to aorlinsk), sync 2.4 / 2.6 kconfigs.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22 18:37:24 +00:00
Felix Fietkau
dab23ede10
clean up jffs2 config options
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-19 20:58:16 +00:00
Felix Fietkau
6665a2c1dc
adapt profiles for subtarget changes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-08 20:04:43 +00:00
Felix Fietkau
6bcd07afdd
major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-08 19:55:42 +00:00
Felix Fietkau
06f0f49199
remove some obsolete files
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 16:40:36 +00:00
Felix Fietkau
92558d67a4
strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 16:27:37 +00:00