All of lore.kernel.org
 help / color / mirror / Atom feed
* [git patches] IDE updates for 2.6.20
@ 2007-02-07 18:08 Bartlomiej Zolnierkiewicz
  2007-02-07 18:27   ` Alan
  0 siblings, 1 reply; 6+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-02-07 18:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-ide, Bartlomiej Zolnierkiewicz, linux-kernel


Hi,

Short summary:

- HPT driver rewrite (has been in -mm for months)
- driver for Toshiba TC86C001 chipset
- some fixes for piix/slc90e66/pdc202xx_new drivers
  (Sergei Shtylyov <sshtylyov@ru.mvista.com>)

- driver for ITE IT8213 chipset
  (Jack Lee <Jack.Lee@ite.com.tw>, some fixes from Alan Cox and me)

- driver for Delkin/Lexar/.. cardbus CF adapters
  (Mark Lord <mlord@pobox.com>)

- ACPI support for IDE (has been in SuSE kernels for months)
  (Hannes Reinecke <hare@suse.de>)

Please pull from:

master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git/

to receive the following updates:

 drivers/ide/Kconfig            |   24 
 drivers/ide/Makefile           |    1 
 drivers/ide/ide-acpi.c         |  697 ++++++++++++++++++
 drivers/ide/ide-probe.c        |    3 
 drivers/ide/ide.c              |   36 
 drivers/ide/pci/Makefile       |    4 
 drivers/ide/pci/delkin_cb.c    |  140 +++
 drivers/ide/pci/hpt366.c       | 1583 +++++++++++++++++++++--------------------
 drivers/ide/pci/it8213.c       |  362 +++++++++
 drivers/ide/pci/pdc202xx_new.c |   56 -
 drivers/ide/pci/pdc202xx_old.c |   27 
 drivers/ide/pci/piix.c         |   31 
 drivers/ide/pci/slc90e66.c     |   55 -
 drivers/ide/pci/tc86c001.c     |  309 ++++++++
 drivers/pci/quirks.c           |   18 
 include/linux/ide.h            |   27 
 include/linux/pci_ids.h        |    1 
 17 files changed, 2506 insertions(+), 868 deletions(-)

Adrian Bunk (1):
      tc86c001: init_hwif_tc86c001() can be static

Andrew Morton (3):
      hpt366: rework rate filtering tidy
      tc86c001: mark init_chipset_tc86c001() with __devinit tag
      ide-acpi support warning fix

Bartlomiej Zolnierkiewicz (2):
      tc86c001: add missing __init tag for tc86c001_ide_init()
      ide: it8213 IDE driver update (version 2)

Hannes Reinecke (1):
      ACPI support for IDE devices

Jack Lee (1):
      ide: add it8213 IDE driver

Mark Lord (1):
      IDE Driver for Delkin/Lexar/etc.. cardbus CF adapter

Sergei Shtylyov (14):
      hpt366: rework rate filtering
      hpt366: print the real chip name at startup
      hpt366: switch to using pci_get_slot
      hpt366: cache channel's MCR address
      hpt366: merge HPT37x speedproc handlers
      hpt366: clean up DMA timeout handling for HPT370
      hpt366: init code rewrite
      hpt366: HPT36x PCI clock detection fix
      piix: fix 82371MX enablebits
      piix: tuneproc() fixes/cleanups
      slc90e66: carry over fixes from piix driver
      pdc202xx_new: remove useless code
      pdc202xx_new: remove check_in_drive_lists abomination
      ide: add Toshiba TC86C001 IDE driver (take 2)

Sorry but no patch this time (it is too big for the mailing list).

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [git patches] IDE updates for 2.6.20
  2007-02-07 18:27   ` Alan
  (?)
@ 2007-02-07 18:23   ` Sergei Shtylyov
  2007-02-07 18:42     ` Alan
  2007-02-08 19:47     ` Len Brown
  -1 siblings, 2 replies; 6+ messages in thread
From: Sergei Shtylyov @ 2007-02-07 18:23 UTC (permalink / raw)
  To: Alan; +Cc: Bartlomiej Zolnierkiewicz, Linus Torvalds, linux-ide, linux-kernel

Hello.

Alan wrote:
> On Wed, 07 Feb 2007 19:08:14 +0100
> Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> wrote:
> 
>>- ACPI support for IDE (has been in SuSE kernels for months)
>>  (Hannes Reinecke <hare@suse.de>)

> I can find no public copy of this or discussion of it, please post a

http://marc.theaimsgroup.com/?l=linux-ide&m=116916643921306

> reference to the previous discussion or put the ACPI patch somewhere for
> review first.

http://kernel.org/pub/linux/kernel/people/bart/pata-2.6/patches/ide-acpi-support.patch

MBR, Sergei

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [git patches] IDE updates for 2.6.20
  2007-02-07 18:08 [git patches] IDE updates for 2.6.20 Bartlomiej Zolnierkiewicz
@ 2007-02-07 18:27   ` Alan
  0 siblings, 0 replies; 6+ messages in thread
