Re: [PATCH] platform/x86: sony-laptop: Mark expected switch fall-through

2018-07-07 Thread Mattia Dongili
On Fri, Jul 06, 2018 at 04:24:27PM -0700, Darren Hart wrote: > On Thu, Jul 05, 2018 at 03:47:03PM -0500, Gustavo A. R. Silva wrote: > > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > > where we are expecting to fall through. > > > > Signed-off-by: Gustavo A. R. Silva > > -

Re: [PATCH] sony-laptop: add support for Sony Vaio Fit multi-flip laptop/presentation/tablet transformation

2014-11-22 Thread Mattia Dongili
On Fri, Nov 21, 2014 at 10:55:04AM -0800, Darren Hart wrote: > On Thu, Nov 20, 2014 at 11:51:12AM +0300, Alexander Gavrilenko wrote: > > Current mode is exported via sysfs: > > /sys/devices/platform/sony-laptop/tablet > > > > Merging with your reply and a few updates from me, you OK with: I'll p

Re: [PATCH 1/1] sony-laptop: SVS151290S kbd backlight and gfx switch support

2013-03-17 Thread Mattia Dongili
On Sun, Mar 17, 2013 at 08:21:35PM +0100, Arthur Wirski wrote: > SVS151290S series uses handle 0x0163 for keyboard backlight and 0x015B for > the graphics switch. > > Signed-off-by: Arthur Wirski Acked-by: Mattia Dongili Matthew, could you pick this up for 3.10? Thanks --

Re: [GIT] x86 platform driver bugfixes for 3.8

2013-01-16 Thread Mattia Dongili
On Wed, Jan 16, 2013 at 11:38:17AM +0100, Bjørn Mork wrote: > Matthew Garrett writes: > > > This set covers regressions and two obvious bugfixes. The rest can wait > > for 3.9. > > Hello Matthew, > > may I request that you include the patch > > sony-laptop: fully enable SNY controlled m

Re: [2.6 patch] sony-laptop.c: fix off-by-one

2008-02-19 Thread Mattia Dongili
On Wed, Feb 20, 2008 at 12:59:03AM +0200, Adrian Bunk wrote: > This patch fixes an off-by-one spotted by the Coverity checker. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Acked-by: Mattia Dongili <[EMAIL PROTECTED]> > --- > --- linux-2.6/drivers/misc/sony-lap

Re: mysqld prevents s2ram [Re: 2.6.23-mm1]

2007-10-20 Thread Mattia Dongili
On Sun, Oct 21, 2007 at 02:58:17PM +0900, Mattia Dongili wrote: > On Thu, Oct 11, 2007 at 09:31:26PM -0700, Andrew Morton wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23/2.6.23-mm1/ > > Ok, now that it boots let's go for more. >

mysqld prevents s2ram [Re: 2.6.23-mm1]

2007-10-20 Thread Mattia Dongili
On Thu, Oct 11, 2007 at 09:31:26PM -0700, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23/2.6.23-mm1/ Ok, now that it boots let's go for more. I cannot suspend if mysqld is running. mysql isn't atually doing anything useful anyway. This is the failed

Re: oops in lbmIODone, fails to boot [Re: 2.6.23-mm1]

2007-10-20 Thread Mattia Dongili
On Sat, Oct 20, 2007 at 07:18:26AM -0500, Dave Kleikamp wrote: > On Fri, 2007-10-19 at 22:34 -0700, Andrew Morton wrote: > > On Sat, 20 Oct 2007 13:57:54 +0900 Mattia Dongili <[EMAIL PROTECTED]> wrote: > > > > > On Thu, Oct 11, 2007 at 09:31:26PM -0700, Andrew Mort

oops in lbmIODone, fails to boot [Re: 2.6.23-mm1]

2007-10-20 Thread Mattia Dongili
On Thu, Oct 11, 2007 at 09:31:26PM -0700, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23/2.6.23-mm1/ Hey there!! fails to boot here with this friendly oops: http://oioio.altervista.org/linux/dsc01702.jpg .config: http://oioio.altervista.org/linux/co

Re: [PATCH] [446/2many] MAINTAINERS - SONY VAIO CONTROL DEVICE DRIVER

2007-08-14 Thread Mattia Dongili
On Sun, Aug 12, 2007 at 11:36:11PM -0700, [EMAIL PROTECTED] wrote: > Add file pattern to MAINTAINER entry > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> Acked-by: Mattia Dongili <[EMAIL PROTECTED]> > > diff --git a/MAINTAINERS b/MAINTAINERS > index 6

Re: [PATCH] drivers/char/sonypi.c: fix ids member of struct acpi_driver

2007-08-02 Thread Mattia Dongili
On Thu, Aug 02, 2007 at 09:50:18AM +0200, Thomas Renninger wrote: > On Thu, 2007-08-02 at 15:40 +0900, Mattia Dongili wrote: > > On Wed, Aug 01, 2007 at 05:15:34PM +0800, Eugene Teo wrote: > > > ids member of struct acpi_driver is of type struct acpi_device_id, not a >

