From: Oliver Hartkopp <socketcan@hartkopp.net>
To: Ram Pai <linuxram@us.ibm.com>
Cc: yinghai@kernel.org, jbarnes@virtuousgeek.org,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/4] PCI: fix cardbus and sriov regressions
Date: Thu, 23 Jun 2011 16:55:06 +0200 [thread overview]
Message-ID: <4E0353CA.7000708@hartkopp.net> (raw)
In-Reply-To: <4DFFC2FC.5050502@hartkopp.net>
Hello RP,
unfortunately i noticed the discussion on linux-kernel ML a bit late, as i did
not subscribe it due to the traffic.
Did you get further with the unusual alignment?
Even if i did not see any problems (i did not test the CardBus slot but only
the sdhci_pci), i wonder if the register layout of some adapters would get
into problems with this alignment shown below?!?
Regards,
Oliver
ps. pls put me in CC in the next patch servies. tnx
On 21.06.2011 00:00, Oliver Hartkopp wrote:
>>>
>>> When comparing the logs with mgdiff, i found
>>>
>>> in revered:
>>>
>>> pci_bus 0000:04: resource 0 [io 0x2000-0x20ff]
>>> pci_bus 0000:04: resource 1 [io 0x2400-0x24ff]
>>>
>>> in the fixed version (4 patches)
>>>
>>> pci_bus 0000:04: resource 0 [io 0x2400-0x24ff]
>>> pci_bus 0000:04: resource 1 [io 0x2001-0x2100]
>>>
>>> Don't you think that the ressource 0x2001-0x2100 looks a bit weird?
>>>
>>> off-by-one problem?
>>
>> The resource location has slid by 1. That is because a reassign of
>> resource unfortunately does not let me realign it at the same location.
>>
>> ALIGN() macro is causing that weirdness.
>>
>> However is that slide by 1 causing you any problem?
>
> No. I don't have a PCMCIA card here to test but the SD-Card is working
> properly. I just wondered about the unusual alignment ...
next parent reply other threads:[~2011-06-23 14:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1308561849-3223-1-git-send-email-linuxram@us.ibm.com>
[not found] ` <4DFFB6B0.6090307@hartkopp.net>
[not found] ` <4DFFB945.5090203@hartkopp.net>
[not found] ` <20110620214127.GA22917@ram-laptop>
[not found] ` <4DFFC2FC.5050502@hartkopp.net>
2011-06-23 14:55 ` Oliver Hartkopp [this message]
2011-06-24 19:29 ` [PATCH 0/4] PCI: fix cardbus and sriov regressions Ram Pai
2011-06-25 11:35 ` Oliver Hartkopp
2011-06-27 17:34 ` Bjorn Helgaas
2011-06-20 22:47 Ram Pai
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=4E0353CA.7000708@hartkopp.net \
--to=socketcan@hartkopp.net \
--cc=jbarnes@virtuousgeek.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxram@us.ibm.com \
--cc=yinghai@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.