Felix Fietkau
4db5bc59b1
mpc85xx: fix typo in image name
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43622
2014-12-11 17:52:12 +00:00
Felix Fietkau
db9f9a6407
sdk: add missing kernel include files
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43621
2014-12-11 17:03:04 +00:00
Felix Fietkau
2d9d3e7163
mpc85xx: fix initramfs images
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43620
2014-12-11 15:29:39 +00:00
Rafał Miłecki
b55199cf41
bcm53xx: support LEDs on Buffalo devices
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43616
2014-12-11 11:23:26 +00:00
Luka Perkov
9a74026206
kirkwood: add 3.18 support
...
Signed-off-by: Claudio Leite <leitec@staticky.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43613
2014-12-11 01:20:41 +00:00
Rafał Miłecki
40d94a3ef0
bcm53xx: backport NVRAM driver sent upstream
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43612
2014-12-10 21:50:57 +00:00
Rafał Miłecki
ba81966001
bcm53xx: use bcma callback in SPROM driver to fill the SPROM
...
This is required because it has to be called at very precise moment. See
comment in driver for details.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43611
2014-12-10 21:24:11 +00:00
Rafał Miłecki
b0b43e1ef9
bcm53xx: use static NVRAM pointer for now
...
This will allow us to sync with code sent for upstream.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43608
2014-12-10 19:56:56 +00:00
Luka Perkov
a1da38f7b1
kernel: drop CONFIG_PROC_DEVICETREE in 3.18
...
This option was removed in upstream commit 8357041.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43607
2014-12-10 18:55:53 +00:00
Rafał Miłecki
960130e99c
bcm53xx: clean up nvram header
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43606
2014-12-10 18:29:26 +00:00
Luka Perkov
fa5f896cb7
kernel: add missing config symbols for 3.18
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43605
2014-12-10 18:13:34 +00:00
Rafał Miłecki
7093580424
bcm53xx: move SPROM driver to the target files
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43604
2014-12-10 18:07:01 +00:00
Rafał Miłecki
27a91a99d9
bcm53xx: move NVRAM driver to the target files
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43603
2014-12-10 18:01:24 +00:00
Rafał Miłecki
3fab0d818c
bcm53xx: move NVRAM header to the target files
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43602
2014-12-10 17:37:24 +00:00
John Crispin
9432cbd577
oxnas: add support for 2nd S-ATA port to sata_oxnas driver
...
similar to mv_sata, use nr-ports attribute from device tree.
import and adapt locking code from vendor GPL sources.
add dma controller handling, it may be used in future to avoid
full core resets similar to the vendor SDK's "progressive cleanup"
function.
this is still very dirty and aimed to first of all do things
quite exactly like the reference code. and it somehow works.
obviously there is lots of room for improvement :)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43598
2014-12-10 15:51:07 +00:00
John Crispin
1fa7c8587d
oxnas: add copyright header to sata_oxnas
...
sata_oxnas.c is obviously a refactored version of sata_ox820.c
which does contain this header.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43597
2014-12-10 15:51:00 +00:00
Luka Perkov
fd492354bb
kernel: refresh patches
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43591
2014-12-09 23:29:52 +00:00
Luka Perkov
3b17625394
kirkwood: Iomega ix2-200: use all remaining MTD space for rootfs
...
Signed-off-by: Richard Kunze <richard.kunze@web.de>
SVN-Revision: 43590
2014-12-09 23:29:49 +00:00
Felix Fietkau
8c6f1412b1
ar71xx: improve ethernet driver cache footprint by removing an unnecessary pointer
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43588
2014-12-09 12:28:46 +00:00
Felix Fietkau
27f36718d3
kernel: add a patch to make netfilter conntrack cache routing information
...
Significantly improves routing / NAT performance
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43587
2014-12-09 11:01:49 +00:00
Felix Fietkau
db04bbd2ec
ar71xx: remove another leftover broken chunk of code in the unaligned access hacks patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43586
2014-12-09 09:38:33 +00:00
Rafał Miłecki
613bc3ef3f
bcm53xx: bcm_nand: fix compilation
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43584
2014-12-08 18:28:54 +00:00
Rafał Miłecki
aed6b26431
bcm53xx: bcm_nand: switch from cmdlinepart to ofpart
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43580
2014-12-08 17:39:07 +00:00
Rafał Miłecki
73237c0c9b
brcm47xx: add WNDR3400 V3 buttons
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43579
2014-12-08 17:02:28 +00:00
Jonas Gorski
bdb1ee51f8
brcm63xx: fix a few issues in irq chip drivers
...
Fix locking and lock usage, making it compile for SMP.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 43578
2014-12-08 16:11:52 +00:00
Jonas Gorski
ed7d8a0450
brcm63xx: alphabetically order image generation
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43577
2014-12-08 16:11:32 +00:00
Jonas Gorski
bc4dd8e119
brcm63xx: refresh patches
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43576
2014-12-08 16:11:26 +00:00
Jonas Gorski
3fa17f6d58
brcm63xx: add DT support for USR9108
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43575
2014-12-08 16:11:08 +00:00
Jonas Gorski
218582e8ea
brcm63xx: add DT support for F5D7633
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43574
2014-12-08 16:11:03 +00:00
Jonas Gorski
d5f1dd9079
brcm63xx: add DT support for DG834GT/PN
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43573
2014-12-08 16:10:54 +00:00
Jonas Gorski
b0ae41f849
brcm63xx: add DT support for TD-W8900GB
...
According to the vendor tarball, the TD-w8900GB's flash has 64k erase
block size, but CFE spans two blocks. So fixup the image offset
accordingly but keep block size at its default (64k).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: add commit message, add image offset, change nvram offset]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 43572
2014-12-08 16:10:46 +00:00
Jonas Gorski
84200cf189
brcm63xx: add DT support for DSL-2640B
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43571
2014-12-08 16:10:41 +00:00
Jonas Gorski
929ade0648
brcm63xx: add DT support for CPVA642
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43570
2014-12-08 16:10:17 +00:00
Felix Fietkau
712f6ec52a
kernel: update linux 3.18 to final release
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43569
2014-12-08 13:16:35 +00:00
Felix Fietkau
58de4a4759
kernel: backport an upstream xfrm crash fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43568
2014-12-08 12:50:37 +00:00
Felix Fietkau
0cebaafa6e
kernel: add missing check for skb->dev on netfilter xfrm optimization patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43567
2014-12-08 12:21:17 +00:00
Felix Fietkau
14a163ca58
kernel: remove the obsolete vm_exports patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43565
2014-12-08 12:04:34 +00:00
Felix Fietkau
9a495f6bbb
kernel: refresh patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43564
2014-12-08 12:04:25 +00:00
Felix Fietkau
6327386aff
ar71xx: fix invalid pointer accesses caused by unaligned access hacks ( #18455 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43560
2014-12-08 10:48:28 +00:00
Felix Fietkau
0f07e7c9a8
x86: update to linux 3.14
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43559
2014-12-08 10:04:50 +00:00
Felix Fietkau
363b166eb9
x86: rename */config-3.10 to */config-default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43558
2014-12-08 10:04:45 +00:00
Felix Fietkau
0485747912
kernel: fix x86 objdump invocation on 3.14 and 3.18
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43557
2014-12-08 10:04:39 +00:00
John Crispin
7c7964e10d
ar7: bump to 3.14
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43553
2014-12-08 06:15:03 +00:00
Florian Fainelli
aba92ec05e
adm8668: switch to 3.14 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43552
2014-12-07 21:59:36 +00:00
Florian Fainelli
06152c8abf
adm8668: add 3.14 kernel support
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43551
2014-12-07 21:59:25 +00:00
Florian Fainelli
356447e6c2
adm8668: rename files to files-3.3
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43550
2014-12-07 21:58:49 +00:00
Florian Fainelli
bb9833a17a
cobalt: remove 3.3 and 3.10 kernel configuration files
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43549
2014-12-07 21:58:33 +00:00
Florian Fainelli
4287370f76
cobalt: switch to 3.14 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43548
2014-12-07 21:58:22 +00:00
Florian Fainelli
35e8cc2cdc
cobalt: add 3.14 kernel configuration file
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43547
2014-12-07 21:58:12 +00:00
Hauke Mehrtens
7a2f186d70
bcm53xx: update the NAND driver
...
This adds some updates to the NAND driver and refreshed the config.
Most of these changes are done in preparation for mainling it.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43546
2014-12-07 21:55:21 +00:00
Hauke Mehrtens
664ae86dde
bcm53xx: update the PCIe driver
...
This adds some updates to the PCIe driver and refreshed the config.
Most of these changes are done in preparation for mainling it.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43545
2014-12-07 21:54:53 +00:00
Hauke Mehrtens
d9bb8326fa
kernel: update bcma and ssb to wireless-testing master-2014-12-05
...
This brings ssb and bcma to wireless-testing tag master-2014-12-05
In addition it also adds the ARM-BCM5301X-Add-IRQs-to-Broadcom-s-bus-
axi-in-DTS-f.patch which adds the irq number in a way it is done in the
mainline kernel.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43544
2014-12-07 21:53:20 +00:00
John Crispin
7a65768ddc
kirkwood: add a diag script
...
Currently only Linksys EA4500 is supported.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 43543
2014-12-07 16:53:37 +00:00
John Crispin
8a123f6f66
ramips: generate factory images for Nexx devices
...
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
SVN-Revision: 43541
2014-12-07 16:53:22 +00:00
John Crispin
3572657c5a
ar71xx: dev-eth: replace mdelay calls
...
Similar to patch 2. Replace further mdelay calls.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43540
2014-12-07 16:53:15 +00:00
John Crispin
59e7999a44
ag71xx: replace delay with sleep calls
...
I don't see that we're in an atomic context so there's no need to
busy-wait. Therefore replace the delay with sleep calls.
See also Documentation/timers/timers-howto.txt. It states:
"In general, use of mdelay is discouraged and code should
be refactored to allow for the use of msleep."
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43539
2014-12-07 16:53:09 +00:00
John Crispin
4caa8d50ad
ag71xx: replace fixed PHY reset wait time in ar7240sw_setup
...
Replace the fixed wait time of 1s with polling for BMCR_RESET
to be cleared on all PHYs.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43538
2014-12-07 16:52:58 +00:00
Hauke Mehrtens
563f963b1b
kernel: refresh patches for kernel 3.18
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43536
2014-12-07 16:12:44 +00:00
Hauke Mehrtens
8e738da02c
brcm47xx: remove kernel 3.10
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43535
2014-12-07 15:34:28 +00:00
Rafał Miłecki
dc6171c734
bcm53xx: 3.18: add early support for Buffalo WZR-900DHP
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43534
2014-12-07 11:02:52 +00:00
Rafał Miłecki
a20fa1cb48
bcm53xx: add early support for Buffalo WZR-900DHP
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43533
2014-12-07 10:55:44 +00:00
Rafał Miłecki
1020b84266
brcm47xx: add early support for WNDR3400 V3
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43532
2014-12-07 00:58:40 +00:00
Rafał Miłecki
9bec9b86af
bcm53xx: backport BCM5301X patches from arm-soc.git next/dt
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43530
2014-12-05 16:46:55 +00:00
Rafał Miłecki
d1e0e39993
bcm53xx: squeeze (rename) BCM5301X patches
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43529
2014-12-05 16:15:16 +00:00
Rafał Miłecki
8ea3c20b23
bcm53xx: rename patches that were not upstreamed to 3xx
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43528
2014-12-05 16:13:27 +00:00
Rafał Miłecki
8033ccc975
kernel: update bcma up to 2014-10-27
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43527
2014-12-05 16:11:03 +00:00
John Crispin
c79ddb3773
octeon: sysupgrade: support config restore on ERL
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43524
2014-12-05 08:58:25 +00:00
John Crispin
1731d5520e
octeon: sysupgrade: rename old kernel after mounting /boot
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43523
2014-12-05 08:58:18 +00:00
John Crispin
52f1d8ecdc
octeon: sysupgrade: fix test for rootfs device
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43522
2014-12-05 08:58:06 +00:00
John Crispin
dcc20e525b
oxnas: switch back to kernel 3.14
...
3.18 still got problems with stuck reboots if rootfs is ubifs...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43521
2014-12-05 00:20:50 +00:00
John Crispin
e553dfc356
oxnas: re-add support for kernel 3.14
...
This reverts commit c81ddddde5fd193802d511b42eb7b108aac17136 on
https://gitorious.org/openwrt-oxnas/openwrt-oxnas.git
which removed patches and config for 3.14.
[arm_introduce-dma-fiq-irq-broadcast patch was renamed to match 3.18]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43520
2014-12-05 00:20:41 +00:00
John Crispin
dcc8a8ca9e
octeon: add support for 3.18 kernel
...
Runtime tested on Ubiquiti EdgeRouter Lite.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43519
2014-12-05 00:20:10 +00:00
John Crispin
6f665ea7b8
octeon: sysupgrade: support config restore
...
SVN-Revision: 43518
2014-12-05 00:19:59 +00:00
John Crispin
28a9d9853b
octeon: sysupgrade: get rootfsdev from kernel cmdline
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43517
2014-12-05 00:19:46 +00:00
John Crispin
e6858f5f3f
amazon: R.I.P.
...
its been broken for 2 1/2 years
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43516
2014-12-05 00:19:40 +00:00
John Crispin
d04c4a311e
ralink: mt7621 is a 1004Kc
...
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
SVN-Revision: 43514
2014-12-03 20:22:42 +00:00
Felix Fietkau
426467beba
kernel: add missing null pointer check for mips dma ops inline patch on 3.18
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43511
2014-12-03 18:17:17 +00:00
John Crispin
a21c9fd655
kernel: make the ubi attach patch check for a valid ubi magic rather than a tar magic
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43507
2014-12-03 16:05:06 +00:00
John Crispin
a10a204aab
kernel: make ubi auto-attach check for a tar file magic
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43506
2014-12-03 14:32:38 +00:00
John Crispin
8a9979e57a
gemini: update ethernet driver, register ethernet on nas4220 board
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 43501
2014-12-02 18:27:54 +00:00
John Crispin
a122c1c9c9
oxnas: switch CRC32 implementation to SLICEBY8
...
similar to what was observed on kirkwood this significantly accelerates
btrfs write operations.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43498
2014-12-02 15:25:28 +00:00
John Crispin
9430e86b61
oxnas/kd20: add usb-storage to default package set
...
KD20 got a built-in card-reader wired to the USB-3 root-hub.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43497
2014-12-02 15:25:14 +00:00
John Crispin
46814be2a8
oxnas/kd20: use gpio-beeper
...
gpio-beeper module was added to the kernel recently.
Make use of it to drive the piezoelectric buzzer of the kd20.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43496
2014-12-02 15:25:09 +00:00
John Crispin
ae51d64671
au1000: set 3.14 as default
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43494
2014-12-02 15:23:37 +00:00
Felix Fietkau
f11b61ae18
realview: refresh kernel patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43491
2014-12-02 13:14:59 +00:00
John Crispin
417e67b6b1
realview: fix up the phyoffset patch
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43488
2014-12-01 21:45:18 +00:00
John Crispin
b5675ad92a
kirkwood: enable mvsw6171 switch driver on EA4500
...
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43487
2014-12-01 21:30:40 +00:00
John Crispin
9b5f583906
kernel: add driver for Marvell 88E6171 switch
...
This is a swconfig driver for the Marvell 88E6171 switch,
which is a 7-port GigE switch with two CPU ports and 64
802.1q VLANs.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43486
2014-12-01 21:30:35 +00:00
John Crispin
374f8a04e1
malta: set 3.14 as default
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43481
2014-12-01 18:46:29 +00:00
Felix Fietkau
d1c0a65266
kernel: update 3.18 to rc7
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43479
2014-12-01 17:38:54 +00:00
John Crispin
ad1592e02c
oxnas: change visible board name
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43475
2014-12-01 16:15:37 +00:00
John Crispin
aa9141046f
oxnas: ehci: rename vendor prefix plxtch to plxtech
...
it was changed in DTS by commit
oxnas-target: fix typo in OX820 device-tree
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43474
2014-12-01 16:15:30 +00:00
John Crispin
ecd27db757
ar8216: factor out reg_port_stats_base parameters to ar8xxx_chip
...
Factor out reg_port_stats_base parameters to ar8xxx_chip.
Remove related chip_is_... checks.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43471
2014-12-01 16:15:08 +00:00
John Crispin
ae15531bd2
ar8216: factor out mii_lo_first to ar8xxx_chip
...
Factor out mii_lo_first to ar8xxx_chip.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43470
2014-12-01 16:15:02 +00:00
John Crispin
ea9324f3d3
ar8216: factor out chip-specific data structures from ar8xxx_priv
...
Factor out chip-specific data structures from ar8xxx_priv.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43469
2014-12-01 16:14:54 +00:00
John Crispin
a3b651635f
ar8216: factor out set_mirror_regs to ar8xxx_chip
...
Factor out set_mirror_regs to ar8xxx_chip.
Remove related chip_is_... checks.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43468
2014-12-01 16:14:43 +00:00
John Crispin
b82a08f5b6
ar8216: factor out mib_func to ar8xxx_chip
...
Factor out mib_func to ar8xxx_chip. Remove related chip_is_... checks.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43467
2014-12-01 16:14:39 +00:00
John Crispin
af003867b1
ar8216: factor out info whether switch should be configured at probe stage to ar8xxx_chip
...
Factor out info whether switch should be configured at probe stage
to ar8xxx_chip. Remove related chip_is_... checks.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43466
2014-12-01 16:14:32 +00:00
John Crispin
84df2274ff
realview: add 3.14 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43465
2014-12-01 16:14:26 +00:00
John Crispin
c27ee280ce
ixp4xx: add 3.14 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43464
2014-12-01 16:14:21 +00:00