summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* mpc52xx: switch to 3.2.9Gabor Juhos2012-03-162-74/+99
| | | | SVN-Revision: 30955
* kernel: optimize out remaining netfilter hooks in the bridging code if ↵Felix Fietkau2012-03-162-39/+131
| | | | | | bridge filtering is disabled SVN-Revision: 30954
* swconfig: use a mutex instead of a spinlock, many swconfig calls sleepFelix Fietkau2012-03-152-6/+6
| | | | SVN-Revision: 30952
* ar8216: fix a MTU related regressionFelix Fietkau2012-03-151-19/+29
| | | | | | | | Switch reset on AR8316 appears to clobber the MTU configuration register and possibly other global config registers. Move global configuration register init writes back to the reset callback. SVN-Revision: 30951
* ar71xx: move micrel PHY driver to the generic linux targetGabor Juhos2012-03-153-4/+4
| | | | SVN-Revision: 30946
* linux/3.3: build mdio_register_board_info into the kernel if PHYLIB is selectedGabor Juhos2012-03-158-68/+144
| | | | SVN-Revision: 30945
* linux/3.2: build mdio_register_board_info into the kernel if PHYLIB is selectedGabor Juhos2012-03-158-68/+144
| | | | SVN-Revision: 30944
* brcm47xx: add support for NAND flash on devices using bcmaHauke Mehrtens2012-03-1414-28/+1171
| | | | | | | | This patch add support for the NAND flash on BCM5357 based devices like the WNR3500Lv2. Thank you Tathagata Das <tathagata@alumnux.com> for the patch SVN-Revision: 30943
* brcm47xx: move and rename the patchesHauke Mehrtens2012-03-1428-0/+0
| | | | | | | | The patches are now grouped by the part what they are doing and are using three digest numbers. This does not remove or adds anything SVN-Revision: 30942
* lantiq: load dwc_otg earlyJonas Gorski2012-03-141-1/+1
| | | | | | | | Needed for using external rootfs on usb sticks. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 30940
* generic: ar8216: merge multiple if statements in ar8216_hw_applyGabor Juhos2012-03-131-10/+4
| | | | SVN-Revision: 30928
* imagebuilder: fix parallel building (closes #11117)Gabor Juhos2012-03-131-1/+4
| | | | SVN-Revision: 30927
* ar71xx: ag71xx: fix ARP frame reception on AR934x switch portsGabor Juhos2012-03-131-11/+35
| | | | SVN-Revision: 30926
* ar71xx: ag71xx: start aneg on switch PHYs after resetGabor Juhos2012-03-131-0/+10
| | | | SVN-Revision: 30925
* ar71xx: ag71xx: poll PHY status of all available switch portsGabor Juhos2012-03-131-1/+2
| | | | SVN-Revision: 30924
* ar71xx: ag71xx: allow to use port 5 of the AR934x built-in switchGabor Juhos2012-03-131-2/+6
| | | | SVN-Revision: 30923
* ar71xx: reset the switch on AR934x before ethernet device registrationGabor Juhos2012-03-131-0/+4
| | | | SVN-Revision: 30922
* ar71xx: fix a typo in ar71xx_regs.hGabor Juhos2012-03-132-0/+22
| | | | SVN-Revision: 30921
* remove udc patch since it is unusedFlorian Fainelli2012-03-1389-953/+209
| | | | SVN-Revision: 30920
* kernel: bypass all netfilter hooks if the sysctls for that functionality ↵Felix Fietkau2012-03-132-0/+152
| | | | | | have been disabled - eliminates the overhead of enabling CONFIG_BRIDGE_NETFILTER in the kernel config SVN-Revision: 30917
* ar71xx: use a dummy callback for interfaces with fixed speedGabor Juhos2012-03-121-28/+7
| | | | SVN-Revision: 30913
* ar71xx: merge ar934x_bo_ddr_flush patchGabor Juhos2012-03-123-110/+5
| | | | SVN-Revision: 30912
* ar71xx: enable UART function for early_printk/consoleGabor Juhos2012-03-124-0/+158
| | | | SVN-Revision: 30909
* linux/3.3: refresh patches against 3.3-rc7Gabor Juhos2012-03-122-5/+5
| | | | SVN-Revision: 30908
* ramips: rt305x: add profile for the AZtech HW-5503G boardGabor Juhos2012-03-121-0/+19
| | | | | | Patch from #11085. SVN-Revision: 30907
* linux/3.3: allow to set platform_data for phy devicesGabor Juhos2012-03-121-0/+115
| | | | SVN-Revision: 30906
* linux/3.2: allow to set platform_data for phy devicesGabor Juhos2012-03-121-0/+115
| | | | SVN-Revision: 30905
* linux/3.3: add missing config symbolGabor Juhos2012-03-121-0/+1
| | | | SVN-Revision: 30904
* ar71xx: remove a 3.3 patch, it is already in 3.3-rc7Gabor Juhos2012-03-121-24/+0
| | | | SVN-Revision: 30903
* ar71xx: fix Compex WPE72 detectionGabor Juhos2012-03-124-8/+14
| | | | SVN-Revision: 30902
* ramips: add RT3350 detectionGabor Juhos2012-03-123-0/+12
| | | | SVN-Revision: 30900
* expose CONFIG_NETFILTER_NETLINK for external kmodsJo-Philipp Wich2012-03-124-0/+44
| | | | SVN-Revision: 30894
* ramips: rt305x: rewrite SoC detectionGabor Juhos2012-03-113-5/+60
| | | | SVN-Revision: 30890
* ramips: rt305x: rename SYSTEM_CONFIG_* defines to RT305X_SYSCFG_*Gabor Juhos2012-03-113-14/+14
| | | | SVN-Revision: 30889
* ramips: replace RALINK_SOC_* macros with global variablesGabor Juhos2012-03-1110-64/+30
| | | | SVN-Revision: 30888
* ramips: introduce ramips_soc_prom_init and move SoC detection into thatGabor Juhos2012-03-1111-21/+18
| | | | SVN-Revision: 30887
* generic: ar8216: use usleep_range in ar8216_mii_{read,write}Gabor Juhos2012-03-111-2/+2
| | | | | | msleep(1) can sleep for up to 20ms. SVN-Revision: 30885
* generic: ar8216: add a helper function for writing PHY debug registersGabor Juhos2012-03-111-6/+15
| | | | SVN-Revision: 30884
* generic: ar8216: add lockep assertion to ar8216_rmwGabor Juhos2012-03-111-0/+3
| | | | SVN-Revision: 30883
* ramips: build initramfs image for DIR-{3,6}00 boardsGabor Juhos2012-03-111-0/+4
| | | | SVN-Revision: 30882
* linux/3.3: show correct name for MIPS 24KEc in /proc/cpuinfoGabor Juhos2012-03-111-0/+17
| | | | SVN-Revision: 30881
* linux/3.2: show correct name for MIPS 24KEc in /proc/cpuinfoGabor Juhos2012-03-111-0/+17
| | | | SVN-Revision: 30880
* ramips: allow to use DSP ASE on RT3xxxGabor Juhos2012-03-112-2/+2
| | | | SVN-Revision: 30879
* ar71xx: stop image building if a loader is missingGabor Juhos2012-03-111-0/+3
| | | | SVN-Revision: 30877
* brcm47xx: make patch applyHauke Mehrtens2012-03-111-4/+4
| | | | SVN-Revision: 30876
* brcm47xx: BCMA - Find names of non BCM coresHauke Mehrtens2012-03-111-0/+114
| | | | | | Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 30875
* BCMA - Account for variable PCI memory base/sizeHauke Mehrtens2012-03-111-0/+14
| | | | | | Thank you Nathan Hintz for the patch SVN-Revision: 30874
* BCMA - Reorder SPROM fillHauke Mehrtens2012-03-113-2/+46
| | | | | | | | The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 30873
* generic: ar8216: coding style cleanupGabor Juhos2012-03-081-23/+24
| | | | SVN-Revision: 30857
* generic: ar8216: don't use static variable in ar8236_hw_initGabor Juhos2012-03-081-3/+2
| | | | SVN-Revision: 30856