Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
07ecd897b1634e0f34a9ba9d0d1b9263bc05d90b
/
drivers
/
ide
/
hpt366.c
fe31edc
Drivers: ide: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
e6b5370
sections: fix section conflicts in drivers/ide
by Andi Kleen
· 12 years ago
bbe54d7
hpt366: fix clock turnaround
by Sergei Shtylyov
· 14 years ago
5d3f1a4
hpt366: add debounce delay to cable_detect() method
by Sergei Shtylyov
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 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
a531cd6
hpt366: remove dead old timing tables
by Bartlomiej Zolnierkiewicz
· 15 years ago
3f911a6
hpt366: kill unused #define's
by Sergei Shtylyov
· 15 years ago
734affd
ide: add IDE_DFLAG_NIEN_QUIRK device flag
by Bartlomiej Zolnierkiewicz
· 15 years ago
8bc1e5a
ide: respect quirk_drives[] list on all controllers
by Bartlomiej Zolnierkiewicz
· 15 years ago
0fcef02
hpt366: enable all quirks for devices on quirk_drives[] list
by Bartlomiej Zolnierkiewicz
· 15 years ago
d328e76
hpt366: sync quirk_drives[] list with pdc202xx_{new,old}.c
by Bartlomiej Zolnierkiewicz
· 15 years ago
59c8d04
hpt366: use ATA_DMA_* constants
by Sergei Shtylyov
· 16 years ago
c018f1e
hpt366: fix HPT370 DMA timeouts
by Sergei Shtylyov
· 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
2ed0ef5
ide: fix ->init_chipset method to return 'int' value
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
3f023b0
ide: don't set hwif->dma_ops in init_dma() method
by Sergei Shtylyov
· 16 years ago
898ec22
ide: remove HWIF() macro
by Bartlomiej Zolnierkiewicz
· 16 years ago
702c026
ide: rework handling of serialized ports (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
ccd32e2
ide: Switch to a common address
by Alan Cox
· 16 years ago
2bfba3c
ide: remove useless subdirs from drivers/ide/
by Bartlomiej Zolnierkiewicz
· 16 years ago
[Renamed from drivers/ide/pci/hpt366.c]
ea2ac5a
hpt366: cleanup maskproc() method
by Sergei Shtylyov
· 16 years ago
79104c6
hpt366: fix compile warning
by Bartlomiej Zolnierkiewicz
· 16 years ago
653bcf5
ide: __ide_dma_end() -> ide_dma_end()
by Bartlomiej Zolnierkiewicz
· 16 years ago
a9ab09e
ide: use unique names for struct pci_driver instances
by Bartlomiej Zolnierkiewicz
· 16 years ago
c67c216
ide: remove superfluous ->waiting_for_dma checks
by Bartlomiej Zolnierkiewicz
· 16 years ago
feb22b7
ide: add proper PCI PM support (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
1785192
hpt366: add hpt3xx_disable_fast_irq() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
367d7e7
ide: ide_dev_is_sata() -> ata_id_is_sata()
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ceca72
ide: include <linux/hdreg.h> only when needed
by Bartlomiej Zolnierkiewicz
· 16 years ago
4dde449
ide: make drive->id an union (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
62ff2ec
ide: Fix pointer arithmetic in hpt3xx driver code (3rd try)
by Masoud Sharbiani
· 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
a326b02
ide: drop 'name' parameter from ->init_chipset method
by Bartlomiej Zolnierkiewicz
· 16 years ago
ced3ec8
ide: prefix messages from IDE PCI host drivers by driver name
by Bartlomiej Zolnierkiewicz
· 16 years ago
28cfd8a
ide: include PCI device name in messages from IDE PCI host drivers
by Bartlomiej Zolnierkiewicz
· 16 years ago
a6c43a2
hpt366: add ->remove method and module_exit()
by Bartlomiej Zolnierkiewicz
· 16 years ago
74811f3
hpt366: convert to use ->host_priv
by Bartlomiej Zolnierkiewicz
· 16 years ago
6cdf6eb
ide: add ->dev and ->host_priv fields to struct ide_host
by Bartlomiej Zolnierkiewicz
· 16 years ago
3b2a5c7
ide: filter out "default" transfer mode values in set_xfer_rate()
by Bartlomiej Zolnierkiewicz
· 16 years ago
ebb00fb
ide: factor out simplex handling from ide_pci_dma_base()
by Bartlomiej Zolnierkiewicz
· 16 years ago
81e8d5a
ide: remove ide_setup_dma()
by Bartlomiej Zolnierkiewicz
· 16 years ago
cab7f8e
ide: remove ->dma_{status,command} fields from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
ff07488
ide: remove drive->ctl
by Bartlomiej Zolnierkiewicz
· 16 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
b123f56
ide: do complete DMA setup in ->init_dma method (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
23658f8
ide: move ide_setup_dma() call out from ->init_dma method
by Bartlomiej Zolnierkiewicz
· 17 years ago
21a3387
ide: remove ->extra field from struct ide_port_info
by Bartlomiej Zolnierkiewicz
· 17 years ago
eb63963
ide: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 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
23579a2
ide: remove IDE_*_REG macros
by Bartlomiej Zolnierkiewicz
· 17 years ago
50672e5
ide: remove dead/obsolete ->busproc method
by Bartlomiej Zolnierkiewicz
· 17 years ago
b66cae7
hpt366: fix section mismatch warnings
by Sam Ravnborg
· 17 years ago
78829dd
ide: remove needless includes from PCI host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
bfa14b4
ide: add ->cable_detect method to ide_hwif_t
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
ecf32796
ide: ide_setup_dma() assumes 8 ports
by Sergei Shtylyov
· 17 years ago
f01393e
ide: merge ->fixup and ->quirkproc methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
4db90a1
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
7299a39
ide: remove hwif->intrproc
by Bartlomiej Zolnierkiewicz
· 17 years ago
1c029fd
ide: remove ->dma_master field from ide_hwif_t (take 5)
by Bartlomiej Zolnierkiewicz
· 17 years ago
866664d
hpt366: merge set_dma_mode() methods
by Sergei Shtylyov
· 17 years ago
a488f34
hpt366: kill set_dma_mode() method wrapper
by Sergei Shtylyov
· 17 years ago
ceb1b2c
hpt366: change timing register masks
by Sergei Shtylyov
· 17 years ago
809b53c
hpt366: fix HPT37x PIO mode timings (take 2)
by Sergei Shtylyov
· 17 years ago
282037f
hpt366: fix build for CONFIG_HOTPLUG=n
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
fbf4784
hpt366: remove ->init_setup
by Bartlomiej Zolnierkiewicz
· 17 years ago
31e8a46
ide: use I/O ops directly part #2 (take 2)
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
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
65c9cd2
ide: remove ide_use_fast_pio()
by Bartlomiej Zolnierkiewicz
· 17 years ago
d3b90ba
ide: remove drive->init_speed zeroing
by Bartlomiej Zolnierkiewicz
· 17 years ago
a29ec3b
hpt366: always tune PIO
by Bartlomiej Zolnierkiewicz
· 17 years ago
88b2b32
ide: move ide_config_drive_speed() calls to upper layers (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
26bcb87
ide: add ide_set{_max}_pio() (take 4)
by Bartlomiej Zolnierkiewicz
· 17 years ago
f212ff2
ide: move ide_rate_filter() calls to the upper layer (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
7670df7
ide: mode limiting fixes for user requested speed changes
by Bartlomiej Zolnierkiewicz
· 17 years ago
b4e4436
hpt366: MWDMA filter for SATA cards (take 2)
by Sergei Shtylyov
· 17 years ago
2808b0a
hpt366: UltraDMA filter for SATA cards (take 2)
by Sergei Shtylyov
· 17 years ago
7293136
hpt366: fix PCI clock detection for HPT374 (take 4)
by Sergei Shtylyov
· 17 years ago
4099d14
ide: add PIO masks
by Bartlomiej Zolnierkiewicz
· 17 years ago
2134758
ide: drop "PIO data" argument from ide_get_best_pio_mode()
by Bartlomiej Zolnierkiewicz
· 17 years ago
a5d8c5c
ide: add ide_pci_device_t.host_flags (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
Next »