Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
ab771630
Commit
ab771630
authored
Oct 27, 2008
by
Alan Cox
Committed by
Jeff Garzik
Oct 27, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ata: Switch all my stuff to a common address
Signed-off-by:
Jeff Garzik
<
jgarzik@redhat.com
>
parent
1d63e726
Changes
40
Hide whitespace changes
Inline
Side-by-side
Showing
40 changed files
with
28 additions
and
41 deletions
+28
-41
drivers/ata/ata_generic.c
drivers/ata/ata_generic.c
+1
-1
drivers/ata/ata_piix.c
drivers/ata/ata_piix.c
+1
-1
drivers/ata/pata_acpi.c
drivers/ata/pata_acpi.c
+1
-1
drivers/ata/pata_ali.c
drivers/ata/pata_ali.c
+0
-1
drivers/ata/pata_amd.c
drivers/ata/pata_amd.c
+0
-1
drivers/ata/pata_artop.c
drivers/ata/pata_artop.c
+1
-1
drivers/ata/pata_atiixp.c
drivers/ata/pata_atiixp.c
+0
-1
drivers/ata/pata_cmd640.c
drivers/ata/pata_cmd640.c
+0
-1
drivers/ata/pata_cmd64x.c
drivers/ata/pata_cmd64x.c
+1
-1
drivers/ata/pata_cs5530.c
drivers/ata/pata_cs5530.c
+0
-1
drivers/ata/pata_cs5535.c
drivers/ata/pata_cs5535.c
+1
-1
drivers/ata/pata_cypress.c
drivers/ata/pata_cypress.c
+1
-1
drivers/ata/pata_efar.c
drivers/ata/pata_efar.c
+1
-1
drivers/ata/pata_isapnp.c
drivers/ata/pata_isapnp.c
+1
-1
drivers/ata/pata_it821x.c
drivers/ata/pata_it821x.c
+2
-2
drivers/ata/pata_jmicron.c
drivers/ata/pata_jmicron.c
+1
-1
drivers/ata/pata_legacy.c
drivers/ata/pata_legacy.c
+1
-1
drivers/ata/pata_marvell.c
drivers/ata/pata_marvell.c
+1
-1
drivers/ata/pata_mpiix.c
drivers/ata/pata_mpiix.c
+1
-1
drivers/ata/pata_netcell.c
drivers/ata/pata_netcell.c
+1
-1
drivers/ata/pata_ninja32.c
drivers/ata/pata_ninja32.c
+0
-1
drivers/ata/pata_ns87410.c
drivers/ata/pata_ns87410.c
+0
-1
drivers/ata/pata_ns87415.c
drivers/ata/pata_ns87415.c
+1
-1
drivers/ata/pata_oldpiix.c
drivers/ata/pata_oldpiix.c
+1
-1
drivers/ata/pata_opti.c
drivers/ata/pata_opti.c
+0
-1
drivers/ata/pata_optidma.c
drivers/ata/pata_optidma.c
+0
-1
drivers/ata/pata_pcmcia.c
drivers/ata/pata_pcmcia.c
+1
-1
drivers/ata/pata_pdc202xx_old.c
drivers/ata/pata_pdc202xx_old.c
+1
-1
drivers/ata/pata_platform.c
drivers/ata/pata_platform.c
+1
-1
drivers/ata/pata_qdi.c
drivers/ata/pata_qdi.c
+1
-1
drivers/ata/pata_radisys.c
drivers/ata/pata_radisys.c
+1
-1
drivers/ata/pata_sc1200.c
drivers/ata/pata_sc1200.c
+1
-1
drivers/ata/pata_scc.c
drivers/ata/pata_scc.c
+1
-1
drivers/ata/pata_serverworks.c
drivers/ata/pata_serverworks.c
+0
-1
drivers/ata/pata_sil680.c
drivers/ata/pata_sil680.c
+0
-1
drivers/ata/pata_sis.c
drivers/ata/pata_sis.c
+1
-1
drivers/ata/pata_sl82c105.c
drivers/ata/pata_sl82c105.c
+0
-1
drivers/ata/pata_triflex.c
drivers/ata/pata_triflex.c
+1
-1
drivers/ata/pata_via.c
drivers/ata/pata_via.c
+0
-1
drivers/ata/pata_winbond.c
drivers/ata/pata_winbond.c
+1
-1
No files found.
drivers/ata/ata_generic.c
View file @
ab771630
/*
* ata_generic.c - Generic PATA/SATA controller driver.
* Copyright 2005 Red Hat Inc
<alan@redhat.com>
, all rights reserved.
* Copyright 2005 Red Hat Inc, all rights reserved.
*
* Elements from ide/pci/generic.c
* Copyright (C) 2001-2002 Andre Hedrick <andre@linux-ide.org>
...
...
drivers/ata/ata_piix.c
View file @
ab771630
...
...
@@ -14,7 +14,7 @@
*
* Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer
* Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org>
* Copyright (C) 2003 Red Hat Inc
<alan@redhat.com>
* Copyright (C) 2003 Red Hat Inc
*
*
* This program is free software; you can redistribute it and/or modify
...
...
drivers/ata/pata_acpi.c
View file @
ab771630
/*
* ACPI PATA driver
*
* (c) 2007 Red Hat
<alan@redhat.com>
* (c) 2007 Red Hat
*/
#include <linux/kernel.h>
...
...
drivers/ata/pata_ali.c
View file @
ab771630
/*
* pata_ali.c - ALI 15x3 PATA for new ATA layer
* (C) 2005 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* based in part upon
* linux/drivers/ide/pci/alim15x3.c Version 0.17 2003/01/02
...
...
drivers/ata/pata_amd.c
View file @
ab771630
/*
* pata_amd.c - AMD PATA for new ATA layer
* (C) 2005-2006 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* Based on pata-sil680. Errata information is taken from data sheets
* and the amd74xx.c driver by Vojtech Pavlik. Nvidia SATA devices are
...
...
drivers/ata/pata_artop.c
View file @
ab771630
/*
* pata_artop.c - ARTOP ATA controller driver
*
* (C) 2006 Red Hat
<alan@redhat.com>
* (C) 2006 Red Hat
* (C) 2007 Bartlomiej Zolnierkiewicz
*
* Based in part on drivers/ide/pci/aec62xx.c
...
...
drivers/ata/pata_atiixp.c
View file @
ab771630
/*
* pata_atiixp.c - ATI PATA for new ATA layer
* (C) 2005 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* Based on
*
...
...
drivers/ata/pata_cmd640.c
View file @
ab771630
/*
* pata_cmd640.c - CMD640 PCI PATA for new ATA layer
* (C) 2007 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* Based upon
* linux/drivers/ide/pci/cmd640.c Version 1.02 Sep 01, 1996
...
...
drivers/ata/pata_cmd64x.c
View file @
ab771630
/*
* pata_cmd64x.c - CMD64x PATA for new ATA layer
* (C) 2005 Red Hat Inc
* Alan Cox <alan@
redhat.com
>
* Alan Cox <alan@
lxorguk.ukuu.org.uk
>
*
* Based upon
* linux/drivers/ide/pci/cmd64x.c Version 1.30 Sept 10, 2002
...
...
drivers/ata/pata_cs5530.c
View file @
ab771630
/*
* pata-cs5530.c - CS5530 PATA for new ATA layer
* (C) 2005 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* based upon cs5530.c by Mark Lord.
*
...
...
drivers/ata/pata_cs5535.c
View file @
ab771630
/*
* pata-cs5535.c - CS5535 PATA for new ATA layer
* (C) 2005-2006 Red Hat Inc
* Alan Cox <alan@
redhat.com
>
* Alan Cox <alan@
lxorguk.ukuu.org.uk
>
*
* based upon cs5535.c from AMD <Jens.Altmann@amd.com> as cleaned up and
* made readable and Linux style by Wolfgang Zuleger <wolfgang.zuleger@gmx.de
...
...
drivers/ata/pata_cypress.c
View file @
ab771630
/*
* pata_cypress.c - Cypress PATA for new ATA layer
* (C) 2006 Red Hat Inc
* Alan Cox
<alan@redhat.com>
* Alan Cox
*
* Based heavily on
* linux/drivers/ide/pci/cy82c693.c Version 0.40 Sep. 10, 2002
...
...
drivers/ata/pata_efar.c
View file @
ab771630
/*
* pata_efar.c - EFAR PIIX clone controller driver
*
* (C) 2005 Red Hat
<alan@redhat.com>
* (C) 2005 Red Hat
*
* Some parts based on ata_piix.c by Jeff Garzik and others.
*
...
...
drivers/ata/pata_isapnp.c
View file @
ab771630
/*
* pata-isapnp.c - ISA PnP PATA controller driver.
* Copyright 2005/2006 Red Hat Inc
<alan@redhat.com>
, all rights reserved.
* Copyright 2005/2006 Red Hat Inc, all rights reserved.
*
* Based in part on ide-pnp.c by Andrey Panin <pazke@donpac.ru>
*/
...
...
drivers/ata/pata_it821x.c
View file @
ab771630
/*
* pata_it821x.c - IT821x PATA for new ATA layer
* (C) 2005 Red Hat Inc
* Alan Cox <alan@
redhat.com
>
* Alan Cox <alan@
lxorguk.ukuu.org.uk
>
* (C) 2007 Bartlomiej Zolnierkiewicz
*
* based upon
...
...
@@ -10,7 +10,7 @@
*
* linux/drivers/ide/pci/it821x.c Version 0.09 December 2004
*
* Copyright (C) 2004 Red Hat
<alan@redhat.com>
* Copyright (C) 2004 Red Hat
*
* May be copied or modified under the terms of the GNU General Public License
* Based in part on the ITE vendor provided SCSI driver.
...
...
drivers/ata/pata_jmicron.c
View file @
ab771630
...
...
@@ -4,7 +4,7 @@
* driven by AHCI in the usual configuration although
* this driver can handle other setups if we need it.
*
* (c) 2006 Red Hat
<alan@redhat.com>
* (c) 2006 Red Hat
*/
#include <linux/kernel.h>
...
...
drivers/ata/pata_legacy.c
View file @
ab771630
/*
* pata-legacy.c - Legacy port PATA/SATA controller driver.
* Copyright 2005/2006 Red Hat
<alan@redhat.com>
, all rights reserved.
* Copyright 2005/2006 Red Hat, all rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
drivers/ata/pata_marvell.c
View file @
ab771630
...
...
@@ -5,7 +5,7 @@
* isn't making full use of the device functionality but it is
* easy to get working.
*
* (c) 2006 Red Hat
<alan@redhat.com>
* (c) 2006 Red Hat
*/
#include <linux/kernel.h>
...
...
drivers/ata/pata_mpiix.c
View file @
ab771630
/*
* pata_mpiix.c - Intel MPIIX PATA for new ATA layer
* (C) 2005-2006 Red Hat Inc
* Alan Cox <alan@
redhat.com
>
* Alan Cox <alan@
lxorguk.ukuu.org.uk
>
*
* The MPIIX is different enough to the PIIX4 and friends that we give it
* a separate driver. The old ide/pci code handles this by just not tuning
...
...
drivers/ata/pata_netcell.c
View file @
ab771630
/*
* pata_netcell.c - Netcell PATA driver
*
* (c) 2006 Red Hat
<alan@redhat.com>
* (c) 2006 Red Hat
*/
#include <linux/kernel.h>
...
...
drivers/ata/pata_ninja32.c
View file @
ab771630
/*
* pata_ninja32.c - Ninja32 PATA for new ATA layer
* (C) 2007 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* Note: The controller like many controllers has shared timings for
* PIO and DMA. We thus flip to the DMA timings in dma_start and flip back
...
...
drivers/ata/pata_ns87410.c
View file @
ab771630
/*
* pata_ns87410.c - National Semiconductor 87410 PATA for new ATA layer
* (C) 2006 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
drivers/ata/pata_ns87415.c
View file @
ab771630
/*
* pata_ns87415.c - NS87415 (non PARISC) PATA
*
* (C) 2005 Red Hat <alan@
redhat.com
>
* (C) 2005 Red Hat <alan@
lxorguk.ukuu.org.uk
>
*
* This is a fairly generic MWDMA controller. It has some limitations
* as it requires timing reloads on PIO/DMA transitions but it is otherwise
...
...
drivers/ata/pata_oldpiix.c
View file @
ab771630
/*
* pata_oldpiix.c - Intel PATA/SATA controllers
*
* (C) 2005 Red Hat
<alan@redhat.com>
* (C) 2005 Red Hat
*
* Some parts based on ata_piix.c by Jeff Garzik and others.
*
...
...
drivers/ata/pata_opti.c
View file @
ab771630
/*
* pata_opti.c - ATI PATA for new ATA layer
* (C) 2005 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* Based on
* linux/drivers/ide/pci/opti621.c Version 0.7 Sept 10, 2002
...
...
drivers/ata/pata_optidma.c
View file @
ab771630
/*
* pata_optidma.c - Opti DMA PATA for new ATA layer
* (C) 2006 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* The Opti DMA controllers are related to the older PIO PCI controllers
* and indeed the VLB ones. The main differences are that the timing
...
...
drivers/ata/pata_pcmcia.c
View file @
ab771630
/*
* pata_pcmcia.c - PCMCIA PATA controller driver.
* Copyright 2005-2006 Red Hat Inc
<alan@redhat.com>
, all rights reserved.
* Copyright 2005-2006 Red Hat Inc, all rights reserved.
* PCMCIA ident update Copyright 2006 Marcin Juszkiewicz
* <openembedded@hrw.one.pl>
*
...
...
drivers/ata/pata_pdc202xx_old.c
View file @
ab771630
/*
* pata_pdc202xx_old.c - Promise PDC202xx PATA for new ATA layer
* (C) 2005 Red Hat Inc
* Alan Cox <alan@
redhat.com
>
* Alan Cox <alan@
lxorguk.ukuu.org.uk
>
* (C) 2007 Bartlomiej Zolnierkiewicz
*
* Based in part on linux/drivers/ide/pci/pdc202xx_old.c
...
...
drivers/ata/pata_platform.c
View file @
ab771630
...
...
@@ -5,7 +5,7 @@
*
* Based on pata_pcmcia:
*
* Copyright 2005-2006 Red Hat Inc
<alan@redhat.com>
, all rights reserved.
* Copyright 2005-2006 Red Hat Inc, all rights reserved.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
...
...
drivers/ata/pata_qdi.c
View file @
ab771630
/*
* pata_qdi.c - QDI VLB ATA controllers
* (C) 2006 Red Hat
<alan@redhat.com>
* (C) 2006 Red Hat
*
* This driver mostly exists as a proof of concept for non PCI devices under
* libata. While the QDI6580 was 'neat' in 1993 it is no longer terribly
...
...
drivers/ata/pata_radisys.c
View file @
ab771630
/*
* pata_radisys.c - Intel PATA/SATA controllers
*
* (C) 2006 Red Hat <alan@
redhat.com
>
* (C) 2006 Red Hat <alan@
lxorguk.ukuu.org.uk
>
*
* Some parts based on ata_piix.c by Jeff Garzik and others.
*
...
...
drivers/ata/pata_sc1200.c
View file @
ab771630
/*
* New ATA layer SC1200 driver Alan Cox <alan@
redhat.com
>
* New ATA layer SC1200 driver Alan Cox <alan@
lxorguk.ukuu.org.uk
>
*
* TODO: Mode selection filtering
* TODO: Can't enable second channel until ATA core has serialize
...
...
drivers/ata/pata_scc.c
View file @
ab771630
...
...
@@ -8,7 +8,7 @@
* Copyright 2003-2005 Jeff Garzik
* Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer
* Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org>
* Copyright (C) 2003 Red Hat Inc
<alan@redhat.com>
* Copyright (C) 2003 Red Hat Inc
*
* and drivers/ata/ahci.c:
* Copyright 2004-2005 Red Hat, Inc.
...
...
drivers/ata/pata_serverworks.c
View file @
ab771630
/*
* pata_serverworks.c - Serverworks PATA for new ATA layer
* (C) 2005 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* based upon
*
...
...
drivers/ata/pata_sil680.c
View file @
ab771630
/*
* pata_sil680.c - SIL680 PATA for new ATA layer
* (C) 2005 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* based upon
*
...
...
drivers/ata/pata_sis.c
View file @
ab771630
/*
* pata_sis.c - SiS ATA driver
*
* (C) 2005 Red Hat
<alan@redhat.com>
* (C) 2005 Red Hat
* (C) 2007 Bartlomiej Zolnierkiewicz
*
* Based upon linux/drivers/ide/pci/sis5513.c
...
...
drivers/ata/pata_sl82c105.c
View file @
ab771630
/*
* pata_sl82c105.c - SL82C105 PATA for new ATA layer
* (C) 2005 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* Based in part on linux/drivers/ide/pci/sl82c105.c
* SL82C105/Winbond 553 IDE driver
...
...
drivers/ata/pata_triflex.c
View file @
ab771630
/*
* pata_triflex.c - Compaq PATA for new ATA layer
* (C) 2005 Red Hat Inc
* Alan Cox <alan@
redhat.com
>
* Alan Cox <alan@
lxorguk.ukuu.org.uk
>
*
* based upon
*
...
...
drivers/ata/pata_via.c
View file @
ab771630
/*
* pata_via.c - VIA PATA for new ATA layer
* (C) 2005-2006 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* Documentation
* Most chipset documentation available under NDA only
...
...
drivers/ata/pata_winbond.c
View file @
ab771630
/*
* pata_winbond.c - Winbond VLB ATA controllers
* (C) 2006 Red Hat
<alan@redhat.com>
* (C) 2006 Red Hat
*
* Support for the Winbond 83759A when operating in advanced mode.
* Multichip mode is not currently supported.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment