[PATCH] ARM: dts: sun4i: Enable HDMI support on the Mele A1000

2020-08-21 Thread Stefan Monnier
Enable the display pipeline and HDMI output. Signed-off-by: Stefan Monnier --- arch/arm/boot/dts/sun4i-a10-a1000.dts | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/arm/boot/dts/sun4i-a10-a1000.dts b/arch/arm/boot/dts/sun4i-a10-a1000.dts index 8692b11a83c3

Re: You removed Weboob package over political reasons? Whole Internet laughs at you

2018-12-25 Thread Stefan Monnier
> We, the men who actually do work, are treated as the same > worker-slaves everywhere. I wasn't too sure whether the Debian guys were making the right decision, but when I read the above, I'm now convinced that they did. Stefan

[PATCH] ARM: dts: sun7i: Enable HDMI support on the Orange Pi mini

2018-02-16 Thread Stefan Monnier
From: Stefan Monnier Enable the display pipeline and HDMI output for the Orange Pi mini Signed-off-by: Stefan Monnier --- arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts

[PATCH] ARM: dts: sun7i: Enable HDMI support on the Banana Pi

2018-02-16 Thread Stefan Monnier
From: Stefan Monnier Enable the display pipeline and HDMI output Signed-off-by: Stefan Monnier --- arch/arm/boot/dts/sun7i-a20-bananapi.dts | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi.dts b/arch/arm/boot/dts/sun7i-a20

Re: [PATCH 10/15] drm/sun4i: tcon: Switch mux on only for composite

2017-03-07 Thread Stefan Monnier
>> + if (encoder->encoder_type == DRM_MODE_ENCODER_TVDAC) >> + val = 1; >> + else >> + val = 0; Isn't this better written as val = (encoder->encoder_type == DRM_MODE_ENCODER_TVDAC); -- Stefan

Re: [RFC 00/10] Add Sunxi Cedrus Video Decoder Driver

2016-08-25 Thread Stefan Monnier
> This series adds a v4l2 memory2memory decoder driver for Allwinner's > VPU found in the A13 SoC. It follows the reverse engineering effort > of the Cedrus [1] project. Thank you so much for this work, I really look forward to seeing this support in mainline kernel! Stefan

Re: [RFC PATCH 0/5] Allwinner MMC firmware clocks implementation

2016-08-09 Thread Stefan Monnier
> frequencies in an SoC agnostic manner. The actual clock access can be > put in firmware, which is by definition SoC specific and thus can > be easier and much quicker adapted to support a new SoC. Hmm... what do you mean by "firmware"? Stefan "just a by-stander trying to understand"

Re: [linux-sunxi] Re: [PATCH v8 2/2] ASoc: sun4i-codec: Add FM, Line and Mic inputs

2016-03-22 Thread Stefan Monnier
>> I don't think you should focus too much on alsamixer, there's other >> tools to modify the configuration. > The expectation is that most users will use something like UCM and only > system integrators will see the full control set in normal operation. This presumes the "system integrator" (whic

[PATCH 1/2] ARM: dts: sun7i: Enable audio codec on OrangePi Mini

2015-11-23 Thread Stefan Monnier
Enable the on-chip audio codec Signed-off-by: Stefan Monnier --- arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts b/arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts index 4f65664..2be04c43 100644

[PATCH 2/2] ARM: dts: sun7i: Enable audio codec on BananaPi

2015-11-23 Thread Stefan Monnier
Enable the on-chip audio codec Signed-off-by: Stefan Monnier --- arch/arm/boot/dts/sun7i-a20-bananapi.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi.dts b/arch/arm/boot/dts/sun7i-a20-bananapi.dts index fd7594f..67c8a76 100644 --- a/arch/arm

Re: [PATCH v8] dma: sun4i: Add support for the DMA engine on sun[457]i SoCs

2015-08-20 Thread Stefan Monnier
> Applied with subsystem name fixed Yay! Stefan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/

Re: 2.6.24-rc7-rt2

2008-01-27 Thread Stefan Monnier
> For me, on the other hand, it is against the spirit of free software to > actively make a block for people to do what ever they want with the code > when they are only doing it to themselves. That includes loading non-GPL > software into the kernel. The only thing they are not allowed to do is

Treat disk space like memory space

2007-11-15 Thread Stefan Monnier
The normal situation on the memory is side is that most of the memory is in use, but some pages are ready to be discarded, they're just kept around because we have nothing better to do (yet) with that page. Is there a tool to do something similar with file systems. I have a lot of unimportant fi

Re: Killing a network connection

2007-10-15 Thread Stefan Monnier
> There is a /proc/sys/net/ipv4/ip_dynaddr sysctl in 2.6.21. Actually, it does look promising, thanks. Stefan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-i

Re: Killing a network connection

2007-10-15 Thread Stefan Monnier
>> The main use for me is to deal with dangling connections due to taking >> network interfaces up&down with different IP addresses (typically the wlan0 >> interface where the IP is different because I've modes from an AP to >> another). Of course, maybe there's another way to solve this particula

Killing a network connection

2007-10-15 Thread Stefan Monnier
[ I suppose this is not the best place to ask this, but comp.os.linux.networking couldn't come up with a good answer and I can't think of any intermediate step between these two groups ;-( ] I'd like (as root, obviously) to kill some of the TCP connections visible in netstat. I've found `tcpk

Re: [PATCH/RFC] Delete JFFS (version 1)

2007-03-09 Thread Stefan Monnier
> I argue that you can count the users (who aren't on 2.4) on one hand, and > developers don't seem to have cared for it in ages. Rather than ask on mailing-lists, it's probably easier to just make the jffs compilation fail (with a #error). This way, if someone uses it, he'll bump into it, no mat

Re: [lm-sensors] Could the k8temp driver be interfering with ACPI?

2007-03-06 Thread Stefan Monnier
>> > Is there anything preventing us from doing such a walk and pre-allocate >> > all the I/O ranges? I am not familiar with the ACPI code at all, would >> > you possibly propose a patch doing that? >> >> ACPI AML is probably turing-complete: I'm afraid you are trying to >> solve the halting probl