aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* [s3c24xx] gta02_wm8753: Use snd_soc_add_controls to add machine specificLars-Peter Clausen2009-06-281-8/+6
| | | | | | | controls. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] Fix wm8753 register cache.Lars-Peter Clausen2009-06-281-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] Cleanup sound patch.Lars-Peter Clausen2009-06-283-142/+70
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] Fix freerunner gsm modem pm.Lars-Peter Clausen2009-06-282-8/+91
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] shared DMA zone is twice smaller on 6338Florian Fainelli2009-06-281-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] turn on size optimization for bcm63xxFlorian Fainelli2009-06-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16607 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] turn off the Algorithmics FPU emulator by default now that we have ↵Florian Fainelli2009-06-284-0/+652
| | | | | | software floating point enabled in the toolchain, please recompile your toolchains and kernels git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] off-by-one gpio numbers for bcm6338Florian Fainelli2009-06-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] bcm6338 can support PCI since it has MPIFlorian Fainelli2009-06-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more fixes for bcm6338, no need not to prevent reads from MPI ↵Florian Fainelli2009-06-273-11/+20
| | | | | | registers now that we have it defined correctly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] use enum for the machine typeGabor Juhos2009-06-273-31/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix the flash address comment and register the flash device again ↵Florian Fainelli2009-06-271-3/+7
| | | | | | with its proper physical address on 6338/6345 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix a stupid typo preventing the board from being detectedFlorian Fainelli2009-06-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] prevent bcm6338 and bcm6345 from crashing very earlyFlorian Fainelli2009-06-271-3/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add AR913x specific GPIO function bit definitionsGabor Juhos2009-06-272-9/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] only register fallback sprom and enable PCI if we actually have ↵Florian Fainelli2009-06-271-2/+4
| | | | | | support for PCI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] do not bloat the kernel with experimental bcm6345 for nowFlorian Fainelli2009-06-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more missing register definitions for bcm6338Florian Fainelli2009-06-272-9/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more bcm6338 and bcm6345 related fixesFlorian Fainelli2009-06-264-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] define bcm6338 SDRAM base register and make sure that the right ↵Florian Fainelli2009-06-262-2/+7
| | | | | | CPU id will be used to detect a bcm6338 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] generate images for the bcm6338wFlorian Fainelli2009-06-261-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add board definitions for the bcm6338wFlorian Fainelli2009-06-261-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] don't use the CRC header in the kernel partition on the WP543 ↵Gabor Juhos2009-06-251-1/+1
| | | | | | board, so the kernel can be flashed directly from OpenWrt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] show SoC parameters in /proc/cpuinfoGabor Juhos2009-06-251-7/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] build firmware image for the 5GXi boardGabor Juhos2009-06-251-1/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne ↵Gabor Juhos2009-06-2511-3/+120
| | | | | | for the board) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [coldfire] generate an uImage binary for nowImre Kaloz2009-06-231-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16549 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [coldfire] use the proper serial device, change memory layoutImre Kaloz2009-06-231-15/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use broken-out patches for the coldfire to make it easier to follow ↵Imre Kaloz2009-06-2388-51065/+66817
| | | | | | differences against the bsp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16547 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] nuke obsolete kernel include dirGabor Juhos2009-06-2319-1628/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.28 and 2.6.30 support is enough on ixp4xxImre Kaloz2009-06-2379-14259/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we don't support 2.6.26 for a long time nowImre Kaloz2009-06-2347-8775/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* coldfire compile error fixImre Kaloz2009-06-231-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary coldfire v4e supportImre Kaloz2009-06-215-0/+51218
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh 2.6.25 patchesImre Kaloz2009-06-212-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16537 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [amazon] Add ADM6996 switch driverHauke Mehrtens2009-06-205-13/+7
| | | | | | | | This fixes #5314 Thanks to Michael Richter git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] update zImage locationAndy Boyett2009-06-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] ensure ledtrig-netdev will compile even if ↵Florian Fainelli2009-06-191-1/+4
| | | | | | CONFIG_COMPAT_NET_DEV_OPS is unset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] now that we support multiple libc, include the gcc version, libc type ↵Florian Fainelli2009-06-181-1/+1
| | | | | | and libc version in the SDK filename git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] do not copy all the staging_dir/ directories, only the right toolchain ↵Florian Fainelli2009-06-181-1/+1
| | | | | | and target directories git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add imagetag support for BT Voyager 2500V, patch from Daniel ↵Florian Fainelli2009-06-182-2/+2
| | | | | | Dickinson (#5364) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] generate experimental images for bcm6338 boards, thanks to Daniel ↵Florian Fainelli2009-06-171-0/+7
| | | | | | Dickinson git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing initramfs symbols to the generic 2.6.30 configImre Kaloz2009-06-172-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] use 2.6.27.5Florian Fainelli2009-06-173-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] backport some mainline fixes, refresh mtd driverFlorian Fainelli2009-06-162-6/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [octeon] add nb5 specific fixups (#5355)Florian Fainelli2009-06-161-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up the second minipci slot in the wndap330, tooImre Kaloz2009-06-151-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16480 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the same i/o schedulers for all targetsImre Kaloz2009-06-155-17/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a temporary patch to make the wndap330's ethernet workImre Kaloz2009-06-151-0/+62
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh patchesImre Kaloz2009-06-152-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16477 3c298f89-4303-0410-b956-a3cf2f4a3e73