index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
pci
/
scc_pata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-21
ide: remove useless subdirs from drivers/ide/
Bartlomiej Zolnierkiewicz
1
-966
/
+0
2008-10-17
scc_pata: kill unused variables
Sergei Shtylyov
1
-4
/
+0
2008-10-13
ide: switch to DMA-mapping API part #2
Bartlomiej Zolnierkiewicz
1
-7
/
+7
2008-10-13
ide: use unique names for struct pci_driver instances
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-10-13
ide: remove [ata_]select_t
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-13
ide: use 'drive->dn & 1' instead of drive->select.b.unit
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-13
ide: remove superfluous ->waiting_for_dma checks
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2008-10-13
ide: remove superfluous ->dma field from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-10-10
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-10
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-08-18
drivers/ide/pci/: use __devexit_p()
Adrian Bunk
1
-1
/
+1
2008-08-05
ide: ->cable_detect method cannot be marked __devinit
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: add ide_host_add() helper
Bartlomiej Zolnierkiewicz
1
-6
/
+4
2008-07-23
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
1
-13
/
+11
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-13
/
+16
2008-07-23
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
Bartlomiej Zolnierkiewicz
1
-12
/
+0
2008-07-23
ide: use ->tf_read in ide_read_error()
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-07-23
ide: add ->set_irq method
Bartlomiej Zolnierkiewicz
1
-0
/
+19
2008-07-23
ide: add ->read_altstatus method
Bartlomiej Zolnierkiewicz
1
-0
/
+6
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
1
-0
/
+6
2008-07-23
ide: add ->exec_command method
Bartlomiej Zolnierkiewicz
1
-0
/
+9
2008-07-23
ide: remove ->dma_{status,command} fields from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-20
/
+18
2008-07-23
ide: add ->read_sff_dma_status method
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-23
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2008-07-16
ide: print message on error in ide_find_port_slot()
Bartlomiej Zolnierkiewicz
1
-5
/
+2
2008-07-16
ide: set hwif->dev in ide_init_port_hw() (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-07-15
ide: remove drive->ctl
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-07-15
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
Bartlomiej Zolnierkiewicz
1
-4
/
+1
2008-07-15
ide: remove ->mmio flag from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-07-15
ide: move IRQ unmasking out from ->tf_load method
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-04-28
ide: remove ->dma_prdtable field from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-04-28
scc_pata: add ->dma_host_set and ->dma_start methods
Bartlomiej Zolnierkiewicz
1
-4
/
+50
2008-04-28
ide: remove ->INW and ->OUTW methods
Bartlomiej Zolnierkiewicz
1
-16
/
+3
2008-04-28
scc_pata: add ->tf_{load,read} methods
Bartlomiej Zolnierkiewicz
1
-0
/
+87
2008-04-28
ide: remove ->INS{W,L} and ->OUTS{W,L} methods
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2008-04-28
scc_pata: add ->{in,out}put_data methods (take 2)
Bartlomiej Zolnierkiewicz
1
-0
/
+35
2008-04-27
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-04-27
ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-04-26
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
1
-1
/
+6
2008-04-26
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
1
-6
/
+9
2008-04-26
ide: remove ->cds field from ide_hwif_t (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-04-26
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-04-26
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
Bartlomiej Zolnierkiewicz
1
-22
/
+9
2008-04-26
ide: add struct ide_port_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-5
/
+8
2008-04-26
ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-04-26
scc_pata: store 'hwif' pointer in struct scc_ports
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-04-26
scc_pata: use ide_find_port()
Bartlomiej Zolnierkiewicz
1
-6
/
+2
2008-04-18
ide: remove IDE_*_REG macros
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2008-04-18
scc_pata.c: do setup itself instead of ide_setup_pci_device()
Akira Iguchi
1
-15
/
+47
2008-04-18
ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
[next]