[OpenWrt-Devel] [PATCH] [brcm63xx] do not register leds device if no led defined

2012-08-09 Thread Miguel GAIO
Hi all, This patch does not register gpio-leds device if there no leds defined. Kind regards, Miguel >From 044cdff8a2b6c7cfb600ae88f0d4cc24418da984 Mon Sep 17 00:00:00 2001 From: Miguel GAIO Date: Thu, 9 Aug 2012 16:06:12 +0200 Subject: [PATCH] * [brcm63xx] leds: do not register device if

[OpenWrt-Devel] [PATCH] [brcm63xx] BCM6358 fix enet clk definitions

2012-08-09 Thread Miguel GAIO
Hi all, This patch fix some enet clock definition. Kind regards, Miguel >From 709941e00d977821b23961899e47d042fb863cf4 Mon Sep 17 00:00:00 2001 From: Miguel GAIO Date: Thu, 9 Aug 2012 14:49:48 +0200 Subject: [PATCH] * [brcm63xx] BCM6358 fix enet MII clk definitions Signed-off-by: Mig

Re: [OpenWrt-Devel] [PATCH] brcm63xx: Fix nb4 support

2012-08-09 Thread Miguel GAIO
On Thu, 2012-08-09 at 12:16 +0200, Florian Fainelli wrote: > Hi Miguel, Hi Florian, > > On Thursday 09 August 2012 12:08:48 Miguel GAIO wrote: > > Hi all, > > > > nb4 (BMC6358) boards support is currently broken. > > > > This path fixes that support. &

[OpenWrt-Devel] [PATCH] brcm63xx: Fix nb4 support

2012-08-09 Thread Miguel GAIO
bd516f885b73386cb68 Mon Sep 17 00:00:00 2001 From: Miguel GAIO Date: Thu, 9 Aug 2012 11:20:40 +0200 Subject: [PATCH] [brcm63xx] nb4: fix support, add support for SVC and CLIP BTN Signed-off-by: Miguel GAIO --- .../linux/brcm63xx/patches-3.3/501-board-NB4.patch | 131 ..

Re: [OpenWrt-Devel] [PATCHv2] brcm63xx: add support for NB6 boards based on BCM6362 CPU.

2012-07-31 Thread Miguel GAIO
On Sun, 2012-07-22 at 12:59 +0200, Jonas Gorski wrote: > Hello Miguel, > Hello > On 6 July 2012 14:19, Miguel GAIO wrote: > > This is a second release for NB6 boards support. > > The first patch add support for 6362 CPU. It's based on 6328 works. > > It

[OpenWrt-Devel] [PATCH] brcm63xx: add support for NB6 boards based on BCM6362 CPU.

2012-06-12 Thread Miguel GAIO
boardid_fixup() is used to fix this point. Kind Regards, Miguel >From a44847487d2582ffbd0e502568fdaf95fdf49dc1 Mon Sep 17 00:00:00 2001 From: Miguel GAIO Date: Tue, 12 Jun 2012 15:48:45 +0200 Subject: [PATCH 1/2] * Add BCM6362 CPU support --- target/linux/brcm63xx/config-

[OpenWrt-Devel] [PATCH] [bcm63xx] spi driver remove bcm_rset usage

2010-12-09 Thread Miguel GAIO
Hi all, Since bcm636x platform embeds two spi master device, the attached patch removes static bcm_rset usage, replaced by "bs->regs" field for all I/O operation. Regards, Miguel >From d8afe919203a948a23368e8fdb50ec2d9db30e2b Mon Sep 17 00:00:00 2001 From: Miguel Gaio Date: Th

Re: [OpenWrt-Devel] [bcm63xx] [6358] fix external interrupts

2010-11-21 Thread Miguel Gaio
Hi, Please, drop the previous patch. Miguel On Fri, 2010-11-19 at 10:07 +0100, Miguel GAIO wrote: > Hi, > > This patch fix external IRQs on 6358 platform. > They are mapped throw 33 to 37 IRQ lines. > > Kind Regards, > > Miguel ___

[OpenWrt-Devel] [bcm63xx] [6358] fix external interrupts

2010-11-19 Thread Miguel GAIO
Hi, This patch fix external IRQs on 6358 platform. They are mapped throw 33 to 37 IRQ lines. Kind Regards, Miguel >From b0507980e6f57c1cde8842517f0ae58bf806a1c3 Mon Sep 17 00:00:00 2001 From: Miguel Gaio Date: Fri, 19 Nov 2010 10:05:04 +0100 Subject: [PATCH] * [brcm63xx] fix exter

Re: [OpenWrt-Devel] Broadcom BCM63xx merge plans

2010-09-15 Thread Miguel GAIO
Hi Florian On Wed, 2010-09-15 at 09:39 +0200, Florian Fainelli wrote: > Hi Miguel, Daniel, > > For your information, I have managed to recently get those changes mainline: > > - bcm963xx mtd partition parser [1] > - bcm63xx watchdog driver (not yet pushed) > > I will ask Maxime to push the OHC

Re: [OpenWrt-Devel] BCM Roboswitch

2010-09-02 Thread Miguel Gaio
Hi Florian, On Thu, 2010-09-02 at 21:57 +0200, Florian Fainelli wrote: > Hello Miguel, > > Le Thursday 2 September 2010 12:16:19, Miguel GAIO a écrit : > > Hi Florian, > > > > On Thu, 2010-09-02 at 10:40 +0200, Florian Fainelli wrote: > > > Hi Miguel, > &

Re: [OpenWrt-Devel] BCM Roboswitch

2010-09-02 Thread Miguel GAIO
Hi Florian, On Thu, 2010-09-02 at 10:40 +0200, Florian Fainelli wrote: > Hi Miguel, > > > On Thursday 02 September 2010 10:36:06 Miguel GAIO wrote: > > Hi all, > > > > I have started the rewrite for the Broadcom BCM5325 switch. > > It was test on neufbo

[OpenWrt-Devel] BCM Roboswitch

2010-09-02 Thread Miguel GAIO
bb8adf3e Mon Sep 17 00:00:00 2001 From: Miguel Gaio Date: Thu, 2 Sep 2010 09:35:37 +0200 Subject: [PATCH 1/2] * Switch: add support for Broadcom BCM5325E phy --- .../linux/generic/files/drivers/net/phy/bcm5325.c | 435 + .../linux/generic/files/drivers/net/phy/etc53xx.h

[OpenWrt-Devel] Packages parallel build fixes

2010-07-21 Thread Miguel GAIO
Hi all, Attached patches fix parallel builds in packages: e2fsprogs, linux-atm, uclibc++. Mainly, I prevent the call of "$(MAKE) all install" replaced by PKG_INSTALL:=1. Regards, Miguel >From 5e3bb11aee0ffa3a5d4ff4f2d89c175d876dd9a2 Mon Sep 17 00:00:00 2001 From: Miguel Gaio Date

Re: [OpenWrt-Devel] [bcm63xx] fix reset_buttons register

2010-04-29 Thread Miguel GAIO
On Thu, 2010-04-29 at 14:26 +0200, Florian Fainelli wrote: > Hi Miguel, Hi Florian, > > On Thursday 29 April 2010 14:23:48 Miguel GAIO wrote: > > Hi > > > > This is an update of previous patch. > > > > First patch fix gpio buttons device register. > &

Re: [OpenWrt-Devel] [bcm63xx] fix reset_buttons register

2010-04-29 Thread Miguel GAIO
-button-hotpl.patch 0003-bcm63xx-Add-WPS-button-for-nb4-devices.patch kind Regards, Miguel >From dab1f0f43854b7df161036b4235421b2a3f2bcfb Mon Sep 17 00:00:00 2001 From: Miguel Gaio Date: Thu, 29 Apr 2010 10:13:50 +0200 Subject: [PATCH 1/3] * [bcm63xx] fix gpio_button device regis

[OpenWrt-Devel] [bcm63xx] fix reset_buttons register

2010-04-28 Thread Miguel GAIO
Hi, In preparation of integration of more gpio buttons on NB4 (e.g WPS, RESET button), this patch fix an issue on reset_button registration code. Current code always register gpio_button_device regardless board defined data or not. if (board.reset_buttons) { bcm63xx_gpio

[OpenWrt-Devel] [bcm6358] fix enet1 mii clk

2010-04-28 Thread Miguel GAIO
Hi, The attached patch fixup the setup of MII clock for case enet1 is linked to external switch for 6358 soc base boards. Warning! Despite, this improves stability on NB4 and 96358VW boards, it must be confirmed on other boards. Kind Regards, Miguel Index: openwrt.org/target/linux/brcm63xx/patc

[OpenWrt-Devel] [bcm63xx] WDT driver, dump registers, call trace before reboot

2010-04-27 Thread Miguel GAIO
Hi, The attached path extends bcm63xx_wdt driver. It registers TIMER_WDT callback. Callback calls die(), that dump current context. This can be usefull for debug purpose. Kind Regards, Miguel Index: openwrt.org/target/linux/brcm63xx/patches-2.6.32/020-watchdog.patch ==

Re: [OpenWrt-Devel] [bcm63xx] Add support for neufbox4 boards (French ISP boards)

2010-04-27 Thread Miguel GAIO
On Tue, 2010-04-27 at 11:36 +0200, Florian Fainelli wrote: > Hi Miguel, > > On Tuesday 27 April 2010 11:10:11 Miguel GAIO wrote: > > Hi, > > > > The two following patches add preliminary support for neufbox4 boards. > > Boards are 6358 SoC base. > >

[OpenWrt-Devel] [bcm63xx] Add support for neufbox4 boards (French ISP boards)

2010-04-27 Thread Miguel GAIO
hes-2.6.32/211-nxp-74hc164-gpio-chip-driver.patch ======= --- openwrt.org/target/linux/brcm63xx/patches-2.6.32/211-nxp-74hc164-gpio-chip-driver.patch (revision 0) +++ openwrt.org/target/linux/brcm63xx/patches-2.6.32/211-nxp-74hc164-gpio-chip-driver.patch (r

[OpenWrt-Devel] neufbox4 board support

2010-03-05 Thread Miguel GAIO
3xx.c +@@ -5,6 +5,7 @@ + * + * Copyright (C) 2008 Maxime Bizon + * Copyright (C) 2008 Florian Fainelli ++ * Copyright (C) 2010 Miguel Gaio + */ + + #include +@@ -17,6 +18,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -33,6 +35,11 @@ + + #defin