aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* don't force kmod-natsemi and kmod-ne2k-pci in all profiles, included in ↵Andy Boyett2009-07-021-1/+0
| | | | | | default profile since r13988 SVN-Revision: 16655
* remove legacy 2.4-specific behavior, fixes IB on brcm-2.4Andy Boyett2009-07-021-4/+0
| | | | SVN-Revision: 16654
* fix profile package selection, packages from last parsed profile were ↵Andy Boyett2009-07-021-2/+2
| | | | | | accidentally installed SVN-Revision: 16653
* rename Pcengines profile to Wrap, PCEngines also makes the ALIX seriesAndy Boyett2009-07-021-4/+4
| | | | SVN-Revision: 16651
* add the infrastructure to use a MPI/GPIO connected VoIP DSPFlorian Fainelli2009-07-015-1/+97
| | | | SVN-Revision: 16650
* fix ar71xx_device_{start,stop} functions on the AR7240 SoCGabor Juhos2009-07-012-0/+16
| | | | SVN-Revision: 16648
* initialize GPIO for the AR7240 SoCGabor Juhos2009-07-012-0/+6
| | | | SVN-Revision: 16647
* initialize IRQs for the AR7240 SoCGabor Juhos2009-07-011-0/+1
| | | | SVN-Revision: 16646
* add AR7240 specific frequency detectionGabor Juhos2009-07-012-0/+39
| | | | SVN-Revision: 16645
* add AR7240 specific definitionsGabor Juhos2009-07-012-36/+67
| | | | SVN-Revision: 16644
* fix a typo in ath9k_platform.hGabor Juhos2009-07-011-1/+1
| | | | SVN-Revision: 16643
* fixes for the bcm6338 clocks, thanks MaximeFlorian Fainelli2009-07-011-2/+6
| | | | SVN-Revision: 16640
* prevent ar6000 from being deactivated in a inappropriate wayMirko Vogt2009-06-301-0/+36
| | | | SVN-Revision: 16639
* Enable s3c mmc driver.Lars-Peter Clausen2009-06-301-1/+1
| | | | SVN-Revision: 16638
* a couple of more fixes to get 6345 booting up to the console handoverFlorian Fainelli2009-06-303-2/+16
| | | | SVN-Revision: 16636
* Let jbt6k74 depend on LCD_CLASS_DEVICE. Enable LCD_CLASS_DEVICE.Lars-Peter Clausen2009-06-302-2/+7
| | | | SVN-Revision: 16635
* ar8216: fix transmission of large frames by setting the switch mtuFelix Fietkau2009-06-292-0/+7
| | | | SVN-Revision: 16629
* pppoe: add extra padding for the header (useful for drivers that need headroom)Felix Fietkau2009-06-293-0/+60
| | | | SVN-Revision: 16628
* increase NR_IRQSGabor Juhos2009-06-292-5/+5
| | | | SVN-Revision: 16623
* fix PCI_CORE irq numberGabor Juhos2009-06-291-1/+1
| | | | SVN-Revision: 16622
* Oops. forgot the header for the last commit.Lars-Peter Clausen2009-06-291-1/+1
| | | | SVN-Revision: 16617
* jbt6k74: * Register a lcd device. * Add callbacks to allow the graphics chip ↵Lars-Peter Clausen2009-06-291-120/+149
| | | | | | to disable the pixel clock. * Delay blanking to avoid white flash. SVN-Revision: 16616
* gta02_wm8753: Use snd_soc_add_controls to add machine specific controls.Lars-Peter Clausen2009-06-281-8/+6
| | | | SVN-Revision: 16613
* Fix wm8753 register cache.Lars-Peter Clausen2009-06-281-0/+26
| | | | SVN-Revision: 16612
* Cleanup sound patch.Lars-Peter Clausen2009-06-283-142/+70
| | | | SVN-Revision: 16611
* Fix freerunner gsm modem pm.Lars-Peter Clausen2009-06-282-8/+91
| | | | SVN-Revision: 16609
* shared DMA zone is twice smaller on 6338Florian Fainelli2009-06-281-1/+4
| | | | SVN-Revision: 16608
* turn on size optimization for bcm63xxFlorian Fainelli2009-06-281-0/+1
| | | | SVN-Revision: 16607
* turn off the Algorithmics FPU emulator by default now that we have software ↵Florian Fainelli2009-06-284-0/+652
| | | | | | floating point enabled in the toolchain, please recompile your toolchains and kernels SVN-Revision: 16605
* off-by-one gpio numbers for bcm6338Florian Fainelli2009-06-281-1/+1
| | | | SVN-Revision: 16597
* bcm6338 can support PCI since it has MPIFlorian Fainelli2009-06-271-0/+1
| | | | SVN-Revision: 16592
* more fixes for bcm6338, no need not to prevent reads from MPI registers now ↵Florian Fainelli2009-06-273-11/+20
| | | | | | that we have it defined correctly SVN-Revision: 16589
* use enum for the machine typeGabor Juhos2009-06-273-31/+33
| | | | SVN-Revision: 16588
* fix the flash address comment and register the flash device again with its ↵Florian Fainelli2009-06-271-3/+7
| | | | | | proper physical address on 6338/6345 SVN-Revision: 16587
* fix a stupid typo preventing the board from being detectedFlorian Fainelli2009-06-271-1/+1
| | | | SVN-Revision: 16586
* prevent bcm6338 and bcm6345 from crashing very earlyFlorian Fainelli2009-06-271-3/+9
| | | | SVN-Revision: 16585
* add AR913x specific GPIO function bit definitionsGabor Juhos2009-06-272-9/+21
| | | | SVN-Revision: 16583
* only register fallback sprom and enable PCI if we actually have support for PCIFlorian Fainelli2009-06-271-2/+4
| | | | SVN-Revision: 16581
* do not bloat the kernel with experimental bcm6345 for nowFlorian Fainelli2009-06-271-1/+1
| | | | SVN-Revision: 16580
* more missing register definitions for bcm6338Florian Fainelli2009-06-272-9/+52
| | | | SVN-Revision: 16579
* more bcm6338 and bcm6345 related fixesFlorian Fainelli2009-06-264-1/+9
| | | | SVN-Revision: 16568
* define bcm6338 SDRAM base register and make sure that the right CPU id will ↵Florian Fainelli2009-06-262-2/+7
| | | | | | be used to detect a bcm6338 SVN-Revision: 16567
* generate images for the bcm6338wFlorian Fainelli2009-06-261-0/+4
| | | | SVN-Revision: 16566
* add board definitions for the bcm6338wFlorian Fainelli2009-06-261-0/+8
| | | | SVN-Revision: 16565
* don't use the CRC header in the kernel partition on the WP543 board, so the ↵Gabor Juhos2009-06-251-1/+1
| | | | | | kernel can be flashed directly from OpenWrt SVN-Revision: 16560
* show SoC parameters in /proc/cpuinfoGabor Juhos2009-06-251-7/+13
| | | | SVN-Revision: 16559
* build firmware image for the 5GXi boardGabor Juhos2009-06-251-1/+40
| | | | SVN-Revision: 16558
* add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board)Gabor Juhos2009-06-2511-3/+120
| | | | SVN-Revision: 16555
* generate an uImage binary for nowImre Kaloz2009-06-231-0/+5
| | | | SVN-Revision: 16549
* use the proper serial device, change memory layoutImre Kaloz2009-06-231-15/+9
| | | | SVN-Revision: 16548