From: Alan @ 2007-02-07 18:27 UTC (permalink / raw)
  Cc: Linus Torvalds, linux-ide, Bartlomiej Zolnierkiewicz, linux-kernel

On Wed, 07 Feb 2007 19:08:14 +0100
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> wrote:
> - ACPI support for IDE (has been in SuSE kernels for months)
>   (Hannes Reinecke <hare@suse.de>)
>

I can find no public copy of this or discussion of it, please post a
reference to the previous discussion or put the ACPI patch somewhere for
review first.
 

Ack the rest - couple are risky but its before -rc1 so now is the right
time.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [git patches] IDE updates for 2.6.20
@ 2007-02-07 18:27   ` Alan
  0 siblings, 0 replies; 6+ messages in thread
From: Alan @ 2007-02-07 18:27 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: Linus Torvalds, linux-ide, Bartlomiej Zolnierkiewicz, linux-kernel

On Wed, 07 Feb 2007 19:08:14 +0100
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> wrote:
> - ACPI support for IDE (has been in SuSE kernels for months)
>   (Hannes Reinecke <hare@suse.de>)
>

I can find no public copy of this or discussion of it, please post a
reference to the previous discussion or put the ACPI patch somewhere for
review first.
 

Ack the rest - couple are risky but its before -rc1 so now is the right
time.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [git patches] IDE updates for 2.6.20
  2007-02-07 18:23   ` Sergei Shtylyov
@ 2007-02-07 18:42     ` Alan
  2007-02-08 19:47     ` Len Brown
  1 sibling, 0 replies; 6+ messages in thread
From: Alan @ 2007-02-07 18:42 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Bartlomiej Zolnierkiewicz, Linus Torvalds, linux-ide, linux-kernel

> > reference to the previous discussion or put the ACPI patch somewhere for
> > review first.
> 
> http://kernel.org/pub/linux/kernel/people/bart/pata-2.6/patches/ide-acpi-support.patch
> 

Thanks

Acked-by: Alan Cox <alan@redhat.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [git patches] IDE updates for 2.6.20
  2007-02-07 18:23   ` Sergei Shtylyov
  2007-02-07 18:42     ` Alan
@ 2007-02-08 19:47     ` Len Brown
  1 sibling, 0 replies; 6+ messages in thread
From: Len Brown @ 2007-02-08 19:47 UTC (permalink / raw)
  To: Sergei Shtylyov, linux-acpi
  Cc: Alan, Bartlomiej Zolnierkiewicz, Linus Torvalds, linux-ide, linux-kernel

On Wednesday 07 February 2007 13:23, Sergei Shtylyov wrote:
> Hello.
> 
> Alan wrote:
> > On Wed, 07 Feb 2007 19:08:14 +0100
> > Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> wrote:
> > 
> >>- ACPI support for IDE (has been in SuSE kernels for months)
> >>  (Hannes Reinecke <hare@suse.de>)
> 
> > I can find no public copy of this or discussion of it, please post a
> 
> http://marc.theaimsgroup.com/?l=linux-ide&m=116916643921306
> 
> > reference to the previous discussion or put the ACPI patch somewhere for
> > review first.
> 
> http://kernel.org/pub/linux/kernel/people/bart/pata-2.6/patches/ide-acpi-support.patch

So it looks like...
if (CONFIG_BLK_DEV_IDEACPI=y)
	suspend uses _GTM
	resume uses _STM

But it looks like _GTF and using the task file is disabled by default,
and needs to be enabled by invoking "ide=acpigtf".  Why is that?

Also, what's the story on ide=acpionboot -- when/why is that expected
to be invoked, and why is it not the default?

thanks,
-Len

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-02-08 19:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-07 18:08 [git patches] IDE updates for 2.6.20 Bartlomiej Zolnierkiewicz
2007-02-07 18:27 ` Alan
2007-02-07 18:27   ` Alan
2007-02-07 18:23   ` Sergei Shtylyov
2007-02-07 18:42     ` Alan
2007-02-08 19:47     ` Len Brown

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.