All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andrei Tanas" <andrei@tanas.ca>
To: 'Alan Cox' <alan@redhat.com>, 'Jeff Garzik' <jgarzik@pobox.com>,
	'Tejun Heo' <htejun@gmail.com>
Cc: linux-ide@vger.kernel.org
Subject: RE: pata_amd.c version 0.2.4
Date: Wed, 8 Nov 2006 12:16:48 -0500	[thread overview]
Message-ID: <005801c70359$b5f01010$21d03030$@ca> (raw)
In-Reply-To: <20061108160725.GA24966@devserv.devel.redhat.com>

Tejun, Jeff,
In an attempt to enable suspend-to-ram (and correct resume) for NVidia MCP51
PATA device, I added
.suspend		= ata_pci_device_suspend,
.resume		= ata_pci_device_resume,
To amd_pci_driver struct. With this, first attempt to suspend results in an
error (-16 "device is still active"), and second attempt leads to oops. Do
you want to see console output and lspci for this?

Leaving .suspend = NULL and adding only
.resume		= ata_pci_device_resume,
seems to reset the device properly and work fine.
Before this was enabled, the box would suspend/resume fine than hang
silently about 30 seconds after resume.


-----Original Message-----
From: Alan Cox [mailto:alan@redhat.com] 
Sent: November 8, 2006 11:07 AM
To: Andrei Tanas
Cc: 'Alan Cox'
Subject: Re: pata_amd.c version 0.2.4

On Wed, Nov 08, 2006 at 09:35:20AM -0500, Andrei Tanas wrote:
> Adding .resume helped - the controller (MCP51) resets properly. Trying to
> add .suspend resulted in an error (-16, "device is still active"), with
> subsequent oops on the next suspend attempt. Let me know if you want
console
> output and lspci for this.

I don't really have time to look at it this year, Tejun and Jeff may well
be interested - is that the device you were suspending too ?


       reply	other threads:[~2006-11-08 17:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <006501c70286$6e562100$4b026300$@ca>
     [not found] ` <20061107161322.GA25397@devserv.devel.redhat.com>
     [not found]   ` <008c01c702a5$e4482060$acd86120$@ca>
     [not found]     ` <20061107221507.GA21232@devserv.devel.redhat.com>
     [not found]       ` <00ea01c70343$225582b0$67008810$@ca>
     [not found]         ` <20061108160725.GA24966@devserv.devel.redhat.com>
2006-11-08 17:16           ` Andrei Tanas [this message]
2006-11-21  8:12             ` pata_amd.c version 0.2.4 Tejun Heo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='005801c70359$b5f01010$21d03030$@ca' \
    --to=andrei@tanas.ca \
    --cc=alan@redhat.com \
    --cc=htejun@gmail.com \
    --cc=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.