Re: [PATCH] cmd_dtc: Enable generation of device tree symbols

2021-01-25 Thread Cyril Brulebois
101380 arch/arm/boot/dts-pre > 114308 arch/arm/boot/dts-post > > so this is in average an increase of 12.8% in size. > > Signed-off-by: Uwe Kleine-König Tested-by: Cyril Brulebois with: - a Raspberry Pi CM3 - a carrier board designed after the official IO Board V3 - an

Re: [PATCH] wireless: rt2x00: add new rt2800usb device

2014-10-29 Thread Cyril Brulebois
Stanislaw Gruszka (2014-10-29): > On Tue, Oct 28, 2014 at 04:42:41PM +0100, Cyril Brulebois wrote: > > 0x1b75 0xa200 AirLive WN-200USB wireless 11b/g/n dongle > > > > References: https://bugs.debian.org/766802 > > Reported-by: Martin Mokrejs > > Was this

[PATCH] wireless: rt2x00: add new rt2800usb device

2014-10-28 Thread Cyril Brulebois
0x1b75 0xa200 AirLive WN-200USB wireless 11b/g/n dongle References: https://bugs.debian.org/766802 Reported-by: Martin Mokrejs Cc: sta...@vger.kernel.org Signed-off-by: Cyril Brulebois --- drivers/net/wireless/rt2x00/rt2800usb.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers

[PATCH v2] r8169: Fix WoL on RTL8168d/8111d.

2012-10-31 Thread Cyril Brulebois
from d4ed95d796e5126bba51466dc07e287cebc8bd19; more chipsets are likely affected. Tested on top of a 3.2.23 kernel. Reported-by: Florent Fourcot Tested-by: Florent Fourcot Hinted-by: Francois Romieu Signed-off-by: Cyril Brulebois --- drivers/net/ethernet/realtek/r8169.c |2 ++ 1 file changed, 2 inser

Re: [PATCH] r8169: Fix WoL on RTL8168d/8111d.

2012-10-28 Thread Cyril Brulebois
Francois Romieu (29/10/2012): > Cyril Brulebois : > > This regression was spotted between Debian squeeze and Debian wheezy > > kernels (respectively based on 2.6.32 and 3.2). The fix was inspired > > by <http://www.spinics.net/lists/netdev/msg178543.html>, using >

[PATCH] r8169: Fix WoL on RTL8168d/8111d.

2012-10-27 Thread Cyril Brulebois
n from d4ed95d796e5126bba51466dc07e287cebc8bd19; more chipsets are likely affected. Tested on top of a 3.2.23 kernel. Reported-by: Florent Fourcot Tested-by: Florent Fourcot Signed-off-by: Cyril Brulebois --- drivers/net/ethernet/realtek/r8169.c |2 ++ 1 file changed, 2 insertions(+) It look