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
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
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
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
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
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
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
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
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
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
, 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
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
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
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
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
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
---
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
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
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
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
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
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
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
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
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 //
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
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
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
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
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
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
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
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
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
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
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 |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
+ 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
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
> >
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.
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
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);
>
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
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
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
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
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
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
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
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/
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
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
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
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
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 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
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
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
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
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
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
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
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
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
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
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
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
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/
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
> > 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
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
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
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
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/
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 - 100 of 4602 matches
Mail list logo