[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070207180814.27444.59159.sendpatchset@localhost.localdomain>
Date: Wed, 07 Feb 2007 19:08:14 +0100
From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-ide@...r.kernel.org,
Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
linux-kernel@...r.kernel.org
Subject: [git patches] IDE updates for 2.6.20
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@...mvista.com>)
- driver for ITE IT8213 chipset
(Jack Lee <Jack.Lee@....com.tw>, some fixes from Alan Cox and me)
- driver for Delkin/Lexar/.. cardbus CF adapters
(Mark Lord <mlord@...ox.com>)
- ACPI support for IDE (has been in SuSE kernels for months)
(Hannes Reinecke <hare@...e.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).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists