Commit graph

5007 commits

Author SHA1 Message Date
Felix Fietkau
2cc215f121 ar71xx: reset the mdio bus on ar7241/ar7242
SVN-Revision: 20528
2010-03-28 00:35:44 +00:00
Gabor Juhos
8701291f0f ar71xx: add uci defaults to fix trx header on the WRT160NL boards
* patch by Otto Solares

SVN-Revision: 20526
2010-03-27 17:38:40 +00:00
Gabor Juhos
905f2d62f9 ar71xx: update image generation and trx header parsing for the WRT160NL
* patch by Bernhard Loos
 * note: trailing whitespaces has been removed

SVN-Revision: 20525
2010-03-27 17:38:36 +00:00
Jo-Philipp Wich
0cdaaa90fe Add OLPC kernel config (patch by Acinonyx)
SVN-Revision: 20517
2010-03-27 15:31:19 +00:00
Jo-Philipp Wich
b8df00afc6 Change default processor family to 486, refresh config (patch by Acinonyx)
SVN-Revision: 20516
2010-03-27 15:30:46 +00:00
Jo-Philipp Wich
80cc1b0d2e Remove support for older kernels (patch by Acinonyx)
SVN-Revision: 20515
2010-03-27 15:29:22 +00:00
Jo-Philipp Wich
817d27bcdc sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)
SVN-Revision: 20514
2010-03-27 15:28:17 +00:00
Gabor Juhos
b7ca043240 ar71xx: ag71xx: copy received packet to avoid unaligned access in the IP stack
SVN-Revision: 20506
2010-03-27 13:05:27 +00:00
Gabor Juhos
f9acf8ada1 ar71xx: ag71xx: introduce ag71xx_has_ar8216() helper
SVN-Revision: 20505
2010-03-27 13:05:24 +00:00
Gabor Juhos
200db5ebb5 ar71xx: ag71xx: reorganize ag71xx_rx_packet function
SVN-Revision: 20504
2010-03-27 13:05:20 +00:00
Gabor Juhos
245775a49f ar71xx: ag71xx: Add netpoll support
This patch adds support for polling interrupts, used by
netconsole and the likes.

Tested on d-link dir-615 C1 using netconsole.

Signed-off-by: Pat Erley <pat-lkml@erley.org>

SVN-Revision: 20503
2010-03-27 13:05:17 +00:00
Felix Fietkau
6ce1fd2301 ar71xx: add images for pb92 - no kernel size check yet, lzma images did not yet work in my tests
SVN-Revision: 20496
2010-03-26 22:36:02 +00:00
Felix Fietkau
0b6e32a7b0 ar71xx: add basic kernel support for pb92
SVN-Revision: 20495
2010-03-26 22:35:52 +00:00
Felix Fietkau
aa3ff31b95 ar71xx: add support for ar7241 and ar7242
SVN-Revision: 20494
2010-03-26 22:35:41 +00:00
Felix Fietkau
4e10c56551 ar71xx: fix pci link detection for ar724x
SVN-Revision: 20493
2010-03-26 22:35:27 +00:00
Hauke Mehrtens
0490c57e31 brcm47xx: remove support for older for kernel
SVN-Revision: 20492
2010-03-26 19:53:30 +00:00
Andy Boyett
681054333e wrt400n: lan ports don't need the ar8216 workaround
SVN-Revision: 20491
2010-03-26 19:09:11 +00:00
Mirko Vogt
633933f8bf adjust module loading sequence to change 20345, as snd-soc-core needs to get loaded before
SVN-Revision: 20490
2010-03-26 18:10:09 +00:00
Florian Fainelli
dfb4939f20 add missing linux/types.h header in netlink.h
SVN-Revision: 20488
2010-03-26 17:58:45 +00:00
Gabor Juhos
df747ce8e1 pxcab: remove 2.6.31 config
SVN-Revision: 20485
2010-03-26 17:08:55 +00:00
Gabor Juhos
63974d86e1 atheros: remove 2.6.31 related stuff
SVN-Revision: 20484
2010-03-26 17:08:53 +00:00
Florian Fainelli
3398c092a8 more cleaning
SVN-Revision: 20482
2010-03-26 16:07:24 +00:00
Florian Fainelli
c597c4d8bf remove empty subtargets directories
SVN-Revision: 20481
2010-03-26 15:42:48 +00:00
Florian Fainelli
8c377e7b78 remove now useless patches, thanks rtz
SVN-Revision: 20446
2010-03-26 12:59:56 +00:00
Gabor Juhos
2ef84970ea adm5120: nuke 2.6.30 stuff
SVN-Revision: 20445
2010-03-26 10:45:31 +00:00
Gabor Juhos
e66a368bd1 kernel: update to 2.6.32.10
SVN-Revision: 20444
2010-03-26 10:45:25 +00:00
Florian Fainelli
797967480c drop support for 2.6.30
SVN-Revision: 20442
2010-03-26 10:13:06 +00:00
Florian Fainelli
753c39cd5f drop support for 2.6.30
SVN-Revision: 20441
2010-03-26 10:13:03 +00:00
Florian Fainelli
e7066336cb drop support for 2.6.30
SVN-Revision: 20440
2010-03-26 10:12:58 +00:00
Florian Fainelli
5cbc43005c drop support for 2.6.30
SVN-Revision: 20439
2010-03-26 10:12:54 +00:00
Florian Fainelli
10d4e5b4b0 drop support for 2.6.30 kernel
SVN-Revision: 20438
2010-03-26 10:12:48 +00:00
Markus Wigge
d9a698e77c added support for wrt54g3gv2-vf and new trx header format
- hacked addpattern due to changes in header format
 - added "-5" to addpattern, some 0xFF are needed for trx2 header
   "-4" broke CRC checking in CFE
 - hacked trx.c due to new header format version
 - added target to create trx-V2 images

