Re: [PATCH 14/64] i2c: cpm: reword according to newest specification

2024-04-12 Thread Jochen Friedrich
out_8(>i2c_reg->i2mod, 0x00); - out_8(>i2c_reg->i2com, I2COM_MASTER);/* Master mode */ + out_8(>i2c_reg->i2com, I2COM_MASTER);/* Host mode */ I2COM_MASTER might be coming from the datasheet. Maybe we can just drop the comment? The value we write is pretty

Re: [PATCH v2] i2c: cpm: Remove linux,i2c-index conversion from be32

2023-12-08 Thread Jochen Friedrich
Acked-By: Jochen Friedrich Am 06.12.2023 um 23:24 schrieb Christophe Leroy: sparse reports an error on some data that gets converted from be32. That's because that data is typed u32 instead of __be32. The type is correct, the be32_to_cpu() conversion is not. Remove the conversion. Reported

Re: [PATCH 14/89] i2c: cpm: Convert to platform remove callback returning void

2023-05-16 Thread Jochen Friedrich
Acked-by: Jochen Friedrich Am 08.05.2023 um 22:51 schrieb Uwe Kleine-König: The .remove() callback for a platform driver returns an int which makes many driver authors wrongly assume it's possible to do error handling by returning an error code. However the value returned is (mostly) ignored

[ovs-dev] [PATCHv3 ovn] ovn-controller: Allow configuration of tunnel DF bits

2022-05-25 Thread Jochen Friedrich via dev
Add ovn-encap-df_default configuration option to set df_default on OVN tunnels. Signed-off-by: Jochen Friedrich --- controller/encaps.c | 8 controller/ovn-controller.8.xml | 7 +++ 2 files changed, 15 insertions(+) diff --git a/controller/encaps.c b/controller

[ovs-dev] [PATCHv2 ovn] ovn-controller: Allow configuration of tunnel DF bits

2022-05-13 Thread Jochen Friedrich via dev
Add ovn-encap-df_default configuration option to set df_default on OVN tunnels. Signed-off-by: Jochen Friedrich --- controller/encaps.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/controller/encaps.c b/controller/encaps.c index ed01b1368..0ad8fe16c 100644 --- a/controller

[ovs-dev] [PATCH ovn] ovn-controller: Allow configuration of tunnel DF bits

2022-04-26 Thread Jochen Friedrich via dev
Add ovn-encap-df_default configuration option to set df_default on OVN tunnels. Signed-off-by: Jochen Friedrich --- controller/encaps.c | 8 1 file changed, 8 insertions(+) diff --git a/controller/encaps.c b/controller/encaps.c index ed01b1368..01b023960 100644 --- a/controller

[ovs-dev] [PATCH] ovn: Allow configuration of tunnel DF bits

2022-04-25 Thread Jochen Friedrich via dev
Add ovn-encap-df_default configuration option to set df_default on OVN tunnels. Signed-off-by: Jochen Friedrich --- controller/encaps.c | 8 1 file changed, 8 insertions(+) diff --git a/controller/encaps.c b/controller/encaps.c index ed01b1368..01b023960 100644 --- a/controller

Re: [PATCH v2] i2c: cpm: Fix i2c_ram structure

2020-09-23 Thread Jochen Friedrich
Acked-by: Jochen Friedrich Am 23.09.2020 um 16:08 schrieb nico.vi...@gmail.com: From: Nicolas VINCENT the i2c_ram structure is missing the sdmatmp field mentionned in datasheet for MPC8272 at paragraph 36.5. With this field missing, the hardware would write past the allocated memory done

Re: [PATCH] i2c: remove casting dma_alloc

2019-07-03 Thread Jochen Friedrich
From: Vasyl Generated by: alloc_cast.cocci Signed-off-by: Vasyl Acked-by: Jochen Friedrich --- drivers/i2c/busses/i2c-cpm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-cpm.c b/drivers/i2c/busses/i2c-cpm.c index 187900594e3d

Re: [PATCH] i2c: remove casting dma_alloc

2019-07-03 Thread Jochen Friedrich
From: Vasyl Generated by: alloc_cast.cocci Signed-off-by: Vasyl Acked-by: Jochen Friedrich --- drivers/i2c/busses/i2c-cpm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-cpm.c b/drivers/i2c/busses/i2c-cpm.c index 187900594e3d

Re: [PATCH] i2c: remove casting dma_alloc

2019-06-29 Thread Jochen Friedrich
Hi Wolfram,yes, I'm still here. However, I don't have the hardware anymore to test the patch.Thanks, Jochen Am 29.06.2019 13:34 schrieb Wolfram Sang :On Sun, Jun 23, 2019 at 11:13:53PM +0200, Vasyl Gomonovych wrote: > From: Vasyl > > Generated by:  alloc_cast.cocci > > Signed-off-by: Vasyl

[Yahoo-eng-team] [Bug 1776840] [NEW] libreswan ipsec driver doesn't work with libreswan versions 3.23+

2018-06-14 Thread Jochen Friedrich
Public bug reported: It looks in libreswan 3.23 the path of the ctl socket has changed. Addisionally, the --ctlbase parameter of addconn is deprecated and will disappear soon. Changing: '--ctlbase', "%s.ctl" % self.pid_path, to '--ctlsocket', "%s/pluto.ctl" % self.pid_path, additionally to

Re: b53 tags on bpi-r1 (bcm53125)

2018-01-08 Thread Jochen Friedrich
Hi Florian, Am 04.01.2018 um 05:49 schrieb Florian Fainelli: On 12/29/2017 07:22 PM, Florian Fainelli wrote: Le 12/29/17 à 13:56, Florian Fainelli a écrit : Le 12/29/17 à 12:21, Florian Fainelli a écrit : Hi Jochen, Le 12/18/17 à 02:44, Jochen Friedrich a écrit : Hi Florian, unfortunately

Re: b53 tags on bpi-r1 (bcm53125)

2017-12-18 Thread Jochen Friedrich
] IMP_MODE[1] Pull-up Active low (since IMP Mode is not used) Is this MII mode maybe incompatible with Broadcom tags? Thanks, Jochen Am 15.12.2017 um 02:55 schrieb Florian Fainelli: Hi Jochen, On 11/23/2017 11:14 AM, Jochen Friedrich wrote: Hi Florian, With Broadcom tags (or any type of switch

Re: b53 tags on bpi-r1 (bcm53125)

2017-11-23 Thread Jochen Friedrich
Hi Florian, With Broadcom tags (or any type of switch tagging protocol), eth0 becomes a conduit interface and no longer a "normal" network device for applications/socket to use. This means that if you were obtaining an IP address through a DHCP client using e.g: dhclient eth0, this now needs to

Re: b53 tags on bpi-r1 (bcm53125)

2017-11-23 Thread Jochen Friedrich
Hi Florian, OK, because this is a 53125S, it should support Broadcom tags correctly, not clear yet what is happening. Just to make sure, you are using arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts as the DTS for this platform, right? Yes, that's the DTS I'm using. If so, can you provide the

Re: b53 tags on bpi-r1 (bcm53125)

2017-11-21 Thread Jochen Friedrich
Hallo Florian, - what is the value of page 02, register 3 during b53_switch_detect()? A managed switch should have this set to 0x3, whereas I would expect an unmanaged switch to be 0x0 The register has the value 3. Thanks, Jochen

b53 tags on bpi-r1 (bcm53125)

2017-11-21 Thread Jochen Friedrich
Hi Florian, i just tested the latest DSA patches for b53 on a bpi-r1 device (net: dsa: b53: Turn on Broadcom tags). Unfortunately, the bcm53125 does not seem to handle the broadcom tags on CPU port although tuned on b53_brcm_hdr_setup(). The tag is still visible on a device connected to

Bug#878730: O: gmediaserver - UPnP Mediaserver

2017-10-16 Thread Jochen Friedrich
Package: wnpp Severity: normal Unfortunately, i don't have the time to maintain this package any longer. So I'm orphaning it. Thanks, Jochen

Bug#878730: O: gmediaserver - UPnP Mediaserver

2017-10-16 Thread Jochen Friedrich
Package: wnpp Severity: normal Unfortunately, i don't have the time to maintain this package any longer. So I'm orphaning it. Thanks, Jochen

Bug#873861: darkice: diff for NMU version 1.3-0.2

2017-10-16 Thread Jochen Friedrich
Hi Adrian, thanks. I just orphaned the package as I don't have the time and infrastructure (icecast server) anymore to work on this package. Thanks, Jochen Am 16.10.2017 um 10:24 schrieb Adrian Bunk: On Mon, Oct 16, 2017 at 09:14:53AM +0200, Jochen Friedrich wrote: Hi Adrian, you may

Bug#873861: darkice: diff for NMU version 1.3-0.2

2017-10-16 Thread Jochen Friedrich
Hi Adrian, thanks. I just orphaned the package as I don't have the time and infrastructure (icecast server) anymore to work on this package. Thanks, Jochen Am 16.10.2017 um 10:24 schrieb Adrian Bunk: On Mon, Oct 16, 2017 at 09:14:53AM +0200, Jochen Friedrich wrote: Hi Adrian, you may

Bug#878723: O: snmp-mibs-downloader - Install and manage Management Information Base (MIB) files

2017-10-16 Thread Jochen Friedrich
Package: wnpp Severity: normal Unfortunately, i don't have the time to maintain this package any longer. So I'm orphaning it. Thanks, Jochen

Bug#878723: O: snmp-mibs-downloader - Install and manage Management Information Base (MIB) files

2017-10-16 Thread Jochen Friedrich
Package: wnpp Severity: normal Unfortunately, i don't have the time to maintain this package any longer. So I'm orphaning it. Thanks, Jochen

Bug#878721: O: snmptrapfmt - A configurable snmp trap handler daemon for snmpd

2017-10-16 Thread Jochen Friedrich
Package: wnpp Severity: normal Unfortunately, i don't have the time to maintain this package any longer. So I'm orphaning it. Thanks, Jochen

Bug#878721: O: snmptrapfmt - A configurable snmp trap handler daemon for snmpd

2017-10-16 Thread Jochen Friedrich
Package: wnpp Severity: normal Unfortunately, i don't have the time to maintain this package any longer. So I'm orphaning it. Thanks, Jochen

Bug#878718: O: darkice

2017-10-16 Thread Jochen Friedrich
Package: wnpp Severity: normal Unfortunately, i don't have the time nor the infrastructure to maintain this package any longer. So I'm orpahning it. Thanks, Jochen

Bug#873861: darkice: diff for NMU version 1.3-0.2

2017-10-16 Thread Jochen Friedrich
Hi Adrian, you may reupload to DELAYED/0 if you like. Thanks, Jochen Am 14.10.2017 um 11:41 schrieb Adrian Bunk: Control: tags 873861 + patch Control: tags 873861 + pending Dear maintainer, I've prepared an NMU for darkice (versioned as 1.3-0.2) and uploaded it to DELAYED/10. Please feel

Bug#878718: O: darkice

2017-10-16 Thread Jochen Friedrich
Package: wnpp Severity: normal Unfortunately, i don't have the time nor the infrastructure to maintain this package any longer. So I'm orpahning it. Thanks, Jochen

Bug#873861: darkice: diff for NMU version 1.3-0.2

2017-10-16 Thread Jochen Friedrich
Hi Adrian, you may reupload to DELAYED/0 if you like. Thanks, Jochen Am 14.10.2017 um 11:41 schrieb Adrian Bunk: Control: tags 873861 + patch Control: tags 873861 + pending Dear maintainer, I've prepared an NMU for darkice (versioned as 1.3-0.2) and uploaded it to DELAYED/10. Please feel

Bug#780429: snmp-mibs-downloader: postinst uses /usr/share/doc content (Policy 12.3): /usr/share/doc/mibrfcs/*

2016-08-31 Thread Jochen Friedrich
Hi Guillem, I was planning on sending the patches to the BTS, and then probably issue a delayed upload. But maybe you prefer if I push my changes somewhere and you pull those, and do the the upload yourself? Or for me to just push to the collab-maint git repo and do a direct upload? It's OK

Bug#780429: snmp-mibs-downloader: postinst uses /usr/share/doc content (Policy 12.3): /usr/share/doc/mibrfcs/*

2016-08-31 Thread Jochen Friedrich
Hi Guillem, I was planning on sending the patches to the BTS, and then probably issue a delayed upload. But maybe you prefer if I push my changes somewhere and you pull those, and do the the upload yourself? Or for me to just push to the collab-maint git repo and do a direct upload? It's OK

Bug#780429: snmp-mibs-downloader: postinst uses /usr/share/doc content (Policy 12.3): /usr/share/doc/mibrfcs/*

2016-08-30 Thread Jochen Friedrich
Hi Guillem, cool, thanks. Regards, Jochen Am 24.08.2016 um 13:05 schrieb Guillem Jover: Hi! On Fri, 2015-03-13 at 20:23:13 +0100, Andreas Beckmann wrote: Package: snmp-mibs-downloader Version: 1.1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts a test with piuparts

Bug#780429: snmp-mibs-downloader: postinst uses /usr/share/doc content (Policy 12.3): /usr/share/doc/mibrfcs/*

2016-08-30 Thread Jochen Friedrich
Hi Guillem, cool, thanks. Regards, Jochen Am 24.08.2016 um 13:05 schrieb Guillem Jover: Hi! On Fri, 2015-03-13 at 20:23:13 +0100, Andreas Beckmann wrote: Package: snmp-mibs-downloader Version: 1.1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts a test with piuparts

Bug#813760: ebtables: diff for NMU version 2.0.10.4-3.2

2016-02-05 Thread Jochen Friedrich
Hi Laurent, > I've prepared an NMU for ebtables (versioned as 2.0.10.4-3.2) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Currently, I don't have the time to look at this, so you may upload it to DELAYED/0. Thanks, Jochen

Bug#628804: libsnmp-session-perl: diff for NMU version 1.13-1.1

2013-05-19 Thread Jochen Friedrich
Hi Gregor, I've prepared an NMU for libsnmp-session-perl (versioned as 1.13-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. the patch looks sane to me. You might as well upload the NMU to DELAYED/0. Thanks, Jochen -- To UNSUBSCRIBE, email to

Re: [PATCH] i2c-cpm: Fix to takeback i2c bus master-ship after a collision

2012-10-31 Thread Jochen Friedrich
Hi Sachin, looks good to me. Acked-By: Jochen Friedrich joc...@scram.de Signed-off-by: Sachin Surendran sachin.surend...@alliedtelesis.co.nz mailto:sachin.surend...@alliedtelesis.co.nz --- drivers/i2c/busses/i2c-cpm.c |8 1 file changed, 8 insertions(+) diff --git a/drivers

Bug#672063: [Pkg-net-snmp-devel] Bug#672063: using of /var/agentx conflicts with FHS

2012-05-08 Thread Jochen Friedrich
Hi Christian, FHS about /var: Applications must generally not add directories to the top level of /var. Such directories should only be added if they have some system-wide implication, and in consultation with the FHS mailing list. So I think it should move to /var/run/agentx The

Accepted gmediaserver 0.13.0-8 (source sparc)

2012-04-27 Thread Jochen Friedrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 25 Apr 2012 16:05:55 +0200 Source: gmediaserver Binary: gmediaserver Architecture: source sparc Version: 0.13.0-8 Distribution: unstable Urgency: low Maintainer: Jochen Friedrich joc...@scram.de Changed-By: Jochen Friedrich joc

Bug#561578: [Pkg-net-snmp-devel] Bug#561578: system: Unknown Object Identifier (Sub-id not found: (top) - system)

2012-04-25 Thread Jochen Friedrich
tags 561578 +wontfix thanks Hi Brendan, The whole IETF copyright argument is pure bullshit. RFC3418 is copyright The Internet Society with full rights to copy the document, provided the document is not changed, except for the purposes of creating new standards. This follows the spirit (if

Bug#561578: [Pkg-net-snmp-devel] Bug#561578: system: Unknown Object Identifier (Sub-id not found: (top) - system)

2012-04-25 Thread Jochen Friedrich
tags 561578 +wontfix thanks As i explained, please take this to debian-legal. As long as the consensus of the Debian legal Team considers RFCs and MIBs non-free, there's not much i can do regarding this bug. Thanks, Jochen

Bug#561578: [Pkg-net-snmp-devel] Bug#561578: system: Unknown Object Identifier (Sub-id not found: (top) - system)

2012-04-25 Thread Jochen Friedrich
tags 561578 +wontfix thanks As i explained, please take this to debian-legal. As long as the consensus of the Debian legal Team considers RFCs and MIBs non-free, there's not much i can do regarding this bug. Thanks, Jochen

Accepted libgsm 1.0.13-4 (source sparc)

2012-04-12 Thread Jochen Friedrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 12 Apr 2012 17:34:56 +0200 Source: libgsm Binary: libgsm1 libgsm1-dbg libgsm1-dev libgsm-tools Architecture: source sparc Version: 1.0.13-4 Distribution: unstable Urgency: low Maintainer: Jochen Friedrich joc...@scram.de Changed

Bug#656833: gmediaserver: libupnp3 - libupnp6 transition

2012-03-19 Thread Jochen Friedrich
Hi Nick, Anyway libupnp6 will be uploaded in the next couple of days I hope. Would you be able to hold off on uploading your new version until my sponsor has done the upload, please ? OK, let's wait then... Thanks, Jochen -- To UNSUBSCRIBE, email to

Bug#656833: gmediaserver: libupnp3 - libupnp6 transition

2012-03-14 Thread Jochen Friedrich
Hi Nick, To aid the forthcoming transition from libupnp3 to libupnp6, please could you apply the attached patch to Build-Depend on libupnp-dev ? The intention is that this will always point to the stable branch of libupnp. sorry, but the package doesn't build anymore... +Index:

Bug#654285: isakmpd: diff for NMU version 20041012-7.2

2012-02-22 Thread Jochen Friedrich
Hi Hector, as I'm currently unable to work on this package, you might upload in to DELAYED/0 instead. Thanks, Jochen On 22.02.2012 01:44, Hector Oron wrote: tags 654285 + patch tags 654285 + pending thanks Dear maintainer, I've prepared an NMU for isakmpd (versioned as 20041012-7.2) and

Bug#654285: isakmpd: diff for NMU version 20041012-7.2

2012-02-22 Thread Jochen Friedrich
Hi Hector, as I'm currently unable to work on this package, you might upload in to DELAYED/0 instead. Thanks, Jochen On 22.02.2012 01:44, Hector Oron wrote: tags 654285 + patch tags 654285 + pending thanks Dear maintainer, I've prepared an NMU for isakmpd (versioned as 20041012-7.2) and

Bug#660240: fails to register SIP channels on ARM

2012-02-17 Thread Jochen Friedrich
Package: asterisk Version: 1:1.8.8.2~dfsg-1 Severity: normal asterisk on Debian/arm seems to suffer from the problem explained at: http://forums.digium.com/viewtopic.php?f=1t=76909 The symptoms are extra characters in local and external registrations, DNS lookups and in the

Bug#651215: Kernel fails to boot on NSLU2

2011-12-14 Thread Jochen Friedrich
Hi Arnaud, I've uploaded a 3.1.5-1 with a patch which should fix the boot failure at http://www.rtp-net.org/misc/deb/. Can you please test it ? Yes, this fixed the problem. nslu2:~# uname -a Linux nslu2 3.1.0-1-ixp4xx #1 Tue Dec 13 05:00:03 CET 2011 armv5tel GNU/Linux nslu2:~# Thanks,

Bug#651215: Kernel fails to boot on NSLU2

2011-12-14 Thread Jochen Friedrich
Hi Arnaud, I've uploaded a 3.1.5-1 with a patch which should fix the boot failure at http://www.rtp-net.org/misc/deb/. Can you please test it ? Yes, this fixed the problem. nslu2:~# uname -a Linux nslu2 3.1.0-1-ixp4xx #1 Tue Dec 13 05:00:03 CET 2011 armv5tel GNU/Linux nslu2:~# Thanks,

Bug#651215: Kernel fails to boot on NSLU2

2011-12-06 Thread Jochen Friedrich
Package: linux-image-3.1.0-1-ixp4xx Severity: normal While 3.0.0-6 booted OK on NSLU2 platform, 3.1.0-1 or -4 fails to do so. Boot log: Ethernet eth0: MAC address 00:14:bf:xx:yy:zz IP: 192.168.0.1/255.255.255.0, Gateway: 192.168.0.1 Default server: 0.0.0.0, DNS server IP: 0.0.0.0 RedBoot(tm)

Bug#651215: Kernel fails to boot on NSLU2

2011-12-06 Thread Jochen Friedrich
Package: linux-image-3.1.0-1-ixp4xx Severity: normal While 3.0.0-6 booted OK on NSLU2 platform, 3.1.0-1 or -4 fails to do so. Boot log: Ethernet eth0: MAC address 00:14:bf:xx:yy:zz IP: 192.168.0.1/255.255.255.0, Gateway: 192.168.0.1 Default server: 0.0.0.0, DNS server IP: 0.0.0.0 RedBoot(tm)

Re: [PATCH] i2c: convert drivers/i2c/* to use module_platform_driver()

2011-11-27 Thread Jochen Friedrich
Am 27.11.2011 07:12, schrieb Axel Lin: This patch converts the drivers in drivers/i2c/* to use the module_platform_driver() macro which makes the code smaller and a bit simpler. Acked-by: Jochen Friedrichjoc...@scram.de -- To unsubscribe from this list: send the line unsubscribe linux-i2c in

[OpenWrt-Devel] GIT mirror of feeds

2011-11-22 Thread Jochen Friedrich
Hi, is there any GIT mirror of the SVN feeds tree as there is for trunk and packages? Thanks, Jochen ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] GIT mirror of feeds

2011-11-22 Thread Jochen Friedrich
Hi Jo-Philipp, https://dev.openwrt.org/wiki/GetSource Heh, even this page doesn't document the existance of the feeds tree yet ;-) svn co svn://svn.openwrt.org/openwrt/feeds/ That's the one I'm looking for a GIT mirror (or clone of feeds)... Thanks, Jochen

Re: [OpenWrt-Devel] GIT mirror of feeds

2011-11-22 Thread Jochen Friedrich
Hi Jo-Philipp, There is one for packages, none for packages_10.03.1 if you mean that. No, feeds is a different tree. xorg recently has been moved from packages to feeds. Thanks, Jochen ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [PATCH] Initial DT support for SIMpad devices.

2011-11-21 Thread Jochen Friedrich
Hi Jamie, + localbus { + compatible = intel,sa1110-localbus; Could this claim compatibility with simple-bus? I wasn't sure about this. I took a look in the powerpc DTS files for reference and they used some kind of chip-localbus compatible entries. So I took the same

Re: [PATCH] ARM: sa1100: refactor sa1100 serial driver

2011-11-21 Thread Jochen Friedrich
Hi Joe, trivia: diff --git a/arch/arm/mach-sa1100/generic.c b/arch/arm/mach-sa1100/generic.c [] @@ -166,7 +166,7 @@ static struct platform_device sa11x0udc_device = { static struct resource sa11x0uart1_resources[] = { [0] = { .start = __PREG(Ser1UTCR0), -

[PATCHv2] ARM: sa1100: refactor sa1100 serial driver

2011-11-21 Thread Jochen Friedrich
- move pin initialization into board files - make use of resources in platform device rather than hardcoding them in the driver - add DT support Signed-off-by: Jochen Friedrich joc...@scram.de --- V2: fixed off-by-one error .../devicetree/bindings/tty/serial/sa1100-uart.txt | 20

[PATCH] Initial DT support for SIMpad devices.

2011-11-20 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- .../devicetree/bindings/vendor-prefixes.txt|1 + arch/arm/boot/dts/sa1110.dtsi | 72 arch/arm/boot/dts/simpad.dts | 49 + arch/arm/mach-sa1100/Kconfig

[PATCH] ARM: sa1100: refactor sa1100 serial driver

2011-11-20 Thread Jochen Friedrich
- move pin initialization into board files - make use of resources in platform device rather than hardcoding them in the driver - add DT support Signed-off-by: Jochen Friedrich joc...@scram.de --- .../devicetree/bindings/tty/serial/sa1100-uart.txt | 20 ++ .../devicetree/bindings/vendor

Bug#645512: xserver fails to autoload vboxmouse driver

2011-10-19 Thread Jochen Friedrich
close 645512 thanks Am 16.10.2011 19:34, schrieb Julien Cristau: On Sun, Oct 16, 2011 at 16:46:21 +0200, Jochen Friedrich wrote: Package: xserver-xorg-core Version: 2:1.11.1.901-1 Severity: normal Tags: upstream Version 2:1.11.1.901-1 contains this patch: http://lists.x.org/archives/xorg

Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-10-19 Thread Jochen Friedrich
Hi Michael, Debian just switched to a version containing this patch in sid. This prevents autoloading vboxmouse driver as the corresponding device is in subsystem misc. Adding matches for misc enables autoloading again. As of VirtualBox 4.1.4 the Guest Additions use a kernel input driver for

Bug#645512: xserver fails to autoload vboxmouse driver

2011-10-19 Thread Jochen Friedrich
close 645512 thanks Am 16.10.2011 19:34, schrieb Julien Cristau: On Sun, Oct 16, 2011 at 16:46:21 +0200, Jochen Friedrich wrote: Package: xserver-xorg-core Version: 2:1.11.1.901-1 Severity: normal Tags: upstream Version 2:1.11.1.901-1 contains this patch: http://lists.x.org/archives/xorg

Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-10-17 Thread Jochen Friedrich
Am Mon, 18 Jul 2011 schrieb Lennart Poettering: Don't enumerate/monitor all devices of the system (since that can be quite a few), but limit our search to devices from the input subsystem, as well as the tty subsystem (to cover Wacom tablets). This should make X start up a bit faster and

Bug#645512: xserver fails to autoload vboxmouse driver

2011-10-16 Thread Jochen Friedrich
Package: xserver-xorg-core Version: 2:1.11.1.901-1 Severity: normal Tags: upstream Version 2:1.11.1.901-1 contains this patch: http://lists.x.org/archives/xorg-devel/2011-July/023941.html This prevents autoloading vboxmouse driver as the corresponding device is in subsystem misc. Adding matches

Bug#645512: xserver fails to autoload vboxmouse driver

2011-10-16 Thread Jochen Friedrich
Package: xserver-xorg-core Version: 2:1.11.1.901-1 Severity: normal Tags: upstream Version 2:1.11.1.901-1 contains this patch: http://lists.x.org/archives/xorg-devel/2011-July/023941.html This prevents autoloading vboxmouse driver as the corresponding device is in subsystem misc. Adding matches

Bug#610306: Fwd: [Pkg-net-snmp-devel] Bug#610306: marked as done (wrong status when snmptrapd not configured to start)

2011-08-27 Thread Jochen Friedrich
Reopen 610306 thanks Hi Stephen, did I miss something or are NMUs for minor bug allowed now even without a delay slot? BTW: The way you did it (without opening a bug with the corresponding patch) would habe been a good way to ensure the bug will be back in the next version, as the patch

Bug#587460: snmpd should not bind to localhost by default

2011-08-26 Thread Jochen Friedrich
Hi Marco, Are there any news? On Jun 28, Marco d'Itrim...@linux.it wrote: Package: snmpd On Jun 28, Jochen Friedrichjoc...@scram.de wrote: What is the point? Who installs snmpd to only use it locally? snmpd might be installed by a dependency, e.g. by quagga. I don't think so. quagga

Accepted libnet-snmp-perl 6.0.1-2 (source all)

2011-08-24 Thread Jochen Friedrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 24 Aug 2011 17:33:35 +0200 Source: libnet-snmp-perl Binary: libnet-snmp-perl Architecture: source all Version: 6.0.1-2 Distribution: unstable Urgency: low Maintainer: Jochen Friedrich joc...@scram.de Changed-By: Jochen Friedrich

Re: [OpenWrt-Devel] [PATCH] Initial SIMpad support

2011-08-17 Thread Jochen Friedrich
Hi Florian, The patch looks good, however, this would be merging a lot of patches which are candidates for being upstreamed. I would rather wait a little bit for the number of patches to decrease. That's OK. I'll concentrate to push those patches to upstream in the meantime. Thanks, Jochen

[OpenWrt-Devel] BUG: Unaligned kernel access on ssb_sprom-il0mac causes kernel Oops on bcm47xx

2011-07-27 Thread Jochen Friedrich
Booting a current OpenWRT version on a modified MN-700 router fails. Using a JTAG adapter, I was able to retrieve the Oops below from the routers memory. The culprit code that triggers an unaligned access is in drivers/ssb/pci.h, sprom_extract_r123: for (i = 0; i 3; i++) { v

[OpenWrt-Devel] [PATCH] Fix ARMv4 support

2011-07-08 Thread Jochen Friedrich
In R27118, TARGET_FIX_V4BX_SPEC got lost in the linker parameters. Add it back. Signed-off-by: Jochen Friedrich joc...@scram.de diff --git a/toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch b/toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch index 41b790a..8800c03

Bug#628804: libnet-snmp-perl: Warnings from SNMP_Session.pm

2011-06-01 Thread Jochen Friedrich
Hi, The patch from the mrtg trac seems to work fine; attached as a proper patch. This patch is against mrtg, not against libnet-snmp-perl. So I assume, the bug is reported against the wrong package? Thanks, Jochen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Accepted libnet-snmp-perl 6.0.1-1 (source all)

2011-05-31 Thread Jochen Friedrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 31 May 2011 16:52:27 +0200 Source: libnet-snmp-perl Binary: libnet-snmp-perl Architecture: source all Version: 6.0.1-1 Distribution: unstable Urgency: low Maintainer: Jochen Friedrich joc...@scram.de Changed-By: Jochen Friedrich

Accepted darkice 1.0-1 (source sparc)

2011-05-31 Thread Jochen Friedrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 31 May 2011 17:46:15 +0200 Source: darkice Binary: darkice Architecture: source sparc Version: 1.0-1 Distribution: unstable Urgency: low Maintainer: Jochen Friedrich joc...@scram.de Changed-By: Jochen Friedrich joc...@scram.de

Bug#584421: libnet-snmp-perl: Get_entries : not all the results given

2011-05-23 Thread Jochen Friedrich
Hi Niko, Jochen, are you aware of the newer upstream versions? Do you need help maintaining the package? Please consider moving it under the pkg-perl group if you don't have the time anymore. I'm aware of the new package since 3 days actually (I'm not sure why i never got a notification from

Bug#568550: [Pkg-net-snmp-devel] Bug#568550: SNMP in a unuseable state

2011-05-19 Thread Jochen Friedrich
Am 17.05.2011 18:10, schrieb deb...@ukeer.de: This bugreport is due to the fact that someone decided to rip essential mibs off libsnmp-base and put them into non-free (NOT contrib, as NEWS.DEBIAN.gz suggests) snmp-mibs-downloader package. THATS NOT A GOOD IDEA TO DO. Don't complain to me,

Bug#627349: gnome-dvb-daemon crashes if miredo is active

2011-05-19 Thread Jochen Friedrich
Package: gnome-dvb-daemon Version: 1:0.1.23-1 Severity: normal Tags: patch If miredo is configured, gnome-dvb-daemon immediately crashes on start. This is due to a missing check for NULL of -ifa_addr in vapi/cstuff.c. According to the man page (http://www.kernel.org/doc/man-

Re: DM application of Tim Weippert

2011-05-19 Thread Jochen Friedrich
to get the fixes included. Thanks, Jochen Friedrich. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iD8DBQFN1Uwh0fhX0Y/ocz0RAi77AKCq8yFIt5xLLNpymctwYlgdbqMzlACfZgFV xwvFOMTv4i/kUD31lBChbdY= =yyWY -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-newmaint-requ

Re: [OpenWrt-Devel] [PATCH] packages: Update pango to 1.28.4

2011-05-10 Thread Jochen Friedrich
Hi Xiangfu, I got some errors[1] when compile pango-1.28.4. the pango-1.26.0 compile fine. when I apply this patch: http://fidelio.qi-hardware.com/~xiangfu/openwrt-xburst.patches/pango-automake.patch I got those errors:

[OpenWrt-Devel] [PATCH] packages: Update pango to 1.28.4

2011-04-17 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- Xorg/lib/pango/Makefile |8 Xorg/lib/pango/patches/001-automake-compat.patch | 12 2 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 Xorg/lib/pango/patches/001-automake

[OpenWrt-Devel] [PATCH] rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.

2011-04-17 Thread Jochen Friedrich
Use offset from struct mtd_part instead of struct mtd_partition for defining the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in struct mtd_partition. Signed-off-by: Jochen Friedrich joc...@scram.de --- .../generic/patches-2.6.30/065-rootfs_split.patch | 12

Re: [OpenWrt-Devel] [PROPOSAL] growing OpenWrt devel team

2011-03-29 Thread Jochen Friedrich
Hi Layne, i'd change my patch delivery then by posting them to the more public wiki and posting a note here only. this way people hit by the same bug can find the patch online with their favorite search engine no matter if an openwrt dev had the time to check and push it to trunk or not. I

Re: [OpenWrt-Devel] [PATCH] Set default arch for ARM CPUs.

2011-02-15 Thread Jochen Friedrich
Hi Felix, +GCC_ARCH:= +ifneq ($(findstring -march=armv4,$(TARGET_OPTIMIZATION)),) + GCC_ARCH:=armv4 +endif +ifneq ($(findstring -march=armv4t,$(TARGET_OPTIMIZATION)),) + GCC_ARCH:=armv4t +endif +ifneq ($(findstring -march=armv5t,$(TARGET_OPTIMIZATION)),) + GCC_ARCH:=armv5t +endif +ifneq

[OpenWrt-Devel] [PATCH] Fix EABI support for armv4 CPUs.

2011-02-14 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- toolchain/gcc/common.mk |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 0f22e41..971ca62 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk

[OpenWrt-Devel] [PATCH] Import patches from git://git.kraxel.org/input to make input-utils work with newer kernels. Update package version.

2011-02-04 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- utils/input-utils/Makefile |2 +- utils/input-utils/patches/001-EVIOCGKEYCODE2.patch | 220 utils/input-utils/patches/002-version-check.patch | 34 +++ 3 files changed, 255 insertions(+), 1

[OpenWrt-Devel] [PATCH] [packages] xorg-kdrive: Fix linker errors.

2011-02-04 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- Xorg/xorg/xserver/xorg-kdrive/Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Xorg/xorg/xserver/xorg-kdrive/Makefile b/Xorg/xorg/xserver/xorg-kdrive/Makefile index 8076275..2712d48 100644 --- a/Xorg/xorg

Re: [JOIN-IPv6] zweimal werden wir noch wach...

2011-02-01 Thread Jochen Friedrich
Am 01.02.2011 14:15, schrieb Fabian Schmidt: Frühstücksschlummer und Mittagsschlaf? Am 01.02.11 schrieb Ignatios Souvatzis: [1] http://ipv6.he.net/v4ex/sidebar/ http://www.apnic.net/publications/news/2011/delegation Siehe auch:

[OpenWrt-Devel] [PATCH] missing-macros: add GTKDOC_REBASE macro needed by some newer packages

2011-01-30 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- tools/missing-macros/src/m4/fake-gtk-doc-check.m4 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/missing-macros/src/m4/fake-gtk-doc-check.m4 b/tools/missing-macros/src/m4/fake-gtk-doc-check.m4 index 5018813

[OpenWrt-Devel] [PATCH] kernel-modules: Remove bogus @LINUX_2_6 dependency from rtc-core

2011-01-30 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- package/kernel/modules/other.mk |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 5398e5e..c1fb1a5 100644 --- a/package/kernel/modules/other.mk +++ b

[OpenWrt-Devel] [PATCH] rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.

2011-01-30 Thread Jochen Friedrich
Use offset from struct mtd_part instead of struct mtd_partition for defining the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in struct mtd_partition. Signed-off-by: Jochen Friedrich joc...@scram.de --- .../generic/patches-2.6.32/065-rootfs_split.patch | 14

[stable] [PATCH] ARM:ucb1x00-ts: Fix NULL pointer due to non-initialized absinfo

2011-01-26 Thread Jochen Friedrich
kthread+84/8c Trace; c00500f0 kthread+0/8c Trace; c003b464 do_exit+0/624 Signed-off-by: Jochen Friedrich joc...@scram.de CC: sta...@kernel.org --- drivers/mfd/ucb1x00-ts.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/mfd/ucb1x00-ts.c b/drivers/mfd

Accepted gmediaserver 0.13.0-7 (source sparc)

2011-01-24 Thread Jochen Friedrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 24 Jan 2011 18:08:59 +0100 Source: gmediaserver Binary: gmediaserver Architecture: source sparc Version: 0.13.0-7 Distribution: unstable Urgency: high Maintainer: Jochen Friedrich joc...@scram.de Changed-By: Jochen Friedrich joc

Bug#610763: gmediaserver: Fix crashes due to thread unsafe function

2011-01-24 Thread Jochen Friedrich
Hi Adam, On Sat, January 22, 2011 05:49, Guillem Jover wrote: The current version of the server crashes at random times, although easily reproducibly by doing ranged requests, for example fast forwarding on a video, or depending on the implementation by the simple fact that it requests ranges

Bug#610763: gmediaserver: Fix crashes due to thread unsafe function

2011-01-24 Thread Jochen Friedrich
Hi Adam, On Sat, January 22, 2011 05:49, Guillem Jover wrote: The current version of the server crashes at random times, although easily reproducibly by doing ranged requests, for example fast forwarding on a video, or depending on the implementation by the simple fact that it requests ranges

Re: [stable] Fwd: [PATCH] sa1100: Fix platform device registration

2011-01-07 Thread Jochen Friedrich
Hi Greg, Please give me the git commit of the patch in Linus's tree, when it gets there, and we can apply it. It's 4f444e2b59dd4255d121b57ec41a4a8c5d6bce46. As this fixes a hang on boot on simpad devices, IMHO this qualifies as a patch for stable. Thanks, Jochen

Bug#609226: [Pkg-net-snmp-devel] Bug#609226: snmpd: wrong speed-values for network interfaces

2011-01-07 Thread Jochen Friedrich
Hi Moritz, The snmpd version 5.4.2.1 package in Ubuntu 10.04.1 (x86) shows the same behaviour, but I DIDN'T changed snmpd.conf from default to 0.0.0.0/0 and /etc/default/snmpd from 127.0.0.1 to the public ip. The net-snmp package (version 5.5-9.1) in openSUSE 11.3 (x86) doesn't not show

Accepted net-snmp 5.4.3~dfsg-2 (source sparc all)

2011-01-05 Thread Jochen Friedrich
Urgency: high Maintainer: Net-SNMP Packaging Team pkg-net-snmp-de...@lists.alioth.debian.org Changed-By: Jochen Friedrich joc...@scram.de Description: libsnmp-base - SNMP (Simple Network Management Protocol) MIBs and documentation libsnmp-dev - SNMP (Simple Network Management Protocol) development

Bug#602809: [Pkg-net-snmp-devel] Bug#602809: snmpd: Solution for usr/sbin/snmptrapd: snmptrapd: unknown token authCommunity

2011-01-05 Thread Jochen Friedrich
severity 602809 serious thanks Hi Thomas, Proposed fix: Add #includenet-snmp/agent/net-snmp-agent-includes.h to apps/snmptrapd_auth.c in patch 61_vacm_missing_dependency_check.patch Added to svn. I'd suggest that the severity is bumped, as snmptrapd is unusable in debians default

  1   2   3   4   5   6   7   8   9   10   >