Jonas Gorski
5ba5efcd9b
ar7: add support for linux 3.10 and switch to it
...
Run tested on WAG354Gv2.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 38369
2013-10-12 10:50:44 +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
Imre Kaloz
5f272ca813
make the generated images actually flashable on the Unifi devices.
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38364
2013-10-11 15:41:42 +00:00
Jo-Philipp Wich
0c2ce3f37a
x86: kvm: disable squashfs and jffs2 images by default
...
SVN-Revision: 38355
2013-10-10 14:40:52 +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
John Crispin
b93e5498ae
ralink: fixes mpr a1/a2 network setup
...
Signed-off-by: Suschman <suschman@gmx.net>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38348
2013-10-09 10:08:52 +00:00
John Crispin
e382d2c7e6
ralink: add support for the mt7530 eval board
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38345
2013-10-08 21:10:15 +00:00
John Crispin
697bb191b0
ralink: add missing header file to mt7530 driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38344
2013-10-08 21:10:00 +00:00
John Crispin
654dfb1784
lantiq: fix up diag.sh
...
init no longer exists as a parameter
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38342
2013-10-08 15:28:33 +00:00
John Crispin
715b62ebad
lantiq: experia v8 fixes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38328
2013-10-07 15:03:00 +00:00
John Crispin
81fb43d2f1
lantiq: fix fritz3370 dts file
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38327
2013-10-07 15:02:56 +00:00
John Crispin
ae225124c6
lantiq: fix fritz image generation
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38326
2013-10-07 15:02:52 +00:00
John Crispin
1398a5d849
lantiq: fix eva partition split for squashfs
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38325
2013-10-07 15:02:48 +00:00
John Crispin
c903de043e
ralink: fix asiarf image generation
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38324
2013-10-07 15:02:44 +00:00
John Crispin
ddcb800018
ralink: split mt7530 driver out of the gsw driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38323
2013-10-07 15:02:39 +00:00
John Crispin
c077698e38
ralink: build recovery images for dcs930 ip cam
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38322
2013-10-07 15:02:35 +00:00
John Crispin
420c62205b
ralink: DIR610A1 Fix remaining issues
...
This patch fixes:
- Ethernet and Wireless LEDs
- Wireless MAC Address
- Remove whitespaces from dts file
Signed-off-by: Flavio Silveira <fggs@terra.com.br>
SVN-Revision: 38321
2013-10-07 15:02:31 +00:00
John Crispin
5eacfc1c60
ralink: MT7620 eval board pinmux fixes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38320
2013-10-07 15:02:27 +00:00
John Crispin
cc58dd26d3
ralink: make cevt systick selectable via kconfig
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38319
2013-10-07 15:02:23 +00:00
John Crispin
baf9d53792
ralink: fix mt7620a pinmux
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38318
2013-10-07 15:02:18 +00:00
Hauke Mehrtens
64c2bc256c
brcm47xx: Cocci spatch "noderef"
...
sizeof when applied to a pointer typed expression gives the size of the
pointer.
Found by coccinelle spatch "misc/noderef.cocci"
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
SVN-Revision: 38312
2013-10-07 00:01:01 +00:00
Hauke Mehrtens
2402f8a9ee
brcm47xx: move clock detection patches
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38311
2013-10-07 00:00:10 +00:00
Hauke Mehrtens
4c193a30ce
brcm47xx: move and rename nvram gpio patch
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38310
2013-10-06 23:57:11 +00:00
Hauke Mehrtens
b201818044
brcm47xx: update early printk patches
...
Early printk was disabled because it caused hangs on some devices, the
old patches were using the CFE console now we use the normal serial
console, it is at a constant address.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38309
2013-10-06 23:55:35 +00:00
Hauke Mehrtens
ebf0778721
brcm47xx: update board detection patches
...
Add patches like they are currently in the mainline mips tree and add
some more pending patches for board detection.
* Now the board name is shown under machine in /proc/cpuinfo.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38308
2013-10-06 23:51:24 +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
2c5e4aa6ad
brcm47xx: b44: fix some problems with the phy
...
* do not try initialize a unused phy
* some improvements to the phylib patch
* do not turn the phy off when mac is off
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38306
2013-10-06 18:31:32 +00:00
Luka Perkov
fa3ab0c237
kirkwood: add support for UBI (3.10.x)
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38301
2013-10-04 03:45:52 +00:00
Luka Perkov
60dd4429b7
imx6: update upstream pcie patches
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38298
2013-10-03 13:06:42 +00:00
Luka Perkov
5617993e10
kirkwood: enable dts compilation
...
In 3.10 we might build those, so for now just add this functionality.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38297
2013-10-03 02:50:03 +00:00
Luka Perkov
a30df8987d
kirkwood: fix initramfs images
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38296
2013-10-03 02:50:02 +00:00
Luka Perkov
38936426f7
kirkwood: update patches and configuration (3.10)
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38295
2013-10-03 02:50:00 +00:00
Hauke Mehrtens
97b15fc45b
brcm47xx: add support for ipv6 in default network config
...
Modify /etc/init.d/netconfig to use UCI defaults for building the
default network config, which includes appropriate defaults for IPV6.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38294
2013-10-02 23:22:18 +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
Luka Perkov
8f1499c448
imx6: add default profile
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38282
2013-10-02 00:33:49 +00:00
Luka Perkov
0eb732c659
kirkwood: drop PROFILE from image names
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 38281
2013-10-02 00:33:48 +00:00
Luka Perkov
0331657a4f
kirkwood: add linux 3.10 support
...
Backport appropriate patches to allow using device tree only board
defintions.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 38280
2013-10-02 00:33:47 +00:00
Luka Perkov
7d1e5ae918
kirkwood: prepare for 3.10
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38279
2013-10-02 00:33:45 +00:00
Luka Perkov
914ca3cb55
kirkwood: explicitly set CPU_TYPE to xscale
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38278
2013-10-02 00:33:43 +00:00
Hauke Mehrtens
20513fedf2
ep93xx: fix kmod-input-keyboard-ep93xx dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38275
2013-10-01 22:39:28 +00:00
Hauke Mehrtens
1158f22b02
ep93xx: fix sound dependencies for ep93xx
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38274
2013-10-01 22:38:40 +00:00
Hauke Mehrtens
e28d2b88ea
at91: fix missing drivers/iio/adc/at91-adc.ko in kmod-at91-adc
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38273
2013-10-01 22:37:17 +00:00
John Crispin
4f3797386f
lantiq: add support for VGV7519 KPN Experia box v8
...
Signed-off-by: Maikel Bloemendal <mbloemendal@gmail.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38266
2013-09-30 20:48:46 +00:00
John Crispin
65bb48cf23
ralink: dts fixes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38265
2013-09-30 20:48:39 +00:00
John Crispin
52fe1211b3
ralink: fix DIR-320-B1 board detection
...
https://dev.openwrt.org/ticket/14226
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38264
2013-09-30 20:48:34 +00:00
John Crispin
396cb4f405
ralink: Change size of image for DIR-320 B1 to 8MB
...
http://patchwork.openwrt.org/patch/4102/
Signed-off-by: Vladimir Stolyarov <xakep6666@yandex.ru>
SVN-Revision: 38263
2013-09-30 20:48:27 +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
3e2aa6105c
octeon: remove CONFIG_FW_LOADER override to fix build errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38244
2013-09-27 21:12:12 +00:00
Felix Fietkau
bff3637d24
lantiq: add a default for CONFIG_MTD_NAND_XWAY to fix build errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38243
2013-09-27 21:12:08 +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
7815af409a
ar71xx: ar934x-nfc: disable subpage write when hardware ECC is used
...
It is not supported by the controller.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38234
2013-09-27 11:15:34 +00:00
Luka Perkov
5da90c4e1f
imx6: enable cpufreq-imx6q by default
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38233
2013-09-27 10:49:37 +00:00
Luka Perkov
b5e56bd31f
mvebu: enable thermal module by default
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38232
2013-09-27 10:49:36 +00:00
Luka Perkov
03051c1442
imx6: enable thermal module by default
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38231
2013-09-27 10:49:35 +00:00
Luka Perkov
8ec28437c3
imx6: backport thermal driver
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38229
2013-09-27 10:49:28 +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
Luka Perkov
1d89a89667
mvebu: add myself as maintainer
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38226
2013-09-27 01:52:29 +00:00
Luka Perkov
d0603d6615
mvebu: drop 3.8 support
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38225
2013-09-27 01:52:28 +00:00
Luka Perkov
a0848b5884
mvebu: switch to 3.10
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38224
2013-09-27 01:52:26 +00:00
Luka Perkov
d3c3919a85
mvebu: add 3.10 support
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38223
2013-09-27 01:52:25 +00:00
Luka Perkov
4fa3e3aae9
build: fix typo
...
vfp3 should be named vfpv3
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38222
2013-09-26 22:43:06 +00:00
Florian Fainelli
6bbb5272ad
rb532: fix initramfs image creation ( #14215 )
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 38219
2013-09-26 19:16:19 +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
Felix Fietkau
0db9125157
build: unify powerpc target cflags
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38213
2013-09-26 17:53:28 +00:00
Felix Fietkau
ef68210f93
build: unify x86 target cflags
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38212
2013-09-26 17:53:24 +00:00
Felix Fietkau
c8609ab4f8
build: unify arm target cflags
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38211
2013-09-26 17:53:20 +00:00
Felix Fietkau
a30681dff0
build: unify mips target cflags
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38210
2013-09-26 17:53:14 +00:00
Luka Perkov
907d0f76b7
imx6: enable XZ_DEC_BCJ and XZ_DEC_ARM
...
squashfs is unable to decompress some blocks without that:
[ 1.880530] SQUASHFS error: Unable to read page, block bc77a, size 14c50
[ 1.887268] SQUASHFS error: Unable to read fragment cache entry [bc77a]
[ 1.893889] SQUASHFS error: Unable to read page, block bc77a, size 14c50
[ 1.900636] SQUASHFS error: Unable to read fragment cache entry [bc77a]
[ 1.907275] SQUASHFS error: Unable to read page, block bc77a, size 14c50
[ 1.913994] SQUASHFS error: Unable to read fragment cache entry [bc77a]
[ 1.920631] SQUASHFS error: Unable to read page, block bc77a, size 14c50
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38202
2013-09-25 23:35:55 +00:00
Luka Perkov
2d1775dafc
imx6: fix spi on gw5400-a
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38201
2013-09-25 23:35:54 +00:00
Hauke Mehrtens
6910cb4d6f
bcm53xx: bgmac: use srab switch driver
...
use the srab switch driver on these SoCs.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38200
2013-09-25 21:49:12 +00:00
Hauke Mehrtens
0bdc137636
bcm53xx: update bgmac driver
...
Update the bgmac driver with the patches already used for bcm47xx target.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38199
2013-09-25 21:47:25 +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
942e69b166
avr32: optimize image generation
...
- remove the kernel+rootfs partitions from the MTD partition map,
- use a temporary directory for intermediate image files,
- append the root squashfs directly to the kernel,
- don't hardcode uImage size in the jffs2 images,
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38194
2013-09-25 19:32:34 +00:00
Gabor Juhos
11e4e6ebfb
avr32: enable the new mtdsplit code
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38193
2013-09-25 19:32:33 +00:00
Gabor Juhos
b71c7d8d3c
ar71xx: use correct board id for TL-MR3040 v2
...
Fix the image building code so that the kernel correctly
distinguishes between hardware revisions.
Signed-off-by: Mads Hansen <d@taba.se>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38192
2013-09-25 18:42:14 +00:00
Gabor Juhos
164cd38b41
ar71xx: add user-space support for TL-MR3040 v2
...
Signed-off-by: Mads Hansen <d@taba.se>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38191
2013-09-25 18:42:11 +00:00
Gabor Juhos
f8aef84e49
ar71xx: improve kernel support for the TL-MR3040 v2
...
This patch adds support for the hardware slide switch on
the TL-MR3040 v2.
Signed-off-by: Mads Hansen <d@taba.se>
[juhosg: use EV_SW instead of EV_KEY]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38190
2013-09-25 18:42:10 +00:00
Luka Perkov
77d075aa54
imx6: add support for gw51xx
...
The Gateworks GW51xx family of products is based on the Freescale
i.MX6DL SoC and offers a small form-factor with peripherals such as:
- i.MX6DL 512MB DDR3
- 256MB NAND FLASH
- 1x PCIe
- 1x USB EHCI (to PCIe socket)
- 1x USB OTG
- HDMI out
- Analog Video in
- Gateworks System Controller
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38189
2013-09-25 18:07:24 +00:00
Luka Perkov
f55d0ff66c
imx6: add support for gw54xx
...
The Gateworks GW54xx family of products is based on the Freescale
i.MX6Q SoC and offers a large variety of peripherals such as:
- i.MX6Q 1GB DDR3 (standard)
- 256MB NAND FLASH (standard)
- 6x PCIe (3x with USB)
- Optional expansion for additional USB/PCI based periperhals
- 1x USB EHCI
- 1x USB OTG
- HDMI Audio/Video in/out
- Analog Video in/out
- Analog Audio in/out
- Gateworks System Controller
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38188
2013-09-25 18:07:20 +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
Luka Perkov
cbcd3024dc
imx6: update gw5400-a dts cleanup
...
- remove dead code
- alphabatize
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38184
2013-09-25 17:55:38 +00:00
Gabor Juhos
8daeba6d47
atheros: fix kernel warning about usage of reset gpio
...
During a reset the gpiolib warns about using the reset gpio
without explicit requesting it before:
[ 147.930000] ------------[ cut here ]------------
[ 147.930000] WARNING: at drivers/gpio/gpiolib.c:103 gpio_ensure_requested+0x68/0xcc()
[ 147.930000] autorequest GPIO-5
[ 147.930000] Modules linked in: ath5k ath mac80211 ipv6 cfg80211 compat arc4 crypto_blkcipher aead gpio_button_hotplug
[ 147.930000] Call Trace:
[ 147.930000] [<8004e3bc>] dump_stack+0x8/0x34
[ 147.930000] [<80058430>] warn_slowpath_common+0x78/0xa4
[ 147.930000] [<800584e4>] warn_slowpath_fmt+0x2c/0x38
[ 147.930000] [<80166f18>] gpio_ensure_requested+0x68/0xcc
[ 147.930000] [<80167264>] gpio_direction_output+0xdc/0x168
[ 147.930000] [<8004aba8>] ar2315_restart+0x28/0x54
[ 147.930000] [<80069778>] sys_reboot+0x178/0x1c0
[ 147.930000] [<80043670>] stack_done+0x20/0x40
[ 147.930000]
[ 147.930000] ---[ end trace 2c7a53d8549562d6 ]---
This is fixed with this patch by using another gpiolib api call
which includes the missing request.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38183
2013-09-25 17:51:12 +00:00
Gabor Juhos
0380904acb
kernel/3.10: refresh all target patches
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38182
2013-09-25 17:13:24 +00:00
Gabor Juhos
76a1617063
ramips: sync 3.10 configs
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38181
2013-09-25 16:39:23 +00:00
Gabor Juhos
482b5f34e5
lantiq/3.10: unbreak the mtd-split patch
...
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38180
2013-09-25 16:22:04 +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
87fb2dad70
avr32: remove 3.8 support
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38175
2013-09-25 13:34:52 +00:00
Gabor Juhos
816820575b
avr32: switch to 3.10
...
It works:
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
BARRIER BREAKER (Bleeding Edge, r38163)
-----------------------------------------------------
* 1/2 oz Galliano Pour all ingredients into
* 4 oz cold Coffee an irish coffee mug filled
* 1 1/2 oz Dark Rum with crushed ice. Stir.
* 2 tsp. Creme de Cacao
-----------------------------------------------------
root@OpenWrt:/# uname -a
Linux OpenWrt 3.10.12 #1 Tue Sep 24 18:47:12 CEST 2013 avr32 GNU/Linux
root@OpenWrt:/# cat /proc/cpuinfo
processor : 0
chip type : AT32AP700x revision C
cpu arch : AVR32B revision 1
cpu core : AP7 revision 0
cpu MHz : 140.000
i-cache : 16K (4 ways x 128 sets x 32)
d-cache : 16K (4 ways x 128 sets x 32)
features : dsp simd ocd perfctr java
bogomips : 281.23
root@OpenWrt:/#
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38174
2013-09-25 13:34:51 +00:00
Gabor Juhos
b8d09278a1
avr32: add support for 3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38173
2013-09-25 13:33:49 +00:00
Steven Barth
d6c62705fb
uml: work around mangled parameter handling for ubd
...
SVN-Revision: 38166
2013-09-24 13:36:42 +00:00