* [PATCH 0/4] Series short description
@ 2009-05-06 16:08 Alan Cox
2009-05-11 17:21 ` Jeff Garzik
0 siblings, 1 reply; 6+ messages in thread
From: Alan Cox @ 2009-05-06 16:08 UTC (permalink / raw)
To: linux-ide, jeff
A quick batch of PIIX updates
---
Alan Cox (4):
ata_piix: Remove stale comment
ata_piix: Turn on hotplugging support for older chips
ata_piix: The Sony TZ90 needs the cable type hardcoding
ata_piix: ICH7 does not support correct MWDMA timings
drivers/ata/ata_piix.c | 28 +++++++++++++++++++---------
1 files changed, 19 insertions(+), 9 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/4] Series short description
2009-05-06 16:08 Alan Cox
@ 2009-05-11 17:21 ` Jeff Garzik
2009-05-11 17:25 ` Alan Cox
0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2009-05-11 17:21 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-ide
Alan Cox wrote:
> A quick batch of PIIX updates
> ---
>
> Alan Cox (4):
> ata_piix: Remove stale comment
> ata_piix: Turn on hotplugging support for older chips
> ata_piix: The Sony TZ90 needs the cable type hardcoding
> ata_piix: ICH7 does not support correct MWDMA timings
I guess 1 & 2 are #upstream-fixes material, and 3 & 4 are #upstream ?
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/4] Series short description
2009-05-11 17:21 ` Jeff Garzik
@ 2009-05-11 17:25 ` Alan Cox
2009-05-11 17:33 ` Jeff Garzik
0 siblings, 1 reply; 6+ messages in thread
From: Alan Cox @ 2009-05-11 17:25 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide
On Mon, 11 May 2009 13:21:43 -0400
Jeff Garzik <jeff@garzik.org> wrote:
> Alan Cox wrote:
> > A quick batch of PIIX updates
> > ---
> >
> > Alan Cox (4):
> > ata_piix: Remove stale comment
> > ata_piix: Turn on hotplugging support for older chips
> > ata_piix: The Sony TZ90 needs the cable type hardcoding
> > ata_piix: ICH7 does not support correct MWDMA timings
>
> I guess 1 & 2 are #upstream-fixes material, and 3 & 4 are #upstream ?
I'd say they are all fixes. In terms of urgency #4 hasn't been reported
by anyone it was found when checking errata, #3 is a real problem
encountered by users #2 affects only fairly obscure hardware and isn't a
regression, #1 is a comment.
I've also now confirmed with the Intel hardware folks that there isn't
any reason we can't turn on parallel probing in ata_piix.
Alan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/4] Series short description
2009-05-11 17:25 ` Alan Cox
@ 2009-05-11 17:33 ` Jeff Garzik
2009-05-11 17:58 ` Alan Cox
0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2009-05-11 17:33 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-ide
Alan Cox wrote:
> On Mon, 11 May 2009 13:21:43 -0400
> Jeff Garzik <jeff@garzik.org> wrote:
>
>> Alan Cox wrote:
>>> A quick batch of PIIX updates
>>> ---
>>>
>>> Alan Cox (4):
>>> ata_piix: Remove stale comment
>>> ata_piix: Turn on hotplugging support for older chips
>>> ata_piix: The Sony TZ90 needs the cable type hardcoding
>>> ata_piix: ICH7 does not support correct MWDMA timings
>> I guess 1 & 2 are #upstream-fixes material, and 3 & 4 are #upstream ?
>
> I'd say they are all fixes. In terms of urgency #4 hasn't been reported
> by anyone it was found when checking errata, #3 is a real problem
> encountered by users #2 affects only fairly obscure hardware and isn't a
> regression, #1 is a comment.
I was referring to the patch numbering provided by you, in your
submission, which is the reverse of the order listed above:
patch #1: ICH7 MWDMA timings
patch #2: TZ90
patch #3: turn on hotplugging
patch #4: fix comment
patch #3 is a behavior change IMO very late in -rc cycle, and patch #4
is not urgent.
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/4] Series short description
2009-05-11 17:33 ` Jeff Garzik
@ 2009-05-11 17:58 ` Alan Cox
0 siblings, 0 replies; 6+ messages in thread
From: Alan Cox @ 2009-05-11 17:58 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide
> I was referring to the patch numbering provided by you, in your
> submission, which is the reverse of the order listed above:
>
> patch #1: ICH7 MWDMA timings
> patch #2: TZ90
> patch #3: turn on hotplugging
> patch #4: fix comment
>
> patch #3 is a behavior change IMO very late in -rc cycle, and patch #4
> is not urgent.
Agreed - sorry I'd forgotten that stgit is quite creative with its
ordering.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 0/4] Series short description
@ 2009-11-17 14:44 Alan Cox
0 siblings, 0 replies; 6+ messages in thread
From: Alan Cox @ 2009-11-17 14:44 UTC (permalink / raw)
To: linux-kernel, linux-ide
The following series implements...
---
Alan Cox (4):
pata: Update experimental tags
cmd64x: implement serialization as per notes
pata_sis: Implement MWDMA for the UDMA 133 capable chips
pata_via: Blacklist some combinations of Transcend Flash and via
drivers/ata/Kconfig | 8 +--
drivers/ata/pata_cmd64x.c | 132 ++++++++++++++++++++++++++++++++++++++++++---
drivers/ata/pata_sis.c | 88 +++++++++++++++++++++++-------
drivers/ata/pata_via.c | 27 +++++++++
4 files changed, 222 insertions(+), 33 deletions(-)
--
Signature
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-11-17 15:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-17 14:44 [PATCH 0/4] Series short description Alan Cox
-- strict thread matches above, loose matches on Subject: below --
2009-05-06 16:08 Alan Cox
2009-05-11 17:21 ` Jeff Garzik
2009-05-11 17:25 ` Alan Cox
2009-05-11 17:33 ` Jeff Garzik
2009-05-11 17:58 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox