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
/
sgiioc4.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-21
ide: remove useless subdirs from drivers/ide/
Bartlomiej Zolnierkiewicz
1
-674
/
+0
2008-10-17
sgiioc4: kill duplicate ioremap()
Sergei Shtylyov
1
-12
/
+2
2008-10-17
sgiioc4: kill useless address checks
Sergei Shtylyov
1
-17
/
+9
2008-10-17
sgiioc4: remove maskproc() method
Sergei Shtylyov
1
-9
/
+0
2008-10-13
ide: switch to DMA-mapping API part #2
Bartlomiej Zolnierkiewicz
1
-8
/
+7
2008-10-13
sgiioc4: fix messages
Sergei Shtylylov
1
-23
/
+16
2008-10-13
sgiioc4: sgiioc4_read_status drive busy check fix
Sergei Shtylylov
1
-2
/
+3
2008-10-10
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-08-18
sgiioc4: fixup message on resource allocation failure
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-07-23
ide: add ide_host_free() helper (take 2)
Bartlomiej Zolnierkiewicz
1
-4
/
+10
2008-07-23
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
1
-8
/
+5
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+16
2008-07-23
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
1
-9
/
+10
2008-07-23
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
Bartlomiej Zolnierkiewicz
1
-4
/
+2
2008-07-16
sgiioc4: call ide_find_port_slot() later
Bartlomiej Zolnierkiewicz
1
-4
/
+9
2008-07-16
ide: print message on error in ide_find_port_slot()
Bartlomiej Zolnierkiewicz
1
-5
/
+3
2008-07-16
sgiioc4: use driver name for resource allocation
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-07-16
ide: set hwif->dev in ide_init_port_hw() (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-07-15
ide: remove drive->ctl
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-15
sgiioc4: use ->extra_base instead of ->dma_status for dma_handle
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2008-04-28
ide: add IDE_HFLAG_MMIO host flag (take 2)
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-04-27
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
1
-13
/
+13
2008-04-27
ide: remove IDE_HFLAG_NO_AUTOTUNE host flag
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-04-26
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-26
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
1
-22
/
+16
2008-04-26
sgiioc4: use ->init_dma method
Bartlomiej Zolnierkiewicz
1
-17
/
+12
2008-04-26
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-13
/
+13
2008-04-26
ide: cleanup setting hwif->mmio flag
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-04-26
ide: add struct ide_port_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-10
/
+9
2008-04-26
sgiioc4: use ide_find_port()
Bartlomiej Zolnierkiewicz
1
-10
/
+2
2008-04-18
ide: remove IDE_*_REG macros
Bartlomiej Zolnierkiewicz
1
-10
/
+9
2008-04-18
ide: remove dead/obsolete ->busproc method
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-02-02
ide: remove needless includes from PCI host drivers
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-02-02
ide: add struct ide_port_info instances to legacy host drivers
Bartlomiej Zolnierkiewicz
1
-6
/
+12
2008-02-01
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-8
/
+8
2008-02-01
ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-01-26
ide: add ide_init_port_hw() helper
Bartlomiej Zolnierkiewicz
1
-5
/
+4
2008-01-26
sgiioc4: always init hwif->io_ports
Bartlomiej Zolnierkiewicz
1
-9
/
+6
2008-01-26
ide: merge ->dma_host_{on,off} methods into ->dma_host_set method
Bartlomiej Zolnierkiewicz
1
-8
/
+4
2008-01-26
ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-19
/
+0
2008-01-26
sgiioc4: add ide_toggle_bounce() calls
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-25
ide: remove hwif->intrproc
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2007-10-20
ide: remove write-only hwif->hw
Bartlomiej Zolnierkiewicz
1
-3
/
+5
2007-10-20
ide: add ide_device_add()
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2007-10-19
ide: use pci_dev->revision
Bartlomiej Zolnierkiewicz
1
-5
/
+3
2007-10-19
ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2007-10-19
ide: add IDE_HFLAG_NO_ATAPI_DMA host flag
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2007-10-16
ide: remove hwif->autodma and drive->autodma
Bartlomiej Zolnierkiewicz
1
-6
/
+1
2007-10-16
ide: remove ->ide_dma_check (take 2)
Bartlomiej Zolnierkiewicz
1
-15
/
+0
[next]