Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							49d7c57fd1 
							
						 
					 
					
						
						
							
							kernel: b53: fix vlan write for BCM5325 revison 3+  
						
						 
						
						... 
						
						
						
						These switches are integrated in some recent BCM53XX and BCM47XX SoCs
like the BCM53572.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37994 
						
					 
					
						2013-09-15 13:29:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							cde1d53625 
							
						 
					 
					
						
						
							
							kernel: b53: use hard coded switch reset gpio on some boards.  
						
						 
						
						... 
						
						
						
						The Linksys wrt310n v1 does not have a robo_reset config variable in
nvram, but GPIO Pin 8 is the pin needed for resetting the external
switch, Linksys hard coded it into their source code.
Thank you Devastator for testing.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37988 
						
					 
					
						2013-09-14 16:17:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							2da56b4ebc 
							
						 
					 
					
						
						
							
							kernel: b53: add soft reset for BCM539x switches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37987 
						
					 
					
						2013-09-14 16:14:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							ec5ee2f269 
							
						 
					 
					
						
						
							
							generic/3.10: remove unused defines from the rootfs split patch  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37981 
						
					 
					
						2013-09-14 10:19:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							ac28225e24 
							
						 
					 
					
						
						
							
							generic/3.10: reduce number of ifdefs in the rootfs split code  
						
						 
						
						... 
						
						
						
						Use the config_enabled() macro where it is possible.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37980 
						
					 
					
						2013-09-14 10:19:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							3a241f67a7 
							
						 
					 
					
						
						
							
							generic/3.10: refresh patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37975 
						
					 
					
						2013-09-13 17:29:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2d49e32715 
							
						 
					 
					
						
						
							
							generic/3.10: rename mtd patches  
						
						 
						
						... 
						
						
						
						- change patch numbers to group the related stuff together,
  - add mtd prefix where it is missing,
  - use hyphens in the patch names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37974 
						
					 
					
						2013-09-13 17:24:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							614e8f44bd 
							
						 
					 
					
						
						
							
							kernel: update bcma and ssb to wireless-testing master-2013-09-09  
						
						 
						
						... 
						
						
						
						SVN-Revision: 37957 
						
					 
					
						2013-09-12 22:03:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luka Perkov 
							
						 
					 
					
						
						
						
						
							
						
						
							ed6d759f39 
							
						 
					 
					
						
						
							
							kernel: add support for ESMT F25L32PA with upstream submission  
						
						 
						
						... 
						
						
						
						Signed-off-by: Flavio Silveira <fggs@terra.com.br>
SVN-Revision: 37956 
						
					 
					
						2013-09-12 14:38:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							8eb57d0cd7 
							
						 
					 
					
						
						
							
							kernel: align the skb padding to power of two  
						
						 
						
						... 
						
						
						
						The skb is usually started by a padding which allows the protocols in the
network stack to add their headers in front of the payload. The skb can be
reallocated in case the preallocated padding is not large enough. This can for
example happen in the function __skb_cow which will check the requested extra
headroom and allocate more buffer when the requested headroom is bigger than
the available one. The extra buffer is aligned again to the multiple of the
NET_SKB_PAD of the target architecture.
The macro used to create the multiple of the NET_SKB_PAD is written in a way
which allows only values power two as alignment parameter. The currently used
value of 48 bytes can not be written as n ** 2 but as 2 ** 4 + 2 ** 5. The
extra buffer is therefore not always the multiple of 48 but can be 16, 64, 80,
128, 144 and so on. The generated values are also not monotonic (48 requested
bytes are mapped to 80 allocated bytes and 49 requested bytes are mapped to 64
allocated bytes).
These unexpected small values result in more reallocations of the buffer. This
was noticed prominently during tests between two QCA9558 720 MHz devices which
were connected via ethernet to PCs and had a HT40 802.11n 3x3 link between each
other. The throughput PC-to-PC during iperf TCP runs increased reliable from
186 Mibit/s to 214 Mibit/s in one direction and from 195 Mibit/s to 220 Mibit/s
in the other direction. This is a performance increase of ~14% just by reducing
the amount of reallocations.
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 37948 
						
					 
					
						2013-09-11 14:30:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							4434bc361d 
							
						 
					 
					
						
						
							
							kernel: fix broken depends syntax introduced in r37933  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37942 
						
					 
					
						2013-09-11 12:45:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							3668004858 
							
						 
					 
					
						
						
							
							kernel: Fix FIQ code on VIVT CPUs ( #14145 )  
						
						 
						
						... 
						
						
						
						Backport an upstream patch to fix FIQ code on VIVT CPUs
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37940 
						
					 
					
						2013-09-11 12:08:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luka Perkov 
							
						 
					 
					
						
						
						
						
							
						
						
							7d73153e86 
							
						 
					 
					
						
						
							
							kernel: allow hwmon GSC driver for all targets  
						
						 
						
						... 
						
						
						
						- enable using hwmon GSC driver on all targets
- add a kmod package for it
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 37933 
						
					 
					
						2013-09-10 22:26:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							11926c2fd8 
							
						 
					 
					
						
						
							
							kernel: fix arch-dependent bug in hso module  
						
						 
						
						... 
						
						
						
						Currently, the module causes an oops at least on rt5350. These patches
have been accepted upstream at:
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 37931 
						
					 
					
						2013-09-10 13:47:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							4b0655500a 
							
						 
					 
					
						
						
							
							kernel: b53: support phy ids for BCM5365  
						
						 
						
						... 
						
						
						
						BCM5365 (and probably other older variants) use a different phy id, so
the phy driver never attached for them.
Fix this by adding the appropriate phy id to the fixup and the phy
driver.
Reported-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37906 
						
					 
					
						2013-09-05 20:30:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							445d1a8b27 
							
						 
					 
					
						
						
							
							Add missing symbol  
						
						 
						
						... 
						
						
						
						Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 37897 
						
					 
					
						2013-09-05 10:08:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							4eced13a37 
							
						 
					 
					
						
						
							
							kernel: b53: allow access the MIB counters on BCM5365  
						
						 
						
						... 
						
						
						
						b53_no_ops has no elements and b53_port_ops has one element, this makes
the code access some random memory when trying to access the mib
counter functions.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37895 
						
					 
					
						2013-09-04 16:15:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d120ec18b2 
							
						 
					 
					
						
						
							
							kernel: update 3.10 to 3.10.10  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37890 
						
					 
					
						2013-09-02 19:12:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0950922925 
							
						 
					 
					
						
						
							
							generic: remove linux version checks from myloader.c  
						
						 
						
						... 
						
						
						
						The myloader partition parser code uses ifdef wrappers
to make the code usable on kernels below version 3.2.
All targets are using kernel 3.3 at least so the wraper
is not needed. Remove that.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37880 
						
					 
					
						2013-09-02 16:33:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							999ec62da7 
							
						 
					 
					
						
						
							
							kernel: fix booting issues on imx23 and imx6 targets  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37854 
						
					 
					
						2013-08-28 07:38:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a4c2853261 
							
						 
					 
					
						
						
							
							kernel: don't hide the 'Warning: unable to open an initial console' message  
						
						 
						
						... 
						
						
						
						The 'Warning: unable to open an initial console' message
indicates an error in the rootfs. Remove the patch which
hides the warning.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37848 
						
					 
					
						2013-08-27 12:03:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							012f214e6f 
							
						 
					 
					
						
						
							
							kernel: ensure that /dev/console exists in initramfs  
						
						 
						
						... 
						
						
						
						Linux expects that the /dev/console node is present
in the rootfs image. Create the node in initramfs,
in order to make std{in,out,err} usable even in early
init process.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37846 
						
					 
					
						2013-08-27 12:02:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							c75416292a 
							
						 
					 
					
						
						
							
							kernel: fixing a potential deadlock in block2mtd for kernel 3.6/3.8/3.9  
						
						 
						
						... 
						
						
						
						Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 37842 
						
					 
					
						2013-08-26 17:47:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							043edd8074 
							
						 
					 
					
						
						
							
							kernel: update 3.10 to 3.10.9  
						
						 
						
						... 
						
						
						
						Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37832 
						
					 
					
						2013-08-23 17:31:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							6f232cba62 
							
						 
					 
					
						
						
							
							generic: refresh kernel configs with kconfig.pl  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37831 
						
					 
					
						2013-08-23 17:31:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2d89ba8210 
							
						 
					 
					
						
						
							
							kernel/3.10: backport of_pci_get_devfn function from 3.11  
						
						 
						
						... 
						
						
						
						Fixes the following build error on ramips/rt3883:
  arch/mips/pci/pci-rt3883.c:488:3: error: implicit declaration of function \
  'of_pci_get_devfn' [-Werror=implicit-function-declaration]
  cc1: some warnings being treated as errors
Although the function is only used by the PCI driver
of the RT3883 SoC but at the moment but it might be
useful for other targets as well.
Signed-off-by: Michael Lee <igvtee@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37826 
						
					 
					
						2013-08-23 17:07:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							3848e6a246 
							
						 
					 
					
						
						
							
							kernel: crashlog: Avoid out-of-bounds write  
						
						 
						
						... 
						
						
						
						vsnprintf returns the number of chars that would have been written, not
the actual number of chars written. This can lead to crashlog_buf->len
being too big which in turn can lead to get_maxlen() returning negative
numbers. The length argument of kmsg_dump_get_buffer will be casted to
a size_t which makes a negative input a big positive number allowing
kmsg_dump_get_buffer to write out of bounds.
Fix this by using vscnprintf which returns the actually written number
of chars.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 37820 
						
					 
					
						2013-08-21 20:59:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							e2aa807b60 
							
						 
					 
					
						
						
							
							kernel: add back missing declaration in the MIPS DMA patch that broke octeon  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37811 
						
					 
					
						2013-08-18 05:49:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luka Perkov 
							
						 
					 
					
						
						
						
						
							
						
						
							4f679c1775 
							
						 
					 
					
						
						
							
							kernel: drop dead pwm code  
						
						 
						
						... 
						
						
						
						The files have last been used with 2.6.x kernel.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37810 
						
					 
					
						2013-08-18 01:25:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luka Perkov 
							
						 
					 
					
						
						
						
						
							
						
						
							a2dccb958c 
							
						 
					 
					
						
						
							
							kernel: drop dead glamo code  
						
						 
						
						... 
						
						
						
						The code is not used since the s3c24xx target was removed.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37809 
						
					 
					
						2013-08-18 01:25:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luka Perkov 
							
						 
					 
					
						
						
						
						
							
						
						
							f1509b1958 
							
						 
					 
					
						
						
							
							kernel: replace local m25p80 patches with upstream submission  
						
						 
						
						... 
						
						
						
						http://lists.infradead.org/pipermail/linux-mtd/2013-August/048154.html 
http://patchwork.ozlabs.org/patch/268019/ 
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37808 
						
					 
					
						2013-08-17 23:54:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luka Perkov 
							
						 
					 
					
						
						
						
						
							
						
						
							18a36d3062 
							
						 
					 
					
						
						
							
							kernel: drop 010-mtd_mp25p80_add_gd25q32_gd25q64.patch  
						
						 
						
						... 
						
						
						
						The patch in question has been accepted upstream in commit:
55bf75b7dd8ec875d048824f3cdecf8254e292e5
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37807 
						
					 
					
						2013-08-17 22:29:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luka Perkov 
							
						 
					 
					
						
						
						
						
							
						
						
							5c018d5096 
							
						 
					 
					
						
						
							
							kernel: drop 110-fix_mtd_include.patch  
						
						 
						
						... 
						
						
						
						Kernel builds just fine without this patch so we can just remove it.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37805 
						
					 
					
						2013-08-17 17:09:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							d16060d5a3 
							
						 
					 
					
						
						
							
							kernel: fix a small #ifdef bug in the noncoherent dma check rework  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37791 
						
					 
					
						2013-08-15 09:29:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							e27f67b30a 
							
						 
					 
					
						
						
							
							kernel: improve dma ops inlining patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37790 
						
					 
					
						2013-08-15 09:23:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							8b8875b305 
							
						 
					 
					
						
						
							
							ocf: switch MODULE_LICENSE from BSD to "Dual BSD/GPL" to make the kernel recognize modules as GPL-compatible  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37769 
						
					 
					
						2013-08-14 08:52:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							3ead1e058c 
							
						 
					 
					
						
						
							
							kernel: add patch to inline mips dma mapping functions - reduces code size and improves performance  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37763 
						
					 
					
						2013-08-12 17:26:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							e5fd991c6c 
							
						 
					 
					
						
						
							
							rtl8367: add support for configuring the VLAN FID  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37760 
						
					 
					
						2013-08-12 17:25:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							d1914b4939 
							
						 
					 
					
						
						
							
							kernel: add some missing config symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37710 
						
					 
					
						2013-08-05 20:58:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							9d4145efe5 
							
						 
					 
					
						
						
							
							kernel: fix DMA error when BCM4331 is connected to BCM4706  
						
						 
						
						... 
						
						
						
						The BCM4331 supports a PCIe max request size of 512 bytes and uses
that, but the PCIe controller in the BCM4706 just supports 128 Bytes
and that causes a DMA error for packages bigger than 126 bytes. This
fixes the problem by setting the BCM4331 also to 128 Bytes.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37709 
						
					 
					
						2013-08-05 16:17:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							db083a41cf 
							
						 
					 
					
						
						
							
							generic: make the module reloc pacth work on mips64  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37685 
						
					 
					
						2013-08-04 13:54:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							b2d2ca4bbd 
							
						 
					 
					
						
						
							
							kernel: add missing config options  
						
						 
						
						... 
						
						
						
						SVN-Revision: 37660 
						
					 
					
						2013-08-02 20:13:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							219eac1856 
							
						 
					 
					
						
						
							
							kernel: add missing config option  
						
						 
						
						... 
						
						
						
						SVN-Revision: 37657 
						
					 
					
						2013-08-02 16:51:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							c47a55dd0d 
							
						 
					 
					
						
						
							
							kernel: add missing config option  
						
						 
						
						... 
						
						
						
						brcm47xx does not use CONFIG_B53_SPI_DRIVER, but it could be selected if spi is build as a module
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37656 
						
					 
					
						2013-08-02 16:16:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							3e9ad14992 
							
						 
					 
					
						
						
							
							kernel: ocf: add missing kernel dependencies  
						
						 
						
						... 
						
						
						
						OCF_CRYPTOSOFT uses both symbols form crypto_hash and crypto_blkcipher,
so let it select these through kernel config.
Fixes the following build error:
ERROR: "crypto_alloc_ahash" [crypto/ocf/cryptosoft.ko] undefined!
ERROR: "crypto_ahash_digest" [crypto/ocf/cryptosoft.ko] undefined!
ERROR: "crypto_ahash_setkey" [crypto/ocf/cryptosoft.ko] undefined!
make[6]: *** [__modpost] Error 1
make[5]: *** [modules] Error 2
Reported-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37652 
						
					 
					
						2013-08-01 23:04:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							8966b86067 
							
						 
					 
					
						
						
							
							kernel: b53: use devm_gpio_request_one() to request gpio  
						
						 
						
						... 
						
						
						
						Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37648 
						
					 
					
						2013-08-01 20:46:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							e1127aca07 
							
						 
					 
					
						
						
							
							kernel: b53: add support for GPIO reset  
						
						 
						
						... 
						
						
						
						This is needed for some switches used on bcm47xx SoCs like the one on the Asus RT-N66U.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37645 
						
					 
					
						2013-08-01 19:05:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zoltan Herpai 
							
						 
					 
					
						
						
						
						
							
						
						
							91e8082e2d 
							
						 
					 
					
						
						
							
							kernel: add missing iio config symbols for 3.10  
						
						 
						
						... 
						
						
						
						Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37631 
						
					 
					
						2013-08-01 06:58:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							8f04792531 
							
						 
					 
					
						
						
							
							kernel: update to linux 3.10.4, refresh patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37617 
						
					 
					
						2013-07-29 22:42:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							99e3616dac 
							
						 
					 
					
						
						
							
							kernel: add missing config symbols for 3.10  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37602 
						
					 
					
						2013-07-29 12:48:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							73c4d73d6d 
							
						 
					 
					
						
						
							
							build: unify target independent optimization options  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37600 
						
					 
					
						2013-07-29 09:38:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							cc26f768e4 
							
						 
					 
					
						
						
							
							kernel: stop patching -funit-at-a-time into CFLAGS, it has no effect on recent compilers  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37598 
						
					 
					
						2013-07-29 09:38:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							4176b6fdd3 
							
						 
					 
					
						
						
							
							strict_strtoul is obsolete, use kstrtoul instead  
						
						 
						
						... 
						
						
						
						based on http://patchwork.openwrt.org/patch/3827/ 
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37562 
						
					 
					
						2013-07-27 09:23:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							bc91bec9f6 
							
						 
					 
					
						
						
							
							kernel/3.10: rework MIPS FPU emulation disable patch  
						
						 
						
						... 
						
						
						
						Get rid of some ifdefs, and make sure that the microMIPS
specific code is disabled as well.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37506 
						
					 
					
						2013-07-22 16:02:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							ef944dcb85 
							
						 
					 
					
						
						
							
							kernel: update 3.10 to 3.10.2  
						
						 
						
						... 
						
						
						
						Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37502 
						
					 
					
						2013-07-22 15:31:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							6a5b4ec7dc 
							
						 
					 
					
						
						
							
							kernel: update 3.9 to 3.9.11  
						
						 
						
						... 
						
						
						
						Also refresh 3.9 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37501 
						
					 
					
						2013-07-22 15:30:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							a50c18c632 
							
						 
					 
					
						
						
							
							kernel: fix crash in act_connmark in 3.9 and 3.10 ( fixes   #13916 ,  #13876 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37493 
						
					 
					
						2013-07-21 13:53:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							a1ec175d7b 
							
						 
					 
					
						
						
							
							kernel: add missing config option CONFIG_SND_MXS_SOC  
						
						 
						
						... 
						
						
						
						This is needed by imx23 target.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37492 
						
					 
					
						2013-07-21 12:27:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lars-Peter Clausen 
							
						 
					 
					
						
						
						
						
							
						
						
							8fc44d1f5f 
							
						 
					 
					
						
						
							
							kernel: Remove gpio-pwm patches  
						
						 
						
						... 
						
						
						
						There is no platform using the gpio-pwm driver, yet these patches break the
generic PWM framework that is in upstream. So just remove them.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
SVN-Revision: 37490 
						
					 
					
						2013-07-21 11:43:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							bb141e06a2 
							
						 
					 
					
						
						
							
							kernel: merge a proposed fix from LKML for fixing infinite data returned by /proc/timer_list  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37484 
						
					 
					
						2013-07-20 18:35:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a2d12049e0 
							
						 
					 
					
						
						
							
							kernel/3.10: add a generic patch for cpu_has_mmips override  
						
						 
						
						... 
						
						
						
						Backport of commit 3ddc14add5e6341cf8ef4058c34c67ba7fd15317
from 3.11-rc1
Suggested-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37479 
						
					 
					
						2013-07-20 10:14:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f5f9bce168 
							
						 
					 
					
						
						
							
							kernel/3.10: make emulate_load_store_microMIPS static  
						
						 
						
						... 
						
						
						
						This allows the compiler to remove the emulate_load_store_microMIPS
function if cpu_has_mmips is defined as zero.
Backport of commit 74338805ec6869594d583535f941cb478c94dd73
from 3.11-rc1.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37478 
						
					 
					
						2013-07-20 09:53:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							187a69c631 
							
						 
					 
					
						
						
							
							linux: move more ARM_ERRATA symbols to the generic config  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37470 
						
					 
					
						2013-07-20 07:43:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a9de3a851a 
							
						 
					 
					
						
						
							
							linux: remove 3.7 support  
						
						 
						
						... 
						
						
						
						It is not used by any target.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37469 
						
					 
					
						2013-07-20 07:37:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							b1b4e7db13 
							
						 
					 
					
						
						
							
							kernel: move CONFIG_NET_IP_TUNNEL to generic  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37465 
						
					 
					
						2013-07-19 22:58:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0f0f250b66 
							
						 
					 
					
						
						
							
							kernel: add missing symbols for 3.10  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37450 
						
					 
					
						2013-07-19 17:12:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							8e674fdf1b 
							
						 
					 
					
						
						
							
							kernel: refresh config-3.10  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37449 
						
					 
					
						2013-07-19 17:12:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							29954b9ffc 
							
						 
					 
					
						
						
							
							kernel: remove gpio_buttons  
						
						 
						
						... 
						
						
						
						It hasn't been buildable for a long time, and there are no users of it
anymore left as all of them have been switched to the upstream accepted
version.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37436 
						
					 
					
						2013-07-19 13:20:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							c7f8cb3f4f 
							
						 
					 
					
						
						
							
							kernel: update bcma and ssb to version from wireless-testing/master tag master-2013-07-18  
						
						 
						
						... 
						
						
						
						This should fix some build problems in b43 with kernel 3.3.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37432 
						
					 
					
						2013-07-19 12:02:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							21412ccb21 
							
						 
					 
					
						
						
							
							kernel: add missing kernel config symbol  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37423 
						
					 
					
						2013-07-19 09:51:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							947abea261 
							
						 
					 
					
						
						
							
							kernel: v3.10 has no GENERIC_GPIO anymore  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37355 
						
					 
					
						2013-07-15 21:05:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							3197479290 
							
						 
					 
					
						
						
							
							kernel: refresh 3.10 patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37348 
						
					 
					
						2013-07-15 15:12:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							a6db996b13 
							
						 
					 
					
						
						
							
							kernel: fix another corner case in the bridge state patch ( #13874 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37347 
						
					 
					
						2013-07-15 15:12:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							93cb862260 
							
						 
					 
					
						
						
							
							kernel: fix a bridge issue that broke WDS client handling in 3.9+  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37341 
						
					 
					
						2013-07-15 12:25:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							93c73cfb14 
							
						 
					 
					
						
						
							
							kernel: fix block2mtd build after removing the device refresh ioctl  
						
						 
						
						... 
						
						
						
						fixes  #13882 
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37332 
						
					 
					
						2013-07-15 11:01:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							116990441b 
							
						 
					 
					
						
						
							
							kernel: add some more ARM related configuration symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37320 
						
					 
					
						2013-07-14 21:03:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							f8d55e7541 
							
						 
					 
					
						
						
							
							brcm47xx: use b53 phy driver for the switch in kernel 3.10  
						
						 
						
						... 
						
						
						
						This makes it possible to use swconfig to controll the switch.
This was tested with devices using b43 and bgmac.
This was not tested on devices using tg3.
This does not support the adm switch used in some very old devices.
SVN-Revision: 37304 
						
					 
					
						2013-07-14 14:11:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							17bbc92882 
							
						 
					 
					
						
						
							
							kernel: disable the yaffs2 /proc code to make it compile on linux 3.10 ( #13848 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37285 
						
					 
					
						2013-07-14 13:10:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							656d475043 
							
						 
					 
					
						
						
							
							kernel: implement automatic rootfs split from the firmware partition in linux 3.10 (disabled by default)  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37283 
						
					 
					
						2013-07-14 12:57:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b95bdc8ab5 
							
						 
					 
					
						
						
							
							kernel/base-files: clean up old code related to refreshing mtd partitions, it is no longer used anywhere  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37282 
						
					 
					
						2013-07-14 12:56:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							da72edd7cd 
							
						 
					 
					
						
						
							
							kernel: refresh patches for kernel 3.8.13  
						
						 
						
						... 
						
						
						
						SVN-Revision: 37276 
						
					 
					
						2013-07-13 22:45:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							06accca1d7 
							
						 
					 
					
						
						
							
							kernel: update to kernel 3.10.1 and refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 37275 
						
					 
					
						2013-07-13 22:45:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							e574f75d16 
							
						 
					 
					
						
						
							
							kernel: update to kernel 3.9.10 and refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 37274 
						
					 
					
						2013-07-13 22:43:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							4932368398 
							
						 
					 
					
						
						
							
							kernel: add a patch that reduces module size by removing non-essential information (reduces default rootfs size by ~5k after lzma)  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37255 
						
					 
					
						2013-07-11 20:56:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							19e3ec0570 
							
						 
					 
					
						
						
							
							kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually needed  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37253 
						
					 
					
						2013-07-11 20:56:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							f5ae93e941 
							
						 
					 
					
						
						
							
							kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not needed  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37252 
						
					 
					
						2013-07-11 20:56:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							7fb9279359 
							
						 
					 
					
						
						
							
							kernel: add a bunch of missing LCD Kconfig options  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37233 
						
					 
					
						2013-07-10 19:42:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							818d2603ee 
							
						 
					 
					
						
						
							
							kernel: add missing configuration symbols used on ARM platforms  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37217 
						
					 
					
						2013-07-09 20:52:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							0b55984e1d 
							
						 
					 
					
						
						
							
							kernel: update PATCHES with a stricter policy  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37216 
						
					 
					
						2013-07-09 20:52:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							4b5c5934e1 
							
						 
					 
					
						
						
							
							kernel: debloat the lzma compress/decompress code some more  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37211 
						
					 
					
						2013-07-09 12:52:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							51b1e8577c 
							
						 
					 
					
						
						
							
							kernel: do not accept sysrq characters via serial port  
						
						 
						
						... 
						
						
						
						many boards have a disconnected TTL level serial which can generate
some garbage that can lead to spurious false sysrq detects.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37210 
						
					 
					
						2013-07-09 12:52:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							c183dbc542 
							
						 
					 
					
						
						
							
							kernel: add missing config symbol  
						
						 
						
						... 
						
						
						
						Should fix buildbot builds of ixp4xx.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37208 
						
					 
					
						2013-07-09 07:51:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e194a31500 
							
						 
					 
					
						
						
							
							linux: refresh kernel configs with kconfig.pl  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37195 
						
					 
					
						2013-07-08 08:40:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							dbb2feb87d 
							
						 
					 
					
						
						
							
							kernel: disable zisofs and zlib by default, reduces kernel size after lzma by ~10k  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37187 
						
					 
					
						2013-07-06 14:49:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zoltan Herpai 
							
						 
					 
					
						
						
						
						
							
						
						
							2a8630394d 
							
						 
					 
					
						
						
							
							kernel/generic: add missing regulator symbols for 3.10  
						
						 
						
						... 
						
						
						
						Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37169 
						
					 
					
						2013-07-04 16:58:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							923a851ccf 
							
						 
					 
					
						
						
							
							kernel: add missing config symbol for 3.10  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37123 
						
					 
					
						2013-07-01 18:42:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							96f8c15a36 
							
						 
					 
					
						
						
							
							kernel: update linux 3.10 to 3.10 final  
						
						 
						
						... 
						
						
						
						3.10 final is out, so refresh patches and add md5sum.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37116 
						
					 
					
						2013-07-01 13:21:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							0d9f760f27 
							
						 
					 
					
						
						
							
							kernel: update linux 3.9 to 3.9.8  
						
						 
						
						... 
						
						
						
						Includes memory allocation fixes as well as several networking fixes.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37103 
						
					 
					
						2013-06-30 13:10:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							7acb84dde7 
							
						 
					 
					
						
						
							
							kernel: add global menuconfig option to enable kexec support  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37073 
						
					 
					
						2013-06-28 11:27:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zoltan Herpai 
							
						 
					 
					
						
						
						
						
							
						
						
							41ad05299c 
							
						 
					 
					
						
						
							
							kernel/generic: add missing regulator symbols for 3.9  
						
						 
						
						... 
						
						
						
						Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37036 
						
					 
					
						2013-06-26 21:48:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							3df61e8279 
							
						 
					 
					
						
						
							
							kernel: fix a reference counting bug in overlayfs  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37014 
						
					 
					
						2013-06-22 14:00:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							2a5e1910d5 
							
						 
					 
					
						
						
							
							linux-3.8: backport a leds-gpio.c crash fix ( fixes   #13721 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36968 
						
					 
					
						2013-06-18 22:23:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
						
						
							
						
						
							46d199d1e8 
							
						 
					 
					
						
						
							
							linux: add ipv6 failed-policy routing action (by Jonas Gorski)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36911 
						
					 
					
						2013-06-11 09:27:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							1ace51360f 
							
						 
					 
					
						
						
							
							kernel/generic: add a few missing kernel config symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36878 
						
					 
					
						2013-06-07 13:42:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d187e3c32e 
							
						 
					 
					
						
						
							
							generic: add port mirroring/monitoring capability to rtl8366rb switch  
						
						 
						
						... 
						
						
						
						This patch adds swlib attributes to the RTL8366RB switch/PHY found in the
TL-WR1043ND router that allow to mirror ethernet packets to a monitor port.
Signed-off-by: Colin Leitner <colin.leitner@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36847 
						
					 
					
						2013-06-04 13:25:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							3a56df33ad 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36835 
						
					 
					
						2013-06-04 11:24:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							8170c9cfb0 
							
						 
					 
					
						
						
							
							add some more symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36834 
						
					 
					
						2013-06-04 11:23:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a1f91282b4 
							
						 
					 
					
						
						
							
							generic: ar8216: allow to specify SGMII config via platform data  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36798 
						
					 
					
						2013-05-30 17:38:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c170d3c3e4 
							
						 
					 
					
						
						
							
							generic: ar8216: add get_port_link callback  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36797 
						
					 
					
						2013-05-30 17:38:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							8e56b1e742 
							
						 
					 
					
						
						
							
							generic: ar8216: show chip revision in the kernel log  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36791 
						
					 
					
						2013-05-30 16:25:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							a9968d9cb8 
							
						 
					 
					
						
						
							
							lantiq: enable retrieving kernel args from bootloader  
						
						 
						
						... 
						
						
						
						This patch is a device tree enhancement that IMHO is worthy of mainline.
It allows the bootloader's commandline to be preserved even when the
device tree specifies one.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36780 
						
					 
					
						2013-05-30 16:00:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luka Perkov 
							
						 
					 
					
						
						
						
						
							
						
						
							846e3d40a0 
							
						 
					 
					
						
						
							
							kernel: generic: remove upstream patches for 3.10-rc3 and refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36752 
						
					 
					
						2013-05-29 01:27:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luka Perkov 
							
						 
					 
					
						
						
						
						
							
						
						
							0998065a53 
							
						 
					 
					
						
						
							
							generic: ar8216: add port mirroring  
						
						 
						
						... 
						
						
						
						Tested on Buffalo WZR-600DHP with ar8316 switch. Commands used to mirror both
RX and TX traffic from LAN port 1 to LAN port 4:
$ swconfig dev switch0 set enable_mirror_rx 1
$ swconfig dev switch0 set enable_mirror_tx 1
$ swconfig dev switch0 set mirror_monitor_port 4
$ swconfig dev switch0 set mirror_source_port 1
Signed-off-by: Colin Leitner <colin.leitner@googlemail.com>
Tested-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 36713 
						
					 
					
						2013-05-24 13:10:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							a01be4a217 
							
						 
					 
					
						
						
							
							kernel: update 3.9 to 3.9.3  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36676 
						
					 
					
						2013-05-20 16:57:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							4d0fcd0c49 
							
						 
					 
					
						
						
							
							kernel: add some missing symbols/move them to generic  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36670 
						
					 
					
						2013-05-20 12:42:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							c0435a971e 
							
						 
					 
					
						
						
							
							kernel: generic: add 3.10-rc1 support  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36663 
						
					 
					
						2013-05-19 18:36:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							668604f91d 
							
						 
					 
					
						
						
							
							kernel: don't remove of_tables  
						
						 
						
						... 
						
						
						
						These are needed for OF setup of clocksource, clocks and irqchips.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36657 
						
					 
					
						2013-05-19 11:27:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							2c5a5d8736 
							
						 
					 
					
						
						
							
							kernel: add missing PHY ID for an AR8327 switch variant  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36630 
						
					 
					
						2013-05-13 19:13:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							526aedb705 
							
						 
					 
					
						
						
							
							kernel: move CONFIG_MIPS_SEAD3 to generic  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36617 
						
					 
					
						2013-05-12 21:41:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							bbd02c6fb7 
							
						 
					 
					
						
						
							
							kernel: fix CVE-2013-1763 in older kernels  
						
						 
						
						... 
						
						
						
						Newer kernels were already fixed by upstream.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36607 
						
					 
					
						2013-05-12 10:55:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							0b03ff2028 
							
						 
					 
					
						
						
							
							kernel: make zlib and lzo modules selectable  
						
						 
						
						... 
						
						
						
						Fixes building kmod-lib-zlib and kmod-lib-lzo if nothing depends on them.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36592 
						
					 
					
						2013-05-09 20:50:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							0b161c6f9e 
							
						 
					 
					
						
						
							
							kernel: b53: use correct oops for bcm5365 switch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36589 
						
					 
					
						2013-05-09 20:01:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							98f6dc1b43 
							
						 
					 
					
						
						
							
							kernel: allow building zsmalloc as a module again  
						
						 
						
						... 
						
						
						
						zsmalloc was changed to a bool because of missing exports in the kernel,
but we already export the required symbol, so change it back to tristate.
Closes  #13481 .
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36587 
						
					 
					
						2013-05-09 19:19:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							39467e78e7 
							
						 
					 
					
						
						
							
							kernel: update linux 3.9 to 3.9.1  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36577 
						
					 
					
						2013-05-08 08:53:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e57c7d6c12 
							
						 
					 
					
						
						
							
							kernel: update linux 3.8 to 3.8.12  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36576 
						
					 
					
						2013-05-08 08:53:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							30c4360345 
							
						 
					 
					
						
						
							
							kernel: do not strip /proc/net/ip_mr_* in the /proc debloat patch, it is used by iproute2  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36529 
						
					 
					
						2013-05-02 15:59:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							8f15326acc 
							
						 
					 
					
						
						
							
							kernel: generic: don't strip /proc/irq on SMP  
						
						 
						
						... 
						
						
						
						/proc/irq is needed for changing the SMP affinity of interrupts.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36525 
						
					 
					
						2013-05-02 15:28:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							8a9fe26f20 
							
						 
					 
					
						
						
							
							kernel: update linux 3.8 to 3.8.11  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36507 
						
					 
					
						2013-05-01 22:15:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0fa71ca3e5 
							
						 
					 
					
						
						
							
							linux/3.9: implement pcibios_get_phb_of_node for MIPS  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36495 
						
					 
					
						2013-04-30 10:44:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							41445b41cc 
							
						 
					 
					
						
						
							
							linux/3.8: use backported pcibios_get_phb_of_node patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36494 
						
					 
					
						2013-04-30 10:44:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d35545f3d7 
							
						 
					 
					
						
						
							
							linux/3.{8,9}: add missing symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36491 
						
					 
					
						2013-04-30 10:43:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							25c45c0d53 
							
						 
					 
					
						
						
							
							linux/3.{8,9}: turn on CONFIG_NET_SCH_FQ_CODEL  
						
						 
						
						... 
						
						
						
						It is forced to 'y' since r36342.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36490 
						
					 
					
						2013-04-30 10:43:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							e7e4afbb64 
							
						 
					 
					
						
						
							
							kernel: fix a memory leak in split_rootfs_data()  
						
						 
						
						... 
						
						
						
						allocate_partition() copies all the content of dpart into a new struct.
SVN-Revision: 36475 
						
					 
					
						2013-04-28 17:01:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							1bac172c44 
							
						 
					 
					
						
						
							
							kernel: update bcma and ssb for kernel 3.8+ to version from wireless-testing master-2013-04-26.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36473 
						
					 
					
						2013-04-28 16:52:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							ad1d3f00cb 
							
						 
					 
					
						
						
							
							kernel: update linux 3.9 patches to rc8  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36469 
						
					 
					
						2013-04-28 11:55:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							a33dd13c98 
							
						 
					 
					
						
						
							
							kernel: add missing bcma defines and header file for bcrmfmac  
						
						 
						
						... 
						
						
						
						Fixes build failure when having kmod-mmc and brcmfmac selected.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36468 
						
					 
					
						2013-04-28 11:10:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							36d4fd70bc 
							
						 
					 
					
						
						
							
							kernel: update linux 3.8 to 3.8.9  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36453 
						
					 
					
						2013-04-26 16:55:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							4664e21293 
							
						 
					 
					
						
						
							
							generic: fix rtl8366_smi compile warning  
						
						 
						
						... 
						
						
						
						drivers/net/phy/rtl8366_smi.c: In function 'rtl8366_sw_set_vlan_ports':
drivers/net/phy/rtl8366_smi.c:1125:6: warning: 'pvid' may be used uninitialized in this function [-Wuninitialized]
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36442 
						
					 
					
						2013-04-25 19:03:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							a8a01b42ae 
							
						 
					 
					
						
						
							
							kernel: allow __netdev_alloc_skb_ip_align to be called with dev = NULL  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36378 
						
					 
					
						2013-04-22 15:01:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							f58dcb59c6 
							
						 
					 
					
						
						
							
							kernel: backport SSB/BCMA changes in preparation for a compat-wireless update  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36367 
						
					 
					
						2013-04-19 12:39:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f03960723a 
							
						 
					 
					
						
						
							
							linux/3.9: add missing config symbol  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36365 
						
					 
					
						2013-04-19 08:07:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e07848664c 
							
						 
					 
					
						
						
							
							linux/3.[89]: update bridge_remove_ipv6_dependency patch  
						
						 
						
						... 
						
						
						
						Fixes the following warning:
    CC [M]  net/ipv6/addrconf.o
  net/ipv6/addrconf.c: In function 'addrconf_init':
  net/ipv6/addrconf.c:4944:2: warning: assignment from incompatible pointer type [enabled by default]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36364 
						
					 
					
						2013-04-19 08:07:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							151cadfe32 
							
						 
					 
					
						
						
							
							kernel: update linux 3.8 to 3.8.8  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36363 
						
					 
					
						2013-04-19 08:07:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							a662200205 
							
						 
					 
					
						
						
							
							kernel: force CONFIG_NET_SCHED=y for fq_codel ( #13360 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36342 
						
					 
					
						2013-04-15 20:40:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							57b68daee9 
							
						 
					 
					
						
						
							
							refresh against -rc7  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36340 
						
					 
					
						2013-04-15 16:10:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							604395650a 
							
						 
					 
					
						
						
							
							kernel: update linux 3.8 to 3.8.7  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36332 
						
					 
					
						2013-04-14 09:25:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							54635e7f78 
							
						 
					 
					
						
						
							
							linux/3.8: backport 'spi/of: Use DT aliases for assigning bus number' from 3.9  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36328 
						
					 
					
						2013-04-12 19:44:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							10f432ba9d 
							
						 
					 
					
						
						
							
							fix rtl8366s OF binding  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36323 
						
					 
					
						2013-04-12 18:56:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							edd8048107 
							
						 
					 
					
						
						
							
							kernel: calibrate the TWD timer even when booting with only one CPU, it is used for the watchdog timer base  
						
						 
						
						... 
						
						
						
						Fixes booting on single-core CNS3xxx devices
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36308 
						
					 
					
						2013-04-10 16:07:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							06733c2650 
							
						 
					 
					
						
						
							
							kernel: keep the igmp proc support even with PROC_STRIPPED, some tools still use it  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36307 
						
					 
					
						2013-04-10 13:45:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							7fa2957103 
							
						 
					 
					
						
						
							
							kernel: switch default qdisc from pfifo_fast to fq_codel and remove pfifo_fast  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36304 
						
					 
					
						2013-04-10 13:11:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							df3d4690bd 
							
						 
					 
					
						
						
							
							kernel: keep dropped stats in fq_codel  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36303 
						
					 
					
						2013-04-10 13:11:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							ec3a8846fc 
							
						 
					 
					
						
						
							
							kernel: tune fq_codel defaults for common netdevice speeds  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36302 
						
					 
					
						2013-04-10 13:11:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							307965026a 
							
						 
					 
					
						
						
							
							kernel: add patches by Dave Täht to reduce buffer size in longer queues to reduce memory pressure  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36301 
						
					 
					
						2013-04-10 13:11:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							915969ff2c 
							
						 
					 
					
						
						
							
							kernel: refresh patches against 3.9-rc6  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36297 
						
					 
					
						2013-04-09 16:16:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							c3366cd164 
							
						 
					 
					
						
						
							
							kernel: add support for PMC PM25LQ032 SPI Flash in m25p80.c  
						
						 
						
						... 
						
						
						
						Add support for PMC PM25LQ032 (4MB) SPI Flash used in Hame MPR-A1 and clones.
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36296 
						
					 
					
						2013-04-09 16:16:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							518d6a9273 
							
						 
					 
					
						
						
							
							kernel: backport switch user API changes after r36283  
						
						 
						
						... 
						
						
						
						3.3 and 3.6 kernels do not make use of the UAPI headers, still they need
to provide an up-to-date switch.h copy for swconfig to build.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36295 
						
					 
					
						2013-04-09 15:47:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							fb47fd0d6b 
							
						 
					 
					
						
						
							
							unbreak portmapping - typo fix  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36293 
						
					 
					
						2013-04-09 14:39:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							fff58a5801 
							
						 
					 
					
						
						
							
							allow loading port maps from OF  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36283 
						
					 
					
						2013-04-09 14:19:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d45ef216e6 
							
						 
					 
					
						
						
							
							linux/3.8: implement pcibios_get_phb_of_node for MIPS  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36233 
						
					 
					
						2013-04-06 17:33:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							51fa28e2c2 
							
						 
					 
					
						
						
							
							linux/3.8: backport devm_ioremap_resource from 3.9  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36232 
						
					 
					
						2013-04-06 17:33:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							747b795b56 
							
						 
					 
					
						
						
							
							generic: rtl8367: add compatible string with vendor prefix  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36230 
						
					 
					
						2013-04-06 17:19:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f5d8d80ca9 
							
						 
					 
					
						
						
							
							generic: rtl8367b: fix rtl8367b_extif_init_of  
						
						 
						
						... 
						
						
						
						* disable external interface if its property is not present
* show an error message if the extif property is not valid
* use proper error values intead of -1
* fix memory leak
* wrap long lines
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36229 
						
					 
					
						2013-04-06 17:03:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							32d3b456f0 
							
						 
					 
					
						
						
							
							linux/3.8: add more missing symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36228 
						
					 
					
						2013-04-06 16:56:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							89539462a8 
							
						 
					 
					
						
						
							
							linux/3.8: add missing symbol  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36226 
						
					 
					
						2013-04-06 16:38:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							38bd9b4337 
							
						 
					 
					
						
						
							
							generic: rtl8367: allow to load extif config from OF  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36220 
						
					 
					
						2013-04-06 12:37:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							585d19d168 
							
						 
					 
					
						
						
							
							generic: rtl8367: fix a typo in MODULE_DEVICE_TABLE macro  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36219 
						
					 
					
						2013-04-06 12:37:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							68c931c637 
							
						 
					 
					
						
						
							
							generic: rtl8367: add vendor prefix to the compatible string  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36218 
						
					 
					
						2013-04-06 12:37:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f78c902cfd 
							
						 
					 
					
						
						
							
							kernel: update linux 3.8 to 3.8.6  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36215 
						
					 
					
						2013-04-06 11:40:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							202fb45deb 
							
						 
					 
					
						
						
							
							refresh kernel configs with kconfig.pl  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36214 
						
					 
					
						2013-04-06 11:40:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							c838ec2391 
							
						 
					 
					
						
						
							
							Patch for invoking (pre)init  
						
						 
						
						... 
						
						
						
						http://patchwork.openwrt.org/patch/3485/ 
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 36183 
						
					 
					
						2013-04-03 10:00:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							1105bd2897 
							
						 
					 
					
						
						
							
							add OF support to rtl8367b driver  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36159 
						
					 
					
						2013-04-03 09:58:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							cc34858d4a 
							
						 
					 
					
						
						
							
							make firmware loading work on v3.9  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36158 
						
					 
					
						2013-04-03 09:58:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							c90078ce87 
							
						 
					 
					
						
						
							
							refresh patches against -rc4  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36127 
						
					 
					
						2013-03-25 13:53:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							f26378fd7c 
							
						 
					 
					
						
						
							
							add missing symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36126 
						
					 
					
						2013-03-25 13:53:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							bb81e695f9 
							
						 
					 
					
						
						
							
							kernel: add missing config options for au1000 target  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36115 
						
					 
					
						2013-03-24 14:01:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							18c47be19a 
							
						 
					 
					
						
						
							
							kernel: add missing CONFIG_BLK_DEV_IDE_AU1XXX config option.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36102 
						
					 
					
						2013-03-21 14:56:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							4995f23669 
							
						 
					 
					
						
						
							
							kernel: REGMAP_SPI should only be selectable when SPI_MASTER is selected  
						
						 
						
						... 
						
						
						
						This was turned from a silent confg option without a text to a normal
config option which could be selected without any other option
depending on this. This could cause the situation where REGMAP_SPI was
selected without SPI_MASTER being selected.
SVN-Revision: 36101 
						
					 
					
						2013-03-21 14:50:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							c9544f4af0 
							
						 
					 
					
						
						
							
							kernel: add some fixes for kernel 3.9  
						
						 
						
						... 
						
						
						
						This patch fixes some compile problems with kernel 3.9 and adds some missing linux 3.9 handling into kernel packages.
SVN-Revision: 36098 
						
					 
					
						2013-03-20 21:59:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							99638c5288 
							
						 
					 
					
						
						
							
							kernel: add some missing config options for kernel 3.9  
						
						 
						
						... 
						
						
						
						SVN-Revision: 36097 
						
					 
					
						2013-03-20 21:53:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							b1cc7a90a4 
							
						 
					 
					
						
						
							
							kernel: make SND_COMPRESS_OFFLOAD symbol visible for selection ( #13193 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36091 
						
					 
					
						2013-03-19 14:13:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							a5551d366a 
							
						 
					 
					
						
						
							
							kernel: refresh 3.9 patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36074 
						
					 
					
						2013-03-17 19:46:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							6a7100c760 
							
						 
					 
					
						
						
							
							kernel: set regmap-core module license  
						
						 
						
						... 
						
						
						
						Fixes the following issues:
[    7.660000] regmap_core: module license 'unspecified' taints kernel
[    7.690000] Disabling lock debugging due to kernel
[    7.700000] regmap_core: Unknown symbol lzo1x_decompress_safe (err 0
[    7.710000] regmap_core: Unknown symbol lzo1x_1_compress (err 0
[    7.720000] regmap_core: Unknown symbol devres_add (err 0
[    7.730000] regmap_core: Unknown symbol debugfs_create_bool (err 0
[    7.750000] regmap_core: Unknown symbol devres_alloc (err 0
[    7.760000] regmap_core: Unknown symbol debugfs_remove_recursive (err 0
[    7.770000] regmap_core: Unknown symbol debugfs_create_file (err 0
[    7.780000] regmap_core: Unknown symbol devres_free (err 0
[    7.800000] regmap_core: Unknown symbol devres_find (err 0
[    7.810000] regmap_core: Unknown symbol debugfs_create_dir (err 0)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36070 
						
					 
					
						2013-03-17 19:45:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							72253b9073 
							
						 
					 
					
						
						
							
							generic: ar8216: start AR8327 switch from the probe routine  
						
						 
						
						... 
						
						
						
						The AR8327 switch gets its configuration from platform
data or from the device-tree. This allows to start it
from the probe routine. Doing so makes it usable with
ethernet drivers which only connects to the PHY device
when the ethernet interface is opened.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36050 
						
					 
					
						2013-03-15 16:06:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5503686f69 
							
						 
					 
					
						
						
							
							generic: ar8216: add ar8xxx_start helper  
						
						 
						
						... 
						
						
						
						Move switch starting code into a separate function.
This makes it usable from other places.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36049 
						
					 
					
						2013-03-15 16:06:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							7ba6a8d8e8 
							
						 
					 
					
						
						
							
							generic: ar8216: add OF configuration support for AR8327  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36047 
						
					 
					
						2013-03-15 15:50:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							ee12b1b7d5 
							
						 
					 
					
						
						
							
							generic: ar8216: separate platform_data based AR8327 code  
						
						 
						
						... 
						
						
						
						Move platform_data specific configuration code
into a separate routine. Do it in preparation
for the upcoming OF support.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36046 
						
					 
					
						2013-03-15 15:50:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d88f66ae21 
							
						 
					 
					
						
						
							
							generic: ar8216: don't use platform_data in ar8327_init_port  
						
						 
						
						... 
						
						
						
						Fetch the PORT_STATUS values in ar8327_hw_init and
store those in a private data stucture for later use.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36045 
						
					 
					
						2013-03-15 15:50:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9d3f70d503 
							
						 
					 
					
						
						
							
							generic: ar8216: move the ar8327_get_port_init_status function  
						
						 
						
						... 
						
						
						
						It will be used in ar8327_probe routine.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36044 
						
					 
					
						2013-03-15 15:50:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							17d735fc46 
							
						 
					 
					
						
						
							
							generic: ar8216: simplify and rename ar8327_config_port  
						
						 
						
						... 
						
						
						
						Return with the PORT_STATUS register value instead of
writing that directly into the corresponding register.
Also rename the function to ar8327_get_port_init_status.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36043 
						
					 
					
						2013-03-15 15:49:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							3fee1bddbe 
							
						 
					 
					
						
						
							
							generic: ar8216: remove superfluous pdata checks  
						
						 
						
						... 
						
						
						
						The presence of the platform data is already verified in
ar8327_hw_init, and the driver does not start without that
anyway.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36042 
						
					 
					
						2013-03-15 15:49:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							07532dca7f 
							
						 
					 
					
						
						
							
							kernel: update linux 3.8 to 3.8.3  
						
						 
						
						... 
						
						
						
						Also refresh the related generic/platform patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36039 
						
					 
					
						2013-03-15 14:39:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							b2e63b8ea8 
							
						 
					 
					
						
						
							
							kernel: add support for 3.9-rc2  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36008 
						
					 
					
						2013-03-14 14:45:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							1360067c4a 
							
						 
					 
					
						
						
							
							update the /init file to start /sbin/init  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36002 
						
					 
					
						2013-03-13 18:11:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							45b24fa771 
							
						 
					 
					
						
						
							
							kernel: add some missing config options found by the buildbot.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35945 
						
					 
					
						2013-03-10 20:25:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							53e0f10246 
							
						 
					 
					
						
						
							
							kernel: prevent -f*-sections from leaking into the boot zImage wrapper on arm  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35938 
						
					 
					
						2013-03-10 17:04:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							2b83c9bd8a 
							
						 
					 
					
						
						
							
							kernel: ensure that the arm exception handlers get preserved  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35937 
						
					 
					
						2013-03-10 17:04:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							f0d7ba33ef 
							
						 
					 
					
						
						
							
							kernel: use -ffunction-sections, -fdata-sections and --gc-sections on ARM to reduce kernel image size, disable those flags when tracing on MIPS to fix compile errors  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35936 
						
					 
					
						2013-03-10 14:51:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							15718f5387 
							
						 
					 
					
						
						
							
							linux/3.8: add missing config symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35931 
						
					 
					
						2013-03-10 13:24:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							72af5b4b35 
							
						 
					 
					
						
						
							
							kernel: add a missing config symbol for 3.8  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35910 
						
					 
					
						2013-03-09 19:04:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							85348d602e 
							
						 
					 
					
						
						
							
							kernel: fix mpcore watchdog symbol export  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35907 
						
					 
					
						2013-03-09 18:51:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							26fbc15a86 
							
						 
					 
					
						
						
							
							kernel: update linux 3.8 to 3.8.1  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35862 
						
					 
					
						2013-03-03 13:58:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							da79a4c698 
							
						 
					 
					
						
						
							
							linux/3.8: add missing config symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35861 
						
					 
					
						2013-03-03 13:58:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							23b3b3a194 
							
						 
					 
					
						
						
							
							kernel: update linux 3.7 to 3.7.10  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35860 
						
					 
					
						2013-03-03 13:57:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							babd5aa2fc 
							
						 
					 
					
						
						
							
							linux/3.8: add missing config symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35726 
						
					 
					
						2013-02-21 16:52:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							3010a0b616 
							
						 
					 
					
						
						
							
							generic: b53: clear SM_SW_FWD_MODE unconditionally when enabling VLAN  
						
						 
						
						... 
						
						
						
						Setting this bit stops BCM53125 (bgmac actually) from receiving any
packets. This bit is cleared conditionally in b53_switch_reset and it
seems the same is done in bcmrobo.c which never sets that bit again.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 35723 
						
					 
					
						2013-02-21 11:45:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							23e71c56ba 
							
						 
					 
					
						
						
							
							generic: b53: remove empty spaces  
						
						 
						
						... 
						
						
						
						Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 35722 
						
					 
					
						2013-02-21 11:45:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							7d0d29ab6e 
							
						 
					 
					
						
						
							
							linux/3.8: add missing Kconfig symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35686 
						
					 
					
						2013-02-19 20:52:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							ed0f43f1e2 
							
						 
					 
					
						
						
							
							kernel: update linux 3.8-rcX to 3.8  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35672 
						
					 
					
						2013-02-19 09:17:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							451dd745bd 
							
						 
					 
					
						
						
							
							generic: ar8216: cleanup function/variable names  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35642 
						
					 
					
						2013-02-17 12:48:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							51996304c4 
							
						 
					 
					
						
						
							
							generic: ar8216: rename struct ar8216_priv to ar8xxx_priv  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35641 
						
					 
					
						2013-02-17 12:48:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							1a8218d6e4 
							
						 
					 
					
						
						
							
							brcm47xx: add initial support for kernel 3.8  
						
						 
						
						... 
						
						
						
						This contains the following new bigger changes:
 * new partition parser which still could lake some features or have bugs
 * new nand flash driver
 * using physmap-flash flash driver for parallel flash
 * some changes to the serial flash driver
With these changes OpenWrt starts using more of the mainline flash drivers.
SVN-Revision: 35632 
						
					 
					
						2013-02-16 20:28:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							dd77663fb0 
							
						 
					 
					
						
						
							
							kernel: add missing config options  
						
						 
						
						... 
						
						
						
						r35336 exposed PTP, which has additional drivers on ixp4xx, causing it to
not build with PTP enabled.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35611 
						
					 
					
						2013-02-16 11:39:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							162b8e23a5 
							
						 
					 
					
						
						
							
							kernel: update linux 3.7 to 3.7.8  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35604 
						
					 
					
						2013-02-15 07:36:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f35c369710 
							
						 
					 
					
						
						
							
							generic: ar8216: move PHY4 RGMII workaround code out of the loop  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35603 
						
					 
					
						2013-02-14 14:55:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d64888ffc0 
							
						 
					 
					
						
						
							
							generic: ar8216: register the switch from the probe routine  
						
						 
						
						... 
						
						
						
						Currently the switch gets registered when an ethernet
driver connects to a PHY of the switch. This method does
not work with the ethernet drivers which are connecting
to the PHY from their ndo_open callback. With those
ethernet drivers, the driver tries to register the switch
each time when the etherned device is opened and this causes
a deadlock.
Move the switch registration into the probe routine to fix
this problem.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35602 
						
					 
					
						2013-02-14 14:01:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							bae4bfe3f8 
							
						 
					 
					
						
						
							
							kernel: update linux 3.7 to 3.7.7  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35571 
						
					 
					
						2013-02-12 09:51:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9525a075c1 
							
						 
					 
					
						
						
							
							ar8216: remove superfluous code from ar8216_config_init  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35562 
						
					 
					
						2013-02-11 16:57:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9c86d268eb 
							
						 
					 
					
						
						
							
							generic: ar8216: don't use ethernet device name in register_switch  
						
						 
						
						... 
						
						
						
						The switches are accessed via an MDIO bus. Set the alias
to the name of the MDIO bus, and show that in the message
along with the name of the switch switch device.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35560 
						
					 
					
						2013-02-11 16:11:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							3f3eba88f6 
							
						 
					 
					
						
						
							
							generic: ar8216: reuse the private data from ar8216_probe  
						
						 
						
						... 
						
						
						
						The private data of the switch is already
allocated in ar8216_priv, assign that to
each PHY on the same MDIO bus. Also remove
the redundant code from ar8216_config_init.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35559 
						
					 
					
						2013-02-11 16:11:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1afb759b35 
							
						 
					 
					
						
						
							
							generic: ar8216: use phydev instead of pdev everywhere  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35555 
						
					 
					
						2013-02-11 13:25:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0b1fe07e8e 
							
						 
					 
					
						
						
							
							generic: ar8216: use pr_* macros for kernel messages  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35554 
						
					 
					
						2013-02-11 13:14:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							eea297884e 
							
						 
					 
					
						
						
							
							generic: ar8216: fix PHY features setup  
						
						 
						
						... 
						
						
						
						Sujith says:
This commit breaks the WAN port on my AP96 - DHCP fails.
Reverting it fixes the issue.
  commit b67cc3a0cdd02973610d4d5a63226d1c44841e94
  Author: juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   Fri Feb 8 09:13:18 2013 +0000
    generic: ar8216: simplify phy features setup
    Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@355183c298f89-4303-0410-b956-a3cf2f4a3e73
This change restores the previous behaviour and moves
the code into the ar8216_probe function.
Reported-by: Sujith Manoharan <sujith@msujith.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Tested-by: Sujith Manoharan <sujith@msujith.org>
SVN-Revision: 35549 
						
					 
					
						2013-02-11 10:05:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							617076c613 
							
						 
					 
					
						
						
							
							generic: ar8216: add ar8xxx_probe_switch helper  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35547 
						
					 
					
						2013-02-10 19:02:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							98b13e39ac 
							
						 
					 
					
						
						
							
							generic: ar8216: rename ar8xxx_mib_cleanup to ar8xxx_mib_stop  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35546 
						
					 
					
						2013-02-10 18:42:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f97170a720 
							
						 
					 
					
						
						
							
							generic: ar8216: free mib counters from ar8xxx_free  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35545 
						
					 
					
						2013-02-10 18:42:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							7924e517af 
							
						 
					 
					
						
						
							
							generic: ar8216: add ar8xxx_free helper  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35544 
						
					 
					
						2013-02-10 18:42:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							77b3c551c4 
							
						 
					 
					
						
						
							
							generic: ar8216: add ar8xxx_create{,mii} helpers  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35543 
						
					 
					
						2013-02-10 18:42:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5f70b1db2a 
							
						 
					 
					
						
						
							
							generic: ar8216: remove redundant phy address check  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35542 
						
					 
					
						2013-02-10 18:38:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							14fd37258b 
							
						 
					 
					
						
						
							
							generic: ar8216: only set phy_ptr if packet mangling is used  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35541 
						
					 
					
						2013-02-10 18:38:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							393163b098 
							
						 
					 
					
						
						
							
							generic: ar8216: add defines for the AR8316 POSTRIP register  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35539 
						
					 
					
						2013-02-10 13:18:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5ed480598d 
							
						 
					 
					
						
						
							
							generic: ar8216: don't probe the chip multiple times  
						
						 
						
						... 
						
						
						
						It is only needed when the private data is allocated.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35538 
						
					 
					
						2013-02-10 13:05:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							774da6c7a4 
							
						 
					 
					
						
						
							
							generic: ar8216: add sanity check to ar8216_probe  
						
						 
						
						... 
						
						
						
						Verify that the mdio bus has PHY devices with
a supported PHY ID at address 0-4.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35537 
						
					 
					
						2013-02-10 13:05:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							4720c75cf7 
							
						 
					 
					
						
						
							
							generic: ar8216: skip probe on unused PHY addresses  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35536 
						
					 
					
						2013-02-10 13:05:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							eedc3554fe 
							
						 
					 
					
						
						
							
							generic: b53: fix reverted error check in probe  
						
						 
						
						... 
						
						
						
						b53_switch_detect returns value returned by b53_read8, which is 0 for
success. So fail (and return error) only if b53_switch_detect returned
something else than 0. This fixes supported and advertising being zeros
for MDIO access.
Cc: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 35534 
						
					 
					
						2013-02-10 12:31:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							de123c4409 
							
						 
					 
					
						
						
							
							generic: ar8216: move sleep out of the loop  
						
						 
						
						... 
						
						
						
						It is enough to sleep once after ANEG is enabled on
all PHYs. This reduces boot time on boards with
AR8316 switch.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35532 
						
					 
					
						2013-02-09 13:26:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							aa04441904 
							
						 
					 
					
						
						
							
							generic: ar8216: simplify phy features setup  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35518 
						
					 
					
						2013-02-08 09:13:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9c1f95a416 
							
						 
					 
					
						
						
							
							generic: ar8216: don't use mdio bus specific functions in ar8216_id_chip  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35517 
						
					 
					
						2013-02-08 09:13:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5393efc0c7 
							
						 
					 
					
						
						
							
							generic: ar8216: use inline function to convert swdev to ar8216  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35514 
						
					 
					
						2013-02-07 15:18:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							b87a1c757d 
							
						 
					 
					
						
						
							
							generic: ar8216: add mii_bus field to struct ar8216_priv  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35513 
						
					 
					
						2013-02-07 15:18:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c130a3feac 
							
						 
					 
					
						
						
							
							generic: mvswitch: add detach callback  
						
						 
						
						... 
						
						
						
						Use the detach callback to disable packet mangling
to avoid possible NULL pointer dereference.
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35512 
						
					 
					
						2013-02-07 15:18:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							4be8c22e74 
							
						 
					 
					
						
						
							
							generic: ar8216: add detach callback  
						
						 
						
						... 
						
						
						
						The current code uses the 'remove' callback to disable
packet mangle on the underlying ethernet device.
However the attached_dev is always NULL when the
'remove' callback is called by phylib, and this causes
NULL pointer dereference, like this:
  [  475.300000] CPU 0 Unable to handle kernel paging request at virtual address 000000f0, epc == 801cdcf0, ra == 801c7eac
  [  475.310000] Oops[#1 ]:
  [  475.310000] Cpu 0
  [  475.310000] $ 0   : 00000000 00000000 00000000 00000001
  [  475.310000] $ 4   : 828dde00 00000005 828dde08 ffffffff
  [  475.310000] $ 8   : 00380081 00380081 82902a40 00000001
  [  475.310000] $12   : 00000037 00370081 00000001 00000000
  [  475.310000] $16   : 82865000 828dde08 828dde00 00000001
  [  475.310000] $20   : 00000080 00460000 00000002 77151448
  [  475.310000] $24   : 00000000 801abfd4
  [  475.310000] $28   : 82cc2000 82cc3d58 0053c3c4 801c7eac
  [  475.310000] Hi    : 00000007
  [  475.310000] Lo    : 00000004
  [  475.310000] epc   : 801cdcf0 ar8216_remove+0x1c/0x94
  [  475.310000]     Tainted: G           O
  [  475.310000] ra    : 801c7eac phy_remove+0x4c/0x6c
  [  475.310000] Status: 1000cc03    KERNEL EXL IE
  [  475.310000] Cause : 00800008
  [  475.310000] BadVA : 000000f0
  [  475.310000] PrId  : 00019750 (MIPS 74Kc)
  [  475.310000] Modules linked in: ath79_wdt ledtrig_usbdev ledtrig_netdev ag71xx(-) nf_nat_irc nf_nat_ftp nf_conntrack_irc nf_conntrack_ft
  p ipt_MASQUERADE iptable_nat xt_nat nf_nat_ipv4 nf_nat pppoext_conntrack xt_CT iptable_raw xt_state nf_conntrack_ipv4 nf_defrag_ipv4 nf_co
  nntrack ehci_hcd pppox ipt_REJECT xt_TCPMSS xt_LOG xt_comment xt_multiport xt_mac xt_limit iptable_mangle iptable_filter ip_tables xt_tcpu
  dp x_tables ppp_async ppp_generic slhc ath9k(O) ath9k_common(O) ath9k_hw(O) ath(O) mac80211(O) usbcore usb_common nls_base crc_ccitt cfg80
  211(O) compat(O) arc4 crypto_blkcipher aead ledtrig_timer ledtrig_default_on leds_gpio gpio_button_hotplug(O)
  [  475.310000] Process rmmod (pid: 1160, threadinfo=82cc2000, task=83969920, tls=7747c440)
  [  475.310000] Stack : 828dde08 802f5004 802f4680 00000001 828ddf70 801c7eac 802f4680 801ad6d8
          82902940 00000000 828dde08 802f5004 802f4680 801ad770 00000002 80269d94
          00000000 00000001 00000080 828dde08 828dde3c 801ad7fc 82902940 00000000
          83859100 00000000 8384dd2c 8384dd2c 828dde08 801ad230 82902800 00000000
          00000000 001a0041 828dde08 828dde08 802e80e8 801aac44 00000080 00460000
          ...
  [  475.310000] Call Trace:
  [  475.310000] [<801cdcf0>] ar8216_remove+0x1c/0x94
  [  475.310000] [<801c7eac>] phy_remove+0x4c/0x6c
  [  475.310000] [<801ad770>] __device_release_driver+0x6c/0xd0
  [  475.310000] [<801ad7fc>] device_release_driver+0x28/0x40
  [  475.310000] [<801ad230>] bus_remove_device+0xd8/0x10c
  [  475.310000] [<801aac44>] device_del+0x110/0x170
  [  475.310000] [<801aacb8>] device_unregister+0x14/0x28
  [  475.310000] [<801c92b0>] mdiobus_unregister+0x4c/0x70
  [  475.310000] [<82913060>] ag71xx_remove_ar8216_header+0xdc/0x5a8 [ag71xx]
  [  475.310000]
  [  475.310000]
  Code: 1200001c  8c82017c  ac800128 <8c4500f0> 3c03ffdf  3463ffff 00a31824  ac4300f0  ac4000e0
Add a detach callback and disable packet mangling in
that to fix the problem.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35511 
						
					 
					
						2013-02-07 15:18:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							fe61fc2d7d 
							
						 
					 
					
						
						
							
							generic: add detach callback to struct phy_driver  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35510 
						
					 
					
						2013-02-07 15:18:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							395d0bdc1f 
							
						 
					 
					
						
						
							
							generic: ar8216: clear driver specific data pointer in phy_device  
						
						 
						
						... 
						
						
						
						This is needed to avoid a NULL pointer dereference:
  [   19.525270] Unable to handle kernel paging request for data at address 0x00000018
  [   19.532750] Faulting instruction address: 0xc016e104
  [   19.537714] Oops: Kernel access of bad area, sig: 11 [#1 ]
  [   19.543102] P1010 RDB
  [   19.545365] Modules linked in: booke_wdt nf_nat_irc nf_nat_ftp nf_conntrack_irc nf_conntrack_ftp ipt_MASQUERADE iptable_nat xt_nat d
  [   19.590725] NIP: c016e104 LR: c0171490 CTR: 00000000
  [   19.595681] REGS: c4bc3c10 TRAP: 0300   Tainted: G        W  O (3.7.6)
  [   19.602284] MSR: 00029000 <CE,EE,ME>  CR: 82002022  XER: 20000000
  [   19.608381] DEAR: 00000018, ESR: 00000000
  [   19.612382] TASK = c4cd9c80[2070] 'ifconfig' THREAD: c4bc2000
  GPR00: 00000001 c4bc3cc0 c4cd9c80 00000000 c7811000 00000000 00000000 0000e8ec
  GPR08: 0000e8eb 00000000 00029000 00000001 00000000 100801f8 1005c51c 1005c514
  GPR16: 1005c468 1005c54c 1005c258 1005c530 10060000 00000000 c7811000 ffff8914
  GPR24: c7815030 c793e400 10063adb 00000000 c7811000 c045594c c78ca600 c7815000
  [   19.646352] NIP [c016e104] register_switch+0x98/0x2d0
  [   19.651397] LR [c0171490] ar8216_config_init+0x2d8/0x3f4
  [   19.656697] Call Trace:
  [   19.659138] [c4bc3cc0] [c0170490] ar8216_mii_read+0x64/0xc4 (unreliable)
  [   19.665835] [c4bc3d00] [c0171490] ar8216_config_init+0x2d8/0x3f4
  [   19.671835] [c4bc3d20] [c016cf8c] phy_init_hw+0x50/0x6c
  [   19.677053] [c4bc3d30] [c016d078] phy_attach_direct+0xd0/0xf8
  [   19.682793] [c4bc3d50] [c016d154] phy_connect_direct+0x24/0x68
  [   19.688621] [c4bc3d70] [c0183b70] of_phy_connect+0x48/0x6c
  [   19.694102] [c4bc3d90] [c0175aac] gfar_enet_open+0x254/0x3d8
  [   19.699755] [c4bc3db0] [c019acc4] __dev_open+0xc0/0x120
  [   19.704975] [c4bc3dd0] [c019af98] __dev_change_flags+0xd4/0x15c
  [   19.710888] [c4bc3df0] [c019b0d4] dev_change_flags+0x1c/0x60
  [   19.716544] [c4bc3e10] [c01ebb94] devinet_ioctl+0x290/0x690
  [   19.722111] [c4bc3e70] [c01ec8d4] inet_ioctl+0x88/0xbc
  [   19.727245] [c4bc3e80] [c0186b98] sock_ioctl+0x258/0x294
  [   19.732551] [c4bc3ea0] [c009c00c] do_vfs_ioctl+0x6a4/0x728
  [   19.738031] [c4bc3f10] [c009c0d4] sys_ioctl+0x44/0x70
  [   19.743077] [c4bc3f40] [c000c74c] ret_from_syscall+0x0/0x3c
  [   19.748646] --- Exception: c01 at 0x48091b34
  [   19.748646]     LR = 0x480e4b64
  [   19.756033] Instruction dump:
  [   19.758991] 2f830000 907f0050 3860fff4 419e021c 837f0000 38000000 901f0038 901f0040
  [   19.766744] 901f003c 7f600034 5400d97e 0f000000 <801b0018> 2f800000 40be0010 801b001c
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35497 
						
					 
					
						2013-02-05 08:39:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2e7f38c243 
							
						 
					 
					
						
						
							
							generic: ar8216: unregister switch on error path  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35496 
						
					 
					
						2013-02-05 08:39:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							0e9365b346 
							
						 
					 
					
						
						
							
							kernel: generic: update the ehci overcurrent patch to upstream submission  
						
						 
						
						... 
						
						
						
						Adds support for setting this in the generic platform driver's platform_data.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35480 
						
					 
					
						2013-02-04 10:19:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							e0fe5596f8 
							
						 
					 
					
						
						
							
							kernel: generic: add back the patch exporting bcm63xx tag header  
						
						 
						
						... 
						
						
						
						It went missing when adding linux 3.7 support.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35479 
						
					 
					
						2013-02-04 10:19:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							34ad8f4e75 
							
						 
					 
					
						
						
							
							kernel: generic: update to 3.8-rc6  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35478 
						
					 
					
						2013-02-04 10:19:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							08ff976720 
							
						 
					 
					
						
						
							
							kernel: update linux 3.7 to 3.7.6  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35476 
						
					 
					
						2013-02-04 10:02:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							4c223d7d4f 
							
						 
					 
					
						
						
							
							generic: convert crypto-ocf from kernel_thread to kthread  
						
						 
						
						... 
						
						
						
						recent kernels have finally stopped exporting kernel_thread, since a
deprecation circa 2006.  This patch attempts to convert to the newer
kernel kthread API, particularly in random.c
[juhosg: remove randomproc variable, it is not required after the patch]
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35456 
						
					 
					
						2013-02-02 15:31:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							bbfd8cbf94 
							
						 
					 
					
						
						
							
							linux/3.7: add missing config symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35450 
						
					 
					
						2013-02-02 10:05:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							668e529220 
							
						 
					 
					
						
						
							
							generic: fix gc_sections patch  
						
						 
						
						... 
						
						
						
						Due to the patch, essential '.data..*' sections are merged
into the '.data' section:
  --- vmlinux.good.sect   2013-02-01 23:49:16.000000000 +0100
  +++ vmlinux.bad.sect    2013-02-01 23:49:02.000000000 +0100
  @@ -1,5 +1,5 @@
  -vmlinux.good:     file format elf32-powerpc
  +vmlinux.bad:     file format elf32-powerpc
   Sections:
   Idx Name          Size      VMA       LMA       File off  Algn
  @@ -53,43 +53,35 @@
                     CONTENTS, ALLOC, LOAD, READONLY, DATA
    24 .machine.desc 00000460  c04e1000  004e1000  004f1000  2**2
                     CONTENTS, ALLOC, LOAD, DATA
  - 25 .data         0000f6a0  c04e2000  004e2000  004f2000  2**12
  + 25 .data         0001635c  c04e2000  004e2000  004f2000  2**12
                     CONTENTS, ALLOC, LOAD, DATA
  - 26 .data..init_task 00002000  c04f2000  004f2000  00502000  2**3
  -                  CONTENTS, ALLOC, LOAD, DATA
  - 27 .data..page_aligned 00002000  c04f4000  004f4000  00504000  2**12
  -                  CONTENTS, ALLOC, LOAD, DATA
  - 28 .data..cacheline_aligned 00000c00  c04f6000  004f6000  00506000
    2**5
  -                  CONTENTS, ALLOC, LOAD, DATA
  - 29 .data..read_mostly 000015e0  c04f6c00  004f6c00  00506c00  2**3
  -                  CONTENTS, ALLOC, LOAD, DATA
  - 30 .sbss         000002e0  c04f9000  004f9000  005081e0  2**3
  + 26 .sbss         000002e0  c04fa000  004fa000  0050835c  2**3
  <...>
This causes boot hang on powerpc. Modify the patch to
ensure that the kernel specific '.data..*' sections
remain separate.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35447 
						
					 
					
						2013-02-02 09:30:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a2529eab2b 
							
						 
					 
					
						
						
							
							linux/3.6: add missing config symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35441 
						
					 
					
						2013-02-01 17:30:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							fb936218a1 
							
						 
					 
					
						
						
							
							linux/3.6: refresh patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35440 
						
					 
					
						2013-02-01 17:30:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d158dfc607 
							
						 
					 
					
						
						
							
							linux/3.3: disable crashlog on PPC  
						
						 
						
						... 
						
						
						
						It causes NULL pointer dereference:
[    0.638235] __ioremap(): phys addr 0x7f00000 is RAM lr c025d61c
[    0.644090] Unable to handle kernel paging request for data at address 0x00000000
[    0.651533] Faulting instruction address: 0xc025d620
[    0.656483] Oops: Kernel access of bad area, sig: 11 [#1 ]
[    0.661856] P1010 RDB
[    0.664113] Modules linked in:
[    0.667152] NIP: c025d620 LR: c025d61c CTR: c000dc38
[    0.672101] REGS: c7831ef0 TRAP: 0300   Not tainted  (3.3.8)
[    0.677740] MSR: 00029000 <CE,EE,ME>  CR: 42022082  XER: 20000000
[    0.683817] DEAR: 00000000, ESR: 00000000
[    0.687811] TASK = c782c000[1] 'swapper' THREAD: c7830000
[    0.693017] GPR00: a1ee0000 c7831fa0 c782c000 00000000 0000214c ffffffff c7831ea6 0001ffff
[    0.701350] GPR08: c03697cc c035fba0 c03697cc c0360000 42022022 00000000 00000000 00000000
[    0.709682] GPR16: c0000a00 00000014 3fffffff 00ffa000 00000015 07fc42bc c0360000 00000000
[    0.718015] GPR24: 00000000 00000000 00001680 c0360000 00000000 c025d5e8 c0390000 c038b824
[    0.726535] NIP [c025d620] crashlog_init_fs+0x38/0xd8
[    0.731560] LR [c025d61c] crashlog_init_fs+0x34/0xd8
[    0.736503] Call Trace:
[    0.738939] [c7831fa0] [c025d61c] crashlog_init_fs+0x34/0xd8 (unreliable)
[    0.745712] [c7831fb0] [c0001e98] do_one_initcall+0xd4/0x198
[    0.751357] [c7831fe0] [c02537f4] kernel_init+0x9c/0x120
[    0.756647] [c7831ff0] [c000c2dc] kernel_thread+0x4c/0x68
[    0.762022] Instruction dump:
[    0.764975] 3860fff4 bfc10008 3fc0c039 90010014 3bfeb824 801f0004 2f800000 41be00a0
[    0.772699] 7c030378 38804000 4bdb38cd 3c00a1ee <81630000> 6000dead 7c691b78 907eb824
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35435 
						
					 
					
						2013-02-01 17:28:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5a2aa8f184 
							
						 
					 
					
						
						
							
							generic: fix default compression selection in ubifs  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35398 
						
					 
					
						2013-01-29 21:32:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							562ba537fc 
							
						 
					 
					
						
						
							
							kernel: update linux 3.7 to 3.7.5  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35390 
						
					 
					
						2013-01-29 18:29:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							c6744513a3 
							
						 
					 
					
						
						
							
							fix mtd_mp25p80_add_gd25q32_gd25q64.patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35378 
						
					 
					
						2013-01-29 11:06:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							714b2cfef3 
							
						 
					 
					
						
						
							
							Fix GigaDevice GD25Q32/GD25Q64 SPI Flash bad commit  
						
						 
						
						... 
						
						
						
						Fix GigaDevice GD25Q32/GD25Q64 SPI Flash bad commit.
The patch was added to "linux/generic/patches-3.6" instead of
"target/linux/generic/patches-3.6".
I also fixed a missing patch space and refreshed generic patches.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35367 
						
					 
					
						2013-01-29 09:46:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e252a1492c 
							
						 
					 
					
						
						
							
							generic: fix build failure in MIPS kexec code if SMP is enabled  
						
						 
						
						... 
						
						
						
						Fix it for older kernels as well.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35366 
						
					 
					
						2013-01-29 09:44:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1b3c6ad1fb 
							
						 
					 
					
						
						
							
							generic: fix build failure in MIPS kexec code if SMP is enabled  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35364 
						
					 
					
						2013-01-29 09:40:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							0de0955931 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35355 
						
					 
					
						2013-01-28 17:44:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							1dc9c8ef69 
							
						 
					 
					
						
						
							
							kernel: disable CONFIG_CRYPTO_MANAGER2, it is not needed  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35342 
						
					 
					
						2013-01-27 23:23:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							a9175c90cf 
							
						 
					 
					
						
						
							
							kernel: b53: the b53 spi driver depends on spi  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35340 
						
					 
					
						2013-01-27 21:39:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							62554217fc 
							
						 
					 
					
						
						
							
							kernel: add packages for pps and ptp, they are needed by tg3 in kernel 3.8  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35336 
						
					 
					
						2013-01-27 21:18:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							8193bbe59a 
							
						 
					 
					
						
						
							
							netfilter: add support for flushing conntrack via /proc  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35330 
						
					 
					
						2013-01-27 19:02:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							156a6e7999 
							
						 
					 
					
						
						
							
							kernel: clean up crypto kconfig options on 3.8  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35329 
						
					 
					
						2013-01-27 17:49:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							721bf97863 
							
						 
					 
					
						
						
							
							kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8  
						
						 
						
						... 
						
						
						
						These attributes where removed with kernel 3.8 and are now causing compile errors.
SVN-Revision: 35328 
						
					 
					
						2013-01-27 17:48:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							ed7ca5d44e 
							
						 
					 
					
						
						
							
							kernel: clean up crypto related kconfig options  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35327 
						
					 
					
						2013-01-27 17:23:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							044c316167 
							
						 
					 
					
						
						
							
							kernel: prevent cryptomgr from pulling in useless extra dependencies for tests that are not run  
						
						 
						
						... 
						
						
						
						Reduces kernel size after LZMA by about 5k on MIPS
SVN-Revision: 35325 
						
					 
					
						2013-01-27 16:21:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							8933b918cd 
							
						 
					 
					
						
						
							
							kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mips  
						
						 
						
						... 
						
						
						
						in combination with kernel symbol export stripping this significantly reduces
the kernel image size
SVN-Revision: 35320 
						
					 
					
						2013-01-26 16:26:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							680f460861 
							
						 
					 
					
						
						
							
							kernel: refresh 3.8 patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35317 
						
					 
					
						2013-01-24 17:04:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							4a69e20a10 
							
						 
					 
					
						
						
							
							kernel: add missing config options for 3.8  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35315 
						
					 
					
						2013-01-24 14:48:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b60fc82ce5 
							
						 
					 
					
						
						
							
							kernel: remove the cisco sip phone patch for 3.7 and 3.8 as well  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35310 
						
					 
					
						2013-01-23 16:31:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							bb0118c66f 
							
						 
					 
					
						
						
							
							generic: add b53 swconfig switch driver  
						
						 
						
						... 
						
						
						
						Add swconfig switch driver for Broadcom BCM53XX switch chips. Supports
switches connected through MDIO, SPI or memory mapped registers, and
supports BCM5325, BCM539x, BCM531x5 and the BCM63XX internal switch
chips.
Tested are BCM5325 trough MDIO, BCM53115 through SPI, and BCM6328.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35305 
						
					 
					
						2013-01-23 10:12:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							46e4246d61 
							
						 
					 
					
						
						
							
							kernel: remove 340-module_alloc_size_check.patch from linux 3.8, it is not necessary anymore  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35248 
						
					 
					
						2013-01-19 19:14:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							c3eeff807f 
							
						 
					 
					
						
						
							
							generic: rtl8366_smi: only assign pvid if no pvid was set yet  
						
						 
						
						... 
						
						
						
						Only assign a pvid if the current pvid is 0. Fixes using mixed tagged
and untagged traffic on a port and the untagged vlan isn't the last one
of which the port is a member.
Tested on RTL8366S and RTL8367R.
Fixes  #8501 .
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35227 
						
					 
					
						2013-01-18 15:19:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0de21d9747 
							
						 
					 
					
						
						
							
							kernel: update linux 3.7 to 3.7.3  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35216 
						
					 
					
						2013-01-18 11:44:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							28acc6588d 
							
						 
					 
					
						
						
							
							kernel: refresh 3.8 patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35209 
						
					 
					
						2013-01-17 22:28:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							57f7408b8a 
							
						 
					 
					
						
						
							
							generic: add EHCI|OHCI platform driver fix to 3.[36]  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35194 
						
					 
					
						2013-01-17 13:54:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b3b04e9fb1 
							
						 
					 
					
						
						
							
							kernel: port 203-kallsyms_uncompressed.patch and 305-mips_module_reloc.patch to 3.8  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35162 
						
					 
					
						2013-01-14 18:55:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							78dc69e1d4 
							
						 
					 
					
						
						
							
							generic: remove EHCI platform driver fix from 3.8  
						
						 
						
						... 
						
						
						
						It is not needed on 3.8.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35160 
						
					 
					
						2013-01-14 17:53:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							b035c594ae 
							
						 
					 
					
						
						
							
							generic: add EHCI|OHCI platform driver fix from the cns21xx target  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35159 
						
					 
					
						2013-01-14 17:47:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							e0e3509b5c 
							
						 
					 
					
						
						
							
							kernel: add a config option for keeping the kallsyms table uncompressed, saving ~9kb kernel size after lzma on ar71xx  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35154 
						
					 
					
						2013-01-14 16:08:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							5d55cece6e 
							
						 
					 
					
						
						
							
							kernel: add back the mips module relocation patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35126 
						
					 
					
						2013-01-13 12:23:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5d1ecfc26d 
							
						 
					 
					
						
						
							
							refresh kernel configs with kconfig.pl  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35119 
						
					 
					
						2013-01-12 12:29:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c19c30cefd 
							
						 
					 
					
						
						
							
							kernel: update linux 3.7 to 3.7.2  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35100 
						
					 
					
						2013-01-12 11:43:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							ecf230710f 
							
						 
					 
					
						
						
							
							mvebu: update to 3.8-rc3  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35086 
						
					 
					
						2013-01-10 17:20:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							885eea1842 
							
						 
					 
					
						
						
							
							kernel: update bcma and ssb to master-2013-01-09 from wireless-testing  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35080 
						
					 
					
						2013-01-10 14:05:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							25475a095e 
							
						 
					 
					
						
						
							
							mvebu: add inital support for Marvell Armada XP/370 SoCs  
						
						 
						
						... 
						
						
						
						This brings in the initial support for the Marvell Armada XP/370 SoCs.
Successfully tested on RD-A370-A1 and DB-MV784MP-GP boards the following
interfaces:
- Ethernet
- SDIO
- GPIOs
- SATA
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35058 
						
					 
					
						2013-01-08 22:20:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							8dbed04ec9 
							
						 
					 
					
						
						
							
							kernel: add support for 3.8-rc2  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35055 
						
					 
					
						2013-01-08 22:19:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							75657ff8a9 
							
						 
					 
					
						
						
							
							kernel: add missing config symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35021 
						
					 
					
						2013-01-06 15:09:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							d5d2e8b4db 
							
						 
					 
					
						
						
							
							missing underscore in 3.3 regmap patch  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 35018 
						
					 
					
						2013-01-06 10:01:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							2e8409cce3 
							
						 
					 
					
						
						
							
							kernel: port the regmap fix to 3.6 ( #12749 ), refresh patches for other versions  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35016 
						
					 
					
						2013-01-05 13:33:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							e6aac19237 
							
						 
					 
					
						
						
							
							fix regmap debloat patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 35015 
						
					 
					
						2013-01-05 00:20:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							96f3911981 
							
						 
					 
					
						
						
							
							kernel: move regmap bloat out of the kernel image if it is only being used in modules  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34999 
						
					 
					
						2013-01-03 18:39:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							4443997fd8 
							
						 
					 
					
						
						
							
							brcm47xx: add bgmac driver  
						
						 
						
						... 
						
						
						
						This Ethernet driver is in early development stage and still has some problems.
This was working on my bcm4716 based device.
Thanks to Rafał Miłecki <zajec5@gmail.com> for writing this driver.
SVN-Revision: 34995 
						
					 
					
						2013-01-03 02:05:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							7a73c2f91f 
							
						 
					 
					
						
						
							
							generic: add some missing kernel config symbols spotted on x86  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34981 
						
					 
					
						2013-01-02 19:10:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							373b0b9ad1 
							
						 
					 
					
						
						
							
							generic: fix UBIFS build error if XZ compression is disabled  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34959 
						
					 
					
						2013-01-02 08:53:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							cbe5d664e1 
							
						 
					 
					
						
						
							
							generic: add missing symbol for 3.7  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34947 
						
					 
					
						2013-01-01 13:15:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							41a039f464 
							
						 
					 
					
						
						
							
							mips: use -mno-branch-likely for kernel and userspace, saves ~11k kernel size after lzma and ~12k squashfs size in the default configuration  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34909 
						
					 
					
						2012-12-28 19:17:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							9bb8b9fadb 
							
						 
					 
					
						
						
							
							kernel: remove the cisco SIP NAT patch, at least on 3.6 it crashes  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34901 
						
					 
					
						2012-12-27 22:59:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							fff75fe5b6 
							
						 
					 
					
						
						
							
							generic: more missing symbols for 3.{6,7}  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34887 
						
					 
					
						2012-12-26 10:40:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d4b4c7d102 
							
						 
					 
					
						
						
							
							generic: ar8216: add sgmii_delay_en field to ar8327_platform_data  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34881 
						
					 
					
						2012-12-25 18:45:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c3cb63661f 
							
						 
					 
					
						
						
							
							generic: ar8216: don't use 0 as default VID on AR8327  
						
						 
						
						... 
						
						
						
						VID0 is reserved for priority-tagged packets.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34862 
						
					 
					
						2012-12-22 18:30:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							fa9d06c7f4 
							
						 
					 
					
						
						
							
							generic: more missing symbols for 3.{6,7}  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34861 
						
					 
					
						2012-12-22 17:22:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							3931c9524c 
							
						 
					 
					
						
						
							
							generic: ar8316: allow to configure port 6 via platform data on AR8327  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34847 
						
					 
					
						2012-12-22 12:12:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a0b31f97bb 
							
						 
					 
					
						
						
							
							generic: ar8216: rename cpuport_cfg to port0_cfg in ar8327_platform_data  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34846 
						
					 
					
						2012-12-22 12:12:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c0e1a6f342 
							
						 
					 
					
						
						
							
							generic/3.6: add platform specific power callbacks to {e,o}hci_platform drivers  
						
						 
						
						... 
						
						
						
						Backport of upstream commits:
86e4cb35f2260374df4139c2352afe7fe247cb60 usb: host: ehci-platform: BUG_ON() to WARN_ON() on probe
b6dd245c4594482d46507a0bfd100439be367952 usb: host: ohci-platform: BUG_ON() to WARN_ON() on probe
04216bedafb1b3992a6c2b7f1518281d2ba5fc7b usb: host: ehci-platform: add platform specific power callback
e4d37aeb373a5edceecc1dadc76fabbe8bc18e44 usb: host: ohci-platform: addplatform specific power callback
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34842 
						
					 
					
						2012-12-22 12:11:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							123343d424 
							
						 
					 
					
						
						
							
							make to rtl8366_smi of binding use gpio_is_valid  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34816 
						
					 
					
						2012-12-21 13:47:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							840d0d246c 
							
						 
					 
					
						
						
							
							kernel: add solos-pci update for 3.3  
						
						 
						
						... 
						
						
						
						Same patches that I just merged for 3.6 and 3.7, except with one
additional fix that went into v3.4 that needed to be included.
Submitted more for the benefit of the AA branch than for trunk.
[juhosg: refresh the patch with quilt]
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34813 
						
					 
					
						2012-12-21 10:38:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2d6a41cf5d 
							
						 
					 
					
						
						
							
							kernel: add solos-pci patches from 3.8 for new hardware  
						
						 
						
						... 
						
						
						
						[juhosg: refresh patches with quilt, skip the patch for 3.3]
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34806 
						
					 
					
						2012-12-20 17:14:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d21275a36b 
							
						 
					 
					
						
						
							
							linux: add missing symbols for 3.{6,7}  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34805 
						
					 
					
						2012-12-20 17:14:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mirko Vogt 
							
						 
					 
					
						
						
						
						
							
						
						
							e34a4e0c7b 
							
						 
					 
					
						
						
							
							Do not use deprecated path to functions.sh (/etc/functions.sh -> /lib/functions.sh)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34793 
						
					 
					
						2012-12-19 16:07:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mirko Vogt 
							
						 
					 
					
						
						
						
						
							
						
						
							439a869090 
							
						 
					 
					
						
						
							
							Do not overload mount-call - trying to reduce confusion  
						
						 
						
						... 
						
						
						
						The behaviour of calling 'mount' differed depending on whether it called
the busybox-mount, the mount of util-linux, the mount defined in
/lib/functions.sh and /lib/functions/boot.sh
/etc/preinit even included /lib/functions.sh and /lib/functions/boot.sh,
both re-defining 'mount'.
SVN-Revision: 34792 
						
					 
					
						2012-12-19 16:07:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2143de1a3d 
							
						 
					 
					
						
						
							
							generic: disable crashlog on ppc  
						
						 
						
						... 
						
						
						
						It causes panic on boot:
[    0.194287] __ioremap(): phys addr 0x1f00000 is RAM lr crashlog_init_fs
[    0.200902] Unable to handle kernel paging request for data at address 0x00000000
[    0.208347] Faulting instruction address: 0xc026cb10
[    0.213282] Oops: Kernel access of bad area, sig: 11 [#1 ]
[    0.218586] PowerPC 40x Platform
[    0.221783] Modules linked in:
[    0.224817] NIP: c026cb10 LR: c026cb10 CTR: c000c1b8
[    0.229745] REGS: c1825ed0 TRAP: 0300   Not tainted  (3.6.11)
[    0.235435] MSR: 00029030 <EE,ME,IR,DR>  CR: 42004082  XER: 00000000
[    0.241745] DEAR: 00000000, ESR: 00000000
[    0.245724] TASK = c181e000[1] 'swapper' THREAD: c1824000
GPR00: c026cb10 c1825f80 c181e000 00000000 0000004b 0000004b c029a4dd 6f675f69
GPR08: 6e69745f c0290440 00000000 00000000 22004084 00000000 01ffc400 004011f8
GPR16: 00000001 ffffffff 00000000 007fff00 01ff6120  01f94298 01fff258 c02631b8
GPR24: c02604bc 00000019 c02a0000 c02a0000 c027c644 00000000 c02c0000 c02bd388
[    0.279089] NIP [c026cb10] crashlog_init_fs+0x30/0xe0
[    0.284095] LR [c026cb10] crashlog_init_fs+0x30/0xe0
[    0.289000] Call Trace:
[    0.291442] [c1825f80] [c026cb10] crashlog_init_fs+0x30/0xe0 (unreliable)
[    0.298185] [c1825f90] [c00023fc] do_one_initcall+0xdc/0x1c8
[    0.303812] [c1825fc0] [c02638c4] kernel_init+0x110/0x1a4
[    0.309154] [c1825ff0] [c000ad4c] kernel_thread+0x4c/0x68
[    0.314488] Instruction dump:
[    0.317429] 9421fff0 7c0802a6 bfc10008 3fc0c02c 90010014 3bfed388 3800fff4 807f0004
[    0.325117] 2f830000 41be00a4 38804000 4bda2809 <81630000> 7c691b78 907ed388 6d605e11
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34773 
						
					 
					
						2012-12-18 20:10:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1e8ab43834 
							
						 
					 
					
						
						
							
							generic: add missing symbols for 3.{6,7}  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34772 
						
					 
					
						2012-12-18 20:09:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							8903f8581b 
							
						 
					 
					
						
						
							
							kernel: update linux 3.7 to 3.7.1  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34760 
						
					 
					
						2012-12-18 15:13:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d537f76ddd 
							
						 
					 
					
						
						
							
							kernel: Fix Cisco SIP NAT patch to build with 3.7  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34753 
						
					 
					
						2012-12-18 14:50:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0c64d55b14 
							
						 
					 
					
						
						
							
							kernel: add missing config option BATTERY_DS2781 for 3.7  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34749 
						
					 
					
						2012-12-18 14:50:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							44b9898251 
							
						 
					 
					
						
						
							
							kernel: update linux 3.6 to 3.6.11  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34748 
						
					 
					
						2012-12-18 14:41:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							1bdea42662 
							
						 
					 
					
						
						
							
							kernel: fix a warning in the O_DIRECT debloat patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34740 
						
					 
					
						2012-12-17 20:55:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							2bda7a5b41 
							
						 
					 
					
						
						
							
							kernel: add some debloat patches, strip down procfs and make O_DIRECT support optional, saves ~15K after lzma on MIPS  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34737 
						
					 
					
						2012-12-17 15:11:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d153bdbba9 
							
						 
					 
					
						
						
							
							generic: rtl836x: fix compiler warnings  
						
						 
						
						... 
						
						
						
						CC      drivers/net/phy/rtl8366rb.o
In file included from drivers/net/phy/rtl8366s.c:16:0:
include/linux/of_platform.h:106:13: warning: 'struct device' declared inside parameter list [enabled by default]
include/linux/of_platform.h:106:13: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
drivers/net/phy/rtl8366s.c: In function 'rtl8366s_probe':
drivers/net/phy/rtl8366s.c:1094:2: warning: label 'err_out' defined but not used [-Wunused-label]
drivers/net/phy/rtl8366s.c:1055:32: warning: unused variable 'pdata'[-Wunused-variable]
  CC      drivers/net/phy/rtl8366rb.o
In file included from drivers/net/phy/rtl8366rb.c:17:0:
include/linux/of_platform.h:106:13: warning: 'struct device' declared inside parameter list [enabled by default]
include/linux/of_platform.h:106:13: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
drivers/net/phy/rtl8366rb.c: In function 'rtl8366rb_probe':
drivers/net/phy/rtl8366rb.c:1214:2: warning: label 'err_out' defined but not used [-Wunused-label]
drivers/net/phy/rtl8366rb.c:1175:32: warning: unused variable 'pdata'[-Wunused-variable]
  CC      drivers/net/phy/rtl8367.o
In file included from drivers/net/phy/rtl8367.c:15:0:
include/linux/of_platform.h:106:13: warning: 'struct device' declared inside parameter list [enabled by default]
include/linux/of_platform.h:106:13: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
drivers/net/phy/rtl8367.c: In function 'rtl8367_probe':
drivers/net/phy/rtl8367.c:1712:2: warning: label 'err_out' defined but not used [-Wunused-label]
drivers/net/phy/rtl8367.c:1677:32: warning: unused variable 'pdata' [-Wunused-variable]
  CC      drivers/net/phy/rtl8367b.o
In file included from drivers/net/phy/rtl8367b.c:15:0:
include/linux/of_platform.h:106:13: warning: 'struct device' declared inside parameter list [enabled by default]
include/linux/of_platform.h:106:13: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
drivers/net/phy/rtl8367b.c: In function 'rtl8367b_probe':
drivers/net/phy/rtl8367b.c:1494:2: warning: label 'err_out' defined but not used [-Wunused-label]
drivers/net/phy/rtl8367b.c:1459:32: warning: unused variable 'pdata' [-Wunused-variable]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34731 
						
					 
					
						2012-12-17 13:02:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							8c3306b8b6 
							
						 
					 
					
						
						
							
							kernel: add a missing config symbol for 3.7  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34710 
						
					 
					
						2012-12-15 22:00:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							eba8cccd88 
							
						 
					 
					
						
						
							
							linux: generic: rtl836*: fix compilation with !CONFIG_OF  
						
						 
						
						... 
						
						
						
						fixes the following errors caused by r34682:
  CC [M]  drivers/net/phy/rtl8366_smi.o
In file included from drivers/net/phy/rtl8366_smi.c:26:0:
drivers/net/phy/rtl8366_smi.h:149:46: warning: 'struct platform_device' declared inside parameter list [enabled by default]
drivers/net/phy/rtl8366_smi.h:149:46: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
drivers/net/phy/rtl8366_smi.c:1398:65: warning: 'struct platform_device' declared inside parameter list [enabled by default]
drivers/net/phy/rtl8366_smi.c: In function 'rtl8366_smi_probe_plat':
drivers/net/phy/rtl8366_smi.c:1400:44: error: dereferencing pointer to incomplete type
drivers/net/phy/rtl8366_smi.c:1402:11: error: dereferencing pointer to incomplete type
drivers/net/phy/rtl8366_smi.c:1403:16: error: dereferencing pointer to incomplete type
drivers/net/phy/rtl8366_smi.c: At top level:
drivers/net/phy/rtl8366_smi.c:1415:46: warning: 'struct platform_device' declared inside parameter list [enabled by default]
drivers/net/phy/rtl8366_smi.c:1415:21: error: conflicting types for 'rtl8366_smi_probe'
drivers/net/phy/rtl8366_smi.h:149:21: note: previous declaration of 'rtl8366_smi_probe' was here
drivers/net/phy/rtl8366_smi.c: In function 'rtl8366_smi_probe':
drivers/net/phy/rtl8366_smi.c:1420:31: error: dereferencing pointer to incomplete type
drivers/net/phy/rtl8366_smi.c:1424:10: error: dereferencing pointer to incomplete type
drivers/net/phy/rtl8366_smi.c:1425:3: warning: passing argument 1 of 'rtl8366_smi_probe_of' from incompatible pointer type [enabled by default]
drivers/net/phy/rtl8366_smi.c:1392:19: note: expected 'struct device_node *' but argument is of type 'struct platform_device *'
drivers/net/phy/rtl8366_smi.c:1427:3: warning: passing argument 1 of 'rtl8366_smi_probe_plat' from incompatible pointer type [enabled by default]
drivers/net/phy/rtl8366_smi.c:1398:5: note: expected 'struct platform_device *' but argument is of type 'struct platform_device *'
drivers/net/phy/rtl8366_smi.c: At top level:
drivers/net/phy/rtl8366_smi.c:1438:1: error: conflicting types for 'rtl8366_smi_probe'
drivers/net/phy/rtl8366_smi.h:149:21: note: previous declaration of 'rtl8366_smi_probe' was here
make[7]: *** [drivers/net/phy/rtl8366_smi.o] Error 1
make[6]: *** [drivers/net/phy] Error 2
make[5]: *** [drivers/net] Error 2
make[4]: *** [drivers] Error 2
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 34703 
						
					 
					
						2012-12-15 13:32:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							d8678644f9 
							
						 
					 
					
						
						
							
							make rtl8366 driver OF capable  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34682 
						
					 
					
						2012-12-15 01:59:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							57d7df3a35 
							
						 
					 
					
						
						
							
							generic: export include/linux/switch.h on 3.3, 3.6  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34678 
						
					 
					
						2012-12-14 12:11:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a860153cce 
							
						 
					 
					
						
						
							
							generic: disintegrate UAPI from include/linux/switch.h  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34677 
						
					 
					
						2012-12-14 12:11:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							8aed692309 
							
						 
					 
					
						
						
							
							generic: refresh patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34676 
						
					 
					
						2012-12-14 08:47:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							272ef8ac00 
							
						 
					 
					
						
						
							
							generic: update pci_disable_usb_common_quirks patch  
						
						 
						
						... 
						
						
						
						Fixes the following compiler warning:
drivers/usb/host/pci-quirks.c:459:23: warning: 'quirk_usb_handoff_uhci' defined but not used [-Wunused-function]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34675 
						
					 
					
						2012-12-14 08:32:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							6e4082f170 
							
						 
					 
					
						
						
							
							kernel: fix solos-pci skb double-free in DMA mode  
						
						 
						
						... 
						
						
						
						[juhosg: refresh the patches with quilt]
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34667 
						
					 
					
						2012-12-13 18:39:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							321852348f 
							
						 
					 
					
						
						
							
							kernel: fix perf build with uclibc toolchains on x86  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34666 
						
					 
					
						2012-12-13 17:34:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							5e7d69554e 
							
						 
					 
					
						
						
							
							kernel/3.6: backport an upstream build for perf with uClibc  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34662 
						
					 
					
						2012-12-13 15:40:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							2bb7f82d8a 
							
						 
					 
					
						
						
							
							kernel: fix porting mistakes on the 3.6+ SIP NAT patch causing crashes  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34657 
						
					 
					
						2012-12-13 13:07:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							1bd8db0bd6 
							
						 
					 
					
						
						
							
							kernel: update bcma and ssb to master-2012-12-11-2 from wireless-testing  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34651 
						
					 
					
						2012-12-12 22:42:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							eece71be56 
							
						 
					 
					
						
						
							
							generic: fix 8139cp patch for 3.6  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34640 
						
					 
					
						2012-12-12 08:37:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2b378d11c8 
							
						 
					 
					
						
						
							
							kernel: update linux 3.6 to 3.6.10  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34639 
						
					 
					
						2012-12-11 20:14:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							ed15c452a1 
							
						 
					 
					
						
						
							
							kernel: update to 3.7 final  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34626 
						
					 
					
						2012-12-11 11:31:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							cbfca35c76 
							
						 
					 
					
						
						
							
							generic: backport a fix for the input keymap-matrix module  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34620 
						
					 
					
						2012-12-10 21:05:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							5c28c5255f 
							
						 
					 
					
						
						
							
							generic: backport an upstream fix for building snd-soc-pcm as a module  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34617 
						
					 
					
						2012-12-10 21:05:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							dfd718d13d 
							
						 
					 
					
						
						
							
							mac80211: ath9k: allow to load EEPROM data via firmware API  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34606 
						
					 
					
						2012-12-10 15:46:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							374a72411a 
							
						 
					 
					
						
						
							
							generic/kernel: add a fix for a common MIPS build failure.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34602 
						
					 
					
						2012-12-10 15:04:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							c1c6a23f13 
							
						 
					 
					
						
						
							
							kernel/generic: refresh 3.7 patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34601 
						
					 
					
						2012-12-10 15:03:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							0f90806014 
							
						 
					 
					
						
						
							
							kernel/generic: port r34599 over 3.7 kernel  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34600 
						
					 
					
						2012-12-10 15:03:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							67e85c0018 
							
						 
					 
					
						
						
							
							kernel/generic: fix build failure on missing uhci symbol  
						
						 
						
						... 
						
						
						
						linux-3.6.8/drivers/usb/host/pci-quirks.c:471: undefined reference to
`uhci_check_and_reset_hc'
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34599 
						
					 
					
						2012-12-10 14:24:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2581173660 
							
						 
					 
					
						
						
							
							kernel: update linux 3.6 to 3.6.9  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34578 
						
					 
					
						2012-12-08 15:01:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							33f6c5ddb9 
							
						 
					 
					
						
						
							
							kernel: add missing USB configuration symbols after r34501  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34568 
						
					 
					
						2012-12-07 11:01:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							60663b12b2 
							
						 
					 
					
						
						
							
							add CONFIG_GPIO_PL061 config symbol  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34555 
						
					 
					
						2012-12-06 22:40:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							afc2b07be1 
							
						 
					 
					
						
						
							
							get rid of the specific UART driver and use AMBA PL010  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34548 
						
					 
					
						2012-12-06 22:39:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							abc03de599 
							
						 
					 
					
						
						
							
							kernel: add missing config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34532 
						
					 
					
						2012-12-06 14:11:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							a3843e7ec7 
							
						 
					 
					
						
						
							
							kernel 3.6+: nuke obsolete patches that are messing up oprofile builds  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34506 
						
					 
					
						2012-12-05 16:49:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							512baafc6b 
							
						 
					 
					
						
						
							
							kernel/3.3: move OHCI and EHCI platform drivers to generic  
						
						 
						
						... 
						
						
						
						These patches are not specific to bcm47xx and will be used on other
platforms as well.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34501 
						
					 
					
						2012-12-05 14:18:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							a7220cd9f8 
							
						 
					 
					
						
						
							
							kernel: disable more pci quirks to save space on platforms that don't need them  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34467 
						
					 
					
						2012-12-03 10:33:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							ec885796c0 
							
						 
					 
					
						
						
							
							kernel 3.6+: switch to a crc32 implementation that is more suitable for small caches. reduces kernel image size by ~22 KiB on mips  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34461 
						
					 
					
						2012-12-02 18:37:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							24b31c9428 
							
						 
					 
					
						
						
							
							kernel: fix stripping symbol exports  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34458 
						
					 
					
						2012-12-02 17:42:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							38d3b8d0ea 
							
						 
					 
					
						
						
							
							kernel: patch in a working copy of elf.h instead of using relative path based hackery in #include statements  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34449 
						
					 
					
						2012-12-02 15:26:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							890f83dfb3 
							
						 
					 
					
						
						
							
							Update linux-atm fixes to reflect the final upstream pull request  
						
						 
						
						... 
						
						
						
						[juhosg: refresh the patches with quilt]
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34443 
						
					 
					
						2012-12-02 13:04:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							7cde0281f4 
							
						 
					 
					
						
						
							
							kernel: Fix 8139cp ring buffer initialisation, tx timeout recovery, add BQL  
						
						 
						
						... 
						
						
						
						Patches queued upstream in net-next.git
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34415 
						
					 
					
						2012-11-29 17:58:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							543c2c27d1 
							
						 
					 
					
						
						
							
							kernel: Add ATM fixes pending upstream merge (queue reduction, race fixes)  
						
						 
						
						... 
						
						
						
						Patches about to go into net-next.git
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34410 
						
					 
					
						2012-11-29 17:37:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							df6727639a 
							
						 
					 
					
						
						
							
							kernel: Add missing CONFIG_BATTERY_DS2781 option to generic 3.6 config  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34409 
						
					 
					
						2012-11-29 17:37:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							3a4d0ebd5c 
							
						 
					 
					
						
						
							
							kernel: update linux 3.6 to 3.6.8  
						
						 
						
						... 
						
						
						
						Also refresh the affected patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34402 
						
					 
					
						2012-11-29 07:42:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							608efcdbd0 
							
						 
					 
					
						
						
							
							kernel: add CONFIG_BCMA_POSSIBLE=y to generic config as it is set in most of the target configs.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34330 
						
					 
					
						2012-11-25 14:14:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							49d4b5581d 
							
						 
					 
					
						
						
							
							generic: ar8216: set delay values for SGMII mode on AR8327  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34315 
						
					 
					
						2012-11-23 20:55:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							3205b52d1c 
							
						 
					 
					
						
						
							
							generic: ar8216: introduce ar8216_mib_op helper  
						
						 
						
						... 
						
						
						
						The ar8216_mib_{capture,flush} functions are similar.
Move the common code into a helper and use that from
the original functions.
This change also fixes a lockdep warning in
ar8216_mib_flush.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34297 
						
					 
					
						2012-11-22 10:33:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							10d30f2d2d 
							
						 
					 
					
						
						
							
							swconfig: make it compatible with 3.7  
						
						 
						
						... 
						
						
						
						swconfig does not compile with 3.7 because
struct netlink_notify->pid    has been renamed to
struct netlink_notify->portid
and
struct genl_info->snd_pid     has been renamed to
struct genl_info->snd_portid
Use the new names and add compatibility patches
to 3.3 and 3.6.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34288 
						
					 
					
						2012-11-21 17:38:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5c740aa23c 
							
						 
					 
					
						
						
							
							generic: add some missing symbols for 3.7  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34284 
						
					 
					
						2012-11-20 21:34:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2a792f32b5 
							
						 
					 
					
						
						
							
							generic: ar8216: fix port number check in 'ar8xxx_mib_work_func'  
						
						 
						
						... 
						
						
						
						Also add a WARN_ON to 'ar8216_mib_fetch_port_stat'
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34283 
						
					 
					
						2012-11-20 20:40:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							258b2f2dc2 
							
						 
					 
					
						
						
							
							generic: ar8216: remove an unblanced mutex_unlock call  
						
						 
						
						... 
						
						
						
						Fixes the following warning:
[   94.080000]
[   94.080000] =====================================
[   94.080000] [ BUG: bad unlock balance detected! ]
[   94.080000] 3.3.8 #2  Tainted: G           O
[   94.080000] -------------------------------------
[   94.080000] swconfig/1220 is trying to release lock (&priv->mib_lock) at:
[   94.080000] [<801df8f4>] ar8216_sw_get_port_mib+0x138/0x16c
[   94.080000] but there are no more locks to release!
[   94.080000]
[   94.080000] other info that might help us debug this:
[   94.080000] 2 locks held by swconfig/1220:
[   94.080000]  #0 :  (genl_mutex){+.+...}, at: [<80222430>] genl_rcv+0x14/0x34
[   94.080000]  #1 :  (&dev->sw_mutex){+.+...}, at: [<801da018>] swconfig_get_dev+0x88/0xb4
[   94.080000]
[   94.080000] stack backtrace:
[   94.080000] Call Trace:
[   94.080000] [<8028dc58>] dump_stack+0x8/0x34
[   94.080000] [<800a5128>] print_unlock_inbalance_bug+0xe0/0xfc
[   94.080000] [<800a82c0>] lock_release+0x18c/0x1c8
[   94.080000] [<80292074>] __mutex_unlock_slowpath+0xd8/0x17c
[   94.080000] [<801df8f4>] ar8216_sw_get_port_mib+0x138/0x16c
[   94.080000] [<801db688>] swconfig_get_attr+0xbc/0x394
[   94.080000] [<8022261c>] genl_rcv_msg+0x1cc/0x214
[   94.080000] [<80221a18>] netlink_rcv_skb+0x6c/0xe8
[   94.080000] [<80222440>] genl_rcv+0x24/0x34
[   94.080000] [<80221370>] netlink_unicast+0x15c/0x22c
[   94.080000] [<8022175c>] netlink_sendmsg+0x240/0x2d0
[   94.080000] [<801ef544>] sock_sendmsg+0x84/0x9c
[   94.080000] [<801f0648>] __sys_sendmsg+0x1cc/0x270
[   94.080000] [<801f207c>] sys_sendmsg+0x48/0x7c
[   94.080000] [<8006ad78>] stack_done+0x20/0x40
[   94.080000]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34282 
						
					 
					
						2012-11-20 20:40:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							82b57b0c28 
							
						 
					 
					
						
						
							
							generic: ar8216: add missing locking calls  
						
						 
						
						... 
						
						
						
						Fixes the following lockdep warning:
[   19.160000] ------------[ cut here ]------------
[   19.160000] WARNING: at drivers/net/phy/ar8216.c:322 ar8216_rmw+0x54/0xa4()
[   19.170000] Modules linked in: nf_defrag_ipv4 nf_conntrack ehci_hcd
sd_mod pppox ipt_REJECT xt_TCPMSS ipt_LOG xt_comment xt_multip
ort xt_mac xt_limit iptable_mangle iptable_filter ip_tables xt_tcpudp
x_tables ppp_async ppp_generic slhc ath9k(O) ath9k_common(O) at
h9k_hw(O) ath(O) mac80211(O) usbcore usb_common scsi_mod nls_base crc7
crc_itu_t crc_ccitt cfg80211(O) compat(O) arc4 aes_generic cry
pto_blkcipher cryptomgr aead crypto_hash crypto_algapi ledtrig_timer
ledtrig_default_on leds_gpio gpio_button_hotplug(O)
[   19.210000] Call Trace:
[   19.220000] [<8028dc38>] dump_stack+0x8/0x34
[   19.220000] [<80072da0>] warn_slowpath_common+0x78/0xa4
[   19.230000] [<80072de4>] warn_slowpath_null+0x18/0x24
[   19.230000] [<801de820>] ar8216_rmw+0x54/0xa4
[   19.240000] [<801df460>] ar8216_mib_capture+0x70/0xd0
[   19.240000] [<801df944>] ar8xxx_mib_work_func+0x34/0x98
[   19.250000] [<80089a7c>] process_one_work+0x28c/0x460
[   19.250000] [<8008a630>] worker_thread+0x22c/0x334
[   19.260000] [<8008e544>] kthread+0x88/0x90
[   19.260000] [<80065020>] kernel_thread_helper+0x10/0x18
[   19.270000]
[   19.270000] ---[ end trace 22e9d696adfa6a08 ]---
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34281 
						
					 
					
						2012-11-20 20:40:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c0f73ac607 
							
						 
					 
					
						
						
							
							generic: convert yaffs to use kuid_t and kgid_t on 3.6+  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34280 
						
					 
					
						2012-11-20 17:45:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							6c1fbb2d5c 
							
						 
					 
					
						
						
							
							mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz  
						
						 
						
						... 
						
						
						
						[juhosg: move ramips specific stuff into a followup patch]
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34269 
						
					 
					
						2012-11-20 07:19:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							8e4cefc7f8 
							
						 
					 
					
						
						
							
							refresh all kernel configurations  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34267 
						
					 
					
						2012-11-20 07:19:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							8dc72c5c4d 
							
						 
					 
					
						
						
							
							Revert "target specific patches have nothing to do in generic.."  
						
						 
						
						... 
						
						
						
						This reverts commit r34230, as it is causing build failures:
 make[3] -C package/mtd compile
imagetag.c:35:32: fatal error: linux/bcm963xx_tag.h: No such file or directory
compilation terminated.
make[4]: *** [imagetag.o] Error 1
Any patches modifying exported kernel headers need to reside in generic
as toolchain/kernel-headers only applies generic patches.
SVN-Revision: 34255 
						
					 
					
						2012-11-19 12:38:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							4c043300fc 
							
						 
					 
					
						
						
							
							fix 820-usb_add_usb_find_device_by_name.patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34254 
						
					 
					
						2012-11-19 10:56:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							4fa5781a95 
							
						 
					 
					
						
						
							
							kernel: refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34253 
						
					 
					
						2012-11-18 21:40:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							86cc79ac98 
							
						 
					 
					
						
						
							
							brcm47xx: add support for kernel 3.6  
						
						 
						
						... 
						
						
						
						This is based on the patch by Peter Wagner.
SVN-Revision: 34252 
						
					 
					
						2012-11-18 21:27:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							db763080f4 
							
						 
					 
					
						
						
							
							kernel: add missing generic config options for 3.6+  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34250 
						
					 
					
						2012-11-18 20:54:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							c159c7a462 
							
						 
					 
					
						
						
							
							kernel: add CONFIG_XZ_DEC=y to generic  
						
						 
						
						... 
						
						
						
						CONFIG_SQUASHFS_XZ selects CONFIG_XZ_DEC so this could also be moved.
SVN-Revision: 34249 
						
					 
					
						2012-11-18 20:48:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							935ca3f3eb 
							
						 
					 
					
						
						
							
							add 3.7-rc6 support (patch 820 still has to be fixed)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34247 
						
					 
					
						2012-11-18 18:52:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							863657d040 
							
						 
					 
					
						
						
							
							generic: ar8216: add MIB counter support for the AR8216 switch as well  
						
						 
						
						... 
						
						
						
						Thanks to Jonas Gorski for the reference URL.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34245 
						
					 
					
						2012-11-18 16:21:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							98f30aac8e 
							
						 
					 
					
						
						
							
							generic: ar8216: rename AR8216_*_STATS_* defines  
						
						 
						
						... 
						
						
						
						The names are misleading, those are only valid from
AR8236. The AR8216 chip uses different offsets.
Thanks to Jonas Gorski for the report.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34244 
						
					 
					
						2012-11-18 16:20:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9abd8cd004 
							
						 
					 
					
						
						
							
							generic ar8216: allow to read/reset MIB counters via swconfig  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34243 
						
					 
					
						2012-11-18 12:26:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							4b17323b51 
							
						 
					 
					
						
						
							
							generic: ar8216: use dynamically allocated private data in ar8216_probe  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34242 
						
					 
					
						2012-11-18 12:26:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							b220071cd2 
							
						 
					 
					
						
						
							
							target specific patches have nothing to do in generic..  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34230 
						
					 
					
						2012-11-18 09:22:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c90128ce31 
							
						 
					 
					
						
						
							
							generic: remove temporary config file introduced in r34227  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34229 
						
					 
					
						2012-11-18 08:51:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							ff1e854511 
							
						 
					 
					
						
						
							
							kernel: update linux 3.6 to 3.6.7  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34227 
						
					 
					
						2012-11-18 08:41:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							7e199fcc06 
							
						 
					 
					
						
						
							
							add missing framebuffer config symbol  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34217 
						
					 
					
						2012-11-16 16:32:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							8ad0b56ba5 
							
						 
					 
					
						
						
							
							do not build crashlog on sparc too  
						
						 
						
						... 
						
						
						
						This is crashing the kernel in crashlog_init_fs(), until fixed, disable it
for SPARC too.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34213 
						
					 
					
						2012-11-16 16:32:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							b763d47bfe 
							
						 
					 
					
						
						
							
							3.6: add some framebuffer related config symbols  
						
						 
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34207 
						
					 
					
						2012-11-16 13:00:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f6c3a8ddd6 
							
						 
					 
					
						
						
							
							generic: refresh 3.6 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34194 
						
					 
					
						2012-11-13 20:57:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							a8c492dbb3 
							
						 
					 
					
						
						
							
							MIPS: add a build fix for arch/mips/boot/compressed/decompress.c  
						
						 
						
						... 
						
						
						
						And get rid of the AR7 patch because at least the Alchemy SoC also needs it
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34170 
						
					 
					
						2012-11-12 12:49:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							5f30fe31b6 
							
						 
					 
					
						
						
							
							move redboot boardconfig patch into target folder  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34166 
						
					 
					
						2012-11-12 07:56:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							527c473674 
							
						 
					 
					
						
						
							
							add support for the Tonze AP-422/425  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34165 
						
					 
					
						2012-11-11 21:04:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							502661f685 
							
						 
					 
					
						
						
							
							generic: sanitize deps_initramfs list  
						
						 
						
						... 
						
						
						
						If any filename in the intramfs dependency
list contains a colon, that causes a kernel
build error like this:
/devel/openwrt/build_dir/linux-ar71xx_generic/linux-3.6.6/usr/Makefile:58: *** multiple target patterns.  Stop.
make[5]: *** [usr] Error 2
Fix it by removing such filenames from the
deps_initramfs list.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34125 
						
					 
					
						2012-11-09 09:07:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							a50d121d8e 
							
						 
					 
					
						
						
							
							linux: export bcm963xx_tag.h to userspace  
						
						 
						
						... 
						
						
						
						Export bcm963xx_tag.h so mtd can use it without using kernel includes.
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>
[jonas.gorski@gmail.com: fixup bcm63xx patches, completely remove header
 from original location, refresh patches, use  a more matching patch
 number, port to 3.6]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
SVN-Revision: 34103 
						
					 
					
						2012-11-06 15:21:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							0722fd9c63 
							
						 
					 
					
						
						
							
							linux: generic: fix split_squashfs for 3.6  
						
						 
						
						... 
						
						
						
						_read expects the retlen to be initialized to zero, which the mtd_read
helper does. So fix it by using mtd_read instead of calling _read directly.
SVN-Revision: 34093 
						
					 
					
						2012-11-06 00:48:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5e43b934fd 
							
						 
					 
					
						
						
							
							linux/3.3: backport an upstream GPIO patch  
						
						 
						
						... 
						
						
						
						The backported patch introduces new flags to
automatically export GPIOs when using the
convenience unctions gpio_request_one() or
gpio_request_array().
This will be used by ar71xx/ramips platforms.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34081 
						
					 
					
						2012-11-05 11:04:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							6040b1d29a 
							
						 
					 
					
						
						
							
							linux-3.6: fix portability of some includes files in tools/ used on the host  
						
						 
						
						... 
						
						
						
						SVN-Revision: 34068 
						
					 
					
						2012-11-04 17:01:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0005762690 
							
						 
					 
					
						
						
							
							generic: make yaffs work on 3.6  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34054 
						
					 
					
						2012-11-01 11:07:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							ffcb4b0fe1 
							
						 
					 
					
						
						
							
							generic: rename jffs2 patches  
						
						 
						
						... 
						
						
						
						Make room for the upcoming yaffs patches.
No functional changes.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34053 
						
					 
					
						2012-11-01 11:07:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							6c8c3ee77d 
							
						 
					 
					
						
						
							
							generic: use mtd_* helpers in the yaffs code  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34046 
						
					 
					
						2012-10-31 21:17:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							07a762c4c5 
							
						 
					 
					
						
						
							
							kernel: update linux 3.6 to 3.6.5  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34042 
						
					 
					
						2012-10-31 20:09:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a4126685c6 
							
						 
					 
					
						
						
							
							generic: split yaffs-3.2-fix patch  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34041 
						
					 
					
						2012-10-31 19:33:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							4baeb543f0 
							
						 
					 
					
						
						
							
							generic: replace yaffs-2.6.39 patch  
						
						 
						
						... 
						
						
						
						Use backported upstream patches instead.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34032 
						
					 
					
						2012-10-31 15:12:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							b888c2deab 
							
						 
					 
					
						
						
							
							generic: replace yaffs mutex_fix patch  
						
						 
						
						... 
						
						
						
						Use a backported patch instead.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34021 
						
					 
					
						2012-10-30 21:16:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d54782d01a 
							
						 
					 
					
						
						
							
							generic: replace yaffs symlink fix patch  
						
						 
						
						... 
						
						
						
						Use a backported patch instead.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34020 
						
					 
					
						2012-10-30 21:16:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9a8ccc1a08 
							
						 
					 
					
						
						
							
							generic: rename yaffs patches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34019 
						
					 
					
						2012-10-30 21:16:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							449f88df0f 
							
						 
					 
					
						
						
							
							generic: fold yaffs_git_2010_10_20 patch to generic/files  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34013 
						
					 
					
						2012-10-30 14:58:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							56190ed0fc 
							
						 
					 
					
						
						
							
							generic: fold yaffs_cvs_2009_04_24 patch to generic/files  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34012 
						
					 
					
						2012-10-30 14:58:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							c0c69c974f 
							
						 
					 
					
						
						
							
							add missing 3.6 symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33986 
						
					 
					
						2012-10-29 10:00:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f7b2089704 
							
						 
					 
					
						
						
							
							generic: add more symbols for 3.6  
						
						 
						
						... 
						
						
						
						Also refresh the config file with kconfig.pl.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33984 
						
					 
					
						2012-10-29 09:08:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							87186c5ed4 
							
						 
					 
					
						
						
							
							kernel: update linux 3.6 to 3.6.4  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33982 
						
					 
					
						2012-10-28 18:59:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9a37cf7ec6 
							
						 
					 
					
						
						
							
							generic: fix crashlog patch for 3.6  
						
						 
						
						... 
						
						
						
						kmsg_dump() uses an iterator to receive log buffer
content since 3.5. Change the 'crashlog_do_dump'
function in order to make it compatible with the
new version.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33970 
						
					 
					
						2012-10-28 09:50:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							7640a7cc24 
							
						 
					 
					
						
						
							
							generic: fix tcp_window_check patch for 3.6  
						
						 
						
						... 
						
						
						
						Move the new entry to the end of the tcp_sysctl_table
array to fix the following error:
[    7.670000] sysctl table check failed: net/netfilter/nf_conntrack_tcp_max_retrans No data
[    7.680000] Call Trace:
[    7.680000] [<80273bc4>] dump_stack+0x8/0x34
[    7.680000] [<80128710>] __register_sysctl_table+0x374/0x3a8
[    7.690000] [<868d5034>] nf_conntrack_l4proto_unregister+0x158/0x1a0[nf_conntrack]
[    7.700000] [<868d50e4>] nf_conntrack_l4proto_register+0x68/0x21c[nf_conntrack]
[    7.710000] [<868b237c>] need_ipv4_conntrack+0x35c/0xb60[nf_conntrack_ipv4]
[    7.710000]
[    7.720000] nf_conntrack_l4proto_tcp4 :protocol register failed
[    7.720000] nf_conntrack_ipv4: can't register pernet ops
[    7.780000] nf_nat: Unknown symbol nf_nat_seq_adjust_hook (err 0)
[    7.790000] nf_nat: Unknown symbol need_ipv4_conntrack (err 0)
[    7.800000] iptable_nat: Unknown symbol nf_nat_packet (err 0)
[    7.810000] iptable_nat: Unknown symbol nf_nat_setup_info (err 0)
[    7.820000] iptable_nat: Unknown symbol nf_nat_icmp_reply_translation (err 0)
[    7.820000] iptable_nat: Unknown symbol need_ipv4_conntrack (err 0)
[    7.840000] ipt_MASQUERADE: Unknown symbol nf_nat_setup_info (err 0)
[    7.860000] nf_nat_ftp: Unknown symbol nf_nat_follow_master (err 0)
[    7.870000] nf_nat_ftp: Unknown symbol __nf_nat_mangle_tcp_packet (err 0)
[    7.890000] nf_nat_irc: Unknown symbol nf_nat_follow_master (err 0)
[    7.900000] nf_nat_irc: Unknown symbol __nf_nat_mangle_tcp_packet (err 0)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33968 
						
					 
					
						2012-10-27 15:42:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							50be09e1f7 
							
						 
					 
					
						
						
							
							instead of updating the whole file, just add the additional boards  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33966 
						
					 
					
						2012-10-27 13:29:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e8fc46b7c5 
							
						 
					 
					
						
						
							
							generic: allow to disable [25]GHz support in ath9k via platform data  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33954 
						
					 
					
						2012-10-27 08:55:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c92998f9d9 
							
						 
					 
					
						
						
							
							generic: use mtd_read in myloader parser  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33952 
						
					 
					
						2012-10-27 07:57:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							ee9376d153 
							
						 
					 
					
						
						
							
							generic: swconfig: use led_set_brightness in LED control code  
						
						 
						
						... 
						
						
						
						The 'led_brightness_set' function has
been renamed to 'led_set_brightness'
in recent ernels. Use the new name and
add a compatibility patch for 3.3.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33946 
						
					 
					
						2012-10-26 18:58:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1127781d40 
							
						 
					 
					
						
						
							
							generic: add missing symbols for 3.6  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33945 
						
					 
					
						2012-10-26 18:58:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							fad6afdf06 
							
						 
					 
					
						
						
							
							add some more 3.6 config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33940 
						
					 
					
						2012-10-26 15:24:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							d4ef5de604 
							
						 
					 
					
						
						
							
							kernel: add PCI id 14e4:4350 to ssb  
						
						 
						
						... 
						
						
						
						* 14e4:4350 is found on a Broadcom BCM43222.
* remove some warnings when using a BCM43222.
SVN-Revision: 33929 
						
					 
					
						2012-10-25 15:50:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							1e2962e63c 
							
						 
					 
					
						
						
							
							kernel: add a few missing config symbols for x86. added to generic config because of dependencies, so that kernel_menuconfig does not remove them again  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33923 
						
					 
					
						2012-10-25 15:11:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							5591188ac3 
							
						 
					 
					
						
						
							
							kernel: refresh config files using kconfig.pl  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33922 
						
					 
					
						2012-10-25 15:11:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							dca633f1c8 
							
						 
					 
					
						
						
							
							kernel: update bcma and ssb to master-2012-10-18 from wireless-testing  
						
						 
						
						... 
						
						
						
						* update the flash driver for bcm47xx to use the stubs already in bcma
* do some misc enhancements to the flash drivers for bcm47xx
SVN-Revision: 33920 
						
					 
					
						2012-10-25 14:33:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							df6f9072ab 
							
						 
					 
					
						
						
							
							ARM: fix XZ decompressor stub build failure on strstr()  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33915 
						
					 
					
						2012-10-24 15:57:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							b5c27880ee 
							
						 
					 
					
						
						
							
							fixup generic 3.6 kernel config  
						
						 
						
						... 
						
						
						
						It was not meant to be committed as-is in r33911
SVN-Revision: 33914 
						
					 
					
						2012-10-24 15:57:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							a6bfca90b0 
							
						 
					 
					
						
						
							
							fix IFF_NO_IP_ALIGN bitmask to contain only 1 bit set  
						
						 
						
						... 
						
						
						
						This issue got introduced while porting the patch over 3.6 in r33897
SVN-Revision: 33913 
						
					 
					
						2012-10-24 13:23:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							7e856e5a97 
							
						 
					 
					
						
						
							
							make all 3.6 patches apply and build  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33911 
						
					 
					
						2012-10-24 13:05:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							4afb91a12f 
							
						 
					 
					
						
						
							
							swconfig: get rid of the NLA_PUT_* macros  
						
						 
						
						... 
						
						
						
						Upstream kernel 3.6 has removed this usage, use the plain functions directly as
intended.
SVN-Revision: 33906 
						
					 
					
						2012-10-24 13:05:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							949b46d13d 
							
						 
					 
					
						
						
							
							linux 3.6 support (work in progress)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33897 
						
					 
					
						2012-10-23 12:21:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							0d2cf5f9e3 
							
						 
					 
					
						
						
							
							kernel: move the bcma fallback sprom fix to generic  
						
						 
						
						... 
						
						
						
						bcm63xx needs the bcma fallback sprom fix, too.
SVN-Revision: 33896 
						
					 
					
						2012-10-23 10:57:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							ca25e61c6c 
							
						 
					 
					
						
						
							
							refresh 3.3 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33887 
						
					 
					
						2012-10-21 21:30:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0045449b1b 
							
						 
					 
					
						
						
							
							generic: add driver for the the RTL8367R{B,-VB} switches  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33839 
						
					 
					
						2012-10-18 07:22:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							c24df51736 
							
						 
					 
					
						
						
							
							add support for new Option modules (GTM66xxWFS/GTM67xxWFS)  
						
						 
						
						... 
						
						
						
						Add new device ID's for the hso driver as well as usb storage
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33743 
						
					 
					
						2012-10-13 06:58:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							ba6751058b 
							
						 
					 
					
						
						
							
							gpiodev/gpioctl RIP  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33725 
						
					 
					
						2012-10-11 11:58:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							9b22ca8042 
							
						 
					 
					
						
						
							
							The Gateworks System Controller (GSC) is an i2c device that provides system level monitoring and control of Gateworks boards. It is used on several product families spanning several different target architectures (ixp4xx, cns3xxx, davinci).  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33720 
						
					 
					
						2012-10-11 07:59:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							d0ec348ded 
							
						 
					 
					
						
						
							
							kernel: fq_codel: dont reinit flow state  
						
						 
						
						... 
						
						
						
						Keep fq_codel flow state around after queue empty.
SVN-Revision: 33687 
						
					 
					
						2012-10-10 11:54:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							f933719138 
							
						 
					 
					
						
						
							
							kernel: dont delay acks after ECN CE  
						
						 
						
						... 
						
						
						
						Bugfix from linux head - don't delay acks from ECN congestion
experienced in some situations.
SVN-Revision: 33686 
						
					 
					
						2012-10-10 11:54:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							f570c806ef 
							
						 
					 
					
						
						
							
							mtd: allow partial block unlock  
						
						 
						
						... 
						
						
						
						This allows sysupgrade for devices such as the Gateworks Avila/Cambria
product families based on the ixp4xx using the redboot bootloader with
combined FIS directory and RedBoot config partitions on larger FLASH
devices with larger eraseblocks.
This second iteration of this patch addresses previous issues:
  - whitespace breakage fixed
  - unlock in all scenarios
  - simplification and fix logic bug
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33681 
						
					 
					
						2012-10-10 11:38:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							9f083117d1 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33602 
						
					 
					
						2012-09-30 11:45:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a0df3fa315 
							
						 
					 
					
						
						
							
							generic: enable CONFIG_USB_EHCI_TT_NEWSCHED  
						
						 
						
						... 
						
						
						
						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 
						
					 
					
						2012-09-27 20:05:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							579e9cded8 
							
						 
					 
					
						
						
							
							generic: add upstream commit id to codel patches and refresh those  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33560 
						
					 
					
						2012-09-26 14:17:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							eb97933e2a 
							
						 
					 
					
						
						
							
							backport the upstream entropy changes ( #11951 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33559 
						
					 
					
						2012-09-26 12:54:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b968dcd52e 
							
						 
					 
					
						
						
							
							kernel: increase log buffer size  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33515 
						
					 
					
						2012-09-22 23:10:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							a74cf6f9a8 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33501 
						
					 
					
						2012-09-21 05:38:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							c4a419b445 
							
						 
					 
					
						
						
							
							kernel: enable perf events when enabling profiling, fixes oprofile on arm  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33497 
						
					 
					
						2012-09-20 20:27:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							acaf597f4a 
							
						 
					 
					
						
						
							
							generic: add MTD_NAND_AR934X symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33384 
						
					 
					
						2012-09-13 07:26:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							43147ffec5 
							
						 
					 
					
						
						
							
							generic: move GENERIC_PWM symbol into the generic config  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33383 
						
					 
					
						2012-09-13 06:38:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							a36bdb2417 
							
						 
					 
					
						
						
							
							fix ixp4xx_hss build failure ( #12162 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33356 
						
					 
					
						2012-09-10 08:53:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2323120d5e 
							
						 
					 
					
						
						
							
							generic add WLAN calibration data ID to routerboot.h  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33346 
						
					 
					
						2012-09-09 14:05:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f3ecbea052 
							
						 
					 
					
						
						
							
							adm5120: move common routerboot definitions into a separate header file  
						
						 
						
						... 
						
						
						
						Those will be used on the ar71xx platform as well.
SVN-Revision: 33341 
						
					 
					
						2012-09-09 11:55:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							fccf1f5105 
							
						 
					 
					
						
						
							
							generic: add support for the EON EN25Q64 SPI flash chip  
						
						 
						
						... 
						
						
						
						It is used in some TL-WDR4310 devices. Closes  #12077 .
SVN-Revision: 33275 
						
					 
					
						2012-08-26 09:27:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5d84dabf0f 
							
						 
					 
					
						
						
							
							generic: extend pci_isable_usb_common_quirks patch  
						
						 
						
						... 
						
						
						
						Fixes the following build error:
  SYSMAP  System.map
  Building modules, stage 2.
  MODPOST 48 modules
ERROR: "usb_enable_xhci_ports" [drivers/usb/host/ehci-hcd.ko] undefined!
ERROR: "usb_is_intel_switchable_xhci" [drivers/usb/host/ehci-hcd.ko] undefined!
make[6]: *** [__modpost] Error 1
make[5]: *** [modules] Error 2
SVN-Revision: 33193 
						
					 
					
						2012-08-15 13:26:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							5f8ffb8873 
							
						 
					 
					
						
						
							
							fixes gpio_dev un/reload balancing  
						
						 
						
						... 
						
						
						
						Signed-off-by: SHI Bin <shibin@ctsing.com>
SVN-Revision: 33183 
						
					 
					
						2012-08-14 12:32:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							b942309f4f 
							
						 
					 
					
						
						
							
							generic: use __meminit annotation for crashlog_init_memblock  
						
						 
						
						... 
						
						
						
						Fixes this section mismatch warning:
WARNING: vmlinux.o(.meminit.text+0xb14): Section mismatch in reference
from the function memblock_insert_region() to the function
.init.text:crashlog_init_memblock()
The function __meminit memblock_insert_region() references
a function __init crashlog_init_memblock().
If crashlog_init_memblock is only used by memblock_insert_region then
annotate crashlog_init_memblock with a matching annotation.
Also, remove the __init annotations from 'include/linux/crashlog.h'
SVN-Revision: 33137 
						
					 
					
						2012-08-12 10:30:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5dd996bc2a 
							
						 
					 
					
						
						
							
							generic: rtl8366_smi: increase delay after switch hw reset  
						
						 
						
						... 
						
						
						
						SVN-Revision: 33077 
						
					 
					
						2012-08-10 06:32:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							f45132d1d4 
							
						 
					 
					
						
						
							
							Codel: avoid a nul rec_inv_sqrt  
						
						 
						
						... 
						
						
						
						One condition before codel_Newton_step() was not good if
we never left the dropping state for a flow. As a result
rec_inv_sqrt was 0, instead of the ~0 initial value.
codel control law was then set to a very aggressive mode, dropping
many packets before reaching 'target' and recovering from this problem.
Brought over from 3.5-stable
Signed-off-by: Dave Taht <dave.taht@bufferbloat.net>
SVN-Revision: 32950 
						
					 
					
						2012-08-02 13:39:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e2782eae8e 
							
						 
					 
					
						
						
							
							generic: rtl836x: add hw_reset field to struct rtl8366_smi  
						
						 
						
						... 
						
						
						
						It will be used to start/stop the switch if that is
supported by the given board.
SVN-Revision: 32943 
						
					 
					
						2012-08-02 09:54:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							614ca3cc9e 
							
						 
					 
					
						
						
							
							generic: rtl8366_smi: use __rtl8366_smi_cleanup instead of gpio_free calls  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32942 
						
					 
					
						2012-08-02 09:54:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							c0561a42e7 
							
						 
					 
					
						
						
							
							disable crashlog on ARM platforms for the moment  
						
						 
						
						... 
						
						
						
						It is currently badly broken on ARM, until fixed, disable it
SVN-Revision: 32926 
						
					 
					
						2012-07-31 23:09:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							ee0946a5f4 
							
						 
					 
					
						
						
							
							refresh pwm patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32905 
						
					 
					
						2012-07-29 11:53:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							101766fb00 
							
						 
					 
					
						
						
							
							clean up pwm patches and drivers  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32901 
						
					 
					
						2012-07-28 20:47:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							f0fe59648a 
							
						 
					 
					
						
						
							
							add config option CONFIG_I2C_MV64XXX to fix kirkwood build  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32898 
						
					 
					
						2012-07-28 11:36:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							ac30beaaa7 
							
						 
					 
					
						
						
							
							add more USB-related config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32883 
						
					 
					
						2012-07-26 17:03:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							0c75abf527 
							
						 
					 
					
						
						
							
							bcma: update to version from wireless-testing tag master-2012-07-16  
						
						 
						
						... 
						
						
						
						I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it.
This also contains 3 additional patches fixing some bugs in bcma.
SVN-Revision: 32880 
						
					 
					
						2012-07-26 15:42:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							ab2cb9ce61 
							
						 
					 
					
						
						
							
							add yet another framebuffer symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32844 
						
					 
					
						2012-07-25 14:01:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							7ee4798be2 
							
						 
					 
					
						
						
							
							add unset CONFIG_FB_XGI to fix fullbuilds  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32836 
						
					 
					
						2012-07-25 09:05:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							c238862651 
							
						 
					 
					
						
						
							
							add missing framebuffer related symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32804 
						
					 
					
						2012-07-24 19:43:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							53a6946bb4 
							
						 
					 
					
						
						
							
							fix tantos patch properly  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32796 
						
					 
					
						2012-07-24 17:28:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							6fe32d72a2 
							
						 
					 
					
						
						
							
							make tantos switch select ETHERNET_PACKET_MANGLE  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32795 
						
					 
					
						2012-07-24 16:50:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b59bc92c6e 
							
						 
					 
					
						
						
							
							crashlog: fix dependency, add memblock support  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32787 
						
					 
					
						2012-07-22 16:39:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b1f318de53 
							
						 
					 
					
						
						
							
							kernel: fix portability issues on the x86 specific relocs host tool, fixes build on mac os x  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32783 
						
					 
					
						2012-07-20 12:28:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e9af340016 
							
						 
					 
					
						
						
							
							generic: ocf: restore terminating entry of pci_id_table in hifnHIPP  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32680 
						
					 
					
						2012-07-12 08:34:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luka Perkov 
							
						 
					 
					
						
						
						
						
							
						
						
							283021ac15 
							
						 
					 
					
						
						
							
							ocf: update to version 20120127  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32672 
						
					 
					
						2012-07-11 23:38:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							45d55161a6 
							
						 
					 
					
						
						
							
							kernel: bcma: update to version from wireless-testing tag master-2012-07-11  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32670 
						
					 
					
						2012-07-11 22:17:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							6b8392eb12 
							
						 
					 
					
						
						
							
							generic: ar8216: start aneg on each PHY of the AR8327  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32604 
						
					 
					
						2012-07-05 08:26:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							1e2262df76 
							
						 
					 
					
						
						
							
							kernel: generic: spi: allow empty (un)prepare transfer  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32590 
						
					 
					
						2012-07-03 21:42:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							bd9fa13c73 
							
						 
					 
					
						
						
							
							kernel: ssb/bcma: update to version from wireless-testing tag master-2012-07-02  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32580 
						
					 
					
						2012-07-02 23:12:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							a5c684de26 
							
						 
					 
					
						
						
							
							kernel: switch openwrt default to TCP cubic from westwood (patch by Dave Täht)  
						
						 
						
						... 
						
						
						
						Despite Westwood's theoretical advantages, in nearly
every benchmark we ran last year, TCP cubic won, whether it be
on correct RTT estimates, amount of buffering, responsiveness,
etc. on current hardware and software designs.
(both need timestamps on to work well, besides)
TCP cubic is better maintained and understood than westwood,
also.
While a scenario where westwood would win possibly exists,
there is too much buffering in the wifi stack in particular
at present, to see any improvement.
If you wish to exercise various TCPs under contention,
the current svn head of netperf (2.6) has options to switch
congestion control agorithms on the fly, as does iperf.
SVN-Revision: 32514 
						
					 
					
						2012-06-27 22:32:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							41909c6568 
							
						 
					 
					
						
						
							
							kernel: add missing config symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32498 
						
					 
					
						2012-06-24 20:21:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							b934fa2f16 
							
						 
					 
					
						
						
							
							generic: ar8216: allow to configure AR8327 LEDs via platform data  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32456 
						
					 
					
						2012-06-19 10:44:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							50958f5e03 
							
						 
					 
					
						
						
							
							kernel: replace the brcm47xx fuse workaround patches with a generic patch that applies to all mips targets  
						
						 
						
						... 
						
						
						
						The dcache bug that it works around is a generic issue, not a brcm47xx cache quirk
SVN-Revision: 32395 
						
					 
					
						2012-06-16 21:06:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							8b46a72583 
							
						 
					 
					
						
						
							
							kernel: add a few more tracing related symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32094 
						
					 
					
						2012-06-06 18:04:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							ce1d4d7ee9 
							
						 
					 
					
						
						
							
							kernel: make tracing support configurable  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32085 
						
					 
					
						2012-06-06 15:25:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							7b12e9e49c 
							
						 
					 
					
						
						
							
							backport spi message queue infrastructure  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32077 
						
					 
					
						2012-06-06 13:31:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							5ec2209734 
							
						 
					 
					
						
						
							
							refresh generic patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32059 
						
					 
					
						2012-06-05 13:40:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							47ef62d1b8 
							
						 
					 
					
						
						
							
							adds patch to make Tantos (psb6970) switch buildable again  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32006 
						
					 
					
						2012-05-30 17:41:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9e02593b70 
							
						 
					 
					
						
						
							
							generic: ar8216: add revision specific PHY fixups for AR8327  
						
						 
						
						... 
						
						
						
						SVN-Revision: 32000 
						
					 
					
						2012-05-29 16:39:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0d241e6670 
							
						 
					 
					
						
						
							
							generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_priv  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31999 
						
					 
					
						2012-05-29 16:39:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							b2fce19a70 
							
						 
					 
					
						
						
							
							generic: ar8216: add chip_is_ar8{216,236,316,327} helpers  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31998 
						
					 
					
						2012-05-29 16:39:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							f638414fdc 
							
						 
					 
					
						
						
							
							kernel: fix suppressing -s for linking modules when profiling is enabled  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31924 
						
					 
					
						2012-05-27 21:02:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							86dad96fd0 
							
						 
					 
					
						
						
							
							generic: rtl8367: rename a misnamed variable  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31917 
						
					 
					
						2012-05-27 17:09:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							705d31203c 
							
						 
					 
					
						
						
							
							generic: rtl8366_smi: remove duplicated spinlock initialization  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31916 
						
					 
					
						2012-05-27 17:09:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9217115687 
							
						 
					 
					
						
						
							
							generic: rtl8366_smi: rename debugfs Kconfig symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31915 
						
					 
					
						2012-05-27 17:09:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							466ef30173 
							
						 
					 
					
						
						
							
							generic: rtl8367: allow to use VLANs > 31  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31914 
						
					 
					
						2012-05-27 17:09:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							51bc47ce7c 
							
						 
					 
					
						
						
							
							kernel: properly pad the allocated headroom in skb_cow to NET_SKB_PAD  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31906 
						
					 
					
						2012-05-27 15:16:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0b8c1c8dfb 
							
						 
					 
					
						
						
							
							linux/3.2: R.I.P.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31905 
						
					 
					
						2012-05-27 15:01:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							de4c4d35e1 
							
						 
					 
					
						
						
							
							linux/3.1: R.I.P.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31891 
						
					 
					
						2012-05-27 15:01:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							6f89cffc9a 
							
						 
					 
					
						
						
							
							kernel: add a few patches for avoiding unnecessary skb reallocations - significantly improves ethernet<->wireless performance with mac80211 based drivers  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31886 
						
					 
					
						2012-05-27 14:43:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							230c0eb2cb 
							
						 
					 
					
						
						
							
							kernel: fix a warning in the connmark module  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31856 
						
					 
					
						2012-05-24 18:25:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2ae5581447 
							
						 
					 
					
						
						
							
							kernel: update linux 3.3 to 3.3.7  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31848 
						
					 
					
						2012-05-23 21:05:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1e1c0a5405 
							
						 
					 
					
						
						
							
							linux/3.3: avoid recursive calling of mtd_writev in the block2mtd driver  
						
						 
						
						... 
						
						
						
						Should fix  #11513 . Tested with the x86/generic squashfs image within a VM.
SVN-Revision: 31841 
						
					 
					
						2012-05-23 21:05:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							9037c2ccc6 
							
						 
					 
					
						
						
							
							lantiq: allow platforms with rt2x00 to override the mac address without overriding eeprom, fixes bogus wlan mac address on arv4520  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31835 
						
					 
					
						2012-05-20 21:58:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							ce59af117c 
							
						 
					 
					
						
						
							
							kernel: merge a net-next fq_codel backlog handling fix  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31813 
						
					 
					
						2012-05-18 22:12:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1fd4bf270b 
							
						 
					 
					
						
						
							
							linux/2.6.39: R.I.P.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31808 
						
					 
					
						2012-05-18 20:10:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							c30405070c 
							
						 
					 
					
						
						
							
							kernel: add some missing config options added by r31756  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31774 
						
					 
					
						2012-05-17 13:28:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							273797f15a 
							
						 
					 
					
						
						
							
							kernel: ssb/bcma: update to version from wireless-testing tag master-2012-05-16-2  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31772 
						
					 
					
						2012-05-17 13:22:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							54edbfabac 
							
						 
					 
					
						
						
							
							kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by Dave Täht)  
						
						 
						
						... 
						
						
						
						Codel is a new AQM algorithm and RED replacement designed by
Kathie Nichols and Van Jacobson, and published in ACM queue:
http://queue.acm.org/detail.cfm?id=2209336 
Codel stands for "Controlled Delay", and needs no knobs in the
general case, twiddled, for optimum results. It aims for 5ms of
delay, at most, when in use.
Additionally,
fq_codel (by eric dumazet) builds on codel to provide fair queuing
superior to what could be had with SFQ, and drop behavior saner
than RED, BLUE, or choke.
These patches are backported from net-next and are known to work
on Linux 3.3.4 and later.
Includes updates to codel for better portability and speed
SVN-Revision: 31756 
						
					 
					
						2012-05-16 15:23:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							637fd23428 
							
						 
					 
					
						
						
							
							linux/3.3: add missing symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31748 
						
					 
					
						2012-05-16 10:44:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							67675fd48d 
							
						 
					 
					
						
						
							
							linux: add CONFIG_POWER_SUPPLY_DEBUG symbol  
						
						 
						
						... 
						
						
						
						It was missing in the previous commit.
SVN-Revision: 31738 
						
					 
					
						2012-05-15 11:12:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							39994008cb 
							
						 
					 
					
						
						
							
							linux: move certain disabled symbols to the generic configs  
						
						 
						
						... 
						
						
						
						* CONFIG_ARCH_DMA_ADDR_T_64BIT
  * CONFIG_ARCH_HAS_ILOG2_U32
  * CONFIG_ARCH_HAS_ILOG2_U64
  * CONFIG_ARCH_PHYS_ADDR_T_64BIT
  * CONFIG_ARCH_SUPPORTS_MSI
  * CONFIG_GENERIC_CPU_DEVICES
  * CONFIG_HWMON_DEBUG_CHIP
  * CONFIG_I2C_PXA_PCI
  * CONFIG_LEDS_GPIO
  * CONFIG_MINIX_FS_NATIVE_ENDIAN
  * CONFIG_MLX4_CORE
  * CONFIG_POWER_SUPPLY
  * CONFIG_POWER_SUPPLY_DEBUG
  * CONFIG_QUOTACTL
  * CONFIG_SDIO_UART
  * CONFIG_SENSORS_K10TEMP
  * CONFIG_SENSORS_SCH56XX_COMMON
  * CONFIG_SENSORS_VIA_CPUTEMP
  * CONFIG_SERIO_AMBAKMI
  * CONFIG_SERIO_I8042
  * CONFIG_SERIO_LIBPS2
  * CONFIG_SERIO_PCIPS2
  * CONFIG_SERIO_RAW
  * CONFIG_SERIO_SERPORT
  * CONFIG_SPI_BITBANG
  * CONFIG_SPI_GPIO
SVN-Revision: 31737 
						
					 
					
						2012-05-15 10:58:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2fceae7ec4 
							
						 
					 
					
						
						
							
							linux/3.0: R.I.P.  
						
						 
						
						... 
						
						
						
						It is used by the broken omap35xx/gumstix target only.
SVN-Revision: 31717 
						
					 
					
						2012-05-14 15:48:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							8f629f2a22 
							
						 
					 
					
						
						
							
							linux/3.3: more missing config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31713 
						
					 
					
						2012-05-14 15:48:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							a798a81890 
							
						 
					 
					
						
						
							
							kernel: add CONFIG_BLK_DEV_PCIESSD_MTIP32XX  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31710 
						
					 
					
						2012-05-14 11:28:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							b472e5d12e 
							
						 
					 
					
						
						
							
							kernel: update linux 3.3 to 3.3.6  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31709 
						
					 
					
						2012-05-14 09:18:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							31c2c485c1 
							
						 
					 
					
						
						
							
							kernel: ssb: add PCI IDs 0x4322 and 43222  
						
						 
						
						... 
						
						
						
						The 0x4322 ID is found on the BCM4322 used on some SoCs like the
Linksys WRT610N V1 connected to a BCM4705. The 43222 (0xa8d6) ID
is found on the BCM43222 used on some other SoCs like the D-Link
DSL-2760U connected to a BCM63xx.
This fixes  #10887 .
SVN-Revision: 31695 
						
					 
					
						2012-05-13 00:08:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e710aeeab1 
							
						 
					 
					
						
						
							
							linux/2.6.38: R.I.P.  
						
						 
						
						... 
						
						
						
						It is used only by the broken coldfire target.
SVN-Revision: 31688 
						
					 
					
						2012-05-12 12:05:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							08ed044595 
							
						 
					 
					
						
						
							
							linux/2.6.37: R.I.P.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31687 
						
					 
					
						2012-05-12 12:05:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d640a15b73 
							
						 
					 
					
						
						
							
							linux/3.3: add missing RTC symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31654 
						
					 
					
						2012-05-09 10:48:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							34018a630f 
							
						 
					 
					
						
						
							
							kernel: update linux 3.3 to 3.3.5  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31645 
						
					 
					
						2012-05-07 20:11:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							0ff3c396d3 
							
						 
					 
					
						
						
							
							kernel: rewrite the phy packet hook, put it in the network stack to avoid having to keep non-upstream ethernet driver changes  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31637 
						
					 
					
						2012-05-06 21:19:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							9b20187ad5 
							
						 
					 
					
						
						
							
							atheros: update to 3.3.4 (based on work by acoul), fix mvswitch driver for newer kernels  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31625 
						
					 
					
						2012-05-06 17:08:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2e3f8c480e 
							
						 
					 
					
						
						
							
							linux/2.6.32: R.I.P.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31597 
						
					 
					
						2012-05-05 11:43:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							7ffa3fe02c 
							
						 
					 
					
						
						
							
							linux/2.6.32: fix layer7 patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31586 
						
					 
					
						2012-05-05 07:20:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							3349cf2691 
							
						 
					 
					
						
						
							
							Fix iptables abuse of kernel header files. Use exported headers instead.  
						
						 
						
						... 
						
						
						
						[juhosg: export xt_layer7.h for all kernel versions]
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
SVN-Revision: 31566 
						
					 
					
						2012-05-03 09:43:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							b4b5f2d018 
							
						 
					 
					
						
						
							
							linux/3.3: add more missing symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31552 
						
					 
					
						2012-05-02 18:27:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							7a2b3d8a55 
							
						 
					 
					
						
						
							
							linux/3.3: add more missing symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31548 
						
					 
					
						2012-05-01 08:00:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							cbfce53831 
							
						 
					 
					
						
						
							
							kernel: update linux 3.3 to 3.3.4  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31541 
						
					 
					
						2012-04-30 08:38:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e931ffd678 
							
						 
					 
					
						
						
							
							linux: rtl836x: add a generic reset_switch function  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31536 
						
					 
					
						2012-04-29 18:29:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1d9400263f 
							
						 
					 
					
						
						
							
							linux: rtl836x: rename rtl836*_hw_init to rtl836*_setup  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31535 
						
					 
					
						2012-04-29 18:29:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							badd7a3cf2 
							
						 
					 
					
						
						
							
							linux: rtl836x: add a reset_chip callback to rtl8366_smi_ops  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31534 
						
					 
					
						2012-04-29 18:29:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							532b74ff7b 
							
						 
					 
					
						
						
							
							linux/3.3: refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31531 
						
					 
					
						2012-04-29 16:56:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							923ebbac81 
							
						 
					 
					
						
						
							
							linux/3.3: yet another missing symbol  
						
						 
						
						... 
						
						
						
						Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31527 
						
					 
					
						2012-04-29 15:08:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							55fdc18beb 
							
						 
					 
					
						
						
							
							linux/3.3: add support for the Pericom PT7C4338 I2C RTC chip  
						
						 
						
						... 
						
						
						
						Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31525 
						
					 
					
						2012-04-29 15:08:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							77735b5930 
							
						 
					 
					
						
						
							
							linux: move CONFIG_BOOKE_WDT to the generic config  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31520 
						
					 
					
						2012-04-29 15:00:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							4fa9cf6c33 
							
						 
					 
					
						
						
							
							linux/2.6.36: R.I.P.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31519 
						
					 
					
						2012-04-29 15:00:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							af2b3518af 
							
						 
					 
					
						
						
							
							linux/3.3: yet another missing symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31488 
						
					 
					
						2012-04-27 06:31:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							43d67fa995 
							
						 
					 
					
						
						
							
							linux/3.3: fix compiler warnings in the plat_nand driver  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31473 
						
					 
					
						2012-04-25 12:57:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							8fd383ae2e 
							
						 
					 
					
						
						
							
							kernel: update linux 3.3 to 3.3.3  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31460 
						
					 
					
						2012-04-24 09:25:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							22b4e6b882 
							
						 
					 
					
						
						
							
							kernel: update linux 3.2 to 3.2.16  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31459 
						
					 
					
						2012-04-24 09:25:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							7ccf25f7da 
							
						 
					 
					
						
						
							
							kernel: add some more missing kernel config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31458 
						
					 
					
						2012-04-24 09:25:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							ed957f7c84 
							
						 
					 
					
						
						
							
							enable NF_CONNTRACK_PROCFS for Linux 3.3, required for /proc/net/nf_conntrack ( #11339 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31454 
						
					 
					
						2012-04-24 00:55:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							dcd185c2f8 
							
						 
					 
					
						
						
							
							ar8216: enable forwarding of multicast frames to the cpu port on ar8327 (thx, SeG)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31441 
						
					 
					
						2012-04-22 19:19:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							50610aa869 
							
						 
					 
					
						
						
							
							linux/2.6.31: R.I.P.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31412 
						
					 
					
						2012-04-21 15:18:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2e5d3d2795 
							
						 
					 
					
						
						
							
							linux/2.6.30: R.I.P.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31411 
						
					 
					
						2012-04-21 15:18:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c627479641 
							
						 
					 
					
						
						
							
							linux/3.3: nuke the gpio_buttons patch  
						
						 
						
						... 
						
						
						
						It is superseded by the in-kernel gpio-keys-polled driver.
SVN-Revision: 31409 
						
					 
					
						2012-04-21 14:26:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1ffcaae700 
							
						 
					 
					
						
						
							
							linux/3.3: fix crypto4xx build failure  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31394 
						
					 
					
						2012-04-21 10:47:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							434655d460 
							
						 
					 
					
						
						
							
							linux/3.3: update ARM mach-types  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31378 
						
					 
					
						2012-04-20 15:24:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Claudio Mignanti 
							
						 
					 
					
						
						
						
						
							
						
						
							5c33f4e305 
							
						 
					 
					
						
						
							
							Add a missing symbol for config-3.3  
						
						 
						
						... 
						
						
						
						Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>
SVN-Revision: 31373 
						
					 
					
						2012-04-20 13:33:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							147646fc66 
							
						 
					 
					
						
						
							
							remove some annoying warnings and fix snd modules build  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31365 
						
					 
					
						2012-04-20 13:25:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							2e641b13c0 
							
						 
					 
					
						
						
							
							fix 335-mips-kexec patch for all 3+ kernels  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31344 
						
					 
					
						2012-04-18 15:36:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							3a9b6dc313 
							
						 
					 
					
						
						
							
							kernel: update linux 3.3 to 3.3.2  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31336 
						
					 
					
						2012-04-17 12:51:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							ee4c47a134 
							
						 
					 
					
						
						
							
							kernel: update linux 3.2 to 3.2.15  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31335 
						
					 
					
						2012-04-17 12:50:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							9d11e3395a 
							
						 
					 
					
						
						
							
							Fix bufferbloat in PPPoATM TX queue  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
SVN-Revision: 31313 
						
					 
					
						2012-04-16 15:04:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							2036c23faa 
							
						 
					 
					
						
						
							
							Update ppp TX restart patch to avoid race condition  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
SVN-Revision: 31312 
						
					 
					
						2012-04-16 15:04:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							fb2b2b958e 
							
						 
					 
					
						
						
							
							backport missing platform data members for gpio-keys  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31306 
						
					 
					
						2012-04-16 12:09:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							e4f3867650 
							
						 
					 
					
						
						
							
							backport a missing eeprom 93cx6 define for building rt2x00  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31305 
						
					 
					
						2012-04-16 12:09:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							bb7cea7e65 
							
						 
					 
					
						
						
							
							add missing debugging symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31301 
						
					 
					
						2012-04-16 11:38:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							f2f5820d13 
							
						 
					 
					
						
						
							
							silence an annoying x86 warning  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31293 
						
					 
					
						2012-04-15 18:53:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							62f0c3793b 
							
						 
					 
					
						
						
							
							kernel: refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31279 
						
					 
					
						2012-04-13 19:37:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							6af575967c 
							
						 
					 
					
						
						
							
							kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31278 
						
					 
					
						2012-04-13 19:35:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							ec667208e6 
							
						 
					 
					
						
						
							
							kernel: fix arm compressed images build on mac os x  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31274 
						
					 
					
						2012-04-13 13:38:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							ed5abd5e4a 
							
						 
					 
					
						
						
							
							add missing symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31231 
						
					 
					
						2012-04-09 17:03:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							50eba35cd3 
							
						 
					 
					
						
						
							
							kernel: update linux 3.3 to 3.3.1  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31223 
						
					 
					
						2012-04-09 14:48:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							16b4cbcdd6 
							
						 
					 
					
						
						
							
							kernel: update linux 3.2 to 3.2.14  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31222 
						
					 
					
						2012-04-09 14:48:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							1a57b05f47 
							
						 
					 
					
						
						
							
							kernel: add some more additional missing config symbols for 3.2 and 3.3  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31221 
						
					 
					
						2012-04-09 14:48:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							90e89bf4a9 
							
						 
					 
					
						
						
							
							add missing DM/MD config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31197 
						
					 
					
						2012-04-04 15:53:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							db04bcb8e7 
							
						 
					 
					
						
						
							
							fix gcc-4.6 set but unused warnings  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31192 
						
					 
					
						2012-04-04 15:53:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							30f0cb476f 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31191 
						
					 
					
						2012-04-04 15:53:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							d87efd8c3c 
							
						 
					 
					
						
						
							
							kernel: update linux 3.2 to 3.2.13 and refresh patches  
						
						 
						
						... 
						
						
						
						Also remove a duplicate patch from lantiq (already in generic).
SVN-Revision: 31158 
						
					 
					
						2012-04-01 07:56:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							1a395bd290 
							
						 
					 
					
						
						
							
							kernel: add some more missing kernel symbols for 3.2 and 3.3  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31157 
						
					 
					
						2012-04-01 07:56:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							400ab1802f 
							
						 
					 
					
						
						
							
							kernel: add some more missing serial 8250 config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31149 
						
					 
					
						2012-03-30 08:11:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							5f87ce9150 
							
						 
					 
					
						
						
							
							kernel: restore ebtables functionality by running netfilter hooks when the ebtables module is loaded  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31141 
						
					 
					
						2012-03-29 14:15:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mirko Vogt 
							
						 
					 
					
						
						
						
						
							
						
						
							b4508ce183 
							
						 
					 
					
						
						
							
							deal with 'set-but-unused-variables' in a more generic way  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31123 
						
					 
					
						2012-03-28 15:28:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							af2c5df66a 
							
						 
					 
					
						
						
							
							ppp: Fix high softirq utilization with pppoa  
						
						 
						
						... 
						
						
						
						Users of the Geos platform are reporting high CPU utilization.
This seems to be rooted in a problem with the TX queue restart in PPP.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 31096 
						
					 
					
						2012-03-27 17:47:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							8de1475a27 
							
						 
					 
					
						
						
							
							add missing INET_UDP_DIAG symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31095 
						
					 
					
						2012-03-27 17:47:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							5f799a0e97 
							
						 
					 
					
						
						
							
							ath9k: make endian check optional  
						
						 
						
						... 
						
						
						
						Turns out it triggers on some AR71xx devices where no swapping should be done.
Enable endian check for the lantiq target.
SVN-Revision: 31084 
						
					 
					
						2012-03-27 13:21:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							f35b9a9a4c 
							
						 
					 
					
						
						
							
							fixes breakage introduced in 776722ce36ac95877efb7fd771dde2f6ffc96433  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31054 
						
					 
					
						2012-03-22 13:07:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							ff5b7ef713 
							
						 
					 
					
						
						
							
							linux: refresh patches against 3.3  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31047 
						
					 
					
						2012-03-20 15:55:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							32e4801fb0 
							
						 
					 
					
						
						
							
							linux/3.{2,3}: yet another missing NET_VENDOR symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31045 
						
					 
					
						2012-03-20 15:55:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c1dc6df8bd 
							
						 
					 
					
						
						
							
							kernel: update linux 3.2 to 3.2.12  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31028 
						
					 
					
						2012-03-19 18:23:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							3fd38d99f2 
							
						 
					 
					
						
						
							
							add missing Kconfig symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31019 
						
					 
					
						2012-03-19 11:26:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							faf82f3e10 
							
						 
					 
					
						
						
							
							generic: ar8216: add support for the AR8327 chip  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31011 
						
					 
					
						2012-03-18 22:06:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							fa7a83df4b 
							
						 
					 
					
						
						
							
							generic: ar8216: allow to use more ports  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31010 
						
					 
					
						2012-03-18 22:06:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2ddbcb98ee 
							
						 
					 
					
						
						
							
							generic: ar8216: reorder chip specific functions  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31009 
						
					 
					
						2012-03-18 22:06:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							552cffd97a 
							
						 
					 
					
						
						
							
							generic: ar8216: reorder switch_dev specific functions  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31008 
						
					 
					
						2012-03-18 22:06:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							71e356029e 
							
						 
					 
					
						
						
							
							generic: ar8216: use ar8216_sw_ prefix for switchdev related functions  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31007 
						
					 
					
						2012-03-18 22:06:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9a01936724 
							
						 
					 
					
						
						
							
							generic: ar8216: use switch_dev->ports in for loops  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31006 
						
					 
					
						2012-03-18 22:06:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2ce9e4753c 
							
						 
					 
					
						
						
							
							generic: ar8216: add read_port_status field to ar8xxx_chip  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31005 
						
					 
					
						2012-03-18 22:06:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							01cad79e03 
							
						 
					 
					
						
						
							
							generic: ar8216: add init_globals field to ar8xxx_chip  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31004 
						
					 
					
						2012-03-18 22:06:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							56cacb3b21 
							
						 
					 
					
						
						
							
							generic: ar8216: add caps field to ar8xxx_chip  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31003 
						
					 
					
						2012-03-18 22:06:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d1c585d4b1 
							
						 
					 
					
						
						
							
							generic: ar8216: add vtu_load_vlan field to ar8xxx_chip  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31002 
						
					 
					
						2012-03-18 22:06:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							332310fba2 
							
						 
					 
					
						
						
							
							generic: ar8216: add vtu_flush field to ar8xxx_chip  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31001 
						
					 
					
						2012-03-18 22:06:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d964410cbc 
							
						 
					 
					
						
						
							
							generic: ar8216: add init_port field to ar8xxx_chip  
						
						 
						
						... 
						
						
						
						SVN-Revision: 31000 
						
					 
					
						2012-03-18 22:06:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							006b3b846e 
							
						 
					 
					
						
						
							
							generic: ar8216: add setup_port field to ar8xxx_chip  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30999 
						
					 
					
						2012-03-18 22:06:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							eb5f0067b6 
							
						 
					 
					
						
						
							
							generic: ar8216: add hw_init field to ar8xxx_chip  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30998 
						
					 
					
						2012-03-18 22:06:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a8371ad566 
							
						 
					 
					
						
						
							
							generic: ar8216: add a separate structure for chip specific stuff  
						
						 
						
						... 
						
						
						
						Also add a hw_init function into that.
SVN-Revision: 30997 
						
					 
					
						2012-03-18 22:06:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d18133b32d 
							
						 
					 
					
						
						
							
							generic: ar8216: rename chip field of struct ar8216  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30996 
						
					 
					
						2012-03-18 22:06:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							6e143e467f 
							
						 
					 
					
						
						
							
							generic: ar8216: move ar8216_id_chip function  
						
						 
						
						... 
						
						
						
						Also remove the inline annotation.
SVN-Revision: 30995 
						
					 
					
						2012-03-18 22:06:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1c99979b2c 
							
						 
					 
					
						
						
							
							generic: ar8216: rename ar8216_ops to ar8216_sw_ops  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30994 
						
					 
					
						2012-03-18 22:06:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							7b609a31be 
							
						 
					 
					
						
						
							
							kernel: improve profiling support, keep static symbols when profiling is enabled  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30964 
						
					 
					
						2012-03-17 13:03:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							9ef8de0e0a 
							
						 
					 
					
						
						
							
							add some more missing symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30960 
						
					 
					
						2012-03-17 11:55:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							dd0f928b14 
							
						 
					 
					
						
						
							
							kernel: optimize out remaining netfilter hooks in the bridging code if bridge filtering is disabled  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30954 
						
					 
					
						2012-03-16 09:21:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b957208807 
							
						 
					 
					
						
						
							
							swconfig: use a mutex instead of a spinlock, many swconfig calls sleep  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30952 
						
					 
					
						2012-03-15 19:32:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							404a4c1fcd 
							
						 
					 
					
						
						
							
							ar8216: fix a MTU related regression  
						
						 
						
						... 
						
						
						
						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 
						
					 
					
						2012-03-15 16:57:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c00b53f3d0 
							
						 
					 
					
						
						
							
							ar71xx: move micrel PHY driver to the generic linux target  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30946 
						
					 
					
						2012-03-15 09:25:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0011804302 
							
						 
					 
					
						
						
							
							linux/3.3: build mdio_register_board_info into the kernel if PHYLIB is selected  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30945 
						
					 
					
						2012-03-15 09:25:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							eb096bca59 
							
						 
					 
					
						
						
							
							linux/3.2: build mdio_register_board_info into the kernel if PHYLIB is selected  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30944 
						
					 
					
						2012-03-15 09:25:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e3af7c82f8 
							
						 
					 
					
						
						
							
							generic: ar8216: merge multiple if statements in ar8216_hw_apply  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30928 
						
					 
					
						2012-03-13 17:33:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b387cfd6e4 
							
						 
					 
					
						
						
							
							kernel: bypass all netfilter hooks if the sysctls for that functionality have been disabled - eliminates the overhead of enabling CONFIG_BRIDGE_NETFILTER in the kernel config  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30917 
						
					 
					
						2012-03-13 10:06:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							727a8c20c0 
							
						 
					 
					
						
						
							
							linux/3.3: refresh patches against 3.3-rc7  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30908 
						
					 
					
						2012-03-12 17:32:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							fdb175f909 
							
						 
					 
					
						
						
							
							linux/3.3: allow to set platform_data for phy devices  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30906 
						
					 
					
						2012-03-12 16:28:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1f79bfec0b 
							
						 
					 
					
						
						
							
							linux/3.2: allow to set platform_data for phy devices  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30905 
						
					 
					
						2012-03-12 16:28:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2c2c288a3c 
							
						 
					 
					
						
						
							
							linux/3.3: add missing config symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30904 
						
					 
					
						2012-03-12 16:27:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							2dedd94d66 
							
						 
					 
					
						
						
							
							expose CONFIG_NETFILTER_NETLINK for external kmods  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30894 
						
					 
					
						2012-03-12 00:09:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2149facb53 
							
						 
					 
					
						
						
							
							generic: ar8216: use usleep_range in ar8216_mii_{read,write}  
						
						 
						
						... 
						
						
						
						msleep(1) can sleep for up to 20ms.
SVN-Revision: 30885 
						
					 
					
						2012-03-11 17:19:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							77d0a8ca85 
							
						 
					 
					
						
						
							
							generic: ar8216: add a helper function for writing PHY debug registers  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30884 
						
					 
					
						2012-03-11 16:49:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							dad19ac8b2 
							
						 
					 
					
						
						
							
							generic: ar8216: add lockep assertion to ar8216_rmw  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30883 
						
					 
					
						2012-03-11 16:49:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f400a9cdd9 
							
						 
					 
					
						
						
							
							linux/3.3: show correct name for MIPS 24KEc in /proc/cpuinfo  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30881 
						
					 
					
						2012-03-11 16:39:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							c9d71c8387 
							
						 
					 
					
						
						
							
							linux/3.2: show correct name for MIPS 24KEc in /proc/cpuinfo  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30880 
						
					 
					
						2012-03-11 16:39:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1ad06d4c3a 
							
						 
					 
					
						
						
							
							generic: ar8216: coding style cleanup  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30857 
						
					 
					
						2012-03-08 10:21:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e2d3cb69a1 
							
						 
					 
					
						
						
							
							generic: ar8216: don't use static variable in ar8236_hw_init  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30856 
						
					 
					
						2012-03-08 10:21:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							291e2dd583 
							
						 
					 
					
						
						
							
							generic: ar8216: move register inititalization into hw_init  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30855 
						
					 
					
						2012-03-08 10:21:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e3538fa852 
							
						 
					 
					
						
						
							
							generic: ar8216: set chip type directly in ar8216_id_chip  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30854 
						
					 
					
						2012-03-08 10:21:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a6c69e63b6 
							
						 
					 
					
						
						
							
							generic: ar8216: simplify ar8216_config_init  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30853 
						
					 
					
						2012-03-08 10:21:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							127a2b1a4d 
							
						 
					 
					
						
						
							
							linux/3.{2,3}: even more NAND symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30850 
						
					 
					
						2012-03-07 22:32:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							52a89cd95c 
							
						 
					 
					
						
						
							
							generic: ar8216: move port initialization into a separate function  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30848 
						
					 
					
						2012-03-07 16:32:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							0097cf7161 
							
						 
					 
					
						
						
							
							generic: ar8216: improve ar8216_wait_bit function  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30847 
						
					 
					
						2012-03-07 16:32:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							2370828599 
							
						 
					 
					
						
						
							
							generic: ar8216: use ar8216_read_port_link to get the CPU port link parameters  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30846 
						
					 
					
						2012-03-07 16:32:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d8a8df51ca 
							
						 
					 
					
						
						
							
							generic: ar8216: use the generic get_port_link implementation  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30845 
						
					 
					
						2012-03-07 16:32:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							215e07177e 
							
						 
					 
					
						
						
							
							generic: rtl8367: use the generic get_port_link implementation  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30844 
						
					 
					
						2012-03-07 16:32:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9e1be3b809 
							
						 
					 
					
						
						
							
							generic: rtl8366s: use the generic get_port_link implementation  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30843 
						
					 
					
						2012-03-07 16:32:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e2f0264afe 
							
						 
					 
					
						
						
							
							generic: rtl8366rb: use the generic get_port_link implementation  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30842 
						
					 
					
						2012-03-07 16:32:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							759c341e68 
							
						 
					 
					
						
						
							
							generic: swconfig: add a generic get_port_link implementation  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30839 
						
					 
					
						2012-03-07 16:32:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							fc9db6f410 
							
						 
					 
					
						
						
							
							generic: ar8216: use mdiobus_write in ar8236_hw_init  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30838 
						
					 
					
						2012-03-07 16:32:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							7112130105 
							
						 
					 
					
						
						
							
							generic: ar8216: use bus->mdio_lock directly in ar8216_mii_{read,write}  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30837 
						
					 
					
						2012-03-07 16:32:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							a31e090255 
							
						 
					 
					
						
						
							
							generic: ar8216: fix phy driver name  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30836 
						
					 
					
						2012-03-07 16:32:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							9a047b52d4 
							
						 
					 
					
						
						
							
							enable EFI partition support by default, adds ca. 8K uncompressed on ar71xx ( #8672 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30835 
						
					 
					
						2012-03-07 14:14:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f03e7f2c7a 
							
						 
					 
					
						
						
							
							linux/3.2: fix crypto4xx build failure  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30834 
						
					 
					
						2012-03-07 11:57:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							43a20aa4c6 
							
						 
					 
					
						
						
							
							linux/3.1: add missing NAND symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30827 
						
					 
					
						2012-03-05 18:01:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							bdcbf426ee 
							
						 
					 
					
						
						
							
							linux/3.0: add missing NAND symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30826 
						
					 
					
						2012-03-05 18:01:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							631a035a76 
							
						 
					 
					
						
						
							
							Merge branch 'bcm63xx'  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30819 
						
					 
					
						2012-03-05 13:29:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							63a1a106fb 
							
						 
					 
					
						
						
							
							kernel: fix powerpc unused-but-set variables  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30817 
						
					 
					
						2012-03-05 00:51:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							8821950069 
							
						 
					 
					
						
						
							
							kernel: remove the crtsavres dependency, the patched gcc will no longer emit references to that code  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30816 
						
					 
					
						2012-03-05 00:51:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							e308da91e7 
							
						 
					 
					
						
						
							
							kernel: fix vmalloc stack traces triggered by module with an empty init section (mostly happens on x86)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30813 
						
					 
					
						2012-03-05 00:12:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							4b408b69ce 
							
						 
					 
					
						
						
							
							linux/3.3: add more NAND symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30811 
						
					 
					
						2012-03-04 18:23:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							991cd3db2c 
							
						 
					 
					
						
						
							
							linux/3.2: add more NAND symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30810 
						
					 
					
						2012-03-04 18:23:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							4daa2c31dc 
							
						 
					 
					
						
						
							
							linux/3.3: add missing config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30803 
						
					 
					
						2012-03-04 12:39:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							01832303ff 
							
						 
					 
					
						
						
							
							linux/3.2: add missing NAND symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30802 
						
					 
					
						2012-03-04 12:39:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							da628121b0 
							
						 
					 
					
						
						
							
							linux/3.3: merge recent ubifs patches from 3.2  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30800 
						
					 
					
						2012-03-03 14:10:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							419d9e2f54 
							
						 
					 
					
						
						
							
							linux/3.3: refresh patches against 3.3-rc5  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30799 
						
					 
					
						2012-03-03 14:10:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							632db63ed0 
							
						 
					 
					
						
						
							
							linux/3.2: add symlink xattr support to ubifs  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30794 
						
					 
					
						2012-03-02 23:09:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5202e9908b 
							
						 
					 
					
						
						
							
							linux/3.2: add XZ decompression support to ubifs  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30793 
						
					 
					
						2012-03-02 23:08:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							b8bc1eca45 
							
						 
					 
					
						
						
							
							linux/3.2: add XZ decompressor support to crypto  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30792 
						
					 
					
						2012-03-02 23:08:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							ec9fd1f7a8 
							
						 
					 
					
						
						
							
							linux/3.2: add a bunch of missing symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30790 
						
					 
					
						2012-03-02 18:04:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							7f88380664 
							
						 
					 
					
						
						
							
							MIPS: fix kexec build on 64-bits targets  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30785 
						
					 
					
						2012-03-02 13:19:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							c31b597763 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30784 
						
					 
					
						2012-03-02 13:19:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							90481d9b3a 
							
						 
					 
					
						
						
							
							MIPS: fix printing of size_t arg  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30783 
						
					 
					
						2012-03-02 13:19:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							112d6c7b74 
							
						 
					 
					
						
						
							
							MIPS: mark unused variables  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30782 
						
					 
					
						2012-03-02 13:19:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							c203860016 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30781 
						
					 
					
						2012-03-02 13:19:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							0d3f5b980e 
							
						 
					 
					
						
						
							
							MIPS: mark unused variables  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30780 
						
					 
					
						2012-03-02 13:19:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							b8f7592a92 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30779 
						
					 
					
						2012-03-02 13:18:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							cd3b60c14c 
							
						 
					 
					
						
						
							
							MIPS: mark unused variables  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30778 
						
					 
					
						2012-03-02 13:18:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							c25f266680 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30777 
						
					 
					
						2012-03-02 13:18:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9698a499b6 
							
						 
					 
					
						
						
							
							kernel: update linux 3.2 to 3.2.9  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30767 
						
					 
					
						2012-03-01 19:49:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							e5b04d57ef 
							
						 
					 
					
						
						
							
							revert unrelated change in previous commit  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30738 
						
					 
					
						2012-02-27 09:34:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							47b27500cf 
							
						 
					 
					
						
						
							
							partly revert r30708, it breaks various arches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30737 
						
					 
					
						2012-02-27 09:33:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							fe66f30aae 
							
						 
					 
					
						
						
							
							add some missing 2.6.39 kernel symbols observed on x86/generic builds  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30718 
						
					 
					
						2012-02-25 13:17:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							74db55a982 
							
						 
					 
					
						
						
							
							config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORM  
						
						 
						
						... 
						
						
						
						CONFIG_LEDS_GPIO_PLATFORM went away a while ago.
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=2bcc7ed5b83b0a59c6976476e8788675038fb11b 
Also, most platforms comment out CONFIG_LEDS_GPIO but not x86 for some reason.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30708 
						
					 
					
						2012-02-24 10:35:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							b168535b10 
							
						 
					 
					
						
						
							
							drop backported patches as they cause regressions and oopses  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30690 
						
					 
					
						2012-02-23 07:42:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							058d331a39 
							
						 
					 
					
						
						
							
							kernel: strip unnecessary symbol table information from kernel modules, reduces default squashfs size on ar71xx by about 4k  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30657 
						
					 
					
						2012-02-20 09:03:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							799e9cbec8 
							
						 
					 
					
						
						
							
							generic: add disable_[25]ghz to struct rt2x00_platform_data  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30630 
						
					 
					
						2012-02-18 17:36:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							383008635a 
							
						 
					 
					
						
						
							
							generic/2.6.37: fix 'set but unused' build errors on MIPS  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30615 
						
					 
					
						2012-02-17 17:21:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							d186c17aa6 
							
						 
					 
					
						
						
							
							generic: add SND_PPC symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30572 
						
					 
					
						2012-02-16 07:51:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							8dc1ff6cb1 
							
						 
					 
					
						
						
							
							linux 3.2: missing generic symbols  
						
						 
						
						... 
						
						
						
						These symbols are dependent on CONFIG_PCI being enabled.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30565 
						
					 
					
						2012-02-15 23:37:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							23b2bd9494 
							
						 
					 
					
						
						
							
							linux-atm: update solos-pci driver to upstream  
						
						 
						
						... 
						
						
						
						Fixes for the solos-pci driver.
- Corrects calculation of headroom for padding.
- Removes pointless debug messages.
- Expose Bis A and Bis M annex capabilities.
- Expose hardware revision.
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 30541 
						
					 
					
						2012-02-14 20:11:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							9e5b8ad833 
							
						 
					 
					
						
						
							
							linux-atm: headroom/padding fixes  
						
						 
						
						... 
						
						
						
						Submitted upstream to netdev by Chas Williams on linux-atm.
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 30540 
						
					 
					
						2012-02-14 20:11:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							8ce80f7454 
							
						 
					 
					
						
						
							
							add some missing symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30460 
						
					 
					
						2012-02-11 18:38:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							80a535ba58 
							
						 
					 
					
						
						
							
							generic/2.6.39: refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30458 
						
					 
					
						2012-02-11 18:16:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							440a7fbc3b 
							
						 
					 
					
						
						
							
							refresh patches to -rc3  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30456 
						
					 
					
						2012-02-11 17:43:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							724211aa0d 
							
						 
					 
					
						
						
							
							generic: fix yaffs2 build warnings on 3.3  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30418 
						
					 
					
						2012-02-10 15:21:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							abeab97efc 
							
						 
					 
					
						
						
							
							ar71xx: refresh 3.2 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30402 
						
					 
					
						2012-02-10 08:19:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							6959317691 
							
						 
					 
					
						
						
							
							kernel: update linux 3.2 to 3.2.5  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30401 
						
					 
					
						2012-02-10 08:19:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							31a0451cee 
							
						 
					 
					
						
						
							
							generic: fix kexec build error for MIPS with gcc-4.6-linaro  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30395 
						
					 
					
						2012-02-09 14:06:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							841f0f23b3 
							
						 
					 
					
						
						
							
							generic: 3.3: add missing config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30393 
						
					 
					
						2012-02-09 08:07:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							098ca08e94 
							
						 
					 
					
						
						
							
							generic: 3.3: fix yaffs2 build error  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30392 
						
					 
					
						2012-02-09 08:07:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							32194001ed 
							
						 
					 
					
						
						
							
							generic: fix yaffs2 build error on 3.2  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30389 
						
					 
					
						2012-02-08 20:47:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							e430c864f4 
							
						 
					 
					
						
						
							
							kernel: add a recent upstream commit (post-3.3) to the ssb update patch, required for the next mac80211 update  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30345 
						
					 
					
						2012-02-07 11:28:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							49874a57f1 
							
						 
					 
					
						
						
							
							kernel: fix netfilter layer7 compilation in 3.3  
						
						 
						
						... 
						
						
						
						SVN-Revision: 30026 
						
					 
					
						2012-02-04 10:17:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							f99bf6517c 
							
						 
					 
					
						
						
							
							x86: add 3.3 generic symbols  
						
						 
						
						... 
						
						
						
						Copy x86/config-3.2 to x86/config-3.3 and add additional symbols (for 3.3-rc2).
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30002 
						
					 
					
						2012-02-02 21:01:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							eca9950f63 
							
						 
					 
					
						
						
							
							kernel: add preliminary support for linux 3.3  
						
						 
						
						... 
						
						
						
						Based on 3.3-rc2
SVN-Revision: 29986 
						
					 
					
						2012-02-02 08:23:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							b3568b10c2 
							
						 
					 
					
						
						
							
							kernel: update linux 3.2 to 3.2.2  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29967 
						
					 
					
						2012-01-31 09:44:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							0501ea063b 
							
						 
					 
					
						
						
							
							fix gpiommc build failure with 3.2  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29954 
						
					 
					
						2012-01-30 10:53:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							e82f06639e 
							
						 
					 
					
						
						
							
							add another 3.2 framebuffer symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29940 
						
					 
					
						2012-01-29 15:00:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							1c4f6b4308 
							
						 
					 
					
						
						
							
							generic: add WPE72 ID to myloader.h  
						
						 
						
						... 
						
						
						
						Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com>
SVN-Revision: 29911 
						
					 
					
						2012-01-26 17:01:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							dd49cca9d6 
							
						 
					 
					
						
						
							
							generic: 3.2: allow to build myloader mtd parser for ATH79  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29860 
						
					 
					
						2012-01-22 18:43:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							9be1b91644 
							
						 
					 
					
						
						
							
							generic: allow to build myloader mtd parser for 3.2+  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29858 
						
					 
					
						2012-01-22 18:36:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							8e662f28fe 
							
						 
					 
					
						
						
							
							generic: 3.2: don't disable lockdep for OOT modules  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29846 
						
					 
					
						2012-01-22 09:57:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							4625c9b5a4 
							
						 
					 
					
						
						
							
							generic: rtl8366: add rtl8366_smi_write_reg_noack helper  
						
						 
						
						... 
						
						
						
						After issuing a soft reset on the RT8366{S,RB}
switch, waiting for the last acknowlegement fails
in rtl8366_smi_write_reg. Add a _noack version of
the function and use that for issuing a soft reset.
SVN-Revision: 29844 
						
					 
					
						2012-01-21 22:44:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							aa8f9171f2 
							
						 
					 
					
						
						
							
							kernel: fix OCF for linux 3.2  
						
						 
						
						... 
						
						
						
						Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it.
SVN-Revision: 29818 
						
					 
					
						2012-01-19 19:51:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							095f7f2da3 
							
						 
					 
					
						
						
							
							x86/config-3.2: add linux-3.2 symbols for x86  
						
						 
						
						... 
						
						
						
						The following symbols are missing for x86, in sorted order.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 29783 
						
					 
					
						2012-01-19 00:31:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							dbfeb5d158 
							
						 
					 
					
						
						
							
							fix thinko in 102-ehci_hcd_ignore_oc patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29773 
						
					 
					
						2012-01-18 07:56:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							6274648199 
							
						 
					 
					
						
						
							
							fixup arm xz support with recent changes  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29750 
						
					 
					
						2012-01-14 22:55:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							e65195c246 
							
						 
					 
					
						
						
							
							add missing symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29749 
						
					 
					
						2012-01-14 22:53:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b0479e2ca2 
							
						 
					 
					
						
						
							
							kernel: disable bridge igmp snooping in 3.2 as well  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29747 
						
					 
					
						2012-01-14 14:57:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							66895b7115 
							
						 
					 
					
						
						
							
							kernel: disable bridge igmp snooping by default to avoid multicast issues  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29744 
						
					 
					
						2012-01-14 13:50:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							9eb73ee6b7 
							
						 
					 
					
						
						
							
							kernel: ppc40x: ppc44x: add missing kernel config symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29742 
						
					 
					
						2012-01-14 12:04:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							9d497cb132 
							
						 
					 
					
						
						
							
							rtl8366: fix rtl8366_smi_detect() after r29677  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29732 
						
					 
					
						2012-01-13 19:17:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							1bc0abb058 
							
						 
					 
					
						
						
							
							kernel: add support for linux 3.2.1  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29730 
						
					 
					
						2012-01-13 14:55:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							f3f1075655 
							
						 
					 
					
						
						
							
							kernel: backport overlayfs v11 to 3.0 and 2.6.39  
						
						 
						
						... 
						
						
						
						Should fix whiteout issues and missing files when using extroot.
SVN-Revision: 29727 
						
					 
					
						2012-01-13 14:42:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							c560444a58 
							
						 
					 
					
						
						
							
							kernel: update linux 3.1 to 3.1.9  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29726 
						
					 
					
						2012-01-13 14:38:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							e49d3e1d5b 
							
						 
					 
					
						
						
							
							kernel: update linux 3.0 to 3.0.17  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29725 
						
					 
					
						2012-01-13 14:10:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							e87bb77966 
							
						 
					 
					
						
						
							
							ar8216: use vlan configuration for connecting ports (forced to be untagged) even with vlan_enable=0, but keep them isolated before the switch has been configured this makes enable_vlan=0 practical for vlan passthrough  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29719 
						
					 
					
						2012-01-12 10:15:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							c33e016fa5 
							
						 
					 
					
						
						
							
							ar8216: do not strip vlan tags when running with vlan_enable=0  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29718 
						
					 
					
						2012-01-12 10:15:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							8b567fb508 
							
						 
					 
					
						
						
							
							generic: add driver for the RTL8367R/M switches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29678 
						
					 
					
						2012-01-07 19:36:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							87fb92ee03 
							
						 
					 
					
						
						
							
							generic: rtl8366: preparing for RTL8367 support  
						
						 
						
						... 
						
						
						
						* make clock delay configurable
* make read,write commands configurable
* use u16 for member and untag fields
SVN-Revision: 29677 
						
					 
					
						2012-01-07 19:36:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							43196813d7 
							
						 
					 
					
						
						
							
							generic: rtl8366_smi: add timeout message  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29676 
						
					 
					
						2012-01-07 19:36:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							6c74274c8d 
							
						 
					 
					
						
						
							
							generic: improve MIPS kexec support  
						
						 
						
						... 
						
						
						
						It is based on patches from the linux-longsoon-community git tree:
http://dev.lemote.com/cgit/linux-loongson-community.git/ 
Now the kernel can use the command line parameter from kexec-tools.
Runtime tested on ar71xx with 2.6.39.4 (the wathdog must be stopped
before executing the new kernel). Compile tested with lantiq (3.1.4)
and brcm47xx (3.0.12).
SVN-Revision: 29674 
						
					 
					
						2012-01-07 16:29:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							a788f199c9 
							
						 
					 
					
						
						
							
							remove current RTSP support  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29643 
						
					 
					
						2012-01-04 00:29:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							237282ae8c 
							
						 
					 
					
						
						
							
							backport upstream commit e1738bd9cecc5c867b0e2996470c1ff20f66ba79 to affected kernels ( #9802 ) commit 8efa88540635 (sch_sfq: avoid giving spurious NET_XMIT_CN signals) forgot to call qdisc_tree_decrease_qlen() to signal upper levels that a packet (from another flow) was dropped, leading to various problems.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29642 
						
					 
					
						2012-01-03 23:08:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5fa65cba6e 
							
						 
					 
					
						
						
							
							kernel: swconfig: introduce a generic switch LED trigger  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29627 
						
					 
					
						2011-12-31 15:02:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							975355a2b1 
							
						 
					 
					
						
						
							
							kernel: swconfig: add get_port_{link,stats} callbacks  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29625 
						
					 
					
						2011-12-31 15:02:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							9fa33ceee2 
							
						 
					 
					
						
						
							
							add missing config symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29610 
						
					 
					
						2011-12-25 13:33:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							1aa5a61754 
							
						 
					 
					
						
						
							
							kernel: update bcma and ssb to version master-2011-12-16 from wireless-testing  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29574 
						
					 
					
						2011-12-19 23:33:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							e3017bc05e 
							
						 
					 
					
						
						
							
							ath9k: add support for registering extra leds connected to the wmac gpio lines  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29530 
						
					 
					
						2011-12-14 20:21:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							5afedc67e2 
							
						 
					 
					
						
						
							
							generic: disable 'small sector' erase in m25p80 driver  
						
						 
						
						... 
						
						
						
						This fixes the issues with the jffs2 images on various boards. Using
JFFS2 on devices with 4KiB erase sectors is not safe:
http://lists.infradead.org/pipermail/linux-mtd/2011-June/036591.html 
SVN-Revision: 29521 
						
					 
					
						2011-12-13 20:41:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							4a441570ca 
							
						 
					 
					
						
						
							
							kernel: move linux/ath9k_platform.h to generic files so that it can be reused from other targets  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29516 
						
					 
					
						2011-12-13 15:14:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							e33bb9ec66 
							
						 
					 
					
						
						
							
							linux: update 3.1 to 3.1.4  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29470 
						
					 
					
						2011-12-06 19:50:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							6e2ae90f4a 
							
						 
					 
					
						
						
							
							linux: update 3.0 to 3.0.12  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29469 
						
					 
					
						2011-12-06 19:50:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Thill 
							
						 
					 
					
						
						
						
						
							
						
						
							5e83009a52 
							
						 
					 
					
						
						
							
							targets: fix CONFIG_USB_STORAGE_* inconsistency  
						
						 
						
						... 
						
						
						
						* all options were switched from bool to tristate in 2.6.30
 * add/change/move them to generic, disabled by default
 * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09
 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6
 * cleanup ordering
SVN-Revision: 29337 
						
					 
					
						2011-11-25 20:47:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							8bac0df4ae 
							
						 
					 
					
						
						
							
							linux: update 3.0 to 3.0.9  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29264 
						
					 
					
						2011-11-19 18:39:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							56a96ba876 
							
						 
					 
					
						
						
							
							refresh 3.0 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29043 
						
					 
					
						2011-11-13 19:19:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							54da5cf11f 
							
						 
					 
					
						
						
							
							refresh 2.6.39 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29042 
						
					 
					
						2011-11-13 19:19:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							d8acb75009 
							
						 
					 
					
						
						
							
							linux: update 3.1 to 3.1.1  
						
						 
						
						... 
						
						
						
						SVN-Revision: 29007 
						
					 
					
						2011-11-13 10:48:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							bbfaaeffd6 
							
						 
					 
					
						
						
							
							kernel: ar8216: add support for the AR8236 switch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28993 
						
					 
					
						2011-11-12 14:09:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							ecb3690d0a 
							
						 
					 
					
						
						
							
							kernel: ar8216: move port vlan setup into a separate function  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28992 
						
					 
					
						2011-11-12 14:09:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							f53128f79b 
							
						 
					 
					
						
						
							
							target: linux: mtd: fix MTDREFRESH to an arbitrary high number  
						
						 
						
						... 
						
						
						
						To make the ioctl number "stable", use an arbitrary high number to prevent
conflicts with new mtd ioctls that would push MTDREFRESH's number.
Also make mtd use the in-kernel mtd headers.
SVN-Revision: 28893 
						
					 
					
						2011-11-09 21:16:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b06efd636a 
							
						 
					 
					
						
						
							
							kernel: add a top level menuconfig option for enabling lockdep  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28848 
						
					 
					
						2011-11-08 00:32:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							c4bc2552a3 
							
						 
					 
					
						
						
							
							update arm mach-types  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28813 
						
					 
					
						2011-11-07 21:12:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							297ac9a7f1 
							
						 
					 
					
						
						
							
							kernel: swconfig: add a missing unlock in error path  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28753 
						
					 
					
						2011-11-04 14:38:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							82bd0a43f1 
							
						 
					 
					
						
						
							
							kernel: merge regression fixes for the netfilter patches to the 3.1 kernel patches (patch by tripolar)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28734 
						
					 
					
						2011-11-03 20:02:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							3d1d93cb0c 
							
						 
					 
					
						
						
							
							target: remove CONFIG_IDE_PROC_FS support as well  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28586 
						
					 
					
						2011-10-25 16:40:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							a9e64493d8 
							
						 
					 
					
						
						
							
							target: globally disable BSD process accounting  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28584 
						
					 
					
						2011-10-25 16:18:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							40d088446f 
							
						 
					 
					
						
						
							
							linux: generic: refresh patches for 3.1-rc10  
						
						 
						
						... 
						
						
						
						Hopefully the last one and identical to final.
SVN-Revision: 28492 
						
					 
					
						2011-10-20 10:32:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							b7a2a74823 
							
						 
					 
					
						
						
							
							ar8216: use mdiobus_{read,write} to ensure proper locking  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28421 
						
					 
					
						2011-10-11 23:05:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							ce5e1abbb7 
							
						 
					 
					
						
						
							
							add IDs for Huawai K3770, K3771, K4510 and K4511 to option driver  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28376 
						
					 
					
						2011-10-06 18:23:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Dickinson 
							
						 
					 
					
						
						
						
						
							
						
						
							b0345ef184 
							
						 
					 
					
						
						
							
							Was specifying input-polled-keys and not input-keys-polled as the module name. Philip Prindeville - 2011-10-03 03:58:17  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28357 
						
					 
					
						2011-10-03 04:39:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
						
						
							
						
						
							5fc14dfb87 
							
						 
					 
					
						
						
							
							linux/generic: commit an upstream kernel 3.0 patch (fixes busubox-1.19.2 build failure)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28293 
						
					 
					
						2011-09-23 10:00:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							93c093057d 
							
						 
					 
					
						
						
							
							generic: jumbo frames support for rtl8366s  
						
						 
						
						... 
						
						
						
						This patch adds the option to enable jumbo frames on the rtl8366s
switch. This is almost exactly the same as the first patch at
https://dev.openwrt.org/ticket/7977  and it has been requested
in a comment there.
I have tested this and it successfully allows devices on the switch
using jumbo frames to communicate.
Signed-off-by: Ash Hughes <ashley.hughes@blueyonder.co.uk>
SVN-Revision: 28267 
						
					 
					
						2011-09-21 11:47:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							0569cff6e1 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28163 
						
					 
					
						2011-09-04 15:01:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							6d17e13cde 
							
						 
					 
					
						
						
							
							add missing symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28162 
						
					 
					
						2011-09-04 15:01:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							d2652dee9d 
							
						 
					 
					
						
						
							
							update alix2 platform driver  
						
						 
						
						... 
						
						
						
						Add support for Ed Wildgoose's alix platform driver plus my
enhancement to add GPIO soft button support.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 28081 
						
					 
					
						2011-08-25 09:35:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							71adaae258 
							
						 
					 
					
						
						
							
							kernel: add two missing config symbols for 3.1  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28080 
						
					 
					
						2011-08-24 11:43:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							464539b074 
							
						 
					 
					
						
						
							
							kernel: update to version 3.0.3  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28043 
						
					 
					
						2011-08-18 12:54:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							09b1073f9b 
							
						 
					 
					
						
						
							
							kernel: update kernel to version 2.6.39.4  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28022 
						
					 
					
						2011-08-16 22:04:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							3e94ee9642 
							
						 
					 
					
						
						
							
							kernel: generic: refresh patches for 3.1-rc2  
						
						 
						
						... 
						
						
						
						SVN-Revision: 28021 
						
					 
					
						2011-08-16 21:42:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							bb64fb2e58 
							
						 
					 
					
						
						
							
							generic: ar8216: add support for get link status  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27989 
						
					 
					
						2011-08-15 14:11:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							50817f6afe 
							
						 
					 
					
						
						
							
							kernel: disable cfi cmdset 0002 erase suspend  
						
						 
						
						... 
						
						
						
						on some platforms, erase suspend leads to data corruption and lockups when write
ops collide with erase ops. this has been observed on the buffalo wzr-hp-g300nh.
rather than play whack-a-mole with a hard to reproduce issue on a variety of devices,
simply disable erase suspend, as it will usually not produce any useful gain on
the small filesystems used on embedded hardware.
SVN-Revision: 27984 
						
					 
					
						2011-08-15 00:15:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							82a05d1a19 
							
						 
					 
					
						
						
							
							initramfs: allow preinit to enable switching from initramfs to tmpfs to allow overlayfs to be mounted on top of it  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27960 
						
					 
					
						2011-08-11 20:32:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							f7dbf2ef04 
							
						 
					 
					
						
						
							
							add more missing touchscren symbols (3.0+)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27956 
						
					 
					
						2011-08-11 11:18:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							20de21593b 
							
						 
					 
					
						
						
							
							kernel: revert r27953  
						
						 
						
						... 
						
						
						
						KanjiMonster did the right patch, I was just confused because of linux-3.0 and linux-2.6.30
SVN-Revision: 27954 
						
					 
					
						2011-08-11 09:54:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							409f8211e1 
							
						 
					 
					
						
						
							
							kernel: fix ocf patch for kernel 2.6.30  
						
						 
						
						... 
						
						
						
						find_task_by_vpid is already exported by the kernel without any patches needed.
SVN-Revision: 27953 
						
					 
					
						2011-08-11 09:47:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							7304dcad2a 
							
						 
					 
					
						
						
							
							kernel: 2.6.30: remove bogus additional find_task_by_vpid export from OCF  
						
						 
						
						... 
						
						
						
						find_task_by_vpid is already exported, thus breaking builds.
SVN-Revision: 27952 
						
					 
					
						2011-08-11 09:46:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							0e40c19b45 
							
						 
					 
					
						
						
							
							add ignore_oc in struct ehci_hcd  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27945 
						
					 
					
						2011-08-10 11:37:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							f124358722 
							
						 
					 
					
						
						
							
							add CONFIG_EARLY_PRINTK  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27942 
						
					 
					
						2011-08-09 13:13:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							cf2070bd5b 
							
						 
					 
					
						
						
							
							linux: generic: add support for 3.1-rc1  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27940 
						
					 
					
						2011-08-09 12:19:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							ba9e7889dd 
							
						 
					 
					
						
						
							
							kernel: fix another typo in the netfilter optimization patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27927 
						
					 
					
						2011-08-07 21:17:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							6f4151b7f0 
							
						 
					 
					
						
						
							
							kernel: add missing option  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27925 
						
					 
					
						2011-08-06 16:46:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							ac96ae6731 
							
						 
					 
					
						
						
							
							kernel: add missing checks in the netfilter optimization patch which broke some rules containing only source/destination address checks  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27923 
						
					 
					
						2011-08-06 12:39:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							d447cb5164 
							
						 
					 
					
						
						
							
							kernel: add some missing config options  
						
						 
						
						... 
						
						
						
						These options where found by buildbot
SVN-Revision: 27920 
						
					 
					
						2011-08-06 10:41:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							51be984655 
							
						 
					 
					
						
						
							
							kernel: update to kernel version 3.0.1  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27918 
						
					 
					
						2011-08-06 09:51:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							698c1b4952 
							
						 
					 
					
						
						
							
							add more missing config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27911 
						
					 
					
						2011-08-05 13:48:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							a8e79cbdf8 
							
						 
					 
					
						
						
							
							add 101-perf_arm_uclibc.patch to 3.0 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27909 
						
					 
					
						2011-08-05 13:48:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							c99d08f050 
							
						 
					 
					
						
						
							
							add missing config symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27908 
						
					 
					
						2011-08-05 13:48:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							3b36e83a29 
							
						 
					 
					
						
						
							
							generic: Add missing config symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27887 
						
					 
					
						2011-08-03 23:28:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							4543f6d659 
							
						 
					 
					
						
						
							
							remove 8*1-usb_serial_endpoint_size.patch  
						
						 
						
						... 
						
						
						
						This is breaking some devices out there such as Winchiphead CH341 adapters (#9601 )
SVN-Revision: 27885 
						
					 
					
						2011-08-03 13:23:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							c4af036ec7 
							
						 
					 
					
						
						
							
							refresh 3.0 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27879 
						
					 
					
						2011-08-02 18:55:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							ed2b7cd342 
							
						 
					 
					
						
						
							
							linux/generic: remove obsolete kernel options from 3.0  
						
						 
						
						... 
						
						
						
						Also fix one typo.
SVN-Revision: 27875 
						
					 
					
						2011-08-02 09:58:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							61e2e03311 
							
						 
					 
					
						
						
							
							kernel: Fix firewire for 2.6.37+  
						
						 
						
						... 
						
						
						
						The old ieee1394 stack was removed in 2.6.37. The new firewire stack is
available for all kernel versions, but experimental for the older one, so
make both available where appropriate.
SVN-Revision: 27874 
						
					 
					
						2011-08-02 09:53:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							62b8cba9c0 
							
						 
					 
					
						
						
							
							kernel: enable inotify by default ( #8055 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27853 
						
					 
					
						2011-07-31 18:12:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							19eaf1c5f7 
							
						 
					 
					
						
						
							
							kernel: add a new version of my netfilter speedup patches for linux 2.6.39 and 3.0  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27840 
						
					 
					
						2011-07-30 15:39:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							eaa935658b 
							
						 
					 
					
						
						
							
							swconfig: Add generic switch identifiers  
						
						 
						
						... 
						
						
						
						Also make switches available under a generic name "switch<num>" for device
name agnostic access. The old device name is used as an alias for backward
compatibility.
SVN-Revision: 27800 
						
					 
					
						2011-07-27 18:00:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							80956276a7 
							
						 
					 
					
						
						
							
							x86: add missing config symbols  
						
						 
						
						... 
						
						
						
						This adds some config symbols for kernel 3.0.
Thank you realopty for the patch.
This is from #9719 .
SVN-Revision: 27775 
						
					 
					
						2011-07-25 21:21:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							f0f10fa599 
							
						 
					 
					
						
						
							
							add missing symbols for generic and x86 on 3.0, based on Philip Prindeville's patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27762 
						
					 
					
						2011-07-24 22:04:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							f66871e836 
							
						 
					 
					
						
						
							
							From: George Kashperko <george@znau.edu.ua> Issue map read after Write Buffer Load command to ensure chip is ready to receive data. Signed-off-by: George Kashperko <george@znau.edu.ua>  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27760 
						
					 
					
						2011-07-24 15:37:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							6eb9e39bc4 
							
						 
					 
					
						
						
							
							refresh 501-yaffs_cvs_2009_04_24.patch for Linux 3.0 final  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27759 
						
					 
					
						2011-07-24 15:36:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							5b32d62fcf 
							
						 
					 
					
						
						
							
							rtl8366_smi: implement a function for detecting whether the attached switch is RTL8366S or RTL8366RB  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27755 
						
					 
					
						2011-07-24 14:40:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							1afe8a0726 
							
						 
					 
					
						
						
							
							rtl8366: unify rtl8366s and rtl8366rb platform data  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27754 
						
					 
					
						2011-07-24 14:40:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							00dd85d8f6 
							
						 
					 
					
						
						
							
							ocf-linux: version bump to 20110720  
						
						 
						
						... 
						
						
						
						Fixes problem with TFM allocation in cryptosoft.c
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Hauke:
 * remove ubsec_ssb package and take it from ocf-linux
 * use patches from ocf-linux package
 * refresh all patches
 * readd some build fixes for OpenWrt.
 * readd CRYPTO_MANAGER dependency
SVN-Revision: 27753 
						
					 
					
						2011-07-24 14:17:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							0cb1b5d775 
							
						 
					 
					
						
						
							
							3.0 is out  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27736 
						
					 
					
						2011-07-23 20:42:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							5169b72c8a 
							
						 
					 
					
						
						
							
							kernel: update bcma and ssb to version master-2011-07-22 from wireless-testing  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27731 
						
					 
					
						2011-07-23 11:17:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							b988168906 
							
						 
					 
					
						
						
							
							brcm47xx: update bcma and ssb to master-2011-07-21  
						
						 
						
						... 
						
						
						
						* add new patches for bcm4716 SoC
* add support for serial flash on bcma bus
SVN-Revision: 27723 
						
					 
					
						2011-07-22 16:30:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							39f491e479 
							
						 
					 
					
						
						
							
							kernel: update to linux-3.0 and refresh patches.  
						
						 
						
						... 
						
						
						
						Thank you Peter Wagner for the patch
SVN-Revision: 27722 
						
					 
					
						2011-07-22 16:04:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							fee32761f3 
							
						 
					 
					
						
						
							
							kernel: backport and enable tmpfs xattr support for 2.6.39  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27691 
						
					 
					
						2011-07-19 09:00:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							ab5fd3c1cb 
							
						 
					 
					
						
						
							
							upgrade to 3.0-rc7  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27600 
						
					 
					
						2011-07-12 13:44:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							b3b0f0e49a 
							
						 
					 
					
						
						
							
							add mpcore_wdt fixes  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27557 
						
					 
					
						2011-07-08 09:33:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							b8227050fb 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27527 
						
					 
					
						2011-07-07 17:18:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							42df203852 
							
						 
					 
					
						
						
							
							3.0 is at rc6 now  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27524 
						
					 
					
						2011-07-07 13:30:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							b15f8f765a 
							
						 
					 
					
						
						
							
							add support for and switch to XZ compressed kernels on ARM  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27518 
						
					 
					
						2011-07-07 10:26:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							a3e343b722 
							
						 
					 
					
						
						
							
							fix building of perf for arm on uclibc  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27514 
						
					 
					
						2011-07-07 09:43:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							a00596924b 
							
						 
					 
					
						
						
							
							refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27492 
						
					 
					
						2011-07-06 12:57:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							90bd74dd8b 
							
						 
					 
					
						
						
							
							fixup mtd refresh and co.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27491 
						
					 
					
						2011-07-06 12:55:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							f24764a372 
							
						 
					 
					
						
						
							
							fix myloader patch, thanks KanjiMonster  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27490 
						
					 
					
						2011-07-06 12:48:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							05790d9cba 
							
						 
					 
					
						
						
							
							replace the cut down machtype with the full one, as we support a lot of not-yet-upstreamed stuff  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27485 
						
					 
					
						2011-07-06 10:09:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							965567a320 
							
						 
					 
					
						
						
							
							refresh 2.6.39 geode patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27483 
						
					 
					
						2011-07-06 10:00:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							612a1fcbc4 
							
						 
					 
					
						
						
							
							add some symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27464 
						
					 
					
						2011-07-05 21:19:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							d24fc7ef56 
							
						 
					 
					
						
						
							
							sched_connmark depends on NF_CONNTRACK_MARK ( #8976 ,  #9423 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27457 
						
					 
					
						2011-07-05 12:40:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							c52560302d 
							
						 
					 
					
						
						
							
							add missing symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27454 
						
					 
					
						2011-07-05 11:55:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							129217e127 
							
						 
					 
					
						
						
							
							generic: add rt2x00_platform.h  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27390 
						
					 
					
						2011-07-03 15:01:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Dickinson 
							
						 
					 
					
						
						
						
						
							
						
						
							f9f3ddebe8 
							
						 
					 
					
						
						
							
							target/patches: This has been sent upstream, but might not appear for a couple of weeks.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27373 
						
					 
					
						2011-07-03 03:20:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Dickinson 
							
						 
					 
					
						
						
						
						
							
						
						
							b0cc0067f9 
							
						 
					 
					
						
						
							
							target/patches: Like the earlier mfgpt patch, the new GPIO drivers also require the MFD driver to be present for the BAR's to be mapped.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27371 
						
					 
					
						2011-07-03 03:14:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Dickinson 
							
						 
					 
					
						
						
						
						
							
						
						
							f2d749ee15 
							
						 
					 
					
						
						
							
							Revert "Like the earlier mfgpt patch, the new GPIO drivers also require the MFD driver to be present for the BAR's to be mapped."  
						
						 
						
						... 
						
						
						
						This reverts commit c485487b63d1c1de72a375f1278d8a98546ba3af.
SVN-Revision: 27370 
						
					 
					
						2011-07-03 03:14:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Dickinson 
							
						 
					 
					
						
						
						
						
							
						
						
							209a776f22 
							
						 
					 
					
						
						
							
							Like the earlier mfgpt patch, the new GPIO drivers also require the MFD driver to be present for the BAR's to be mapped.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27369 
						
					 
					
						2011-07-03 03:14:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							8222c7bb24 
							
						 
					 
					
						
						
							
							add missing kernel symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27327 
						
					 
					
						2011-07-01 08:11:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							a41f80bca1 
							
						 
					 
					
						
						
							
							fix the gpio_dev driver: remove existing forward port patches, use unlocked_ioctl on all platforms and fix the arguments to the ioctl handler (based on patch from  #9198 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27322 
						
					 
					
						2011-07-01 03:20:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							01ac07c9b3 
							
						 
					 
					
						
						
							
							generic: add MTD_NAND_ECC_BCH symbol for 2.6.39/3.0  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27305 
						
					 
					
						2011-06-29 08:57:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							3f0eed15a2 
							
						 
					 
					
						
						
							
							kernel: refresh patches for kernel 3.0-rc5  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27300 
						
					 
					
						2011-06-28 20:25:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							2af4f6f634 
							
						 
					 
					
						
						
							
							kernel: update ssb and bcma to linux-next next-20110628  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27299 
						
					 
					
						2011-06-28 19:33:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							ca979845cc 
							
						 
					 
					
						
						
							
							kernel: update ssb and bcma to linux-next next-20110627  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27295 
						
					 
					
						2011-06-27 21:28:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							c1873c46b8 
							
						 
					 
					
						
						
							
							kernel: update ssb and bcma to linux-next next-20110627  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27293 
						
					 
					
						2011-06-27 20:18:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							85d29f3cd0 
							
						 
					 
					
						
						
							
							add missing linux-3.0 config symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27269 
						
					 
					
						2011-06-24 11:43:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							1c0d5f5ae2 
							
						 
					 
					
						
						
							
							kernel: refresh patches for kernel 3.0-rc4  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27247 
						
					 
					
						2011-06-21 18:39:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							9cd64fa754 
							
						 
					 
					
						
						
							
							generic: Remove IPv6 depependency of bridge in 2.6.38+ Since 2.6.38 the bridge module has a dependency to IPv6 if IPv6 is enabled. Since the IPv6 module isn't exactly lightweight and bridge also only needs a single function from IPv6, it's rather easy to create a common "lib" module with a RCU pointer to the actual implementation, if the IPv6 module is loaded (although slightly hackish).  
						
						 
						
						... 
						
						
						
						The codepath seems to be only taken when using IPv6, so there should be
no negative side effects when IPv6 isn't loaded. I did not measure how
big the performance impact is.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27237 
						
					 
					
						2011-06-19 22:48:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							79a7343560 
							
						 
					 
					
						
						
							
							kernel: update to kernel 2.6.38.8  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27218 
						
					 
					
						2011-06-18 15:52:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							b97459eb88 
							
						 
					 
					
						
						
							
							add missing USBIP_CORE item in config-3.0  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27195 
						
					 
					
						2011-06-16 14:34:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							235e331987 
							
						 
					 
					
						
						
							
							linux/generic: Add support for 3.0-rc3  
						
						 
						
						... 
						
						
						
						Also make linux identify itself properly as 3.0, not 3.0.0.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27191 
						
					 
					
						2011-06-15 21:31:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							5752efdadd 
							
						 
					 
					
						
						
							
							2.6.39.1: missing kernel symbols If you turn on I2C, you'll need this symbol defined.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27182 
						
					 
					
						2011-06-15 18:18:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							dcddcfca24 
							
						 
					 
					
						
						
							
							add missing kernel config symbols for usb on powerpc  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27181 
						
					 
					
						2011-06-15 18:07:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							d39379296c 
							
						 
					 
					
						
						
							
							backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 (netfilter: IPv6: fix DSCP mangle code)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27179 
						
					 
					
						2011-06-15 14:11:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							14913ab8b0 
							
						 
					 
					
						
						
							
							revert r26997, it does not apply against 2.6.36.4  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27178 
						
					 
					
						2011-06-15 13:51:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							e3e2a170cd 
							
						 
					 
					
						
						
							
							we dont need 1024 bytes buffer. 128 bytes is enough.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27143 
						
					 
					
						2011-06-09 07:08:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							4aaf590909 
							
						 
					 
					
						
						
							
							add more config symbols to 2.6.39  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27111 
						
					 
					
						2011-06-04 18:27:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							de2e05b6f2 
							
						 
					 
					
						
						
							
							add some missing 2.6.39 config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27105 
						
					 
					
						2011-06-04 13:36:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							763b58c30c 
							
						 
					 
					
						
						
							
							update to 2.6.39.1  
						
						 
						
						... 
						
						
						
						patch from Peter Wagner
SVN-Revision: 27104 
						
					 
					
						2011-06-04 13:35:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							56dd5c4388 
							
						 
					 
					
						
						
							
							fix a crash in mtd_concat when the .sync op is not implemented  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27074 
						
					 
					
						2011-06-01 02:23:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							628cb35179 
							
						 
					 
					
						
						
							
							m25p80: add the chip id for the winbond w25q128 chip  
						
						 
						
						... 
						
						
						
						SVN-Revision: 27073 
						
					 
					
						2011-06-01 02:23:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							6608f419d1 
							
						 
					 
					
						
						
							
							* backport 2.6.8 patches to .39 / .32.33  
						
						 
						
						... 
						
						
						
						* remove lqtapi
* bump tapi/dsl to .39
* migrate to new ltq_ style api
* add amazon_se support
SVN-Revision: 27026 
						
					 
					
						2011-05-29 21:19:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							6f7ae75ffa 
							
						 
					 
					
						
						
							
							kernel: exportfs: reallow building as a module  
						
						 
						
						... 
						
						
						
						It was originally tristate, but was changed to bool to prevent a build
breakage in an earlier patch revision (for a new syscall). The actual
commit[1] changed it in a way this isn't needed anymore, but
accidentially left the EXPORTFS change in. There's no reason for it
not being buildable as a module, so changing it back to tristate is
fine.
see: https://patchwork.kernel.org/patch/812832/ 
Thank you Jonas Gorski for the patch.
SVN-Revision: 27011 
						
					 
					
						2011-05-25 20:57:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							6769216a64 
							
						 
					 
					
						
						
							
							kernel: generic: Update 2.6.39 to final  
						
						 
						
						... 
						
						
						
						* Add missing config symbols
* Update package/kernel for 2.6.39
CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module.
Thank you Jonas Gorski for the patch
SVN-Revision: 27010 
						
					 
					
						2011-05-25 19:51:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							c69f2d8788 
							
						 
					 
					
						
						
							
							kernel: some updates for kernel 2.6.39  
						
						 
						
						... 
						
						
						
						* add md5sum for kernel
* add some missing config symbols
* add some ssb patches to make compat-wireless compile
Thank you Peter Wagner for the patch
SVN-Revision: 27009 
						
					 
					
						2011-05-25 19:32:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							fad3f46f0d 
							
						 
					 
					
						
						
							
							fix mtd warnings  
						
						 
						
						... 
						
						
						
						Fixes for the following warnings:
drivers/mtd/devices/block2mtd.c: In function '_open_bdev':
drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code
drivers/mtd/devices/block2mtd.c: In function 'add_device':
drivers/mtd/devices/block2mtd.c:399:13: warning: assignment discards qualifiers from pointer target type
In the case of 442-block2mtd_probe.patch, it's not until the insertion of a executable statement before the definition that causes a warning, so I've chosen to resolve the issue here by splitting the definition and the initialization into a definition and a statement (and assignment) instead.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27007 
						
					 
					
						2011-05-25 19:16:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hamish Guthrie 
							
						 
					 
					
						
						
						
						
							
						
						
							50d2a84a21 
							
						 
					 
					
						
						
							
							Clean up patch not applying  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26997 
						
					 
					
						2011-05-24 10:00:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							f9f8dcfa70 
							
						 
					 
					
						
						
							
							refresh 2.6.37 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26955 
						
					 
					
						2011-05-20 10:06:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							894d50da25 
							
						 
					 
					
						
						
							
							kernel: backport some ssb changes to support a mac80211 update  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26911 
						
					 
					
						2011-05-16 21:50:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							d475545c91 
							
						 
					 
					
						
						
							
							remove an accidentally copied comment from the option.ko device patch  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26908 
						
					 
					
						2011-05-15 21:28:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							43e002fe5e 
							
						 
					 
					
						
						
							
							add definitions for Alcatel X220D and Huawai E173s to option.ko ( #9422 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26906 
						
					 
					
						2011-05-15 19:17:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							a4c0645326 
							
						 
					 
					
						
						
							
							kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patches  
						
						 
						
						... 
						
						
						
						Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel.
SVN-Revision: 26905 
						
					 
					
						2011-05-15 17:23:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							3fc33726a5 
							
						 
					 
					
						
						
							
							add missing 2.6.38 touchscreen config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26872 
						
					 
					
						2011-05-11 13:33:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							60c125b8e6 
							
						 
					 
					
						
						
							
							(respin) 802.1Q VLAN support for ADM6996M/ADM6996FC  
						
						 
						
						... 
						
						
						
						This patch adds 802.1Q VLAN support for the ADM6996M chip.
The driver is loaded for both the FC and M model. It will detect which of the
two chips is connected. The FC model is initialised, but no further
functionality is offered.
The PHY driver will always report "100 Mbit/s, link up", for both the M and FC
models. This reflects the fact that the link between switch chip and Ethernet
MAC is always on[1].
Further documentation can be found in the kernel's
Documentation/networking/adm6996.txt
Signed-of-By: Peter Lebbing <peter@digitalbrains.com>
SVN-Revision: 26865 
						
					 
					
						2011-05-09 15:21:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Travis Kemen 
							
						 
					 
					
						
						
						
						
							
						
						
							bc121d5706 
							
						 
					 
					
						
						
							
							ipv6: restore correct ECN handling on TCP xmit Thanks Dave Taht  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26858 
						
					 
					
						2011-05-08 17:08:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							fd33dffe60 
							
						 
					 
					
						
						
							
							add missing 2.6.38 symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26832 
						
					 
					
						2011-05-05 16:35:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
						
						
							
						
						
							c27ffb1912 
							
						 
					 
					
						
						
							
							linux/generic: port yaffs to 2.6.39  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26818 
						
					 
					
						2011-05-04 09:35:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							a18ec3c37e 
							
						 
					 
					
						
						
							
							update to 2.6.38  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26803 
						
					 
					
						2011-05-02 07:57:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							eb270c4d33 
							
						 
					 
					
						
						
							
							ar8316: automatically detect whether port4 is used as PHY or as a switch port  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26778 
						
					 
					
						2011-04-28 21:27:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							2336d4b438 
							
						 
					 
					
						
						
							
							ar8216: support AR8316 rev 0 devices  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26776 
						
					 
					
						2011-04-28 19:30:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							9e8cd78944 
							
						 
					 
					
						
						
							
							swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK  
						
						 
						
						... 
						
						
						
						SPIN_LOCK_UNLOCKED has been deprecated since 2.6.19 and will get removed
in 2.6.39, so replace it with DEFINE_SPINLOCK().
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26770 
						
					 
					
						2011-04-26 23:05:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							ede6b0d360 
							
						 
					 
					
						
						
							
							rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.  
						
						 
						
						... 
						
						
						
						Use offset from struct mtd_part instead of struct mtd_partition for defining
the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in
struct mtd_partition.
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 26705 
						
					 
					
						2011-04-17 18:32:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							5a0df036b0 
							
						 
					 
					
						
						
							
							Remove 2.6.35. It's not used anymore.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 26704 
						
					 
					
						2011-04-17 18:32:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							f385231730 
							
						 
					 
					
						
						
							
							fix a typo in the kernel patch description  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26693 
						
					 
					
						2011-04-16 18:40:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							a1624421ae 
							
						 
					 
					
						
						
							
							kernel: reorganize 2.6.37 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26692 
						
					 
					
						2011-04-16 18:31:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							3fa43f54a2 
							
						 
					 
					
						
						
							
							kernel: reorganize 2.6.39 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26691 
						
					 
					
						2011-04-16 18:31:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							71d8c66250 
							
						 
					 
					
						
						
							
							kernel: reorganize 2.6.38 patches, clean up block2mtd patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26690 
						
					 
					
						2011-04-16 18:30:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							4a6e01fa38 
							
						 
					 
					
						
						
							
							kernel: add a PATCHES text file describing the new patch categories  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26689 
						
					 
					
						2011-04-16 18:30:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							2066c21c92 
							
						 
					 
					
						
						
							
							kernel: backport the fix "net_sched: fix ip_tos2prio" for 2.6.37 Fixes a bug that led to ECN enabled flows being de-prioritized by pfifo_fast  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26687 
						
					 
					
						2011-04-16 01:46:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							0959467583 
							
						 
					 
					
						
						
							
							solos: various upstreamed solos patches  
						
						 
						
						... 
						
						
						
						These patches were submitted to netdev and will likely be out in 2.6.38.3.
In the meantime, they're needed in 2.6.37.6.
Patch by Philip Prindeville
SVN-Revision: 26616 
						
					 
					
						2011-04-12 19:50:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							127e4ebd32 
							
						 
					 
					
						
						
							
							generic: Add support for 2.6.39  
						
						 
						
						... 
						
						
						
						Add support for 2.6.39 based on rc3. Runtime tested on bcm63xx.
SVN-Revision: 26615 
						
					 
					
						2011-04-12 19:39:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							f358166236 
							
						 
					 
					
						
						
							
							generic: rtl8366{s,rb}: remove the PHY driver.  
						
						 
						
						... 
						
						
						
						Since the PHY driver is only used for the WAN port and there is virtually
no difference between it and the generic PHY driver, we can sefely remove
it.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26600 
						
					 
					
						2011-04-12 09:29:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabor Juhos 
							
						 
					 
					
						
						
						
						
							
						
						
							e28b459b21 
							
						 
					 
					
						
						
							
							generic: add support for the MX25L1606E SPI flash  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26596 
						
					 
					
						2011-04-11 17:37:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							2ce13f05cb 
							
						 
					 
					
						
						
							
							kernel: add symbols, small fixes  
						
						 
						
						... 
						
						
						
						* Some module should be loaded later to load them after the modules they are depending on
* add some more missing config symbols
* make CS5535 build again
SVN-Revision: 26570 
						
					 
					
						2011-04-09 23:34:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							bba5f37bb8 
							
						 
					 
					
						
						
							
							kernel: add missing config options  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26552 
						
					 
					
						2011-04-09 17:39:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							50c743e79e 
							
						 
					 
					
						
						
							
							kernel: Update to version 2.6.37.6  
						
						 
						
						... 
						
						
						
						Thank you Peter Wagner for the patch
SVN-Revision: 26441 
						
					 
					
						2011-04-03 13:59:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							0301e07074 
							
						 
					 
					
						
						
							
							kernel: l2tp: fix possible oops on l2tp_eth module unload  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26440 
						
					 
					
						2011-04-03 13:20:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							9fd59ccf99 
							
						 
					 
					
						
						
							
							kernel: add a missing kconfig symbol for 2.6.38  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26417 
						
					 
					
						2011-04-02 19:48:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							0508ee0c00 
							
						 
					 
					
						
						
							
							rtl8306: do not overwrite registers in the phy fixup, it could mess up other switches ( fixes   #8911 )  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26410 
						
					 
					
						2011-04-02 16:35:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							730a3afab7 
							
						 
					 
					
						
						
							
							kernel: add a missing dependency for the mv_cesa crypto driver  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26406 
						
					 
					
						2011-04-02 15:25:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							6b183fe564 
							
						 
					 
					
						
						
							
							kernel: the cryptosoft module of ocf needs cryptoapi manager support (for blkcipher, hash)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26402 
						
					 
					
						2011-04-02 12:50:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Dickinson 
							
						 
					 
					
						
						
						
						
							
						
						
							7d9c2daab8 
							
						 
					 
					
						
						
							
							flash_chips: Removed forced recognition of Macronix MX29LV640T flash chip. It should be recognized by the CFI and not need forcing. User has not since replied.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26400 
						
					 
					
						2011-04-02 05:44:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Büsch 
							
						 
					 
					
						
						
						
						
							
						
						
							d739594c8d 
							
						 
					 
					
						
						
							
							shmem_set_file: Remove ima_counts_get()  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26378 
						
					 
					
						2011-03-30 16:49:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Büsch 
							
						 
					 
					
						
						
						
						
							
						
						
							5f5b634380 
							
						 
					 
					
						
						
							
							2.6.38 vm_exports.patch: Fix merge error introduced in r26332 Thanks to acoul for noticing.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26377 
						
					 
					
						2011-03-30 16:43:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Büsch 
							
						 
					 
					
						
						
						
						
							
						
						
							371bccb4c0 
							
						 
					 
					
						
						
							
							Update 2.6.38 to 2.6.38.2  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26332 
						
					 
					
						2011-03-28 15:44:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							6c7170b923 
							
						 
					 
					
						
						
							
							Revert "kernel: remove all local symbols from kernel modules at link time to reduce their size" Use -x when stripping kernel modules instead  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26305 
						
					 
					
						2011-03-26 15:29:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b2b0770576 
							
						 
					 
					
						
						
							
							kernel: use -fno-caller-saves  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26301 
						
					 
					
						2011-03-26 01:07:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							3be9b77127 
							
						 
					 
					
						
						
							
							kernel: remove all local symbols from kernel modules at link time to reduce their size  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26298 
						
					 
					
						2011-03-25 23:47:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							def45b136c 
							
						 
					 
					
						
						
							
							kernel: remove wrong chunks from the 2.6.37 and 2.6.38 version of the mips oprofile fix  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26297 
						
					 
					
						2011-03-25 22:18:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							0a65ef965d 
							
						 
					 
					
						
						
							
							enable the 'big kernel lock' by default  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26267 
						
					 
					
						2011-03-22 09:20:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							782dd1689b 
							
						 
					 
					
						
						
							
							kernel: add missing config options  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26238 
						
					 
					
						2011-03-19 17:40:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							1ddb639910 
							
						 
					 
					
						
						
							
							kernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by generated/autoconf.h.  
						
						 
						
						... 
						
						
						
						This fixes build with kernel 2.6.38.
This was only build tested.
Thank you philipp64 for reporting
SVN-Revision: 26237 
						
					 
					
						2011-03-19 17:40:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							a8d84ae94d 
							
						 
					 
					
						
						
							
							remove 2.6.34 support  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26229 
						
					 
					
						2011-03-18 13:40:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							b8430e7427 
							
						 
					 
					
						
						
							
							update to 2.6.32.33 and 2.6.37.4  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26226 
						
					 
					
						2011-03-18 13:25:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							473ac1f87d 
							
						 
					 
					
						
						
							
							kernel: fix an overlayfs deadlock on rmdir  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26215 
						
					 
					
						2011-03-17 23:14:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							4f06dc1907 
							
						 
					 
					
						
						
							
							kernel: replace mini_fo with overlayfs for 2.6.38  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26213 
						
					 
					
						2011-03-17 20:23:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							334ea34d35 
							
						 
					 
					
						
						
							
							kernel: replace mini_fo with overlayfs for 2.6.37  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26209 
						
					 
					
						2011-03-17 19:09:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							eb6cad3261 
							
						 
					 
					
						
						
							
							kernel: refresh 2.6.38 patches for final release  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26194 
						
					 
					
						2011-03-16 18:31:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b7d69ce4ec 
							
						 
					 
					
						
						
							
							kernel: disable xz for 2.6.38 for now, it is unused  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26193 
						
					 
					
						2011-03-16 18:31:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							1b8a1f7248 
							
						 
					 
					
						
						
							
							kernel: add a few more missing config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26192 
						
					 
					
						2011-03-16 18:31:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							3798de4df7 
							
						 
					 
					
						
						
							
							kernel: add a few missing kernel config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26189 
						
					 
					
						2011-03-16 18:04:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							a08bd03fad 
							
						 
					 
					
						
						
							
							ssb: update ssb to version from linux-next-20110311  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26127 
						
					 
					
						2011-03-13 17:24:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							4226f1d373 
							
						 
					 
					
						
						
							
							kernel: update to kernel version 2.6.37.3  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26126 
						
					 
					
						2011-03-13 17:14:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							425bf41b23 
							
						 
					 
					
						
						
							
							kernel: update to kernel version 2.6.34.8  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26125 
						
					 
					
						2011-03-13 17:13:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							b78210955c 
							
						 
					 
					
						
						
							
							kernel: update to kernel version 2.6.32.32  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26124 
						
					 
					
						2011-03-13 17:12:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							aae6a94432 
							
						 
					 
					
						
						
							
							* add atm patch to generic .37 series. this is needed for the dsl driver to work.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26022 
						
					 
					
						2011-03-11 08:20:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							ef12d2ba03 
							
						 
					 
					
						
						
							
							kernel: allow EAP frames to pass through bridges even in learning state - fixes issues with WDS  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26015 
						
					 
					
						2011-03-10 18:00:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							05236294f3 
							
						 
					 
					
						
						
							
							Âbackport upstream commit 0079c5aee34880bcee7feee9960f0502c73dc5fa (xt_recent entry reaper) to kernels 2.6.30, 2.6.31, 2.6.32 and 2.6.34  
						
						 
						
						... 
						
						
						
						SVN-Revision: 26007 
						
					 
					
						2011-03-10 13:50:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							3e08b75693 
							
						 
					 
					
						
						
							
							add two missing symbol for Kernel >= 2.6.37  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25984 
						
					 
					
						2011-03-09 21:50:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							b74308c433 
							
						 
					 
					
						
						
							
							only support EABI on ARM targets  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25928 
						
					 
					
						2011-03-07 12:59:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Büsch 
							
						 
					 
					
						
						
						
						
							
						
						
							42233dcf8e 
							
						 
					 
					
						
						
							
							atm/solos-pci: Fix incorrectly applied patch. Thanks to Philip A. Prindeville for pointing it out.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25881 
						
					 
					
						2011-03-05 20:53:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							81cc3ef4f4 
							
						 
					 
					
						
						
							
							yet another missing symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25875 
						
					 
					
						2011-03-05 06:51:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							72e6f95f99 
							
						 
					 
					
						
						
							
							add more missing kernel symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25846 
						
					 
					
						2011-03-03 10:15:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							434e1950c6 
							
						 
					 
					
						
						
							
							add missing symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25843 
						
					 
					
						2011-03-03 02:31:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Büsch 
							
						 
					 
					
						
						
						
						
							
						
						
							7b44be03d8 
							
						 
					 
					
						
						
							
							2.6.38: Let mac80211 select CONFIG_AVERAGE  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25818 
						
					 
					
						2011-03-01 18:55:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							1da9f079b6 
							
						 
					 
					
						
						
							
							update arm mach-types  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25806 
						
					 
					
						2011-03-01 11:24:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							1f5d24e562 
							
						 
					 
					
						
						
							
							refresh patches with -rc6  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25805 
						
					 
					
						2011-03-01 11:24:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Büsch 
							
						 
					 
					
						
						
						
						
							
						
						
							0ff0b6aa5e 
							
						 
					 
					
						
						
							
							block2mtd: More 2.6.38 fixes  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25791 
						
					 
					
						2011-02-28 15:52:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Büsch 
							
						 
					 
					
						
						
						
						
							
						
						
							1147380771 
							
						 
					 
					
						
						
							
							mtd: Fix compile warning  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25790 
						
					 
					
						2011-02-28 15:32:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Büsch 
							
						 
					 
					
						
						
						
						
							
						
						
							eb53b526eb 
							
						 
					 
					
						
						
							
							jffs2-lzma: Fix compile warning  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25789 
						
					 
					
						2011-02-28 15:19:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Büsch 
							
						 
					 
					
						
						
						
						
							
						
						
							38430ba588 
							
						 
					 
					
						
						
							
							mini_fo: More 2.6.38 fixes  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25788 
						
					 
					
						2011-02-28 15:10:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							de194ac4c2 
							
						 
					 
					
						
						
							
							kernel: the usb pci quirks removal patch was a bit overzealous, leave in some functions referenced from other modules  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25785 
						
					 
					
						2011-02-28 01:20:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							d5c7314b76 
							
						 
					 
					
						
						
							
							kernel: disable sysctl syscall support - nothing uses it  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25773 
						
					 
					
						2011-02-27 20:06:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							875c8353f6 
							
						 
					 
					
						
						
							
							kernel: disable scheduler actions by default, they will be enabled only when kmod-sched is selected  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25771 
						
					 
					
						2011-02-27 19:52:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							0e455ce84c 
							
						 
					 
					
						
						
							
							kernel: disable /proc/kcore  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25770 
						
					 
					
						2011-02-27 19:52:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							7b1f833ffc 
							
						 
					 
					
						
						
							
							kernel: when disabling common quirks, disable them in the usb subsystem as well - bios handover is useless for most platforms  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25768 
						
					 
					
						2011-02-27 19:52:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							3fd1dd08fb 
							
						 
					 
					
						
						
							
							kernel: de-bloat the lzma library used by jffs2  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25767 
						
					 
					
						2011-02-27 19:52:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							0839658cbe 
							
						 
					 
					
						
						
							
							kernel: disable CONFIG_CRYPTO_ALGAPI* by default, it will be built into the kmod-crypto-core package  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25766 
						
					 
					
						2011-02-27 19:52:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							115a37d160 
							
						 
					 
					
						
						
							
							kernel: disable CONFIG_SYSCTL_SYSCALL_CHECK by default  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25765 
						
					 
					
						2011-02-27 19:52:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							93475d913e 
							
						 
					 
					
						
						
							
							kernel: disable CONFIG_LEDS_TRIGGER_HEARTBEAT by default, nothing uses it  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25764 
						
					 
					
						2011-02-27 19:52:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							a29c9c0712 
							
						 
					 
					
						
						
							
							kernel: disable CONFIG_WIRELESS_EXT_SYSFS by default  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25763 
						
					 
					
						2011-02-27 19:52:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							5ccc1a4553 
							
						 
					 
					
						
						
							
							kernel: add a patch for isolating individual bridge ports  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25762 
						
					 
					
						2011-02-27 19:52:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							c11f523730 
							
						 
					 
					
						
						
							
							refresh 2.6.37 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25760 
						
					 
					
						2011-02-27 19:03:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							fb28515e26 
							
						 
					 
					
						
						
							
							kernel 2.6.38: add a few missing config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25748 
						
					 
					
						2011-02-27 11:22:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
						
						
							
						
						
							5a8a9a0e23 
							
						 
					 
					
						
						
							
							linux/generic: fix block2mtd for 2.6.38  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25704 
						
					 
					
						2011-02-24 19:13:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
						
						
							
						
						
							d6b792f659 
							
						 
					 
					
						
						
							
							linux/generic: fix r25699 take II  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25703 
						
					 
					
						2011-02-24 19:08:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
						
						
							
						
						
							4ef9410fb3 
							
						 
					 
					
						
						
							
							linux/generic: fix r25699 (thanks nbd)  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25700 
						
					 
					
						2011-02-24 14:52:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexandros C. Couloumbis 
							
						 
					 
					
						
						
						
						
							
						
						
							0e60b43258 
							
						 
					 
					
						
						
							
							linux/generic: fix mini_fo for kernels >= 2.6.38  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25699 
						
					 
					
						2011-02-24 14:45:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							ac905e8a7b 
							
						 
					 
					
						
						
							
							kernel: the patch to disable the crypto tests is no longer necessary since 2.6.36, remove it  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25689 
						
					 
					
						2011-02-24 01:11:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							659a72e89a 
							
						 
					 
					
						
						
							
							kernel config: disable the pcomp api + zlib decompressor by default - it has not been used for a while now  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25684 
						
					 
					
						2011-02-24 00:30:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							c5c798acac 
							
						 
					 
					
						
						
							
							kernel config: remove the obsolete pcomp unlzma symbol  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25683 
						
					 
					
						2011-02-24 00:29:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							f31a576caf 
							
						 
					 
					
						
						
							
							kernel config: refresh using kconfig.pl  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25682 
						
					 
					
						2011-02-24 00:29:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Büsch 
							
						 
					 
					
						
						
						
						
							
						
						
							002847add7 
							
						 
					 
					
						
						
							
							2.6.38: Remove patches that are upstream in -rc6  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25680 
						
					 
					
						2011-02-23 23:44:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							5728d13d02 
							
						 
					 
					
						
						
							
							kernel: add missing config symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25643 
						
					 
					
						2011-02-21 02:45:56 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							9dad83362d 
							
						 
					 
					
						
						
							
							kernel: remove imq support, refresh patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25641 
						
					 
					
						2011-02-21 02:06:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							c0f0316109 
							
						 
					 
					
						
						
							
							kernel: add a new scheduler action for restoring the connection tracking mark - useful for ingress shaping, will be used for replacing IMQ later  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25639 
						
					 
					
						2011-02-21 00:03:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							8d7ca65dab 
							
						 
					 
					
						
						
							
							add two solos-releated patches from Philip Prindeville  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25630 
						
					 
					
						2011-02-20 19:59:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							d3c2b87213 
							
						 
					 
					
						
						
							
							update to 2.6.32.29  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25583 
						
					 
					
						2011-02-19 12:44:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							31709b2c76 
							
						 
					 
					
						
						
							
							update to 2.6.35.11  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25582 
						
					 
					
						2011-02-19 12:44:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							45c9f5e75e 
							
						 
					 
					
						
						
							
							update to kernel 2.6.36.4  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25580 
						
					 
					
						2011-02-19 12:44:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							3cd87d2d81 
							
						 
					 
					
						
						
							
							update to 2.6.37.1  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25577 
						
					 
					
						2011-02-19 12:43:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							5d3ef77be8 
							
						 
					 
					
						
						
							
							add more 2.6.37 missing symbols  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25534 
						
					 
					
						2011-02-14 15:06:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							8b16eba876 
							
						 
					 
					
						
						
							
							refresh 2.6.37 patches  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25483 
						
					 
					
						2011-02-12 19:04:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							efa2919d88 
							
						 
					 
					
						
						
							
							add missing 2.6.37 config symbols.  
						
						 
						
						... 
						
						
						
						SVN-Revision: 25447 
						
					 
					
						2011-02-10 18:03:16 +00:00