From: Jean Delvare <khali@linux-fr.org>
To: Daniel Ritz <daniel.ritz-ml@swissonline.ch>
Cc: Linus Torvalds <torvalds@osdl.org>, Greg KH <gregkh@suse.de>,
"linux-kernel" <linux-kernel@vger.kernel.org>
Subject: Re: Regression in -git / [PATCH] i2c-i801.c: don't pci_disable_device() after it was just enabled
Date: Thu, 29 Jun 2006 14:04:19 +0200 [thread overview]
Message-ID: <20060629140419.23822395.khali@linux-fr.org> (raw)
In-Reply-To: <200606271840.56044.daniel.ritz-ml@swissonline.ch>
Hi Daniel,
I see that your patch was already merged, but I would like to reply
anyway.
> [PATCH] i2c-i801.c: don't pci_disable_device() after it was just enabled
>
> Commit 02dd7ae2892e5ceff111d032769c78d3377df970:
> [PATCH] i2c-i801: Merge setup function
> has a missing return 0 in the _probe() function. this means the error
> path is always executed and pci_disable_device() is called even when
> the device just got successfully enabled.
Oops, good catch, thanks. I'm quite ashamed for letting this go
through :(
> having the SMBus device disabled makes some systems (eg. Fujitsu-Siemens
> Lifebook E8010) hang hard during power-off.
>
> Intead of reverting the whole commit this patch fixes it up:
> - don't ever call pci_disable_device(), also not in the _remove() function
> to avoid hangs
This is weird, and would certainly deserve additional investigation.
Disabling the PCI device when we no more need it is the right thing to
do and almost all pci drivers do that by now - except I2C bus drivers,
this is the first one I was attempting to convert.
Do you have any idea why disabling the SMBus causes the problem you
observe? Could be that your BIOS attempts to use the SMBus at power
down time, but I wonder what for. Do you have anything special on this
SMBus? Proprietary EEPROM? Real-time clock? I have two laptops using
this driver (one Sony, one Dell) and none exhibited the problem you
described.
> - fix missing pci_release_region() in error path
Another bug I let go through :( Thanks again.
--
Jean Delvare
next prev parent reply other threads:[~2006-06-29 12:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-27 16:40 Regression in -git / [PATCH] i2c-i801.c: don't pci_disable_device() after it was just enabled Daniel Ritz
2006-06-29 12:04 ` Jean Delvare [this message]
2006-06-29 16:30 ` Daniel Ritz
2006-06-29 16:58 ` Linus Torvalds
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=20060629140419.23822395.khali@linux-fr.org \
--to=khali@linux-fr.org \
--cc=daniel.ritz-ml@swissonline.ch \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox