[OpenWrt-Devel] [PATCH] ramips: fix wan port on Dovado Tiny AC

2016-02-21 Thread Andrej Vlašić
From: Andrej Vlasic Wan port on Dovado Tiny AC requires delay on a icplus ip1001 phy receive side in order to work properly. Signed-off-by: Andrej Vlasic --- target/linux/ramips/dts/TINY-AC.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/TINY-AC

Re: [OpenWrt-Devel] [PATCH 1/3] ramips: mt7620 add icplus phy driver kernel config symbol

2015-10-29 Thread Andrej Vlašić
Hi John, On 29 October 2015 at 06:38, John Crispin wrote: > Hi, > > On 29/10/2015 02:26, Andrej Vlasic wrote: >> Add missing icplus phy driver kernel config symbol to mt7620 subtarget. >> This is needed since some mt7620 devices have icplus ip1001 ethernet >> transceiver >> >> Signed-off-by: And

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to netgear dgn3500 platform

2012-03-31 Thread Andrej Vlašić
Hi Pieter, I found an eeprom signature in the "DPF" partition, offset 0x2f000. > The data in here contains the same PCI header, but other sections > differ from the file. The data in the eeprom contains a lot more 0xff > sections than the file... > Maybe it is only pci fixup data without the eepr

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to netgear dgn3500 platform

2012-03-27 Thread Andrej Vlašić
On 27 March 2012 22:53, Pieter Voorthuijsen wrote: > The eeprom data is extracted from the original firmware located in > /etc/ath/eeprom. > Hi Are you sure that /etc/ath/eeprom isn't created from some flash partition in boot time, because usually every device should have it's own eeprom calibr

[OpenWrt-Devel] [PATCH v2 2/2] mac80211: add pci ids to ath5k

2011-11-27 Thread Andrej Vlašić
Some lantiq boards require pci id 168c:ff16 and 168c:ff1a to be added to ath5k in order to detect onboard wlan chip. Signed-off-by: Andrej Vlašić Index: trunk/package/mac80211/patches/460-ath5k-add-pciids.patch === --- trunk/package

[OpenWrt-Devel] [PATCH v2 1/2] mac80211: read eeprom from platform data

2011-11-27 Thread Andrej Vlašić
Update from http://patchwork.midlink.org/patch/1517/ because it fails to apply to latest mac80211. This enables eeprom and mac address to be read in ath5k from boards with eeprom stored in platfrom data on flash (it was removed for some reason in rev. 26744) Signed-off-by: Andrej Vlašić Index

[OpenWrt-Devel] [PATCH] mac80211: add ff16 pci id to ath5k

2011-10-24 Thread Andrej Vlašić
Gigaset sx76x routers have wlan chip pci id 168c:ff16, so it is needed to add that pci id to make it work with ath5k. Signed-off-by: Andrej Vlašić Index: trunk/package/mac80211/patches/910-ath5k-ff16-picid.patch === --- trunk

Re: [OpenWrt-Devel] [PATCH] mac80211: read eeprom from platform data

2011-10-24 Thread Andrej Vlašić
x27;t hold up the other, especially since they're not visibly related > in any way. > > +1 > > > On 10/23/11 6:22 PM, Andrej Vlašić wrote: > > > This enables eeprom and mac addr. to be read from boards with eeprom > stored in platfrom data on flash (it was removed

[OpenWrt-Devel] [PATCH] mac80211: read eeprom from platform data

2011-10-23 Thread Andrej Vlašić
This enables eeprom and mac addr. to be read from boards with eeprom stored in platfrom data on flash (it was removed for some reason in rev. 26744) Also it adds pci id ff16, so that sx76x boards can use ath5k. Signed-off-by: Andrej Vlašić Index: trunk/package/mac80211/patches/451-add-platform

[OpenWrt-Devel] [PATCH] ath9k_htc: fix firmware name

2011-09-20 Thread Andrej Vlašić
ath9k_htc driver requires new firmware name as stated in http://linuxwireless.org/en/users/Drivers/ath9k_htc Signed-off-by: Andrej Vlašić ath9k_htc_fw_name.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-13 Thread Andrej Vlašić
x27;t depend on the > flash, however I don't know how to activate it). Hi I couldn't find that pin which enebles UART mode, but only that one which enables CFG 05 (SFLASH), but I dunno how sflash mode can be used. On 11.5.2011. 0:38, Luca Olivetti wrote: >> > Al 10/05/11 23:36

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-10 Thread Andrej Vlašić
On 8.5.2011. 0:41, Luca Olivetti wrote: > Al 07/05/11 23:23, En/na Andrej Vlašić ha escrit: >> Also this board doesn't have wlan eeprom, instead it is read by a wlan >> driver from a file inside fw. If someone has some answers on how to modify >> current ath5k

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-10 Thread Andrej Vlašić
2011/5/9 John Crispin > > > Another question about usb power. > > Is it possible that on my board USB clock gating is different than one > set > > in current dwc_otg_ifx.c. > > There it says: > > // set clock gating > > writel(readl(DANUBE_CGU_IFCCR) | 0x30, DANUBE_CGU_IFCCR); > > > > On

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-09 Thread Andrej Vlašić
2011/5/9 John Crispin > > try adding printk("foo %d\n", pin); between the "// GPIOs" and the "if > (" and see what the bootlog says > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/op

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-09 Thread Andrej Vlašić
2011/5/8 Andrej Vlašić > I tried 29 again now, and no power, also tried some others, nothing. > > If someone want's to see here is how power is set in original fw: > http://pastebin.com/00vJxdYa <http://pastebin.com/00vJxdYa> Another question about usb power. Is it possib

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread Andrej Vlašić
2011/5/8 John Crispin > if it was 29 on ifxmips/ it will be 29 on lantiq/. only the stp and ebu > gpios were mapped to new offsets. the first 32 gpios stayed the same. I tried 29 again now, and no power, also tried some others, nothing. If someone want's to see here is how power is set in origin

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread Andrej Vlašić
> >> Also this board doesn't have wlan eeprom, instead it is read by a wlan > driver from a file inside fw. If someone has some answers on how to modify > current ath5k driver, would like to know. > > > in a file inside the FS or in a sector on the flash ? > Inside a file, which has wlan mac addre

[OpenWrt-Devel] Gigaset SX763

2011-05-07 Thread Andrej Vlašić
Hello! I'm trying to set up openwrt on this router, it is based on Lantiq Xway Danube Soc ( PSB50702 E), and manufactured by Sagem(previously by Siemens). Wiki page is here http://wiki.openwrt.org/toh/gigaset/sx76x I already managed to boot openwrt on it, but I cannot get USB working, because the