kernel-hacking-2024-linux-s.../drivers/ata
Tejun Heo f0d36efdc6 libata: update libata core layer to use devres
Update libata core layer to use devres.

* ata_device_add() acquires all resources in managed mode.

* ata_host is allocated as devres associated with ata_host_release.

* Port attached status is handled as devres associated with
  ata_host_attach_release().

* Initialization failure and host removal is handedl by releasing
  devres group.

* Except for ata_scsi_release() removal, LLD interface remains the
  same.  Some functions use hacky is_managed test to support both
  managed and unmanaged devices.  These will go away once all LLDs are
  updated to use devres.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-09 17:39:37 -05:00
..
ahci.c libata: update libata core layer to use devres 2007-02-09 17:39:37 -05:00
ata_generic.c libata: set_mode, Fix the FIXME 2007-01-24 19:55:16 -05:00
ata_piix.c libata piix3 support warning fix 2007-02-09 17:39:34 -05:00
Kconfig sata_sis: Support for PATA supports 2007-02-09 17:39:34 -05:00
libata-core.c libata: update libata core layer to use devres 2007-02-09 17:39:37 -05:00
libata-eh.c libata: kill qc->nsect and cursect 2007-02-09 17:39:31 -05:00
libata-scsi.c libata: update libata core layer to use devres 2007-02-09 17:39:37 -05:00
libata-sff.c libata: update libata core layer to use devres 2007-02-09 17:39:37 -05:00
libata.h fix CONFIG_SATA_SIS=y compile error 2007-02-09 17:39:34 -05:00
Makefile sata_inic162x: finally, driver for initio 162x SATA controllers, take #2 2007-02-09 17:39:31 -05:00
pata_ali.c libata: use ata_id_c_string() 2007-02-09 17:39:30 -05:00
pata_amd.c
pata_artop.c
pata_atiixp.c pata_atiixp: propogate cable detection hack from drivers/ide to the new driver 2007-02-02 11:52:05 -05:00
pata_cmd64x.c libata cmd64x: whack into a shape that looks like the documentation 2007-01-24 19:52:31 -05:00
pata_cs5520.c [libata] trim trailing whitespace 2007-02-09 17:39:29 -05:00
pata_cs5530.c [libata] trim trailing whitespace 2007-02-09 17:39:29 -05:00
pata_cs5535.c
pata_cypress.c
pata_efar.c
pata_hpt3x2n.c libata hpt3xn: Hopefully sort out the DPLL logic versus the vendor code 2007-01-24 19:52:31 -05:00
pata_hpt3x3.c [libata] trim trailing whitespace 2007-02-09 17:39:29 -05:00
pata_hpt37x.c libata: use ata_id_c_string() 2007-02-09 17:39:30 -05:00
pata_hpt366.c libata: use ata_id_c_string() 2007-02-09 17:39:30 -05:00
pata_isapnp.c
pata_it821x.c libata: use ata_id_c_string() 2007-02-09 17:39:30 -05:00
pata_it8213.c [PATCH] pata_it8213: Add new driver for the IT8213 card 2007-02-09 17:39:28 -05:00
pata_ixp4xx_cf.c libata: set_mode, Fix the FIXME 2007-01-24 19:55:16 -05:00
pata_jmicron.c [libata] trim trailing whitespace 2007-02-09 17:39:29 -05:00
pata_legacy.c libata: set_mode, Fix the FIXME 2007-01-24 19:55:16 -05:00
pata_marvell.c [libata] trim trailing whitespace 2007-02-09 17:39:29 -05:00
pata_mpc52xx.c [PATCH] libata: Add support for the MPC52xx ATA controller 2007-02-09 17:39:29 -05:00
pata_mpiix.c
pata_netcell.c
pata_ns87410.c
pata_oldpiix.c
pata_opti.c
pata_optidma.c
pata_pcmcia.c
pata_pdc202xx_old.c libata: kill qc->nsect and cursect 2007-02-09 17:39:31 -05:00
pata_pdc2027x.c
pata_platform.c [PATCH] pata_platform: fallout from set_mode() change 2007-01-30 08:39:20 -08:00
pata_qdi.c [PATCH] ata: fix platform_device_register_simple() error check 2006-12-16 10:45:28 -05:00
pata_radisys.c
pata_rz1000.c libata: set_mode, Fix the FIXME 2007-01-24 19:55:16 -05:00
pata_sc1200.c
pata_serverworks.c libata: use ata_id_c_string() 2007-02-09 17:39:30 -05:00
pata_sil680.c [libata] trim trailing whitespace 2007-02-09 17:39:29 -05:00
pata_sis.c fix CONFIG_SATA_SIS=y compile error 2007-02-09 17:39:34 -05:00
pata_sl82c105.c
pata_triflex.c
pata_via.c [libata] trim trailing whitespace 2007-02-09 17:39:29 -05:00
pata_winbond.c [libata] trim trailing whitespace 2007-02-09 17:39:29 -05:00
pdc_adma.c
sata_inic162x.c sata_inic162x: finally, driver for initio 162x SATA controllers, take #2 2007-02-09 17:39:31 -05:00
sata_mv.c sata_mv HighPoint 2310 support (88SX7042) 2007-01-19 19:24:36 -05:00
sata_nv.c sata_nv: add suspend/resume support v3 (Resubmit) 2007-02-09 17:39:30 -05:00
sata_promise.c sata_promise: kill qc->nsect 2007-02-09 17:39:34 -05:00
sata_promise.h
sata_qstor.c libata: kill qc->nsect and cursect 2007-02-09 17:39:31 -05:00
sata_sil.c libata: handle pci_enable_device() failure while resuming 2007-02-09 17:39:30 -05:00
sata_sil24.c libata: handle pci_enable_device() failure while resuming 2007-02-09 17:39:30 -05:00
sata_sis.c fix CONFIG_SATA_SIS=y compile error 2007-02-09 17:39:34 -05:00
sata_svw.c [PATCH] sata_svw: trivial iomem annotations 2007-02-09 09:14:07 -08:00
sata_sx4.c
sata_uli.c libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uli 2007-01-25 17:26:01 -05:00
sata_via.c sata_via: PATA support 2007-02-09 17:39:30 -05:00
sata_vsc.c [libata] sata_vsc: build fix after PCI MSI feature addition 2007-02-09 17:39:31 -05:00