Re: [2.6 patch] make struct sony_nc_ids[] static

2007-08-02 Thread Mattia Dongili
On Sun, Jul 29, 2007 at 04:58:06PM +0200, Adrian Bunk wrote: > sony_nc_ids[] can become static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> imported locally, I'll send it to Len asap. Thanks -- mattia :wq! - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Re: [PATCH] drivers/char/sonypi.c: fix ids member of struct acpi_driver

2007-08-01 Thread Mattia Dongili
On Wed, Aug 01, 2007 at 05:15:34PM +0800, Eugene Teo wrote: > ids member of struct acpi_driver is of type struct acpi_device_id, not a > character array. > > Signed-off-by: Eugene Teo <[EMAIL PROTECTED]> > --- > drivers/char/sonypi.c |8 +++- > 1 files changed, 7 insertions(+), 1 deletion

Re: cpufreq 'choice' Kconfig oddness in 2.6.22-rc6-mm1..

2007-07-06 Thread Mattia Dongili
On Sat, Jul 07, 2007 at 12:35:10AM -0400, [EMAIL PROTECTED] wrote: > So I was looking at drivers/cpufreq/Kconfig, and wondering... > > Is there a specific reason why we have a 'choice' clause that allows selecting > 'performance' or 'userspace' as the default governor, and no obvious way to > sele

Re: [PATCH 3/3] ACPI autoloading - Create __mod_acpi_device_table symbol for all acpi drivers.

2007-07-04 Thread Mattia Dongili
On Tue, Jul 03, 2007 at 03:15:33AM -0400, Len Brown wrote: > > > BTW: I also saw a laptop (IIRC it was a sony) with asus and sony ACPI > > device. > > When both drivers got loaded things broke. > > A solution was to only let the asus driver get active if the device is > > known. Currently, not sur

it's iwl3945 [Re: can't suspend on vaio sz (rc4 and rc5 are ok) [was Re: 2.6.22-rc4-mm2]

2007-06-24 Thread Mattia Dongili
On Fri, Jun 22, 2007 at 09:59:47AM -0400, Alan Stern wrote: > I've lost track of the start of this thread, so it would help to see a ... Hi, sorry for the previous spam about not suspending. It turns out it's actually due to iwl3945. Looking at the changelog there's been a recent fix for suspend/

Re: can't suspend on vaio sz (rc4 and rc5 are ok) [was Re: 2.6.22-rc4-mm2]

2007-06-23 Thread Mattia Dongili
On Fri, Jun 22, 2007 at 09:59:47AM -0400, Alan Stern wrote: > On Fri, 22 Jun 2007, Mattia Dongili wrote: > > > > Yes, the problem is not present after reverting this patch. > > > > Not for me, I had that patch already reverted. As I said there was a > > point whe

Re: can't suspend on vaio sz (rc4 and rc5 are ok) [was Re: 2.6.22-rc4-mm2]

2007-06-22 Thread Mattia Dongili
On Thu, Jun 21, 2007 at 11:49:37PM +0200, Rafael J. Wysocki wrote: > On Thursday, 21 June 2007 21:39, Alan Stern wrote: > > On Thu, 21 Jun 2007, Rafael J. Wysocki wrote: > > > > > > I'll see if I can reproduce your problem here. > > > > > > Yes, I can. It's only necessary to load usb-storage (wi

Re: [PATCH 3/3] ACPI autoloading - Create __mod_acpi_device_table symbol for all acpi drivers.

2007-06-20 Thread Mattia Dongili
On Wed, Jun 20, 2007 at 07:47:23PM +0200, Thomas Renninger wrote: > On Thu, 2007-06-21 at 02:06 +0900, Mattia Dongili wrote: > > On Sun, Jun 17, 2007 at 10:24:23PM +0200, Thomas Renninger wrote: ... > > > +static const struct acpi_device_id sony_device_ids[] = { >

Re: [PATCH 3/3] ACPI autoloading - Create __mod_acpi_device_table symbol for all acpi drivers.

2007-06-20 Thread Mattia Dongili
On Sun, Jun 17, 2007 at 10:24:23PM +0200, Thomas Renninger wrote: > Create __mod_acpi_device_table symbol for all acpi drivers. > > modpost is going to use this one to create modules.alias > > Hopefully thinkpad module still works. > IMO this one should get restructured and make use of acpi_bus_r

Re: [PATCH 2/3] ACPI autoloading - Create acpi alias interface

2007-06-20 Thread Mattia Dongili
On Sun, Jun 17, 2007 at 10:27:27PM +0200, Thomas Renninger wrote: > Create acpi alias interface ... > Index: linux-2.6.22-rc4/drivers/pnp/pnpacpi/core.c > === > --- linux-2.6.22-rc4.orig/drivers/pnp/pnpacpi/core.c > +++ linux-2.6.22-rc

Re: can't suspend on vaio sz (rc4 and rc5 are ok) [was Re: 2.6.22-rc4-mm2]

2007-06-20 Thread Mattia Dongili
On Wed, Jun 20, 2007 at 01:40:18PM +0200, Rafael J. Wysocki wrote: > On Wednesday, 20 June 2007 07:22, Mattia Dongili wrote: > > On Wed, Jun 06, 2007 at 10:03:13PM -0700, Andrew Morton wrote: > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.

can't suspend on vaio sz (rc4 and rc5 are ok) [was Re: 2.6.22-rc4-mm2]

2007-06-19 Thread Mattia Dongili
On Wed, Jun 06, 2007 at 10:03:13PM -0700, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm2/ Hello, on this vaio sz72b I can't suspend if usb-storage is loaded. Bisecting is becoming troublesome as different sets have slightly differe

Re: [PATCH 12/12] acpi: select ACPI_EC for SONY_LAPTOP

2007-06-19 Thread Mattia Dongili
On Wed, Jun 20, 2007 at 12:52:25AM +0200, Andreas Herrmann wrote: > Fix kernel build problem as SONY_LAPTOP depends on ACPI_EC. The same questions about ACPI_SYSTEM and ACPI_POWER surviving oldconfig hold here. See also http://lkml.org/lkml/2007/5/15/168 and following for a previous report. In an

Re: [PATCH 3/3] ACPI autoloading - Create __mod_acpi_device_table symbol for all acpi drivers.

2007-06-19 Thread Mattia Dongili
On Tue, Jun 19, 2007 at 02:53:27PM +0200, Thomas Renninger wrote: > On Sun, 2007-06-17 at 19:49 -0300, Henrique de Moraes Holschuh wrote: > > On Sun, 17 Jun 2007, Thomas Renninger wrote: > > > Create __mod_acpi_device_table symbol for all acpi drivers. ... > > model-specific drivers like thinkpad-a

Re: [2.6 patch] remove sonypi_camera_command()

2007-06-02 Thread Mattia Dongili
On Sat, Jun 02, 2007 at 09:09:42PM +0200, Adrian Bunk wrote: > This patch removes the no longer used sonypi_camera_command(). > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Mattia Dongili <[EMAIL PROTECTED]> > > --- > &g

[2.6.22-rc1-mm1] ehci-hcd - BUG: scheduling while atomic: rmmod/0x00000001/4568

2007-05-20 Thread Mattia Dongili
Hello, with gregkh-usb-usb-ehci-cpufreq-fix.patch removing ehci-hcd causes the following BUG: [ 459.800033] BUG: scheduling while atomic: rmmod/0x0001/4568 [ 459.800045] [] dump_trace+0x63/0x1ec [ 459.800055] [] show_trace_log_lvl+0x1a/0x30 [ 459.800066] [] show_trace+0x12/0x14 [ 459.8

Re: [2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR

2007-05-20 Thread Mattia Dongili
On Sun, May 20, 2007 at 06:22:23PM -0700, David Brownell wrote: > On Sunday 20 May 2007, Mattia Dongili wrote: > > > > $ cat /proc/acpi/wakeup > > Device S-state Status Sysfs node > > PWRB S4*enabled > > S1F0 S4 disabled

Re: [2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR

2007-05-20 Thread Mattia Dongili
On Sun, May 20, 2007 at 11:38:04AM -0700, David Brownell wrote: > On Saturday 19 May 2007, Mattia Dongili wrote: > > On Sat, May 19, 2007 at 12:04:13AM -0700, Andrew Morton wrote: > > > On Sat, 19 May 2007 15:48:29 +0900 Mattia Dongili <[EMAIL PROTECTED]> > > >

Re: [2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR

2007-05-20 Thread Mattia Dongili
On Sat, May 19, 2007 at 11:47:23PM -0700, Andrew Morton wrote: > On Sun, 20 May 2007 15:14:08 +0900 Mattia Dongili <[EMAIL PROTECTED]> wrote: > > > On Sat, May 19, 2007 at 12:04:13AM -0700, Andrew Morton wrote: > > > On Sat, 19 May 2007 15:48:29 +0900 Matti

Re: [2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR

2007-05-19 Thread Mattia Dongili
On Sat, May 19, 2007 at 12:04:13AM -0700, Andrew Morton wrote: > On Sat, 19 May 2007 15:48:29 +0900 Mattia Dongili <[EMAIL PROTECTED]> wrote: > > > On Fri, May 18, 2007 at 12:22:40AM -0700, Andrew Morton wrote: > > > On Fri, 18 May 2007 16:15:24 +0900 Matti

Re: 2.6.22-rc1 regression: tifm prevents suspending [was: Re: [2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR]

2007-05-19 Thread Mattia Dongili
On Sun, May 20, 2007 at 12:11:10AM +0900, Mattia Dongili wrote: ... > I'm now seeing if avoiding the tifm stuff in -mm1 fixes the > immediately-resumes-after-str problem (unfortunately the commint doesn't > revert cleanly). as (almost) expected it is not related... tomorrow i

2.6.22-rc1 regression: tifm prevents suspending [was: Re: [2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR]

2007-05-19 Thread Mattia Dongili
On Sat, May 19, 2007 at 12:04:13AM -0700, Andrew Morton wrote: > On Sat, 19 May 2007 15:48:29 +0900 Mattia Dongili <[EMAIL PROTECTED]> wrote: > > > On Fri, May 18, 2007 at 12:22:40AM -0700, Andrew Morton wrote: > > > On Fri, 18 May 2007 16:15:24 +0900 Matti

Re: [2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR

2007-05-18 Thread Mattia Dongili
On Fri, May 18, 2007 at 12:22:40AM -0700, Andrew Morton wrote: > On Fri, 18 May 2007 16:15:24 +0900 Mattia Dongili <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > After finally catching fw-{ohci,core} to be problematic during resume, > > I'm now experien

[2.6.22-rc1-mm1] vaio laptop (SZ72B) immediately resumes after STR

2007-05-18 Thread Mattia Dongili
Hello, After finally catching fw-{ohci,core} to be problematic during resume, I'm now experiencing an immediate resume after suspending. 2.6.21-rc7-mm* didn't even suspend, my last known suspend-and-resuming kernel was 2.6.21-rc5-mm3 (I know one other vaio SZ user could STR with 2.6.21-rc6-mm* af

Re: Fwd: Re: Linux 2.6.22-rc1

2007-05-15 Thread Mattia Dongili
On Tue, May 15, 2007 at 10:46:21AM -0700, Randy Dunlap wrote: > On Wed, 16 May 2007 00:42:08 +0900 Mattia Dongili wrote: ... > > Given the drivers/acpi/Kconfig portion > > > > if ACPI > > ... > > config ACPI_EC > > bool >

Re: Fwd: Re: Linux 2.6.22-rc1

2007-05-15 Thread Mattia Dongili
On Mon, May 14, 2007 at 10:45:46AM -0700, Randy Dunlap wrote: > On Mon, 14 May 2007 07:49:31 +0200 (MEST) Jan Engelhardt wrote: > > > > > On May 14 2007 10:55, Mattia Dongili wrote: > > >On Sun, May 13, 2007 at 11:27:31AM +0200, Jan Engelhardt wrote: > > >&g

Re: Fwd: Re: Linux 2.6.22-rc1

2007-05-13 Thread Mattia Dongili
On Sun, May 13, 2007 at 11:27:31AM +0200, Jan Engelhardt wrote: > On May 12 2007 20:20, Linus Torvalds wrote: > > > >Ok, the merge window has closed, and 2.6.22-rc1 is out there. > > I have hit a randconfig compile failure. .config attached. > > LD .tmp_vmlinux1 > drivers/built-in.o: In fu

Re: [PATCH] use mutex instead of semaphore in Sony PI driver

2007-04-25 Thread Mattia Dongili
On Tue, Apr 24, 2007 at 10:02:35PM +0200, Matthias Kaehlcke wrote: > the Sony Programmable I/O Control driver uses a semaphore as > mutex. use the mutex API instead of the (binary) semaphore > > Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> Acked-by: Mattia Dongili

CPU_IDLE prevents resuming from STR [was: Re: 2.6.21-rc6-mm1]

2007-04-13 Thread Mattia Dongili
On Sun, Apr 08, 2007 at 02:35:59PM -0700, Andrew Morton wrote: ... > git-acpi.patch after bisecting I can finally say what breaks resume from STR here: tada: CPU_IDLE. I first spotted the git-acpi.patch then reapplied it and disabled CPU_IDLE, now my laptop resumes. Any useful information I

Re: Linux 2.6.21-rc6

2007-04-13 Thread Mattia Dongili
On Thu, Apr 12, 2007 at 09:26:44PM +0300, Maxim Levitsky wrote: > On Thursday 12 April 2007 18:14:02 Mattia Dongili wrote: > > On Thu, Apr 05, 2007 at 07:50:11PM -0700, Linus Torvalds wrote: > > ... > > > Maxim Levitsky (1): > > > Add suspend/resume for HPE

Re: Linux 2.6.21-rc6

2007-04-12 Thread Mattia Dongili
On Thu, Apr 12, 2007 at 05:14:02PM +0200, Mattia Dongili wrote: > On Thu, Apr 05, 2007 at 07:50:11PM -0700, Linus Torvalds wrote: > ... > > Maxim Levitsky (1): > > Add suspend/resume for HPET > > This one breaks resume for me (from STR) on a vaio SZ. Reverting this

Re: Linux 2.6.21-rc6

2007-04-12 Thread Mattia Dongili
On Thu, Apr 05, 2007 at 07:50:11PM -0700, Linus Torvalds wrote: ... > Maxim Levitsky (1): > Add suspend/resume for HPET This one breaks resume for me (from STR) on a vaio SZ. Reverting this commit allows resuming again but leaves me with some periodic and unpleasant: [ 155.232000] BUG: sof

Re: [PATCH] fix cpufreq_stats attrs removal

2007-03-30 Thread Mattia Dongili
On Fri, Mar 30, 2007 at 12:09:03PM +0400, Alexey Dobriyan wrote: > On Thu, Mar 22, 2007 at 06:02:01PM +0100, Mattia Dongili wrote: > > On Wed, Mar 21, 2007 at 08:10:42PM -0800, Andrew Morton wrote: > > > I ain't picky, but as a short-term thing it'd be kinda nice if it

Re: [PATCH] fix cpufreq_stats attrs removal

2007-03-22 Thread Mattia Dongili
On Thu, Mar 22, 2007 at 06:02:01PM +0100, Mattia Dongili wrote: forgot... (should I resend the whole thing?) Signed-off-by: Mattia Dongili <[EMAIL PROTECTED]> -- mattia :wq! - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH] fix cpufreq_stats attrs removal

2007-03-22 Thread Mattia Dongili
On Wed, Mar 21, 2007 at 08:10:42PM -0800, Andrew Morton wrote: > On Wed, 21 Mar 2007 21:00:06 -0700 Greg KH <[EMAIL PROTECTED]> wrote: > > > On Wed, Mar 21, 2007 at 11:51:04PM -0400, Dave Jones wrote: > > > On Wed, Mar 21, 2007 at 08:07:53PM -0700, Greg KH wrote: > > > > > > > > After modprobe/

Re: [GIT PATCH] ACPI patches for 2.6.21 - part II (resend)

2007-03-06 Thread Mattia Dongili
On Tue, Mar 06, 2007 at 10:09:59PM +0100, Pavel Machek wrote: > Hi! > > > > > commit 4465857d5f99079bae00621626adf74ed8256296 > > > > Author: Mattia Dongili <[EMAIL PROTECTED]> > > > > Date: Sat Jan 13 23:04:39 2007 +0100 > > > >

Re: [GIT PATCH] ACPI patches for 2.6.21 - part II (resend)

2007-03-06 Thread Mattia Dongili
On Tue, Mar 06, 2007 at 01:17:53PM +, Matthew Garrett wrote: > On Tue, Mar 06, 2007 at 01:22:13PM +0100, Mattia Dongili wrote: > > > the audiopower is basically a _PS3/_PS0 switch for the device, while the > > lanpower plays with the embedded controller to powerdown/po

Re: [GIT PATCH] ACPI patches for 2.6.21 - part II (resend)

2007-03-06 Thread Mattia Dongili
On Tue, Jan 01, 2002 at 04:57:52AM +, Pavel Machek wrote: > Hi! > > > commit 4465857d5f99079bae00621626adf74ed8256296 > > Author: Mattia Dongili <[EMAIL PROTECTED]> > > Date: Sat Jan 13 23:04:39 2007 +0100 > > > > sony_

Re: 2.6.20-mm2: Oops in generic_make_request

2007-02-18 Thread Mattia Dongili
On Sun, Feb 18, 2007 at 02:06:59PM +0100, Laurent Riffard wrote: > Le 18.02.2007 06:51, Andrew Morton a écrit : > >Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.20-mm2/ > > > >Will appear later at > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20/2.6.20-mm2/

Re: 2.6.20-mm1

2007-02-15 Thread Mattia Dongili
On Thu, Feb 15, 2007 at 05:14:08AM -0800, Andrew Morton wrote: [...] > - The sony-laptop driver has been disabled due to disagreement between > the git-acpi and git-backlight trees Snigh... I though Richard had something to fix sony-laptop. Am I wrong? -- mattia :wq! - To unsubscribe from this

Re: [linux-pm] Suspend to RAM, Sony Vaio PCG-SRX51P, lcd stays off

2007-02-15 Thread Mattia Dongili
On Thu, February 15, 2007 11:36 am, Pavel Machek said: > Hi! > >> I own an older Sony Vaio SRX51P, European Model, P3 based. s2ram >> identifies it with >> >> sys_vendor = "Sony Corporation" >> sys_product = "PCG-SRX51P(DE) " >> sys_version = "01 " >> b

Re: dynticks + iptables almost stops the boot process [was: Re: 2.6.20-rc6-mm3]

2007-02-06 Thread Mattia Dongili
On Tue, Feb 06, 2007 at 05:48:26PM +0100, Ingo Molnar wrote: > > Mattia, > > * Mattia Dongili <[EMAIL PROTECTED]> wrote: > > > > I have it halfways reproducible now and I'm working to find the root > > > cause. Thanks for providing the info. > &g

Re: dynticks + iptables almost stops the boot process [was: Re: 2.6.20-rc6-mm3]

2007-02-02 Thread Mattia Dongili
On Fri, Feb 02, 2007 at 09:27:14PM +0100, Thomas Gleixner wrote: > On Fri, 2007-02-02 at 20:18 +0100, Mattia Dongili wrote: > > > May I ask you for another test ? Please turn on high resolution timers > > > and check, if the same strange behaviour is happening. > >

dynticks + iptables almost stops the boot process [was: Re: 2.6.20-rc6-mm3]

2007-02-02 Thread Mattia Dongili
Cc-ing netdev and netfilter-devel, the beginning of the thread is here http://lkml.org/lkml/2007/1/31/306 On Thu, Feb 01, 2007 at 11:33:22PM +0100, Thomas Gleixner wrote: > Mattia, ... > May I ask you for another test ? Please turn on high resolution timers > and check, if the same strange behavio

Re: 2.6.20-rc6-mm3

2007-02-01 Thread Mattia Dongili
On Thu, Feb 01, 2007 at 09:01:41PM +0100, Thomas Gleixner wrote: > On Thu, 2007-02-01 at 20:36 +0100, Thomas Gleixner wrote: > > On Thu, 2007-02-01 at 00:21 +0100, Mattia Dongili wrote: > > > yes, slowness is gone. Any useful information I can provide? > > >

Re: 2.6.20-rc6-mm3

2007-02-01 Thread Mattia Dongili
On Thu, Feb 01, 2007 at 09:01:41PM +0100, Thomas Gleixner wrote: > On Thu, 2007-02-01 at 20:36 +0100, Thomas Gleixner wrote: > > On Thu, 2007-02-01 at 00:21 +0100, Mattia Dongili wrote: > > > yes, slowness is gone. Any useful information I can provide? > > >

Re: 2.6.20-rc6-mm3

2007-02-01 Thread Mattia Dongili
On Thu, Feb 01, 2007 at 08:36:12PM +0100, Thomas Gleixner wrote: > On Thu, 2007-02-01 at 00:21 +0100, Mattia Dongili wrote: > > yes, slowness is gone. Any useful information I can provide? > > Can you please try with CONFIG_ACPI_PROCESSOR=y instead of =m ? This > should make th

Re: 2.6.20-rc6-mm3

2007-01-31 Thread Mattia Dongili
On Wed, Jan 31, 2007 at 10:52:41PM +0100, Mattia Dongili wrote: > On Mon, Jan 29, 2007 at 08:45:28PM -0800, Andrew Morton wrote: > > > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.20-rc6-mm3/ > > > > Will appear later at > >

Re: 2.6.20-rc6-mm3

2007-01-31 Thread Mattia Dongili
On Mon, Jan 29, 2007 at 08:45:28PM -0800, Andrew Morton wrote: > > Temporarily at > > http://userweb.kernel.org/~akpm/2.6.20-rc6-mm3/ > > Will appear later at > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc6/2.6.20-rc6-mm3/ I jumped from rc2-mm1 to rc

Re: [ANNOUNCE] System Inactivity Monitor v1.0

2007-01-23 Thread Mattia Dongili
On Tue, Jan 23, 2007 at 08:02:57PM +0100, Pavel Machek wrote: > On Tue 2007-01-23 20:01:07, Mattia Dongili wrote: > > On Tue, Jan 23, 2007 at 05:34:42PM +0100, Pavel Machek wrote: > > [...] > > > > Do you believe it could be a user-space daemon or what? > > >

Re: [ANNOUNCE] System Inactivity Monitor v1.0

2007-01-23 Thread Mattia Dongili
On Tue, Jan 23, 2007 at 05:34:42PM +0100, Pavel Machek wrote: [...] > > Do you believe it could be a user-space daemon or what? > > Yes, what prevents userspace daemon watching /dev/input/event* to > provide this functionality? hmmm... EVIOCGRAB for example? the synaptics Xorg driver is using it,

Re: 2.6.20-rc3-mm1 - rewrite-lock-in-cpufreq-to-eliminate-cpufreq-hotplug-related-issues.patch

2007-01-06 Thread Mattia Dongili
> worker_thread+0x0/0x145 > worker_thread+0x10e/0x145 > default_wake_function+0x0/0xf > worker_thread+0x0/0x145 > kthread+0x8/0x10b > schedule_tail+0x38/0xa1 > child_rip+0xa/0x12 > kthread+0x0/0x10b > child_rip+0x0/0x12 Does the following help? Signed-off-by: Mattia Don

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-05 Thread Mattia Dongili
On Fri, Jan 05, 2007 at 12:02:30PM -0500, Len Brown wrote: > > > Well, HAL has used it for changing the brightness for the last year or > > > so: /proc/acpi/sony/brightness > > > > > > Although if you use a new enough HAL (CVS), the laptop will be supported > > > via the shiny new backlight class.

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-05 Thread Mattia Dongili
On Fri, Jan 05, 2007 at 11:02:03AM +0100, Stelian Pop wrote: > Le jeudi 04 janvier 2007 à 20:15 +0100, Mattia Dongili a écrit : > > > > > What needs to happen is > > > > 1. a maintainer for sony_acpi.c needs to step forward > > > > I can'

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-05 Thread Mattia Dongili
On Fri, Jan 05, 2007 at 01:11:16AM +0100, Jan Engelhardt wrote: > > On Jan 5 2007 00:36, Stelian Pop wrote: > >@@ -61,6 +61,7 @@ static struct acpi_driver sony_acpi_driv > > > > static acpi_handle sony_acpi_handle; > > static struct proc_dir_entry *sony_acpi_dir; > >+static struct acpi_device *so

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-04 Thread Mattia Dongili
On Thu, Jan 04, 2007 at 09:36:36PM +, Richard Hughes wrote: > On Thu, 2007-01-04 at 13:28 -0800, Andrew Morton wrote: > > On Thu, 4 Jan 2007 22:18:30 +0100 > > Mattia Dongili <[EMAIL PROTECTED]> wrote: > > > > > > The place to start (please) is t

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-04 Thread Mattia Dongili
On Thu, Jan 04, 2007 at 12:51:07PM -0800, Andrew Morton wrote: > On Thu, 4 Jan 2007 20:15:12 +0100 > Mattia Dongili <[EMAIL PROTECTED]> wrote: [...] > > but: > > - I'll probably need some help; > > - I'll have an almost-blackout between the end of February

Re: sonypc with Sony Vaio VGN-SZ1VP

2007-01-04 Thread Mattia Dongili
On Thu, Jan 04, 2007 at 11:09:44AM +0100, Stelian Pop wrote: > Le jeudi 04 janvier 2007 à 00:24 -0500, Len Brown a écrit : > > > > > I'd like to keep this driver out-of-tree > > > > until we prove that we can't enhance the > > > > generic code to handle this hardware > > > > without the addition o

ohci1394 oops bisected [was Re: 2.6.19-rc5-mm2 (Oops in class_device_remove_attrs during nodemgr_remove_host)]

2006-11-19 Thread Mattia Dongili
On Sat, Nov 18, 2006 at 10:45:01PM +0100, Stefan Richter wrote: [...] > broken-out/gregkh-driver-config_sysfs_deprecated-bus.patch > broken-out/gregkh-driver-config_sysfs_deprecated-class.patch > broken-out/gregkh-driver-config_sysfs_deprecated-device.patch > broken-out/gregkh-driver-config_sysfs_d

Re: 2.6.19-rc5-mm2 (Oops in class_device_remove_attrs during nodemgr_remove_host)

2006-11-19 Thread Mattia Dongili
On Sat, Nov 18, 2006 at 10:45:01PM +0100, Stefan Richter wrote: [...] > It seems like one of the patches in -mm overwrites a device's list of > children with junk. > > Mattia, *if* your machine is able to compile and reboot into new > kernels really quickly, it would be nice if you could biject b

Re: Error compiling 2.6.19rc[56]

2006-11-17 Thread Mattia Dongili
#x27; > drivers/built-in.o(.text+0x7f056): In function `ondemand_powersave_bias_init': > : undefined reference to `cpufreq_frequency_get_table' > make: *** [.tmp_vmlinux1] Error 1 I just sent this to the CPUFreq mailing list. Allow CONFIG_CPU_FREQ_GOV_ONDEMAND=y Signed-off-by: Matti

Re: 2.6.19-rc5-mm2

2006-11-16 Thread Mattia Dongili
On Thu, Nov 16, 2006 at 11:50:48PM +0100, Stefan Richter wrote: > Mattia Dongili wrote: > > On Thu, Nov 16, 2006 at 07:29:35PM +0100, Stefan Richter wrote: > >> Could you also test one or even better both of: > >> - 2.6.19-rc5 plus > >> http://me.in-berlin.d

Re: 2.6.19-rc5-mm2

2006-11-16 Thread Mattia Dongili
On Thu, Nov 16, 2006 at 07:29:35PM +0100, Stefan Richter wrote: > Mattia Dongili wrote: > > got the following when removing ohci1394 (also happens in -mm1), > ... > > ieee1394: Node removed: ID:BUS[0-00:1023] GUID[080046030227e7bb] > > ieee1394: Node removed: ID:BUS

Re: 2.6.19-rc5-mm2

2006-11-16 Thread Mattia Dongili
Hello, got the following when removing ohci1394 (also happens in -mm1), config and full dmesg are here: http://oioio.altervista.org/linux/config-2.6.19-rc5-mm2-1 http://oioio.altervista.org/linux/config-2.6.19-rc5-mm1-4 http://oioio.altervista.org/linux/oops_rmmod_ohci-2.6.19-rc5-mm2 http://oioio.

Re: Fw: Oops with 2.6.13-rc6-mm2 and USB mouse

2005-08-28 Thread Mattia Dongili
On Sat, Aug 27, 2005 at 03:31:57PM -0700, Andrew Morton wrote: > Rogério Brito <[EMAIL PROTECTED]> wrote: > > > > Hi, Andrew. > > > > I just tested the USB mouse with 2.6.13-rc6-mm2 and ACPI disabled > > (which, according to Linus, is one of the "usual suspects") and the > > problem still occurred

Re: Fw: Oops with 2.6.13-rc6-mm2 and USB mouse

2005-08-27 Thread Mattia Dongili
On Sat, Aug 27, 2005 at 05:09:04PM -0300, Rog???rio Brito wrote: > Hi, Andrew. > > I just tested the USB mouse with 2.6.13-rc6-mm2 and ACPI disabled > (which, according to Linus, is one of the "usual suspects") and the > problem still occurred. see here http://marc.theaimsgroup.com/?l=linux-kerne

Re: BUG: atomic counter underflow at ip_conntrack_event_cache_init+0x91/0xb0 (with patch)

2005-08-02 Thread Mattia Dongili
On Tue, Aug 02, 2005 at 02:47:55AM +0200, Patrick McHardy wrote: > Patrick McHardy wrote: > > Mattia Dongili wrote: [...] > This should be a fist step towards fixing it. It's probably incomplete > (I'm too tired to check it now), but it should fix the problem you're

Re: BUG: atomic counter underflow at ip_conntrack_event_cache_init+0x91/0xb0 (with patch)

2005-08-02 Thread Mattia Dongili
On Tue, Aug 02, 2005 at 02:47:55AM +0200, Patrick McHardy wrote: > Patrick McHardy wrote: > > Mattia Dongili wrote: [...] > >>this doesn't fix it actually, see dmesg below: blame me... It seems I forgot a damn --dry-run while applying your first patch :P And in fact your f

Re: BUG: atomic counter underflow at ip_conntrack_event_cache_init+0x91/0xb0 (with patch)

2005-08-01 Thread Mattia Dongili
On Mon, Aug 01, 2005 at 04:27:53PM +0200, Patrick McHardy wrote: > Mattia Dongili wrote: > > Hello, > > > > got this one while trying out 2.6.13-rc4-mm1 (not there in -r2-mm1), > > from a quick look it seems to me that ip_conntrack_{get,put} are not > > simmetri

BUG: atomic counter underflow at ip_conntrack_event_cache_init+0x91/0xb0 (with patch)

2005-08-01 Thread Mattia Dongili
Hello, got this one while trying out 2.6.13-rc4-mm1 (not there in -r2-mm1), from a quick look it seems to me that ip_conntrack_{get,put} are not simmetric in updating the use count, thus simply adding this line might help (it does actually, but I'm not aware if there could be any drawback): --- i

Re: Synaptics Touchpad not detected in 2.6.13-rc2

2005-07-09 Thread Mattia Dongili
On Fri, Jul 08, 2005 at 09:29:08AM -0700, Dmitry Torokhov wrote: [...] > Does it help if you boot with "usb-handoff" kernel option? Another > one would be "i8042.nomux". Btw, does your laptop have external > PS/2 ports? Ok, it seems I can now reliably reproduce the wrong detection (by removing the

Re: Synaptics Touchpad not detected in 2.6.13-rc2

2005-07-08 Thread Mattia Dongili
On Fri, Jul 08, 2005 at 09:29:08AM -0700, Dmitry Torokhov wrote: > Mattia Dongili <[EMAIL PROTECTED]> wrote: [...] > I see several possible issues: > > > PNP: No PS/2 controller found. Probing ports directly. > > Does it show this line when touchpad is being det

Re: Synaptics Touchpad not detected in 2.6.13-rc2

2005-07-08 Thread Mattia Dongili
On Thu, Jul 07, 2005 at 11:28:55PM +0200, Vojtech Pavlik wrote: > On Thu, Jul 07, 2005 at 11:24:43PM +0200, Mattia Dongili wrote: > > On Thu, Jul 07, 2005 at 01:02:38PM -0700, Dmitry Torokhov wrote: > > > Mattia Dongili <[EMAIL PROTECTED]> wrote: [...] > > oh, it s

Re: Synaptics Touchpad not detected in 2.6.13-rc2

2005-07-07 Thread Mattia Dongili
On Thu, Jul 07, 2005 at 01:02:38PM -0700, Dmitry Torokhov wrote: > Mattia Dongili <[EMAIL PROTECTED]> wrote: [...] > > This is the device (on a Vaio GR), which other info could I provide to > > better diagnose the problem? > > > > Could you please do "echo 1

Synaptics Touchpad not detected in 2.6.13-rc2

2005-07-07 Thread Mattia Dongili
Hello, with -rc2 (-rc1 didn't show this behaviour) I get the following when modprobing psmouse.ko: atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, might be trying access hardware directly. and the touchpad is not detected at all. The ps2_adjust_timeout function seems to be