aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: build image for the TL-WR841N/ND v8Gabor Juhos2012-10-041-1/+2
| | | | SVN-Revision: 33623
* ar71xx: user-space support for TL-WR841N/ND v8Gabor Juhos2012-10-045-0/+20
| | | | SVN-Revision: 33622
* ar71xx: add support for the TL-WR841N/ND v8 boardGabor Juhos2012-10-043-0/+198
| | | | SVN-Revision: 33621
* bcma: do not initialize deactivated PCIe coresHauke Mehrtens2012-10-042-6/+32
| | | | | | | | | Before it was tried to initialize the deactivated PCIe core in client mode, but this causes the SoC to hang. Just do not initialize it at all and ignore the core it is not working and nothing is connected to it when the specific bit is set in the boardflags. SVN-Revision: 33620
* use memcmp in mem size detection as suggested by blogicHauke Mehrtens2012-10-041-7/+3
| | | | SVN-Revision: 33619
* fix typo in 05_set_ether_mac_rdc preinit script (#11166)Florian Fainelli2012-10-041-1/+1
| | | | SVN-Revision: 33618
* ramips: add image for ALL0256N-8MGabor Juhos2012-10-041-0/+1
| | | | | | | | | | | | The new version of the ALL0256N now got 8MB SPI NOR flash instead of 4MB. In order to expose the whole amount of flash, add another image which contains the corresponding GENERIC_8M mtdparts. [juhosg: change suffix from '8m' to '8M'] Patch by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33614
* add Default and Gumstix PXA profilesFlorian Fainelli2012-10-033-1/+47
| | | | | | Gumstix builds a fake flash image for usage in qemu SVN-Revision: 33609
* advertise jffs2 featureFlorian Fainelli2012-10-031-1/+1
| | | | SVN-Revision: 33607
* remove broken flagFlorian Fainelli2012-10-031-1/+1
| | | | SVN-Revision: 33606
* fix build with latest gpiolib changesFlorian Fainelli2012-10-033-36/+43
| | | | SVN-Revision: 33605
* more convertions to {read,write}_relaxed I/O accessorsFlorian Fainelli2012-10-033-7/+7
| | | | SVN-Revision: 33604
* cns3xxx: add missing kernel config symbolFelix Fietkau2012-09-301-0/+1
| | | | SVN-Revision: 33603
* refresh patchesHauke Mehrtens2012-09-301-2/+2
| | | | SVN-Revision: 33602
* bcma: use fallback sprom if sprom on card was not validHauke Mehrtens2012-09-301-0/+15
| | | | | | | | Sometimes the PCIe card indicates that it has a sprom somewhere and we are able to read the memory region, but it is empty and not valid. In these cases we should try to use the fallback sprom as a last chance. SVN-Revision: 33601
* bcma: initialize sprom earlierHauke Mehrtens2012-09-303-4/+222
| | | | | | | | | The chip common and the PCIe code are accessing the sprom struct which is not filled when these cores are initialized. Fix this by adding an early initialize and fill the sprom struct before accessing it in other code. SVN-Revision: 33600
* run make kernel_oldconfigHauke Mehrtens2012-09-301-0/+1
| | | | SVN-Revision: 33599
* ignore the last page on bcma based SoCsHauke Mehrtens2012-09-301-0/+33
| | | | SVN-Revision: 33598
* Fix reading sprom from nvram without a prefixHauke Mehrtens2012-09-305-2/+1189
| | | | | | | | | | The bcma based SoCs with a ieee80211 core on the SoC and an other connected via PCIe or USB store the sprom for the SoC with a sb/1/ prefix. The SoC with just one wifi core do not use prefixes. The BCM4706 do not use a prefix for the SoC part at all, because the prefix is the path to the ieee80211 core and there is non on the BCM4706. SVN-Revision: 33597
* improve the check for the memory sizeHauke Mehrtens2012-09-301-0/+42
| | | | | | This will hopefully fix bug #9360 and #9097 in trunk. SVN-Revision: 33596
* dont explicitly select wireless-tools. rely on the drivers that need them to ↵John Crispin2012-09-2810-10/+10
| | | | | | have the right dependency SVN-Revision: 33593
* add support for adm6996 phyJohn Crispin2012-09-281-0/+1
| | | | SVN-Revision: 33592
* tapi was not registeredproperly for most arcadyan boardsJohn Crispin2012-09-281-0/+8
| | | | SVN-Revision: 33591
* Add FIQ support for cns3xxxImre Kaloz2012-09-282-1/+430
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33581
* Update board support for Gateworks Laguna Product familyImre Kaloz2012-09-281-8/+162
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33580
* USB iso mode fixesImre Kaloz2012-09-281-129/+234
| | | | | | | | | Resolves an issue where isochronouse USB would cause the driver to hang as well as scheduling issues. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33579
* ar71xx: avoid possible NULL pointer dereference in ath79_init_{,local}_macGabor Juhos2012-09-271-2/+8
| | | | SVN-Revision: 33575
* generic: enable CONFIG_USB_EHCI_TT_NEWSCHEDGabor Juhos2012-09-271-1/+1
| | | | | | | | | | This feature was experimental in old kernels but that flag has been removed in 2.6.36. Additionally, the option is enabled by default since then. See: http://www.spinics.net/lists/linux-usb/msg31993.html SVN-Revision: 33574
* ramips: add memory detection code for RT5350Gabor Juhos2012-09-272-1/+44
| | | | SVN-Revision: 33571
* ramips: allow to use custom code for memory size detectionGabor Juhos2012-09-272-6/+13
| | | | SVN-Revision: 33570
* include sys/resource.h in arch/um/os-Linux/start_up.c (#12155)Florian Fainelli2012-09-271-0/+10
| | | | | | Required for recent (e)glibc systems SVN-Revision: 33569
* fix ncores for single-core systems.Imre Kaloz2012-09-271-0/+109
| | | | | | | | | For cns3xxx SCU_CONFIGURATION always shows multipe cores but SCU_CPU_STATUS shows which ones are active. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33566
* add i2c retriesImre Kaloz2012-09-271-0/+72
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33565
* fix pcie abort handlingImre Kaloz2012-09-271-0/+128
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33564
* remove kmod-spi-bitbangFlorian Fainelli2012-09-262-2/+2
| | | | | | This is no longer a dependency of kmod-spi-bcm63xx SVN-Revision: 33562
* generic: add upstream commit id to codel patches and refresh thoseGabor Juhos2012-09-268-34/+37
| | | | SVN-Revision: 33560
* backport the upstream entropy changes (#11951)Florian Fainelli2012-09-263-8/+1334
| | | | SVN-Revision: 33559
* get rid of the IRQF_SAMPLE_RANDOM flagFlorian Fainelli2012-09-264-6/+6
| | | | SVN-Revision: 33558
* add wmbus-repeater to the dLAN USB Extender profileFlorian Fainelli2012-09-251-1/+2
| | | | SVN-Revision: 33556
* enable multicast and advanced ip routers configsFlorian Fainelli2012-09-251-2/+0
| | | | SVN-Revision: 33555
* add kmod-usb-serial-ftdi to the dLAN USB Extender profileFlorian Fainelli2012-09-251-1/+1
| | | | SVN-Revision: 33554
* make uci-defaults switch detection work on rt5350John Crispin2012-09-251-1/+1
| | | | SVN-Revision: 33549
* add ethernet support for rt5350John Crispin2012-09-252-18/+106
| | | | SVN-Revision: 33548
* make ramips ethernet use a register mapping tableJohn Crispin2012-09-251-29/+79
| | | | SVN-Revision: 33547
* activate failsafe on all ports of the switch and not just port 0.Hauke Mehrtens2012-09-251-1/+1
| | | | | | | | | | | Sometimes the port 0 was the WAN port or there could be some device where the port 0 is not wired to an actual Ethernet port. Now telnet in failsafe will listen on all ports of the switch so user do not have to search for the correct port any more. This change will make the switch leak traffic between the WAN and the LAN port, but you should not use failsafe while connected to a untrusted network. SVN-Revision: 33544
* ar71xx: create 'fat' images for the DIR-825/TEW-673GRU boardsGabor Juhos2012-09-253-3/+198
| | | | | | | | | | | | | With these images, it is possible to use the 'unused' partition of the flash. The 'fat' images can be installed with the sysupgrade command. When a 'fat' image is installed from a regular one, the platform specific sysupgrade script copies the calibration data to the end of the flash. Likewise, when a regular image is installed from the 'fat' version the sysupgrade script copies the calibration data back to the original location. SVN-Revision: 33540
* ar71xx: automatically find WLAN calibration data on TEW-673GRUGabor Juhos2012-09-251-18/+46
| | | | SVN-Revision: 33539
* ar71xx: automatically find WLAN calibration data on DIR-825-B1Gabor Juhos2012-09-251-17/+44
| | | | SVN-Revision: 33538
* ar71xx: add missing backslash to uci-defaults/leds (closes #12240)Gabor Juhos2012-09-251-1/+1
| | | | SVN-Revision: 33537
* unbreak port mapping detectionJohn Crispin2012-09-251-0/+1
| | | | SVN-Revision: 33536