Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b52b14ef0d637718b7a648eb3949aef83ffc796d
/
drivers
/
ide
/
scc_pata.c
950f564
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6
by David S. Miller
· 15 years ago
8776168
ide: change ->set_dma_mode method parameters
by Bartlomiej Zolnierkiewicz
· 15 years ago
e085b3c
ide: change ->set_pio_mode method parameters
by Bartlomiej Zolnierkiewicz
· 15 years ago
4cd7d92
scc_pata: fix module unloading
by Bartlomiej Zolnierkiewicz
· 15 years ago
9f36d31
ide: remove hw_regs_t typedef
by Bartlomiej Zolnierkiewicz
· 15 years ago
dca3983
ide: pass number of ports to ide_host_{alloc,add}() (v2)
by Bartlomiej Zolnierkiewicz
· 15 years ago
29e52cf
ide: remove chipset field from hw_regs_t
by Bartlomiej Zolnierkiewicz
· 15 years ago
3153c26
ide: refactor tf_read() method
by Sergei Shtylyov
· 16 years ago
c9ff9e7
ide: refactor tf_load() method
by Sergei Shtylyov
· 16 years ago
30881b9
ide: call write_devctl() method from tf_read() method
by Sergei Shtylyov
· 16 years ago
4109d19
ide: move common code out of tf_load() method
by Sergei Shtylyov
· 16 years ago
745483f
ide: simplify 'struct ide_taskfile'
by Sergei Shtylyov
· 16 years ago
60f8501
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
by Sergei Shtylyov
· 16 years ago
edafcf7
ide: remove wmb() from ide-dma-sff.c and scc_pata.c
by Grant Grundler
· 16 years ago
abb596b
ide: turn selectproc() method into dev_select() method (take 5)
by Sergei Shtylyov
· 16 years ago
35218d1
ide: move data register access out of tf_{read|load}() methods (take 2)
by Sergei Shtylyov
· 16 years ago
bac08ce
ide: call {in|out}put_data() methods from tf_{read|load}() methods (take 2)
by Sergei Shtylyov
· 16 years ago
6762511
ide: rename IDE_TFLAG_IN_[HOB_]FEATURE
by Sergei Shtylyov
· 16 years ago
ecf3a31
ide: turn set_irq() method into write_devctl() method
by Sergei Shtylyov
· 16 years ago
4d74c3f
ide: use ATA_HOB
by Sergei Shtylyov
· 16 years ago
88b4132
ide: set/clear drive->waiting_for_dma flag in the core code
by Bartlomiej Zolnierkiewicz
· 16 years ago
11998b3
ide: move ide_map_sg() call out of ->dma_setup method (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
4453011
ide: destroy DMA mappings after ending DMA (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
35c9b4d
ide: add ->dma_clear method and remove ->dma_timeout one
by Bartlomiej Zolnierkiewicz
· 16 years ago
22117d6
ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
22981694
ide: pass command to ide_map_sg()
by Bartlomiej Zolnierkiewicz
· 16 years ago
adb1af9
ide: pass command instead of request to ide_pio_datablock()
by Bartlomiej Zolnierkiewicz
· 16 years ago
22aa4b3
ide: remove ide_task_t typedef
by Bartlomiej Zolnierkiewicz
· 16 years ago
19710d2
ide: add "flagged" taskfile flags to struct ide_taskfile (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
255115fb
ide: allow host drivers to specify IRQ flags
by Bartlomiej Zolnierkiewicz
· 16 years ago
304ffd6
scc_pata: remove DECLARE_SCC_DEV() macro (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
c2ce5ca
scc_pata: make use of scc_dma_sff_read_status()
by Sergei Shtylyov
· 16 years ago
592b531
ide: move read_sff_dma_status() method to 'struct ide_dma_ops'
by Sergei Shtylyov
· 16 years ago
2bd24a1
ide: add port and host iterators
by Bartlomiej Zolnierkiewicz
· 16 years ago
5e7f3a4
ide: dynamic allocation of device structures
by Bartlomiej Zolnierkiewicz
· 16 years ago
898ec22
ide: remove HWIF() macro
by Bartlomiej Zolnierkiewicz
· 16 years ago
b65fac3
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
ccd32e2
ide: Switch to a common address
by Alan Cox
· 16 years ago
1f1ab27
ide: two more pci_ioremap_bar() conversions
by Arjan van de Ven
· 16 years ago
2bfba3c
ide: remove useless subdirs from drivers/ide/
by Bartlomiej Zolnierkiewicz
· 16 years ago
[Renamed from drivers/ide/pci/scc_pata.c]
a11e2af
scc_pata: kill unused variables
by Sergei Shtylyov
· 16 years ago
2bbd57c
ide: switch to DMA-mapping API part #2
by Bartlomiej Zolnierkiewicz
· 16 years ago
a9ab09e
ide: use unique names for struct pci_driver instances
by Bartlomiej Zolnierkiewicz
· 16 years ago
7f612f2
ide: remove [ata_]select_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
123995b
ide: use 'drive->dn & 1' instead of drive->select.b.unit
by Bartlomiej Zolnierkiewicz
· 16 years ago
c67c216
ide: remove superfluous ->waiting_for_dma checks
by Bartlomiej Zolnierkiewicz
· 16 years ago
e4634d4
ide: remove superfluous ->dma field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ceca72
ide: include <linux/hdreg.h> only when needed
by Bartlomiej Zolnierkiewicz
· 16 years ago
3a7d248
ide: use ATA_* defines instead of *_STAT and *_ERR ones
by Bartlomiej Zolnierkiewicz
· 16 years ago
a69999e
drivers/ide/pci/: use __devexit_p()
by Adrian Bunk
· 16 years ago
f454cbe
ide: ->cable_detect method cannot be marked __devinit
by Bartlomiej Zolnierkiewicz
· 16 years ago
6f904d0
ide: add ide_host_add() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
48c3c10
ide: add struct ide_host (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
374e042
ide: add struct ide_tp_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
761052e
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
by Bartlomiej Zolnierkiewicz
· 16 years ago
92eb438
ide: use ->tf_read in ide_read_error()
by Bartlomiej Zolnierkiewicz
· 16 years ago
6e6afb3
ide: add ->set_irq method
by Bartlomiej Zolnierkiewicz
· 16 years ago
1f6d8a0
ide: add ->read_altstatus method
by Bartlomiej Zolnierkiewicz
· 16 years ago
b73c7ee
ide: add ->read_status method
by Bartlomiej Zolnierkiewicz
· 16 years ago
c6dfa86
ide: add ->exec_command method
by Bartlomiej Zolnierkiewicz
· 16 years ago
cab7f8e
ide: remove ->dma_{status,command} fields from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
b2f951a
ide: add ->read_sff_dma_status method
by Bartlomiej Zolnierkiewicz
· 16 years ago
c97c6ac
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
eb3aff5
ide: print message on error in ide_find_port_slot()
by Bartlomiej Zolnierkiewicz
· 16 years ago
c56c564
ide: set hwif->dev in ide_init_port_hw() (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
ff07488
ide: remove drive->ctl
by Bartlomiej Zolnierkiewicz
· 16 years ago
f8c4bd0a
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
by Bartlomiej Zolnierkiewicz
· 16 years ago
1357214
ide: remove ->mmio flag from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
ed4af48
ide: move IRQ unmasking out from ->tf_load method
by Bartlomiej Zolnierkiewicz
· 16 years ago
55224bc
ide: remove ->dma_prdtable field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
669185e
scc_pata: add ->dma_host_set and ->dma_start methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
7c0daf2
ide: remove ->INW and ->OUTW methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
db2432c
scc_pata: add ->tf_{load,read} methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
16bb69c
ide: remove ->INS{W,L} and ->OUTS{W,L} methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
efa3db1
scc_pata: add ->{in,out}put_data methods (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
4c3032d
ide: add struct ide_io_ports (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
387750c
ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
f37afda
ide: constify struct ide_dma_ops
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e37bdc
ide: add struct ide_dma_ops (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e59c23
ide: remove ->cds field from ide_hwif_t (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
eb63963
ide: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
0d1bad2
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
ac95bee
ide: add struct ide_port_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e71d9c
ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE
by Bartlomiej Zolnierkiewicz
· 17 years ago
589b062
scc_pata: store 'hwif' pointer in struct scc_ports
by Bartlomiej Zolnierkiewicz
· 17 years ago
3fd4d20
scc_pata: use ide_find_port()
by Bartlomiej Zolnierkiewicz
· 17 years ago
23579a2
ide: remove IDE_*_REG macros
by Bartlomiej Zolnierkiewicz
· 17 years ago
3d53ba8
scc_pata.c: do setup itself instead of ide_setup_pci_device()
by Akira Iguchi
· 17 years ago
93de00f
ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
909f436
ide: fix ide_unregister() usage in host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
f82c2b1
ide: add 'init_default' and 'restore' arguments to ide_unregister()
by Bartlomiej Zolnierkiewicz
· 17 years ago
bfa14b4
ide: add ->cable_detect method to ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
b4d1c73
atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling
by Bartlomiej Zolnierkiewicz
· 17 years ago
3650165
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
4db90a1
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
8562043
ide: constify struct ide_port_info
by Bartlomiej Zolnierkiewicz
· 17 years ago
039788e
ide: replace ide_pci_device_t by struct ide_port_info
by Bartlomiej Zolnierkiewicz
· 17 years ago
85ad93a
ide: set drive->autotune in ide_pci_setup_ports()
by Bartlomiej Zolnierkiewicz
· 17 years ago
aaf707f
scc_pata: remove ->init_setup
by Bartlomiej Zolnierkiewicz
· 17 years ago
5f8b6c3
ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
Next »