Hauke Mehrtens
fbb5b8af8e
kernel: fix 990-gpio_wdt.patch patch
...
This uses the correct include now.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39906
2014-03-12 23:29:42 +00:00
Hauke Mehrtens
128bb9f1a3
kernel: add missing config options for kernel 3.14
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39904
2014-03-12 23:16:27 +00:00
Florian Fainelli
f664976483
kernel: backport ARM memset fixes for GCC 4.7/4.8
...
Now that GCC 4.8 is the default, make sure that we have the relevant
memset fixes to avoid nasty kernel crashes.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39902
2014-03-12 22:08:59 +00:00
Luka Perkov
c8b116d930
kernel/generic: drop already upstreamed patch
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39855
2014-03-10 01:06:48 +00:00
Imre Kaloz
074af75668
add preliminary 3.14 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39789
2014-03-07 11:27:00 +00:00
Zoltan Herpai
2c771cc71f
kernel: add missing config symbols to 3.13
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39781
2014-03-05 23:32:00 +00:00
Jonas Gorski
8ffe7e9d41
kernel: add missing config symbol to 3.13
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39745
2014-02-24 15:53:58 +00:00
Gabor Juhos
f677b1bc7e
kernel: update 3.10 to 3.10.32
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39707
2014-02-23 10:59:40 +00:00
Jonas Gorski
c1f397e1e1
b53: Make b53_switch_init static
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Patchwork: http://patchwork.openwrt.org/patch/4869/
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39683
2014-02-22 11:16:58 +00:00
Jonas Gorski
9eb60826f2
b53: Add BCM53128 switch support
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Patchwork: http://patchwork.openwrt.org/patch/4867/
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39682
2014-02-22 11:16:56 +00:00
Gabor Juhos
ab6e3af7fc
kernel/3.10: improve fq_codel hashing for 6in4 6to4 801.ad and IPIP cases
...
This is a backport of code to improve the quality of fq_codel
hashing for 3.10 for some encapsulated protocols.
Not needed in 3.11 and later.
Patch-by: Dave Taht <dave.taht@bufferbloat.net>
Patchwork: http://patchwork.openwrt.org/patch/4902/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39640
2014-02-20 17:07:44 +00:00
Nicolas Thill
cd164501b9
sunxi: move a lost CONFIG_CHARGER symbol to generic
...
SVN-Revision: 39634
2014-02-19 00:17:19 +00:00
Gabor Juhos
2288dd072b
kernel: refresh configs with kconfig.pl
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39627
2014-02-18 17:34:18 +00:00
Zoltan Herpai
f57f19ed81
3.13: revert r39601 as the symbol is already there
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39602
2014-02-17 11:49:34 +00:00
Zoltan Herpai
a3dfcac7ba
3.13: add missing NF_TABLES symbol - until someone packages it
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39601
2014-02-17 10:57:11 +00:00
Zoltan Herpai
e82a230930
3.13: add missing symbol
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39600
2014-02-17 10:20:53 +00:00
Luka Perkov
cde033f918
kernel: rtl8306: update reset function
...
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 39589
2014-02-15 22:54:35 +00:00
Imre Kaloz
af63cdf87a
upgrade 3.13 targets to 3.13.2, refresh patches
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org
SVN-Revision: 39582
2014-02-13 13:27:14 +00:00
Imre Kaloz
83d9cec491
upgrade 3.12 to 3.12.10
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39581
2014-02-13 12:57:36 +00:00
Imre Kaloz
40ad83f70d
keep initramfs the default for us
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39561
2014-02-10 15:30:01 +00:00
Hauke Mehrtens
f4b6bd8d0b
kernel: XHCI PCI quirks for kernel 3.12 and 3.13
...
This adds empty definitions for the PCI quirks functions when they
should not be included in the kernel.
This is based on a patch by Daniel <daniel@makrotopia.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39534
2014-02-08 16:32:37 +00:00
Hauke Mehrtens
7790ac5ecc
kernel: fix bridge compilation on kernel 3.13
...
The int brnf_call_ebtables in the header should be extern, otherwise
every object file gets its own int and they will conflict when linking
the binary.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39533
2014-02-08 15:36:03 +00:00
Hauke Mehrtens
caf2bd456c
kernel: add missing config symbol for 3.13.
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39531
2014-02-08 15:31:57 +00:00
Zoltan Herpai
ee3abfe853
and add some more symbols
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39526
2014-02-07 16:55:32 +00:00
Imre Kaloz
29c6927f14
add more symbols
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39524
2014-02-07 16:50:26 +00:00
Hauke Mehrtens
f491623c37
kernel: bgmac: update bgmac to a version from kernel 3.14-rc1
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39465
2014-02-04 22:55:23 +00:00
Hauke Mehrtens
7ae5ff92ae
kernel: ssb: update ssb to a version from kernel 3.14-rc1
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39464
2014-02-04 22:54:29 +00:00
Hauke Mehrtens
e0d4a548fb
kernel: bcma: update bcma to a version from kernel 3.14-rc1
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39463
2014-02-04 22:53:52 +00:00
Felix Fietkau
4425082339
kernel: add missing changes to 220-gc_sections.patch that were accidentally dropped during porting to 3.13
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39458
2014-02-04 07:35:21 +00:00
Zoltan Herpai
3fdf04002c
add missing symbol
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39439
2014-01-31 16:04:19 +00:00
Gabor Juhos
a558bb4471
kernel/3.1x: yaffs: fix handling of small-page NAND devices
...
Since the yaffs code update (r39084), it is not
possible to install OpenWrt on RouterBoards with
small-page NAND chips. Fix the yaffs code to make
it work again.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39409
2014-01-28 17:30:25 +00:00
Zoltan Herpai
6ebfa8c33c
add missing symbol
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39406
2014-01-27 19:30:01 +00:00
Gabor Juhos
7c137c187f
ar71xx: swconfig: use the local helper to set LED brightness on link down
...
Use the 'swconfig_trig_set_brightness' function to set
the brightness value of the LED when the link goes down.
This ensures that the last brighness value is saved into
a local variable which is used to track the actual LED
status.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39402
2014-01-26 16:46:21 +00:00
Gabor Juhos
a2543d72d8
kernel: update 3.10 to 3.10.28
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39399
2014-01-26 11:30:34 +00:00
Gabor Juhos
715c7533b9
kernel/3.8: update pci_disable_usb_common_quirks patch
...
Fix build errors caused by undefined 'usb_disable_xhci_ports'
symbol.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39393
2014-01-25 08:25:05 +00:00
Gabor Juhos
89d60314e7
kernel/3.1x: add split code for LZMA compressed kernel based firmwares
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39387
2014-01-24 17:14:59 +00:00
Gabor Juhos
e89476e0a8
Revert "kernel: create firmware partition from MyLoader partition parser"
...
This reverts r38197.
The automatically created firmware partition includes
the partition_table partition. Apart from the partition
table, this partition contains sensitive data on some
Compex devices which data can be destroyed when the
firmware partition gets modified. Revert the change to
prevent that.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39382
2014-01-24 08:48:10 +00:00
Gabor Juhos
bbe086873a
kernel/3.10: update pci_disable_usb_common_quirks patch
...
Fix build errors caused by undefined 'usb_disable_xhci_ports'
symbol.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39369
2014-01-23 09:07:49 +00:00
Zoltan Herpai
f3c07b8621
modules: swconfig.c: update the error path on 3.13, and behave nicely with return
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39360
2014-01-21 14:43:50 +00:00
Zoltan Herpai
4d26250db1
modules: update swconfig.c to compile on 3.13 (compile-tested)
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39359
2014-01-21 14:24:45 +00:00
Zoltan Herpai
a7a890d9e8
add missing symbols
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39358
2014-01-21 14:23:00 +00:00
Jonas Gorski
d5b4292032
kernel: ocf: add missing dependency for hifn driver
...
The HIFN driver is a PCI driver, thus requires PCI support to be enabled
to compile. Therefore let it depend on PCI..
Should fix mvebu builds.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39357
2014-01-21 12:11:18 +00:00
Zoltan Herpai
7ee639a81c
add missing symbols
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39355
2014-01-21 07:53:11 +00:00
Hauke Mehrtens
1f4e6394ed
b53: use drvdata to store driver data
...
we should not abuse the platform_data pointer.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39354
2014-01-20 20:01:22 +00:00
Hauke Mehrtens
de266cd1c1
b53: make b53_switch_reset_gpio() static
...
SVN-Revision: 39353
2014-01-20 19:07:18 +00:00
Zoltan Herpai
2cf8391b75
update ocf patches - as ENT_DEBUG is removed, move the messages into pr_notice
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39350
2014-01-20 15:23:27 +00:00
Imre Kaloz
c89e789913
update/fixup overlayfs patch
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39349
2014-01-20 14:46:29 +00:00
Imre Kaloz
6bd1a37001
add initial 3.13 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39348
2014-01-20 13:56:24 +00:00
Gabor Juhos
2d28a07df7
kernel/3.1[02]: add AR8216_PHY_LEDS option
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39339
2014-01-20 10:22:59 +00:00
Gabor Juhos
0056ac55af
generic: ar8216: add custom LED support for the AR8327 switch
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39338
2014-01-20 10:22:56 +00:00
Gabor Juhos
15d41de1eb
generic: ar8216: allow to use chip specific cleanup callback
...
It will be used for AR8327.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39337
2014-01-20 10:22:55 +00:00
Gabor Juhos
c7652f1f9e
generic: ar8216: add optimized rmw operation
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39336
2014-01-20 10:22:54 +00:00
Gabor Juhos
0e2586a774
kernel: update 3.10 to 3.10.26
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39220
2014-01-11 16:06:37 +00:00
Hauke Mehrtens
2bc9700c0d
bcm53xx: update the ethernet core hacks
...
The PHY always says there is no link
Instead of doing this dma sync a mdelay does the same trick and it is as unreliable.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39202
2014-01-04 18:27:09 +00:00
Hauke Mehrtens
5a55ace3b8
kernel: bgmac: update the driver patches to a version submitted for mainline kernel.
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39201
2014-01-04 18:25:05 +00:00
Hauke Mehrtens
bc3d934148
kernel: bgmac: update patches
...
This updates the bgmac backport patch to the current upstream version
and adds some more patches mostly for BCM4707.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39165
2013-12-26 23:22:31 +00:00
Luka Perkov
7632535589
kernel: backport upstream inet fix
...
Without it in some occasions oops is shown on network restart. Problem was
noticed on imx6 targed.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39134
2013-12-19 02:03:25 +00:00
Gabor Juhos
0601b5f404
kernel: define RB_ID_HW_OPTIONS in include/linux/routerboot.h
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39090
2013-12-16 10:11:00 +00:00
Gabor Juhos
852e0f33db
kernel/3.1[02]: add Winbond W25X05 SPI flash support
...
It is used on newer RouterBOARDs.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39086
2013-12-16 08:16:09 +00:00
Gabor Juhos
7e3644d3cf
kernel: update yaffs code
...
Use the latest version of the yaffs code. Fetched from the
yaffs2 git tree and it is based on the following commit:
commit bc76682d93955cfb33051beb503ad9f8a5450578
Merge: 3a8580e ffa781d
Author: Charles Manning <cdhmanning@gmail.com>
Date: Thu Jul 11 17:46:25 2013 +1200
Merge branch 'master' of ssh://www.aleph1.co.uk/home/aleph1/git/yaffs2
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39084
2013-12-16 07:51:19 +00:00
Gabor Juhos
85755deaf6
kernel/3.9: remove yaffs patches
...
It is not used by any platform.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39083
2013-12-16 07:42:43 +00:00
Gabor Juhos
542e732058
kernel/3.6: remove yaffs support
...
It is not used by any platform.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39082
2013-12-16 07:42:42 +00:00
Gabor Juhos
c05dc6f745
kernel/3.3: remove yaffs support
...
It is not used by any platform.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39081
2013-12-16 07:42:41 +00:00
Gabor Juhos
aeaff0090c
generic: ar8216: Enable jumbo frames on AR8327 by default
...
This patch enables jumbo frames on AR8327 switch by default.
I have tested it on TP-Link TL-WDR3600.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39076
2013-12-15 22:18:04 +00:00
Hauke Mehrtens
952db22551
kernel: update kernel 3.10 to 3.10.24
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39059
2013-12-15 19:16:30 +00:00
Imre Kaloz
e504547e4c
upgrade 3.12 targets to 3.12.5
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39055
2013-12-14 17:37:14 +00:00
Luka Perkov
47d1215dc7
kernel: added defines for 3.12
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39009
2013-12-09 11:30:19 +00:00
Felix Fietkau
7a260c3620
ath9k: merge initval and tx gain table updates, calibration fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39001
2013-12-08 14:48:30 +00:00
Jo-Philipp Wich
7d725aab9a
generic: workaround arptables arpt_arp structure padding issue ( #14577 )
...
Linaro GCC 4.6-2013.05 incorrectly pads the arpt_arp structure on
at least the ar71xx target, resulting in a two bytes shorter struct
in the kernel compared to what arptables userspace expects.
When comparing sizeof(struct arpt_arp) in kernel and userspace, the
former yields 162 byte, while the latter is 164 byte.
As a consequence, the subsequent target_offset and next_offset
members of the parent arpt_entry structure contain invalid values
when processed by the arptables binary, leading to bad memory
accesses in the populate_cache() procedure, subsequently causing a
segfault.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 38999
2013-12-06 15:42:35 +00:00
Jo-Philipp Wich
21ee73c920
generic: fix occasional "execvp: /bin/sh: Argument list too long" is kernel header install phase ( #12907 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 38998
2013-12-06 15:37:55 +00:00
Gabor Juhos
f1ef0b92be
kernel: update 3.10 to 3.10.21
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38972
2013-12-01 09:59:53 +00:00
Gabor Juhos
9c4c620a11
kernel: refresh kernel configs with kconfig.pl
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38970
2013-11-30 18:31:10 +00:00
Gabor Juhos
c378d5e953
generic: ar8216: add AR8337N switch support
...
This patch is needed to use the switch inside the Sitecom WLR-8100;
it was unusable and detected as Generic-Phy before.
since ar8337 is behaving like ar8327
generally do the same thing
see: https://forum.openwrt.org/viewtopic.php?pid=214218#p214218
forward-ported to trunk
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Patchwork: http://patchwork.openwrt.org/patch/4469/
[juhosg: merge chip_is_ar83[23]7 statements in ar8xxx_phy_config_init]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38952
2013-11-29 20:18:48 +00:00
Gabor Juhos
74a353f64f
generic: ar8216: remove trailing whitespaces
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38951
2013-11-29 20:18:46 +00:00
Imre Kaloz
c7d102816c
refresh patch
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38930
2013-11-27 12:31:05 +00:00
Imre Kaloz
9100d559b5
make the wl12xx glue code available with compat-wireless, too
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38929
2013-11-27 12:29:13 +00:00
Imre Kaloz
412b772e24
add TI wireless symbols and enable the platform glue by default
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38928
2013-11-27 12:25:20 +00:00
Hauke Mehrtens
eea5c0b166
kernel: backport get_cycles() fix
...
get_cycles() is used in some places as one part of the seed for the
kernel PRNG.
This backports the following commit from mainline linux kernel:
9c9b415c50bc298ac61412dff856eae2f54889ee
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38834
2013-11-17 15:52:14 +00:00
Zoltan Herpai
9269e58b2a
kernel: add fix to block2mtd driver for modified error logging
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38827
2013-11-17 11:57:57 +00:00
Zoltan Herpai
3a99e895ff
kernel: add missing symbols for 3.12
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38826
2013-11-17 11:55:23 +00:00
Zoltan Herpai
c4d8ddf1dc
kernel: add missing symbols for 3.12
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38820
2013-11-16 11:52:30 +00:00
Felix Fietkau
2077361f12
kernel: backport an upstream fix to improve TCP performance for wifi drivers
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38810
2013-11-14 22:01:24 +00:00
Hauke Mehrtens
0cdab0237d
kernel: b53: fix untagged shift for BCM5365
...
The BCM5365 needs a shift of 7 bits and not 6 bits like the BCM5325 for
the untagged ports.
Thank you Russell for reporting this and testing the patch.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38793
2013-11-13 18:04:39 +00:00
Hauke Mehrtens
7444a626e2
kernel: bgmac: make it send and receive some packages on BCM4708
...
This adds some more code for bgmac core rev 4 and it now restarts all
cores when initializing the first one on BCM4708. I am just able to
send under 100 packages and then DMA TX does not work any more.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38714
2013-11-11 00:13:31 +00:00
Hauke Mehrtens
b4a01fc854
kernel: bcma: detect pci ID 0x4313
...
This pci ID is used by sprom less BCM4313 devices.
This is a backport from the mainline kernel.
This is part of #13551 .
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38713
2013-11-11 00:08:09 +00:00
Hauke Mehrtens
72b47e69c4
kernel: b53: add initial support for switches in BCM5301X
...
This is also known as BCM470{7,8,9}.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38712
2013-11-10 23:29:59 +00:00
Hauke Mehrtens
7a82667372
kernel: adm6996: add support for ADM6996L and GPIO interface
...
This patch makes it possible to use adm6996.c on first generation
BCM47XX devices with ADM switches.
The GPIO bit banging protocol implementation was copied from the old
switch driver and adapted to this driver and changed to the mainline
kernel GPIO interface.
The ADM6996L is different from the ADM6996M which is supported, for
both specs are available in the Internet.
This was tested on a WRT54GS version 1.0, thank you Dirk Neukirchen for
the device.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38698
2013-11-09 19:27:27 +00:00
Gabor Juhos
3b89803983
kernel/3.10: add EOF marker support to the UBI layer
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38681
2013-11-07 19:53:00 +00:00
Luka Perkov
f14a075cb4
kernel: add some config options
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38660
2013-11-06 08:19:24 +00:00
Imre Kaloz
cc4b946fa2
update for 3.12 final
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38657
2013-11-05 17:46:18 +00:00
Gabor Juhos
35656042f1
kernel: update 3.10 to 3.10.18
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38652
2013-11-05 08:25:45 +00:00
Gabor Juhos
5dba0a237e
kernel/3.1[02]: move MTD root device setup code to mtdcore
...
The current code only allows to automatically set
root device on MTD partitions. Move the code to MTD
core to allow to use it with all MTD devices.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38643
2013-11-04 18:37:05 +00:00
Gabor Juhos
866dd2a378
kernel: refresh kernel configs with kconfig.pl
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38642
2013-11-04 18:37:03 +00:00
Hauke Mehrtens
c30346c2e1
kernel: add some config options
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38640
2013-11-03 20:20:14 +00:00
Hauke Mehrtens
24d73fbd33
kernel: bgmac: update backport patch
...
This adds some more bgmac patches from mainline kernel.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38637
2013-11-03 19:24:39 +00:00
Hauke Mehrtens
0e655122c6
kernel: add missing config options
...
The buildbots found some new missing config options.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38633
2013-11-01 08:49:35 +00:00
Hauke Mehrtens
2ab978d0a3
kernel: add some missing config options
...
This was spotted by the buildbots.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38604
2013-10-30 09:48:19 +00:00
Gabor Juhos
2f27f5d404
generic: mtdsplit_uimage: add uImage magic for the WRN2200 board
...
Should fix boot failure on the WNR2200 boards.
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38594
2013-10-30 06:51:01 +00:00
Luka Perkov
3aba97dcba
kernel: refresh 3.12 patches on -rc7 release
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38572
2013-10-29 02:19:05 +00:00
Hauke Mehrtens
7b7c06d2e3
kernel: add missing config optinons
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38570
2013-10-28 19:19:28 +00:00
Felix Fietkau
32a2f9a1c3
kernel: jffs2: ignore bad blocks after the end-of-filesystem marker
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38568
2013-10-28 16:06:47 +00:00
Luka Perkov
be95e24155
kernel: fix compile error in 3.12
...
Upstream commit c655bc6896b94ee0223393f26155c6daf1e2d148 changed number of
arguments in nf_ct_iterate_cleanup() function.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38547
2013-10-27 20:47:04 +00:00
Luka Perkov
fde5493acd
kernel: add missing 3.12 config symbols
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38546
2013-10-27 20:46:55 +00:00
Florian Fainelli
531d2b7aae
kernel: handle Cavium Octeon Kconfig rename
...
Upstream commit 9ddebc46 ("MIPS: OCTEON: Rename Kconfig
CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOC") renamed a Kconfig
symbol, thus making all MIPS builds ask for this specific Kconfig
symbol, add it.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 38535
2013-10-25 01:48:20 +00:00
Florian Fainelli
2333212ace
kernel: add some missing 3.12 config symbols
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 38532
2013-10-25 01:47:54 +00:00
Imre Kaloz
e72c7e17a4
preliminary 3.12 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38528
2013-10-24 13:50:11 +00:00
Florian Fainelli
857a7a0124
kernel: make swconfig checkpath compliant
...
Fix the warnings and errors reported by checkpatch on swconfig.c
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 38523
2013-10-24 00:25:52 +00:00
Gabor Juhos
b6b06000eb
kernel: update 3.10 to 3.10.17
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38506
2013-10-23 12:51:05 +00:00
Gabor Juhos
2a3df11af8
kernel/3.10: add missing config symbol
...
Based on 'kernel: update x86 generic to 3.10.13' patch
from http://patchwork.openwrt.org/patch/4129/
Signed-off-by: Ulrich Weber <uw@xyne.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38498
2013-10-22 19:00:19 +00:00
Hauke Mehrtens
81e2f00367
kernel: update kernel to 3.10.15
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38384
2013-10-13 19:28:29 +00:00
Jonas Gorski
c08dc5bffa
mvswitch: fix compilation for linux 3.10
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 38368
2013-10-12 10:50:39 +00:00
Hauke Mehrtens
a05d20a60f
kernel: add default config for ARM_ERRATA symbols for kernel 3.3
...
Commit r37470 did not add a default conig for the ARM_ERRATA symbols for kernel 3.3.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38352
2013-10-10 11:13:54 +00:00
Hauke Mehrtens
53a2c19c69
kernel: b53: add switch name into printk when it fails.
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38307
2013-10-06 22:35:28 +00:00
Hauke Mehrtens
9e5eeb3c38
kernel: bgmac: fix BCM4707 patch
...
The bool logic was the wrong way around.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38292
2013-10-02 23:12:46 +00:00
Hauke Mehrtens
101034fa23
kernel: refresh patches
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38291
2013-10-02 22:26:43 +00:00
Hauke Mehrtens
fa839274b0
kernel: bcma: update to wireless-testing master-2013-10-01
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38290
2013-10-02 22:26:15 +00:00
Hauke Mehrtens
125fc703bb
kernel: bgmac: move other bgmac patches to generic
...
The bgmac driver will be used on the brcm47xx and the bcm53xx target.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38289
2013-10-02 22:25:26 +00:00
Hauke Mehrtens
06c8b90ebf
kernel: bgmac: move bgmac patches already applied in mainline kernel to generic
...
The bgmac driver will be used on the brcm47xx and the bcm53xx target.
These are only the patches already applied in current net-next/master
branch.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38288
2013-10-02 22:24:01 +00:00
Felix Fietkau
a5e85d5a3e
kernel: add missing config symbol
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38246
2013-09-27 21:12:19 +00:00
Felix Fietkau
50ae6314d8
kernel: add another missing symbol for iio
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38241
2013-09-27 21:12:01 +00:00
Felix Fietkau
08a232c8cf
kernel: add missing symbols for iio on older kernel versions
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38240
2013-09-27 20:54:00 +00:00
Gabor Juhos
9c8a5ef115
kernel: update 3.10 to 3.10.13
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38228
2013-09-27 07:19:21 +00:00
Gabor Juhos
8d4eb18740
kernel/3.10: use backported patch for PMC SPI flash support
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38218
2013-09-26 18:01:57 +00:00
Gabor Juhos
396c3b023e
kernel/3.10: add '003-11-' prefix for patches backported from 3.11
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38217
2013-09-26 18:01:49 +00:00
Gabor Juhos
5847ec55ab
kernel/3.9: add missing config symbols
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38216
2013-09-26 17:58:17 +00:00
Gabor Juhos
4562eb875b
kernel/3.8: add missing config symbols
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38215
2013-09-26 17:58:16 +00:00
Hauke Mehrtens
c75a970337
kernel: b53: add Register Access Bridge Registers (SRAB) interface
...
The SRAB interface is used on BCM4707 and BCM5301X SoCs.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38198
2013-09-25 21:44:28 +00:00
Gabor Juhos
fc79d210e0
kernel: create firmware partition from MyLoader partition parser
...
This is in preparation for sysupgrade support for Compex devices.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38197
2013-09-25 20:13:12 +00:00
Gabor Juhos
7530971113
package/kernel: add support for industrial-io and AD799x
...
Add support for industrial IO core and (still staging)
driver for AD799x, a high precision I2C ADC family.
Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
[juhosg: update subject, reformat commit message]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38187
2013-09-25 18:00:35 +00:00
Gabor Juhos
1bd2b56081
kernel/3.10: add upstream commit id to the backported hso patches
...
Also remove the internal patch numbers.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38179
2013-09-25 14:38:57 +00:00
Gabor Juhos
443072fda7
kernel/3.10: refresh patches
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38178
2013-09-25 14:38:56 +00:00
Gabor Juhos
2e62ff9320
kernel/3.10: add partition parser for Seama firmwares
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38114
2013-09-21 17:56:18 +00:00
Gabor Juhos
2f2ed5c5c1
kernel/3.10: add partition parser for uImage firmwares
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38113
2013-09-21 17:56:09 +00:00
Gabor Juhos
98db90576c
kernel/3.10: add default partition name defines to mtdsplit.h
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38112
2013-09-21 17:56:01 +00:00
Gabor Juhos
61c39f923b
kernel/3.10: add more helpers to the mtdsplit code
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38111
2013-09-21 17:55:54 +00:00
Gabor Juhos
daec7ad768
kernel/3.10: add separate rootfs partition parser
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38110
2013-09-21 17:55:49 +00:00
Gabor Juhos
d89bea92b3
kernel/3.10: move squashfs check from rootfs split code into a separate file
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38109
2013-09-21 17:55:44 +00:00
Gabor Juhos
3b71cd94bc
kernel/3.10: allow to use partition parsers for rootfs and firmware split
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38108
2013-09-21 17:55:30 +00:00
Gabor Juhos
6f2b80dff1
kernel/3.10: allow to use different MTD parser types
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38107
2013-09-21 17:55:18 +00:00
Felix Fietkau
9158a08983
kernel: backport a fix for multiqueue selection to prevent tcp reordering with fair queueing
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38016
2013-09-17 10:07:52 +00:00
Hauke Mehrtens
0294358e11
kernel: add generic GPIO watchdog driver
...
This is used on Huawei E970 (brcm47xx).
Signed-off-by: Mathias Adam <m.adam--openwrt@adamis.de>
SVN-Revision: 38010
2013-09-16 21:07:52 +00:00
Gabor Juhos
a0d6cd4f49
kernel/3.10: add new Kconfig option for firmware partition split
...
Add a new kernel config option for generic firmware partition
split support and change the uImage split support to depend on
the new option. Aslo rename the MTD_UIMAGE_SPLIT_NAME option to
MTD_SPLIT_FIRMWARE_NAME to make it more generic.
The patch is in preparation for multiple firmware format
support.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38002
2013-09-15 17:03:29 +00:00
Gabor Juhos
554772a665
kernel: update 3.10 to 3.10.12
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38000
2013-09-15 16:00:41 +00:00
Gabor Juhos
4beccfcccb
kernel/3.10: move OpenWrt MTD options into a submenu
...
Separate OpenWrt specific MTD options from the mainline
option by moving those into a new submenu in the kernel
configuration interface.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37997
2013-09-15 15:16:16 +00:00
Hauke Mehrtens
f5989e7f59
kernel: b53: detect revision of BCM5325
...
The revision is stored in a different register than it is in other
Broadcom switches.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37995
2013-09-15 13:30:49 +00:00
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