Re: [OpenWrt-Devel] ar71xx support in mainline kernel?

2011-12-12 Thread Hartmut Knaack
Felix Fietkau schrieb: > On 2011-11-26 1:33 PM, Dave Taht wrote: >> I am curious as to if anyone was working on getting the ar71xx arch and >> drivers upstream? >> >> It appears that the ath79 arch was intended to be the same thing, but has >> nearly no users in the upstream kernel aside from two b

Re: [OpenWrt-Devel] [PATCH V3] ar71xx: support for kernel 3.1

2011-12-24 Thread Hartmut Knaack
Peter Naulls schrieb: > On 12/22/2011 02:06 AM, Hartmut Knaack wrote: >> Caught up with the latest changes, mainly added machine support for > wzr-hp-g300nh2 and hornet-ub. Successfully booted on WR1043ND with r29595 > running kernel 3.1.5. > > Mostly ok on G300NH, but:

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for TP-Link TL-MR3020 (V2.1)

2012-01-02 Thread Hartmut Knaack
Christian Cier-Zniewski schrieb: > Sorry, patch v2 did not compile due to a typo. > > V2.1 compiles successfully. > > --- > This patch adds support for the TP-Link device TL-MR3020 which is very > similiar to the TL-WR703N. > The correct LED and button GPIO assignments have been added in this > s

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: support for kernel 3.1

2012-01-18 Thread Hartmut Knaack
Otto Solares Cabrera schrieb: > On Thu, Dec 08, 2011 at 11:57:46PM +0100, Hartmut Knaack wrote: >> juhosg was working quite hard to get us out of sync, with decent support of >> nbd ;-) It took me a while, but we're finally back on the track. Minimum >> kernel versi

[OpenWrt-Devel] [PATCH] adm5120: fix support for kernel 2.6.38

2012-01-18 Thread Hartmut Knaack
tested with r29755. Signed-off-by: Hartmut Knaack --- Index: target/linux/adm5120/router_le/config-2.6.38 === --- target/linux/adm5120/router_le/config-2.6.38(Revision 29755) +++ target/linux/adm5120/router_le/config-2.6.38

Re: [OpenWrt-Devel] [PATCH] adm5120: Linux 3.1 support

2012-01-23 Thread Hartmut Knaack
Jonas Gorski schrieb: > Hi, > > > On 22 January 2012 21:12, Hartmut Knaack wrote: >> Blow the dust off your adm5120 machines, here comes Linux 3.1 support. Main >> issues: > Any reason for choosing 3.1 over 3.2 (apart from 3.1 likely being > easier ;)? 3.1 is E

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: support for kernel 3.1

2012-02-01 Thread Hartmut Knaack
Sorry, but wrong thread. This is just 3.1, Gabor is seems to be maintaining 3.2. Weedy schrieb: > Big nasty FYI, NAND (ie mikrotik profile) is broken. > > > make[5]: Leaving directory > `/home/weedy/openwrt/build_dir/linux-ar71xx_nand/linux-3.2.1' > > LZMA 4.65 : Igor Pavlov : Public domain : 2009

Re: [OpenWrt-Devel] [PATCH] Initial support for Mikrotik RB751G-2HnD and RB751U-2HnD

2012-04-05 Thread Hartmut Knaack
It might help to send an e-mail to yourself with inline code and diff the received code with your original code files. Take care Hartmut Hanno Schupp schrieb: > I am at a loss then what to do. I even went to the length of installing > alpine on my pc just for the purpose of sending one email.

Re: [OpenWrt-Devel] Exhausted on finding a gpio for USB_POWER...

2012-04-28 Thread Hartmut Knaack
Hi, did you actually echo anything to /sys/class/gpio/gpioX/value? Vince Huang schrieb: > Hi,guys! > I am finding the gpio to enable USB_POWER for tl-wr843n(arthoes ar9341).I've > tried out all gpio number just can't power up the usb(with factory firmware > it does).Can someone kind to help me

Re: [OpenWrt-Devel] ar9331's usb stability issue. eg.wr703n

2012-05-08 Thread Hartmut Knaack
This problem has also been discovered in the hardware hacking forum with wr841nd, and I had it on my wr1043nd (ar9132) (https://forum.openwrt.org/viewtopic.php?id=30839). The "solution" I found to be somehow working is to put a simple usb hub in between. But I would prefer to see a fix of the d

[OpenWrt-Devel] [PATCH] support for I2C kernel modules (i2c-tiny-usb, pca954x, pca953x, pcf857x)

2011-06-21 Thread Hartmut Knaack
support for the i2c-mux driver and pca954x as a I2C switch driver. Finally there is support for common I2C gpio expander driver modules pca953x and pcf857x. They work without providing platform data recently (can be instantiated at runtime). Signed-off-by: Hartmut Knaack Index: trunk/package

<    1   2