the flashmap driver possibly needs to be customized.

SVN-Revision: 20433
2010-03-25 19:34:49 +00:00
Florian Fainelli
61326faa60 fix the mac address setting on sitecom devices after r20294
SVN-Revision: 20427
2010-03-25 15:27:30 +00:00
Florian Fainelli
8805ead76c add missing CONFIG_CB1400_CORE symbol, spotted by buildbot
SVN-Revision: 20426
2010-03-25 15:27:08 +00:00
Florian Fainelli
928dfc550f add support for D4PW board, patch from mexit
SVN-Revision: 20420
2010-03-25 12:06:01 +00:00
John Crispin
ba49170710 fix for previous commit
SVN-Revision: 20419
2010-03-25 11:51:17 +00:00
John Crispin
0f1522cf59 implement gpiolib drivers for core gpio and ebu attached latches
SVN-Revision: 20418
2010-03-25 11:50:46 +00:00
Florian Fainelli
821bd49569 use profiles again intead of subtargets.
We have now a single kernel which autodetects the type of device we are running
on, so we can switch back to having profiles. Patch by Bernhard Loos.

SVN-Revision: 20416
2010-03-25 10:13:00 +00:00
Gabor Juhos
35bb7be34d ar71xx: Add basic WLAN LED control to TL-WR1043ND
* thanks to KillaB
  * closes #6834

SVN-Revision: 20415
2010-03-25 07:31:17 +00:00
Gabor Juhos
c72b656d8d ar71xx: create smaller initramfs images for the TP-Link boards
SVN-Revision: 20414
2010-03-25 07:31:13 +00:00
Florian Fainelli
9b86b9f0dd revert back to 2.6.32.9 for backfire
SVN-Revision: 20410
2010-03-24 23:33:54 +00:00
John Crispin
1f1ad83bc2 typo
SVN-Revision: 20403
2010-03-24 16:19:17 +00:00
John Crispin
ee9ed69f0f adds support for airties wav-281/arcor a800/arcaydian arv452
SVN-Revision: 20402
2010-03-24 15:55:23 +00:00
John Crispin
1e1936323b meta partition should not span brn-boot sector
SVN-Revision: 20401
2010-03-24 15:53:48 +00:00
John Crispin
a2155caf7b add phylib support to ethernet driver
SVN-Revision: 20400
2010-03-24 15:53:05 +00:00
Jo-Philipp Wich
c63fd559fc base-files: remove redundant "Press " when writing enter failsafe message
SVN-Revision: 20393
2010-03-23 22:57:16 +00:00
Alexandros C. Couloumbis
129d8a88f4 generic-2.6: fix r20386 (thanks nico), update missing symbols on config-2.6.32 too
SVN-Revision: 20388
2010-03-23 15:02:29 +00:00
Alexandros C. Couloumbis
c0ea2a6257 generic-2.6: config-2.6.33 add missing symbols, closes #6913 (thanks maddes)
SVN-Revision: 20386
2010-03-23 12:42:17 +00:00
Florian Fainelli
d3b3c421d7 also generate images for AG1A, thanks obinou
SVN-Revision: 20385
2010-03-23 09:09:48 +00:00
Lars-Peter Clausen
0ddd7f1082 sound jz4740_pcm: Set dma channel to NULL after it has been freed, because hw_free can be called multiple times aswell.
SVN-Revision: 20373
2010-03-22 18:57:50 +00:00