Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9f7c3f442bb7c0d0a0ed25cc287932450a1f2bab
/
drivers
/
ide
/
ns87415.c
3153c26
ide: refactor tf_read() method
by Sergei Shtylyov
· 16 years ago
30881b9
ide: call write_devctl() method from tf_read() 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
fdd88f0
ide: inline SELECT_DRIVE()
by Sergei Shtylyov
· 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
a6d67ff
ns87415: use custom ->dma_{start,end} to handle ns87415_prepare_drive()
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
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
49727e3
ns87415: small ->init_hwif cleanup
by Bartlomiej Zolnierkiewicz
· 16 years ago
973d9e7
ns87415: use pci_get_legacy_ide_irq()
by Bartlomiej Zolnierkiewicz
· 16 years ago
592b531
ide: move read_sff_dma_status() method to 'struct ide_dma_ops'
by Sergei Shtylyov
· 16 years ago
898ec22
ide: remove HWIF() macro
by Bartlomiej Zolnierkiewicz
· 16 years ago
2bfba3c
ide: remove useless subdirs from drivers/ide/
by Bartlomiej Zolnierkiewicz
· 16 years ago
[Renamed from drivers/ide/pci/ns87415.c]
a9ab09e
ide: use unique names for struct pci_driver instances
by Bartlomiej Zolnierkiewicz
· 16 years ago
123995b
ide: use 'drive->dn & 1' instead of drive->select.b.unit
by Bartlomiej Zolnierkiewicz
· 16 years ago
97100fc
ide: add device flags
by Bartlomiej Zolnierkiewicz
· 16 years ago
feb22b7
ide: add proper PCI PM support (v2)
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
ced3ec8
ide: prefix messages from IDE PCI host drivers by driver name
by Bartlomiej Zolnierkiewicz
· 16 years ago
aa6e518
ns87415: add ->remove method and module_exit()
by Bartlomiej Zolnierkiewicz
· 16 years ago
6cdf6eb
ide: add ->dev and ->host_priv fields to struct ide_host
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
b73c7ee
ide: add ->read_status 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
ff07488
ide: remove drive->ctl
by Bartlomiej Zolnierkiewicz
· 16 years ago
a861beb
ide: add __ide_default_irq() inline helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
ea23b8b
ns87415: add ->tf_read method
by Bartlomiej Zolnierkiewicz
· 17 years ago
4c3032d
ide: add struct ide_io_ports (take 3)
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
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
0e33555
ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
78829dd
ide: remove needless includes from PCI host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
9d50152
ide: make probe_hwif() return an error value
by Bartlomiej Zolnierkiewicz
· 17 years ago
58f189f
ide: delete filenames/versions from comments
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
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
47b6878
ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags
by Bartlomiej Zolnierkiewicz
· 17 years ago
7cab14a
ide: add IDE_HFLAG_BOOTABLE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
33c1002
ide: add IDE_HFLAG_NO_ATAPI_DMA host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
9ff6f72
ide: remove hwif->autodma and drive->autodma
by Bartlomiej Zolnierkiewicz
· 17 years ago
9cbcc5e
ide: use PCI_VDEVICE() macro
by Bartlomiej Zolnierkiewicz
· 17 years ago
0ae2e17
ide: remove ->ide_dma_check (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
1116fae
ide: config_drive_for_dma() fixes
by Bartlomiej Zolnierkiewicz
· 17 years ago
a5d8c5c
ide: add ide_pci_device_t.host_flags (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
3608b5d
ide: add ide_set_dma() helper (v2)
by Bartlomiej Zolnierkiewicz
· 18 years ago
0ecdca2
ide: use PIO/MMIO operations directly where possible (v2)
by Bartlomiej Zolnierkiewicz
· 18 years ago
82ab1ee
ide: add missing __init tags to IDE PCI host drivers
by Bartlomiej Zolnierkiewicz
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
c20530e
[PATCH] ide: hotplug mark __devinit ns87415.c
by Herbert Xu
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago