[patch 0/3] Prism 54: Convert semaphores to mutexes

2008-02-15 Thread matthias
Prism 54 driver: The semaphores acl->sem, stats_sem and wpa_sem are used as mutexes, convert them to the muxex API -- Matthias Kaehlcke Linux System Developer Barcelona We build too many walls and not enough bridges (Isaac New

[patch 1/3] Convert acl->sem in a mutex

2008-02-15 Thread matthias
The semaphore acl->sem is used as mutex, convert it to the mutex API Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> Index: linux-2.6/drivers/net/wireless/prism54/isl_ioctl.c === --- linux-2.6.orig/drivers/net/wireles

[patch 2/3] Convert stats_sem in a mutex

2008-02-15 Thread matthias
The semaphore stats_sem is used as mutex, convert it to the mutex API Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> Index: linux-2.6/drivers/net/wireless/prism54/isl_ioctl.c === --- linux-2.6.orig/drivers/net/wireless/p

[patch 3/3] Convert wpa_sem in a mutex

2008-02-15 Thread matthias
The semaphore wpa_sem is used as mutex, convert it to the mutex API Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> Index: linux-2.6/drivers/net/wireless/prism54/isl_ioctl.c === --- linux-2.6.orig/drivers/net/wireless/p

[patch 1/3] Convert stats_sem in a mutex

2008-02-18 Thread matthias
The semaphore cp->mutex is used as mutex, convert it to the mutex API Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> Index: linux-2.6/drivers/usb/misc/auerswald.c === --- linux-2.6.orig/drivers/usb/misc/auerswald.c 2

[patch 3/3] Convert ccp->mutex in a mutex

2008-02-18 Thread matthias
The semaphore ccp->mutex is used as mutex, convert it to the mutex API Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> Index: linux-2.6/drivers/usb/misc/auerswald.c === --- linux-2.6.orig/drivers/usb/misc/auerswald.c 2

[patch 0/3] USB Auerswald ISDN: Convert semaphores to mutexes

2008-02-18 Thread matthias
USB Auerswald ISDN driver: The semaphores cp->mutex, ccp->readmutex and ccp->mutex are used as mutexes, convert them to the muxex API -- Matthias Kaehlcke Linux System Developer Barcelona We build too many walls and not enough bridges (Isa

[patch 2/3] Convert ccp->readmutex in a mutex

2008-02-18 Thread matthias
The semaphore ccp->readmutex is used as mutex, convert it to the mutex API Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> Index: linux-2.6/drivers/usb/misc/auerswald.c === --- linux-2.6.orig/drivers/usb/misc/auerswa

REPLY URGENLY.

2018-06-26 Thread Matthias
Dear Friend, I’m, Mr. john Matthias ouedraogo, the manager in charge of auditing and accounting section of Bank of Africa (BOA) Ouagadougou Burkina-Faso West-Africa. I would like you to indicate your interest to receive the transfer of $19.3 Million Dollars. I will like you to stand as the next

Re: [PATCH 1/3] ARM/dts: omap3: Add generic DT support for IGEP devices

2012-11-30 Thread Matthias Brugger
On 11/29/2012 12:14 AM, Javier Martinez Canillas wrote: Add a generic .dtsi device tree source file for the common characteristics across IGEP Technology devices. Signed-off-by: Javier Martinez Canillas --- Acked-by: Matthias Brugger arch/arm/boot/dts/omap3-igep.dtsi | 93

Re: [PATCH 2/3] ARM/dts: omap3: Add support for IGEPv2 board

2012-11-30 Thread Matthias Brugger
, TWL4030 audio). Signed-off-by: Javier Martinez Canillas --- Acked-by: Matthias Brugger arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/omap3-igep0020.dts | 56 ++ 2 files changed, 57 insertions(+), 0 deletions(-) create mode 100644 arch/arm

Re: [PATCH] arm: dts: Add uart1 and uart2 to igep boards.

2013-01-26 Thread Matthias Brugger
Hi Benoit, 2012/12/12 Benoit Cousson : > Hi Matthias, > > On 12/12/2012 04:33 PM, Matthias Brugger wrote: >> This patch is a follow-up patch for Javier Martinez effort adding initial >> device tree support to IGEP technology devices. [1] >> >> It adds uart1 and u

[PATCH] arch: avr32: add dummy syscalls

2013-01-27 Thread Matthias Brugger
This patch adds dummy syscalls so that compiling for this architecture does not provoke warnings when checksyscalls.sh is called. Signed-off-by: Matthias Brugger --- arch/avr32/include/asm/unistd.h | 2 +- arch/avr32/include/uapi/asm/unistd.h | 29 + arch/avr32

[RESEND] Documentation of device tree bindings for mfd devices

2012-09-03 Thread Matthias Kaehlcke
oving tps65217.txt to the mfd directory and adding the backlight specific documentation. Please confirm whether this is the correct/preferred way to document device tree bindings of mfd devices -- Matthias Kaehlcke Embedded Linux Developer Amsterdam You can chain me, you can torture me

Re: Linux 3.6

2012-10-03 Thread Matthias Schniedermeyer
On 03.10.2012 13:05, Kees Cook wrote: > Hi Nick, > > 3.6 introduced link restrictions: > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=800179c9b8a1e796e441674776d11cd4c05d61d7 > > It sounds like you've got symlinks in a world-writable directory, and > you're followin

[PATCH] Adaptec AACRAID: convert fibctx->wait_sem to completion

2008-02-13 Thread Matthias Kaehlcke
Adaptec AACRAID driver: The semaphore fibctx->wait_sem is used for signalling an event. Convert it to a completion. Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> -- diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index 3195d29..eef4939 100644 ---

Re: [PATCH] Adaptec AACRAID: convert fibctx->wait_sem to completion

2008-02-13 Thread Matthias Kaehlcke
El Wed, Feb 13, 2008 at 01:09:00PM -0600 James Bottomley ha dit: > On Wed, 2008-02-13 at 19:34 +0100, Matthias Kaehlcke wrote: > > Adaptec AACRAID driver: The semaphore fibctx->wait_sem is used for > > signalling an event. Convert it to a completion. > > What's th

Re: linux-next: build failure after merge of the mfd tree

2012-09-24 Thread Matthias Kaehlcke
d a built-in driver, so i didn't see the problem. i will submit a patch with the corrected license string later this day best regards -- Matthias Kaehlcke Embedded Linux Developer Amsterdam The only power to which man should aspire is

[PATCH] regulator: Add devm_regulator_get_exclusive()

2013-08-25 Thread Matthias Kaehlcke
Add a resource managed regulator_get_exclusive() Signed-off-by: Matthias Kaehlcke --- drivers/regulator/core.c | 30 ++ include/linux/regulator/consumer.h |2 ++ 2 files changed, 32 insertions(+) diff --git a/drivers/regulator/core.c b/drivers

[PATCH 1/5] drivers: usb: core: hcd: moved asterix to variable

2013-10-05 Thread Matthias Beyer
instead of type Signed-off-by: Matthias Beyer --- drivers/usb/core/hcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index d6a8d23..9036794 100644 --- a/drivers/usb/core/hcd.c +++ b/drivers/usb/core/hcd.c @@ -2818,7 +2818,7

[PATCH 2/5] drivers: usb: core: hcd: Whitespace fixes

2013-10-05 Thread Matthias Beyer
including - spaces to tabs - removing spaces before array indexing (foo [] to foo[]) - adding spaces around unary operator (foo? 1 : 0 to foo ? 1 : 0) - removed trailing whitespace Signed-off-by: Matthias Beyer --- drivers/usb/core/hcd.c | 56

[PATCH 5/5] drivers: usb: core: hcd: if-else-braces fixed

2013-10-05 Thread Matthias Beyer
Put else keyword on same line as closing brace from if statement, added { } braces as the styleguide says. Signed-off-by: Matthias Beyer --- drivers/usb/core/hcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index

[PATCH 3/5] drivers: usb: core: hcd: replaced C99 // comments

2013-10-05 Thread Matthias Beyer
Signed-off-by: Matthias Beyer --- drivers/usb/core/hcd.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index 0f3e5a0..3a2667c 100644 --- a/drivers/usb/core/hcd.c +++ b/drivers/usb/core/hcd.c @@ -428,7 +428,7

[PATCH 4/5] drivers: usb: core: hcd: removed braces for return statements

2013-10-05 Thread Matthias Beyer
Signed-off-by: Matthias Beyer --- drivers/usb/core/hcd.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index 3a2667c..5d13d6c 100644 --- a/drivers/usb/core/hcd.c +++ b/drivers/usb/core/hcd.c @@ -1120,18 +1120,18

[PATCH 0/5] Cleanup in drivers/usb/core/hcd.c

2013-10-05 Thread Matthias Beyer
ithout errors. Checkpatch script gives me some warnings, which are remaining warnings of the file, I didn't introduce them! Best regards! Matthias Beyer (5): drivers: usb: core: hcd: moved asterix to variable drivers: usb: core: hcd: Whitespace fixes drivers: usb: core: hcd: replaced C99 //

[PATCH 1/1] drivers: usb: core: hcd.c: converted busmap from struct to bitmap

2013-10-05 Thread Matthias Beyer
de effects! Suggested by j...@perches.com Signed-off-by: Matthias Beyer --- drivers/usb/core/hcd.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index bbd182a..e9e1b33 100644 --- a/drivers/usb/core/hcd.c +++ b/driver

Re: [PATCH 2/2] iio: ti_am335x_adc: Take touchscreen channels into account for conversion timeout

2013-09-15 Thread Matthias Kaehlcke
Hi Jonathan, thanks for your comments El Sun, Sep 15, 2013 at 05:17:30PM +0100 Jonathan Cameron ha dit: > On 09/10/13 22:02, Matthias Kaehlcke wrote: > > The calculation of the old conversion timeout value was based on the number > > of > > channels used by this driver. T

[PATCH v2] iio: ti_am335x_adc: Take touchscreen steps into account for conversion timeout

2013-09-16 Thread Matthias Kaehlcke
The calculation of the old conversion timeout value was based on the number of steps used by this driver. This doesn't take into account that other steps can be used by the touchscreen driver. Select the timeout value based on the steps used by both drivers Signed-off-by: Matthias Kae

[PATCH 1/2] mfd: ti_am335x_tscadc: Fix idle timeout value

2013-09-10 Thread Matthias Kaehlcke
Signed-off-by: Matthias Kaehlcke --- include/linux/mfd/ti_am335x_tscadc.h | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/include/linux/mfd/ti_am335x_tscadc.h b/include/linux/mfd/ti_am335x_tscadc.h index db1791b..9e6a775 100644 --- a/include/linux/mfd

[PATCH 2/2] iio: ti_am335x_adc: Take touchscreen channels into account for conversion timeout

2013-09-10 Thread Matthias Kaehlcke
ff-by: Matthias Kaehlcke --- drivers/iio/adc/ti_am335x_adc.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/iio/adc/ti_am335x_adc.c b/drivers/iio/adc/ti_am335x_adc.c index 3ceac3e..898fc78 100644 --- a/drivers/iio/adc/ti_am335x_adc.c +++ b/drivers/iio/adc/ti_am335x_adc.c @@ -146,7 +1

Re: [RFC][PATCH 4/3] vfs: Allow rmdir to remove mounts in all but the current mount namespace

2013-10-08 Thread Matthias Schniedermeyer
directory-permissions for allowing umounting by rmdir it follows that a "plain user" doesn't have any possibility to know beforehand if rmdir/umount would be possible. -- Matthias -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

[PATCH 0/6] drivers: usb: core: Adapt source to styleguide

2013-10-10 Thread Matthias Beyer
not fix all ERROR messages from the scripts/checkpatch.pl script, as I don't know what to do with "do not use assignments in if-condition" messages. Matthias Beyer (6): drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes drivers: usb: core: file.c: moved asterisk t

[PATCH 1/6] drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes

2013-10-10 Thread Matthias Beyer
including: - removing of trailing whitespace - removing spaces before array indexing (foo [] to foo[]) - reindention of a switch-case block - spaces to tabs Signed-off-by: Matthias Beyer --- drivers/usb/core/file.c | 6 +-- drivers/usb/core/hub.c | 111

[PATCH 3/6] drivers: usb: core: hub.c: Comments shouldnt be C99 // comment style

2013-10-10 Thread Matthias Beyer
Signed-off-by: Matthias Beyer --- drivers/usb/core/hub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index e5fdf4b..5e9fc21 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -2488,7 +2488,7

[PATCH 6/6] drivers: usb: core: devio.c: Else should be on closing braces

2013-10-10 Thread Matthias Beyer
moved else keyword of if-else construct to closing braces. Signed-off-by: Matthias Beyer --- drivers/usb/core/devio.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c index 215d882..adbdea3 100644 --- a/drivers/usb

[PATCH 5/6] drivers: usb: core: devio.c: Braces around switch

2013-10-10 Thread Matthias Beyer
Added braces around switch statement as the styleguide tells us. Indented the switch-block for it and split a function call (driver->unlocked_ioctl() on line 1876) arguments to several lines to fit the 80-column convention. Signed-off-by: Matthias Beyer --- drivers/usb/core/devio.c |

[PATCH 2/6] drivers: usb: core: file.c: moved asterisk to variable name

2013-10-10 Thread Matthias Beyer
Signed-off-by: Matthias Beyer --- drivers/usb/core/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/core/file.c b/drivers/usb/core/file.c index 903c7ef..3bdfbf8 100644 --- a/drivers/usb/core/file.c +++ b/drivers/usb/core/file.c @@ -27,7 +27,7 @@ static

[PATCH 4/6] drivers: usb: core: devio.c: Coding style fixes

2013-10-10 Thread Matthias Beyer
Whitespace fixes, including: - Whitespace after if-keyword - Spaces to Tabs Other coding style fixes: - Added braces for if-else blocks where missing Signed-off-by: Matthias Beyer --- drivers/usb/core/devio.c | 39 --- 1 file changed, 20 insertions(+), 19

Re: [PATCH v2] iio: ti_am335x_adc: Take touchscreen steps into account for conversion timeout

2013-09-22 Thread Matthias Kaehlcke
Hi, El Sat, Sep 21, 2013 at 01:25:42PM +0100 Jonathan Cameron ha dit: > On 09/16/13 22:17, Matthias Kaehlcke wrote: > > The calculation of the old conversion timeout value was based on the number > > of > > steps used by this driver. This doesn't take into account t

Re: [PATCH 2/2] iio: ti_am335x_adc: Take touchscreen channels into account for conversion timeout

2013-09-23 Thread Matthias Kaehlcke
Hi Sebastian, El Mon, Sep 23, 2013 at 03:31:14PM +0200 Sebastian Andrzej Siewior ha dit: > On 09/10/2013 11:02 PM, Matthias Kaehlcke wrote: > > The calculation of the old conversion timeout value was based on the number > > of > > channels used by this driver. This does

[PATCH] mfd: ti_am335x_tscadc: Restore clock divider on resume

2013-09-23 Thread Matthias Kaehlcke
The ADC clock divider needs to be restored on resume as the register content is lost when the ADC is powered down Signed-off-by: Matthias Kaehlcke --- drivers/mfd/ti_am335x_tscadc.c | 10 ++ include/linux/mfd/ti_am335x_tscadc.h |1 + 2 files changed, 7 insertions(+), 4

[PATCH] input: touchscreen: ti_am335x_tsc: Enable FIFO threshold interrupt on resume

2013-09-23 Thread Matthias Kaehlcke
When returning from suspend the FIFO threshold interrupt is disabled, re-enable it on resume Signed-off-by: Matthias Kaehlcke --- drivers/input/touchscreen/ti_am335x_tsc.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c b/drivers/input

[PATCH 1/1] TPM: STMicroelectronics st33 driver SPI

2013-04-22 Thread Matthias Leblanc
From: Mathias Leblanc * STMicroelectronics version 1.2.0, Copyright (C) 2010 * STMicroelectronics comes with ABSOLUTELY NO WARRANTY. * This is free software, and you are welcome to redistribute it * under certain conditions. This is the driver for TPM chip from ST Microelectronics. If you h

[PATCH] cyttsp: Fix swap of mfg_stat and mfg_cmd registers

2013-06-04 Thread Matthias Kaehlcke
The command and status register in the driver were swapped with respect to the order specified in the datasheet (CY8CTMA140). Confirmed with Cypress that the order in the datasheet is correct. Signed-off-by: Matthias Kaehlcke --- drivers/input/touchscreen/cyttsp_core.h |2 +- 1 file changed

[PATCH 1/2] staging/asus_oled fixed alignment in defines

2013-06-05 Thread Matthias Schid
replaced spaces in incorrect alignment in defines with tabs Signed-off-by: Matthias Schid Signed-off-by: Stefan Huber Signed-off-by: Simon Puels --- drivers/staging/asus_oled/asus_oled.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/asus_oled

[PATCH 2/2] staging/asus_oled fixed linebreak style issue

2013-06-05 Thread Matthias Schid
fixed a linebreak within an error message string coding style issue reported by checkpatch.pl Signed-off-by: Matthias Schid Signed-off-by: Stefan Huber Signed-off-by: Simon Puels --- drivers/staging/asus_oled/asus_oled.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a

[PATCH 0/2] staging/asus_oled fixed style issues

2013-06-05 Thread Matthias Schid
fixed alignment issue and a linebreak issue reported by checkpatch.pl in asus_oled Matthias Schid (2): staging/asus_oled fixed alignment in defines staging/asus_oled fixed linebreak style issue drivers/staging/asus_oled/asus_oled.c |9 - 1 file changed, 4 insertions(+), 5

[PATCH 2/2] staging/asus_oled fixed linebreak and printk issue

2013-06-05 Thread Matthias Schid
fixed a linebreak within an error message string coding style issue reported by checkpatch.pl and dev_err format parameters Signed-off-by: Matthias Schid Signed-off-by: Stefan Huber Signed-off-by: Simon Puels --- drivers/staging/asus_oled/asus_oled.c |6 ++ 1 file changed, 2

Kernel panic in IPv6 ndisc/redirect in kernel 3.9.4

2013-05-29 Thread Matthias Schiffer
Hi, we've hit the following panic several times in the last days on some of our servers running kernel 3.9.4. Is seems to be a regression in the 3.9 series, as we never hit it with 3.8.x or earlier. Please let me know if there is anything more I can do to help fix this; I probably won't have time

[PATCH net/3.9] ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb

2013-05-30 Thread Matthias Schiffer
Since some refactoring in 5f5a011, ndisc_send_redirect called ndisc_fill_redirect_hdr_option on the wrong skb, leading to data corruption or in the worst case a panic when the skb_put failed. Signed-off-by: Matthias Schiffer --- net/ipv6/ndisc.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH net/3.9] ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb

2013-06-07 Thread Matthias Schiffer
On 05/31/2013 10:42 AM, David Miller wrote: > From: Cong Wang > Date: Fri, 31 May 2013 11:23:11 +0800 > >> On Fri, May 31, 2013 at 9:27 AM, Matthias Schiffer >> wrote: >>> Since some refactoring in 5f5a011, ndisc_send_redirect called >>> ndisc_fill_redire

[PATCH 1/1] TPM: STMicroelectronics st33 driver SPI

2013-03-25 Thread Matthias Leblanc
From: admin01 * STMicroelectronics version 1.2.0, Copyright (C) 2010 * STMicroelectronics comes with ABSOLUTELY NO WARRANTY. * This is free software, and you are welcome to redistribute it * under certain conditions. This is the driver for TPM chip from ST Microelectronics. If you have a TP

[PATCH] spi: spi-omap2-mcspi.c: Add dts for slave device configuration.

2013-03-25 Thread Matthias Brugger
TI omap2 mcspi allows the slave devices to configure the behavior of the SPI master. This patch adds device tree support to the existing options. Signed-off-by: Matthias Brugger --- Documentation/devicetree/bindings/spi/omap-spi.txt | 23 drivers/spi/spi-omap2-mcspi.c

[PATCH] spi: spi-s3c64xx.c Remove unused argument.

2013-03-26 Thread Matthias Brugger
The pointer to the driver data is never used to get the slave controller data. We can delete the unused argument from the function. Signed-off-by: Matthias Brugger --- drivers/spi/spi-s3c64xx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/spi/spi-s3c64xx.c b

[PATCH 1/1] TPM: STMicroelectronics st33 driver SPI

2013-05-15 Thread Matthias Leblanc
From: Mathias Leblanc * STMicroelectronics version 1.2.0, Copyright (C) 2010 * STMicroelectronics comes with ABSOLUTELY NO WARRANTY. * This is free software, and you are welcome to redistribute it * under certain conditions. This is the driver for TPM chip from ST Microelectronics. If you h

[PATCH 1/1] TPM: STMicroelectronics st33 driver SPI

2013-04-09 Thread Matthias Leblanc
From: Mathias leblanc * STMicroelectronics version 1.2.0, Copyright (C) 2010 * STMicroelectronics comes with ABSOLUTELY NO WARRANTY. * This is free software, and you are welcome to redistribute it * under certain conditions. This is the driver for TPM chip from ST Microelectronics. If you h

[PATCH 1/1] TPM: STMicroelectronics st33 driver SPI

2013-05-06 Thread Matthias Leblanc
From: Mathias Leblanc * STMicroelectronics version 1.2.0, Copyright (C) 2010 * STMicroelectronics comes with ABSOLUTELY NO WARRANTY. * This is free software, and you are welcome to redistribute it * under certain conditions. This is the driver for TPM chip from ST Microelectronics. If you h

[PATCH 1/1] TPM: STMicroelectronics st33 driver SPI

2013-05-07 Thread Matthias Leblanc
From: Mathias Leblanc * STMicroelectronics version 1.2.0, Copyright (C) 2010 * STMicroelectronics comes with ABSOLUTELY NO WARRANTY. * This is free software, and you are welcome to redistribute it * under certain conditions. This is the driver for TPM chip from ST Microelectronics. If you h

Build-failure with old files in build-directory (Was: Linux 3.9 released)

2013-04-29 Thread Matthias Schniedermeyer
ith a 2.6.39-name inside, so it seams i have build my kernels this way for the last few releases. -- Matthias -- 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.kern

[PATCH 1/1] TPM: STMicroelectronics st33 driver SPI

2013-04-29 Thread Matthias Leblanc
From: Mathias Leblanc * STMicroelectronics version 1.2.0, Copyright (C) 2010 * STMicroelectronics comes with ABSOLUTELY NO WARRANTY. * This is free software, and you are welcome to redistribute it * under certain conditions. This is the driver for TPM chip from ST Microelectronics. If you h

[PATCH 1/1] TPM: STMicroelectronics st33 driver SPI

2013-04-12 Thread Matthias Leblanc
From: Mathias Leblanc * STMicroelectronics version 1.2.0, Copyright (C) 2010 * STMicroelectronics comes with ABSOLUTELY NO WARRANTY. * This is free software, and you are welcome to redistribute it * under certain conditions. This is the driver for TPM chip from ST Microelectronics. If you h

[PATCH 1/1] TPM: STMicroelectronics st33 driver SPI

2013-05-17 Thread Matthias Leblanc
From: Mathias Leblanc * STMicroelectronics version 1.2.0, Copyright (C) 2010 * STMicroelectronics comes with ABSOLUTELY NO WARRANTY. * This is free software, and you are welcome to redistribute it * under certain conditions. This is the driver for TPM chip from ST Microelectronics. If you h

Re: [PATCH v2] rtc: tps65910: Add RTC driver for TPS65910 PMIC RTC

2012-08-01 Thread Matthias Kaehlcke
+ return ret; > + } > + > + platform_set_drvdata(pdev, tps_rtc); the interrupt should be requested after this call. otherwise tps65910_rtc_interrupt() could be executed before the RTC device is registered and the driver data set. normally this shouldn't happen as the R

Re: [PATCH v2] rtc: tps65910: Add RTC driver for TPS65910 PMIC RTC

2012-08-02 Thread Matthias Kaehlcke
Hi Venu, thanks for you reply El Thu, Aug 02, 2012 at 10:28:47AM +0530 Venu Byravarasu ha dit: > > -Original Message- > > From: Matthias Kaehlcke [mailto:matthias.l...@kaehlcke.net] > > Sent: Thursday, August 02, 2012 1:48 AM > > To: Venu Byravarasu > >

[PATCH] ti-st: Fix check for pdata->chip_awake function pointer

2012-08-02 Thread Matthias Kaehlcke
ll_device_want_to_wakeup(): Fix the NULL pointer check on pdata->chip_awake, which is performed on the wrong function pointer Signed-off-by: Matthias Kaehlcke --- drivers/misc/ti-st/st_ll.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/ti-st/st_ll.

Re: [PATCH 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice

2012-08-23 Thread Matthias Kaehlcke
gt; + struct resource *res; > + > + tscadc_writel(tscadc, REG_SE, 0x00); > + res = platform_get_resource(pdev, IORESOURCE_MEM, 0); > + iounmap(tscadc->tscadc_base); > + release_mem_region(res->start, resource_size(res)); > + > + pm_runtime_put_syn

Re: [PATCH 4/5] IIO : ADC: tiadc: Add support of TI's ADC driver

2012-08-23 Thread Matthias Kaehlcke
rm_device *pdev) > +{ > + struct ti_tscadc_dev *tscadc_dev = pdev->dev.platform_data; > + struct adc_device *adc_dev = tscadc_dev->adc; > + struct iio_dev *idev = adc_dev->idev; > + > + iio_device_unregister(idev); >

Re: [PATCH v5] hashtable: introduce a small and naive hashtable

2012-09-15 Thread Matthias Diener
s (on stack, >> in data, etc). > >I do two things: > > - A small userspace test (since this header works just fine from >userspace as well). It would be interesting to run some experiments with this hashtable in userspace. Could you post the test code here? Thanks, Matthias -- To unsubs

[PATCH] COSA/SRP: Convert channel_data.rsem to mutex

2008-02-17 Thread Matthias Kaehlcke
COSA/SRP driver: The semaphore channel_data.rsem is used as a mutex, convert it to the mutex API Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> -- Index: linux-2.6/drivers/net/wan/cosa.c === --- linux-2.6.orig/drivers/n

[PATCH] usb/musb/omap2430.c Delete unused variable

2012-08-16 Thread Matthias Brugger
Signed-off-by: Matthias Brugger --- drivers/usb/musb/omap2430.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index 5fdb9da..2d207c6 100644 --- a/drivers/usb/musb/omap2430.c +++ b/drivers/usb/musb/omap2430.c

[PATCH] usb/musb/omap2430.c Delete unused variable.

2012-08-16 Thread Matthias Brugger
Variable ret is always evaluated as true, so we don't need to check it. Signed-off-by: Matthias Brugger --- drivers/usb/musb/omap2430.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index 5fdb9da..2d

[PATCH] MAINTAINERS: update avr32 web ressources

2013-01-22 Thread Matthias Brugger
Web ressource http://avr32linux.org is no longer available. This patch deletes the corresponding line. Signed-off-by: Matthias Brugger --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3105c48..e9c1746 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

Re: [PATCH] MAINTAINERS: update avr32 web ressources

2013-01-23 Thread Matthias Brugger
On 01/22/2013 09:10 PM, Hans-Christian Egtvedt wrote: Around Tue 22 Jan 2013 18:16:21 +0100 or thereabout, Matthias Brugger wrote: Web ressource http://avr32linux.org is no longer available. This patch deletes the corresponding line. Signed-off-by: Matthias Brugger --- MAINTAINERS | 1 - 1

[PATCH] MAINTAINERS: update avr32 web ressources

2013-01-23 Thread Matthias Brugger
Web ressource http://avr32linux.org/ is no longer available. We add the mirror of the web page foud at http://mirror.egtvedt.no/avr32linux.org/. Signed-off-by: Matthias Brugger --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index

Re: [regression] external HDD in USB3 enclosure cannot be dynamically removed (Re: Linux 3.7.5)

2013-02-13 Thread Matthias Schniedermeyer
tchset. > > Good news! This one does indeed work as expected - the device can be > removed and is gone for good. Upstream & Stable plz :) That kernel fixes the problem for me too. -- Matthias -- 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/lkml/

Re: [regression] external HDD in USB3 enclosure cannot be dynamically removed (Re: Linux 3.7.5)

2013-02-13 Thread Matthias Schniedermeyer
On 13.02.2013 11:33, Sarah Sharp wrote: > On Wed, Feb 13, 2013 at 06:16:56PM +0100, Matthias Schniedermeyer wrote: > > On 13.02.2013 09:28, Holger Hoffstätte wrote: > > > On 12.02.2013 21:42, Sarah Sharp wrote: > > > > [..] > > > > There was a further

Re: [PATCH] arm: dts: Add uart1 and uart2 to igep boards.

2013-02-15 Thread Matthias Brugger
2013/1/26 Javier Martinez Canillas : > On Sat, Jan 26, 2013 at 4:16 PM, Matthias Brugger > wrote: >> Hi Benoit, >> >> 2012/12/12 Benoit Cousson : >>> Hi Matthias, >>> >>> On 12/12/2012 04:33 PM, Matthias Brugger wrote: >>>> Th

[PATCH] misc/st_kim: Free resources in the error path of probe()

2012-11-22 Thread Matthias Kaehlcke
Signed-off-by: Matthias Kaehlcke --- drivers/misc/ti-st/st_kim.c | 30 +- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/drivers/misc/ti-st/st_kim.c b/drivers/misc/ti-st/st_kim.c index 04a8199..9ff942a 100644 --- a/drivers/misc/ti-st/st_kim.c +++ b

[PATCH] arm: dts: Add uart1 and uart2 to igep boards.

2012-12-12 Thread Matthias Brugger
This patch is a follow-up patch for Javier Martinez effort adding initial device tree support to IGEP technology devices. [1] It adds uart1 and uart2 bindings to the generic dtsi for the IGEP boards. [1] http://www.spinics.net/lists/linux-omap/msg83409.html Signed-off-by: Matthias Brugger

Re: Linux 2.2.19pre18

2001-04-03 Thread Matthias Andree
ks (Stephen Rothwell) [...] -- Matthias Andree - 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-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] some new __init functions in aha1542.c

2001-04-11 Thread Matthias Hanisch
) Patch is against 2.4.4pre1. Regards, Matze -- Matthias Hanischmailto:[EMAIL PROTECTED]phone: +49 8137 935-219 diff -ru linux-vanilla/drivers/scsi/aha1542.c linux/drivers/scsi/aha1542.c --- linux-vanilla/drivers/scsi/aha1542.cMon Apr 9 22:13:58 2001 +++ linux/drivers

[PATCH] a new __init function in random.c

2001-04-11 Thread Matthias Hanisch
Hi! The attached patch puts the following function into the .text.init section. batch_entropy_init called by rand_initialize (initfunc) Patch is against 2.4.4pre1, to be included in the ac-series and in the standard kernel. Regards, Matze -- Matthias Hanischmailto:[EMAIL

[PATCH] some new __init functions in general modules

2001-04-11 Thread Matthias Hanisch
by do_basic_setup (initfunc) init_timervecs called by sched_init (initfunc) Patch is against 2.4.4pre1, to be included in the ac-series and in the standard kernel. Regards, Matze -- Matthias Hanischmailto:[EMAIL PROTECTED]phone: +49 8137 935-219 diff -ru linux-vanilla

2.2.19/ide.03252001 bug: "kernel timer added twice"

2001-04-12 Thread Matthias Andree
mode3 mode4 UDMA modes: mode0 mode1 mode2 mode3 *mode4 Drive Supports : ATA/ATAPI-4 T13 1153D revision 17 : ATA-1 ATA-2 ATA-3 ATA-4 -- Matthias Andree - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More ma

ip_masq_ftp in 2.2.19

2001-04-17 Thread Matthias Andree
mixed case (PaSv) or with trailing whitespace ("PaSv "), while RFC-959 (FTP) demands case insensitive handling of FTP commands. I don't currently have time to fix this myself and submit a patch, sorry. -- Matthias Andree - To unsubscribe from this list: send the line "unsubscribe

[SCRIPT] Get potential __init functions from the kernel image

2001-04-18 Thread Matthias Hanisch
ORT_SYMBOL declarations and the linker would throw them away automatically. -- Matthias Hanischmailto:[EMAIL PROTECTED]phone: +49 8137 935-219 #!/bin/sh if [ $# -lt 1 ]; then echo "Usage: $0 " exit 1 fi image=$1 if [ ! -r $image ]; then

Re: IBM-DTLA-307045 very slow under 2.2.x

2001-02-17 Thread Matthias Andree
sing multi-word DMA. Why don't you set UDMA? Try -X66 -d1. If your kernel does not have the IDE patches, get them from ftp.XX.kernel.org/pub/linux/kernel/people/hedrick/ and rebuild your kernel and see if that helps. -- Matthias Andree - To unsubscribe from this list: send the line "unsu

Maybe a bug

2001-02-19 Thread Matthias Kleine
or two weeks on the german market), this might be interesting for testing purposes. Even if I do not have the capability to help you debugging, I would be willing to test out whatever you want. Just let me know if you need further information, or send me your patches and how to apply them. With

2.2.x: ReiserFS + NFSv3

2001-02-20 Thread Matthias Andree
7;t quite work out :-( Is there anything which should keep me from switching from ReiserFS 3.5.29 to the latest 0.0.5 series ext3fs? Does knfsd with NFSv3 work out when served from ext3fs? -- Matthias Andree - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: Via UDMA5 3/4/5 is not functional!

2001-02-23 Thread Matthias Andree
On Thu, 22 Feb 2001, Mike Fedyk wrote: > Wasn't dma disabled on all VIA ide chipsets because of sporadic corruption? That's not the point, the quoted message shows up when you try -X67.. -X69 in hdparm; cable detection seems to not work out properly. -- Matthias Andree - To uns

Re: TESTERS PLEASE - improvements to knfsd for 2.4.2

2001-02-23 Thread Matthias Andree
On Thu, 22 Feb 2001, Henning P. Schmiedehausen wrote: > [EMAIL PROTECTED] (Neil Brown) writes: > > > I am looking forward to seeing lots of downloads and absolutely no > > problem reports but is seems unlikely. > > > Alan Cox has suggested that these changes may not be appropriate for > > 2

Re: Maybe a bug

2001-02-24 Thread Matthias . Kleine
dog > appears stuck, it reports it and goes on. A hang almost surely means > hardware locked up. Yes, but why only with the 2.4.x kernels. I am using a 2.2.17 smp kernel without problems. Regards, Matthias - To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu

Re: TESTERS PLEASE - improvements to knfsd for 2.4.2

2001-02-25 Thread Matthias Andree
ear that's it's in near future. -- Matthias Andree - 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-info.html Please read the FAQ at http://www.tux.org/lkml/

Power management on Sony C1Vx

2001-02-25 Thread Matthias Bruestle
Note as stated in the FAQ: I am not subscribed, so please CC also to me, when answering. (Or else my spies have to do this. :) ) Mahlzeit I have been told, that I might get help here. I have a Sony VAIO C1Vx. (In my case x=E.) My problem is the power management, i.e. standby and suspend. I was

Re: Power management on Sony C1Vx

2001-02-25 Thread Matthias Bruestle
> > Note as stated in the FAQ: I am not subscribed, so please CC also to me, > > when answering. (Or else my spies have to do this. :) ) Mahlzeit On Sun, Feb 25, 2001 at 08:07:02PM +, Drew Bertola wrote: > Try Gvaiocontrols for screen brightness (the volume control doesn't > work yet). Tha

Re: Power management on Sony C1Vx

2001-02-25 Thread Matthias Bruestle
Note as stated in the FAQ: I am not subscribed, so please CC also to me, when answering. (Or else my spies have to do this. :) ) Mahlzeit I played a bit around more. /proc/sys/acpi looks good. The disassembled output of FAC{SP} and DSDT o.s.l.t. looks "meaningfull". But I cannot see any events

Re: Power management on Sony C1Vx

2001-02-26 Thread Matthias Bruestle
Mahlzeit On Tue, Feb 27, 2001 at 01:48:26AM +0900, Junichi Morita wrote: > I think ... This keys controled by SPIC(Sony Programmable I/O Control >Device). > Download a picturebook application from > http://samba.org/picturebook/ > and make it. Done. > and check with this command... > # cap

2.2.18: difficulties with Ensoniq 5880 (es1371) rev 0x03?

2001-02-26 Thread Matthias Andree
I already asked this on the linux-sound mailing list almost 10 days ago, but got no response. So here it is again, header cut down to essentials: - Date: Sat, 17 Feb 2001 12:04:32 +0100 From: Matthias Andree <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: 2.2.18: difficultie

ext3fs 0.0.5d and reiserfs 3.5.2x mutually exclusive

2001-01-04 Thread Matthias Andree
quite some time ago. -- Matthias Andree - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[PATCHlet]: removal of redundant line in documentation

2001-01-05 Thread Matthias Juchem
Hi Linus. Step [7.3] is redundant because it is already handled by the ver_linux script This patch is against 2.4.0 Matthias --- REPORTING-BUGS.orig Sat Jan 6 06:49:12 2001 +++ REPORTING-BUGS Sat Jan 6 06:47:57 2001 @@ -45,11 +45,10 @@ [7.] Environment [7.1.] Software (add the output

  1   2   3   4   5   6   7   8   9   10   >