Re: [OpenWrt-Devel] [PATCH] ifxmips_pci add platform device init hook

2010-11-24 Thread ngp ngp
= arv4518_ath5k_platform_data; return 0; } Or any other per pci device platform initialization required. 2010/11/24 John Crispin j...@phrozen.org Hi, what is the purpose of the hook ? Thanks, John On 24/11/10 01:45, ngp ngp wrote: Add hook for platform pci device init. It will permit

Re: [OpenWrt-Devel] [PATCH] ifxmips_pci add platform device init hook

2010-11-24 Thread ngp ngp
...@phrozen.org Hi, i dont understand why this needs to be in the pci driver on madwifi we fixed this by patching the driver. the generic pcoi code should be fully agnostic of the ath5k eep residing in flash. John On 24/11/10 11:35, ngp ngp wrote: Set platform data to flash stored eeprom for ath5k

[OpenWrt-Devel] [PATCH] ifxmips pci arv7510

2010-11-24 Thread ngp ngp
Hi, This patch enables pci interrupt setup support for usb controller/minipci slot of arv7510 boards (wippies homebox, bewan ibox, arv7510) Index: target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c === ---

[OpenWrt-Devel] [PATCH] ifxmips add initial support for wippies homebox

2010-11-24 Thread ngp ngp
This patch adds initial support for arv4510 boards (bewan ibox, wippies homebox, elisa) Index: target/linux/ifxmips/files/arch/mips/ifxmips/danube/Kconfig === --- target/linux/ifxmips/files/arch/mips/ifxmips/danube/Kconfig (revisiĆ³n:

[OpenWrt-Devel] [PATCH] ifxmips gpio buttons platform support

2010-11-24 Thread ngp ngp
add missing support for gpio buttons Index: target/linux/ifxmips/files/arch/mips/ifxmips/common/devices.c === --- target/linux/ifxmips/files/arch/mips/ifxmips/common/devices.c (revision 24136) +++

[OpenWrt-Devel] [PATCH] ifxmips arv4518

2010-11-24 Thread ngp ngp
split mach-arv4518 from mach-arv45xx. fix leds. include support for ath5k wireless driver Index: target/linux/ifxmips/files/arch/mips/ifxmips/danube/Kconfig === --- target/linux/ifxmips/files/arch/mips/ifxmips/danube/Kconfig (revision

Re: [OpenWrt-Devel] [PATCH] ifxmips_pci add platform device init hook

2010-11-24 Thread ngp ngp
See example of case use in arv4518 patch Thanks. 2010/11/24 John Crispin j...@phrozen.org ok, can you send a patch in that case that makes use of the new pci hook please so we can apply the patch + a use case ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH] ifxmips_mii setup addr for unicast filter and enable/disable filter on IFF mode change

2010-11-23 Thread ngp ngp
This small patch sets the address for the unicast filter in .ndo_set_mac_address and enables/disables filter in .ndo_set_multicast_list. Now mac addr can be changed and promisc mode can be enabled. Index: target/linux/ifxmips/files/drivers/net/ifxmips.c

[OpenWrt-Devel] [PATCH] ifxmips_mii get stats

2010-11-23 Thread ngp ngp
enables .ndo_get_stats Index: target/linux/ifxmips/files/drivers/net/ifxmips.c === --- target/linux/ifxmips/files/drivers/net/ifxmips.c (revision 24118) +++ target/linux/ifxmips/files/drivers/net/ifxmips.c (working copy) @@ -417,6

[OpenWrt-Devel] [PATCH] ifxmips_mtd use platform data

2010-11-23 Thread ngp ngp
This patchs enables the usage of mtd partitions passed as platform data from platform setup functions. Index: target/linux/ifxmips/files/drivers/mtd/maps/ifxmips.c === --- target/linux/ifxmips/files/drivers/mtd/maps/ifxmips.c