summaryrefslogtreecommitdiff
path: root/target/linux
AgeCommit message (Collapse)Author
2012-03-18generic: ar8216: add hw_init field to ar8xxx_chipjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18generic: ar8216: add a separate structure for chip specific stuffjuhosg
Also add a hw_init function into that. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30997 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18generic: ar8216: rename chip field of struct ar8216juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18generic: ar8216: move ar8216_id_chip functionjuhosg
Also remove the inline annotation. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30995 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18generic: ar8216: rename ar8216_ops to ar8216_sw_opsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18[x86] alix2: add require crypto kmods (#10410)jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18cns21xx: build uImage for the NS-K330juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30974 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18cns21xx: remove 2.6.3x supportjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30973 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18cns21xx: switch to 3.2.9juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30972 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18cns21xx: add support for 3.2juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30971 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-17Enable keyboard for x86ryd
This is required for qemu like descripted in here http://wiki.openwrt.org/doc/howto/qemu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30966 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-17kernel: improve profiling support, keep static symbols when profiling is enablednbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30964 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-17[uml] remove support for old kernelsflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30963 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-17[uml] switch to 3.2florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30962 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-17[uml] add support for 3.2florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-17[kernel/3.2] add some more missing symbolsflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-16ar71xx: add profile and generate image for the JA76PF2 boardjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-16ar71xx: add support for the jjPlus JA76PF2 boardjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-16ar71xx: change LED name prefix on the jjplus boardsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-16mpc52xx: switch to 3.2.9juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-16kernel: optimize out remaining netfilter hooks in the bridging code if ↵nbd
bridge filtering is disabled git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-15swconfig: use a mutex instead of a spinlock, many swconfig calls sleepnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30952 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-15ar8216: fix a MTU related regressionnbd
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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30951 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-15ar71xx: move micrel PHY driver to the generic linux targetjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30946 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-15linux/3.3: build mdio_register_board_info into the kernel if PHYLIB is selectedjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30945 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-15linux/3.2: build mdio_register_board_info into the kernel if PHYLIB is selectedjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30944 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-14brcm47xx: add support for NAND flash on devices using bcmahauke
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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30943 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-14brcm47xx: move and rename the patcheshauke
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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30942 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-14lantiq: load dwc_otg earlyjogo
Needed for using external rootfs on usb sticks. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30940 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13generic: ar8216: merge multiple if statements in ar8216_hw_applyjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30928 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13ar71xx: ag71xx: fix ARP frame reception on AR934x switch portsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30926 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13ar71xx: ag71xx: start aneg on switch PHYs after resetjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13ar71xx: ag71xx: poll PHY status of all available switch portsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30924 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13ar71xx: ag71xx: allow to use port 5 of the AR934x built-in switchjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30923 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13ar71xx: reset the switch on AR934x before ethernet device registrationjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13ar71xx: fix a typo in ar71xx_regs.hjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30921 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13[brcm63xx] remove udc patch since it is unusedflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30920 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13kernel: bypass all netfilter hooks if the sysctls for that functionality ↵nbd
have been disabled - eliminates the overhead of enabling CONFIG_BRIDGE_NETFILTER in the kernel config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12ar71xx: use a dummy callback for interfaces with fixed speedjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30913 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12ar71xx: merge ar934x_bo_ddr_flush patchjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30912 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12ar71xx: enable UART function for early_printk/consolejuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30909 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12linux/3.3: refresh patches against 3.3-rc7juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30908 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12ramips: rt305x: add profile for the AZtech HW-5503G boardjuhosg
Patch from #11085. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30907 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12linux/3.3: allow to set platform_data for phy devicesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12linux/3.2: allow to set platform_data for phy devicesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30905 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12linux/3.3: add missing config symboljuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12ar71xx: remove a 3.3 patch, it is already in 3.3-rc7juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30903 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12ar71xx: fix Compex WPE72 detectionjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30902 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12ramips: add RT3350 detectionjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30900 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12[generic] expose CONFIG_NETFILTER_NETLINK for external kmodsjow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30894 3c298f89-4303-0410-b956-a3cf2f4a3e73