From: Dean Nelson <dnelson@redhat.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH] hwmon: (KConfig) avoid building drivers
Date: Tue, 16 Aug 2011 14:36:50 +0000 [thread overview]
Message-ID: <4E4A8082.3000202@redhat.com> (raw)
In-Reply-To: <20110725195206.4097.45688.email-sent-by-dnelson@localhost6.localdomain6>
Hello Jean,
On 08/16/2011 09:27 AM, Jean Delvare wrote:
> Hi Dean,
>
> On Tue, 26 Jul 2011 09:35:35 -0500, Dean Nelson wrote:
>> On 07/26/2011 04:25 AM, Jean Delvare wrote:
>>>> @@ -933,7 +938,7 @@ config SENSORS_S3C_RAW
>>>>
>>>> config SENSORS_SIS5595
>>>> tristate "Silicon Integrated Systems Corp. SiS5595"
>>>> - depends on PCI
>>>> + depends on PCI&& !PPC
>>>> help
>>>> If you say yes here you get support for the integrated sensors in
>>>> SiS5595 South Bridges.
>>>
>>> This one is a PCI driver, it doesn't do random I/O, so it should be
>>> left as is. You did not experience a crash on PowerPC by loading this
>>> driver, did you?
>>
>> Okay. Thanks. And no, I didn't experience an Oops.
>>
>> When sm_sis5595_init() gets called at module load time, it calls
>> pci_register_driver() to register sis5595_pci_probe(), which never
>> gets called.
>>
>> Had sis5595_pci_probe() been called, it could have called
>> platform_driver_register() to register sis5595_probe(), which is
>> where we could potentially read/write the ISA address.
>
> This is really a PCI I/O address and not an ISA address, by
> construction. Any system with this PCI device would presumably properly
> support said I/O operations.
Thanks for the clarification.
>> I'd added the "&& !PPC" to this driver because it was in the list
>> of drivers you mentioned that I hadn't, when I first introduced this
>> issue. Sorry for misunderstanding. It's been removed from v2 of this
>> patch.
>
> Oops, this is my fault then, sorry for the confusion. For my excuse,
> this was before my pretty needed vacation ;)
My lack of understanding certainly played its part in all of this. :)
(Aren't vacations wonderful.)
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
prev parent reply other threads:[~2011-08-16 14:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-25 19:52 [lm-sensors] [PATCH] hwmon: (KConfig) avoid building drivers for Dean Nelson
2011-07-26 9:25 ` [lm-sensors] [PATCH] hwmon: (KConfig) avoid building drivers Jean Delvare
2011-07-26 14:35 ` Dean Nelson
2011-08-16 14:27 ` Jean Delvare
2011-08-16 14:36 ` Dean Nelson [this message]
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=4E4A8082.3000202@redhat.com \
--to=dnelson@redhat.com \
--cc=lm-sensors@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.