Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c159b5968ec9d3cbf16802189b29eb0ec17ae4d8
/
drivers
/
ide
/
sl82c105.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
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
f9288e1
sl82c105: remove no longer needed debugging code
by Bartlomiej Zolnierkiewicz
· 15 years ago
5bfb151f
ide: do not access ide_drive_t 'drive_data' field directly
by Joao Ramos
· 15 years ago
3779f81
sl82c105: implement test_irq() method
by Sergei Shtylyov
· 15 years ago
c9ef59f
ide: IORDY handling fixes
by Bartlomiej Zolnierkiewicz
· 15 years ago
75c2d7d
sl82c105: add printk() logging facility
by Sergei Shtylyov
· 15 years ago
74638c8
ide: add support for CFA specified transfer modes (take 3)
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
cadb300
sl82c105: remove dead code
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/sl82c105.c]
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
feb22b7
ide: add proper PCI PM support (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
5d5870f
ide: ide_dev_has_iordy() -> ata_id_has_iordy()
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ceca72
ide: include <linux/hdreg.h> only when needed
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
6ce71998
sl82c105: 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
cab7f8e
ide: remove ->dma_{status,command} fields from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
3f84757
sl82c105: convert to use ide_timing_find_mode()
by Bartlomiej Zolnierkiewicz
· 16 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
1fd1890
ide: add IDE_HFLAG_SERIALIZE_DMA host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
6c61064
sl82c105: check bridge revision in sl82c105_init_one()
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
7ef8df8
ppc/sandpoint: remove ppc_ide_md hooks
by Bartlomiej Zolnierkiewicz
· 17 years ago
5510b12
ppc/lopec: remove ppc_ide_md hooks
by Bartlomiej Zolnierkiewicz
· 17 years ago
78829dd
ide: remove needless includes from PCI host drivers
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
0859055
sl82c105: remove no longer needed ->selectproc method
by Bartlomiej Zolnierkiewicz
· 17 years ago
6ae8b1e
sl82c105: program DMA/PIO timings in ->dma_start/->ide_dma_end
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
caea760
ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flags
by Bartlomiej Zolnierkiewicz
· 17 years ago
85ad93a
ide: set drive->autotune in ide_pci_setup_ports()
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
d6ae3ad
sl82c105: add PIO autotune fallback to ->ide_dma_check
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
8f4dd2e
ide: use only ->set_pio_mode method for programming PIO modes (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
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
7dd0008
ide: add ide_pio_cycle_time() helper (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
a5d8c5c
ide: add ide_pci_device_t.host_flags (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
2229833
ide: add ide_dev_has_iordy() helper (take 4)
by Bartlomiej Zolnierkiewicz
· 17 years ago
44c1013
PCI: Change all drivers to use pci_device->revision
by Auke Kok
· 17 years ago
c283f5d
ide: make void and rename ide_dma_timeout() method
by Sergei Shtylyov
· 17 years ago
841d2a9
ide: make void and rename ide_dma_lostirq() method
by Sergei Shtylyov
· 17 years ago
640b31b
sl82c105: Switch to ref counting API
by Alan Cox
· 17 years ago
4728d54
ide: remove ide_dma_enable()
by Bartlomiej Zolnierkiewicz
· 17 years ago
46cedc9
sl82c105: add speedproc() method and MWDMA0/1 support
by Sergei Shtylyov
· 17 years ago
688a87d
sl82c105: DMA support code cleanup (take 4)
by Sergei Shtylyov
· 18 years ago
e93df70
sl82c105: rework PIO support (take 2)
by Sergei Shtylyov
· 18 years ago
7469aaf
ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)
by Bartlomiej Zolnierkiewicz
· 18 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
ea266ba
sl82c105: DMA support fixes
by Sergei Shtylyov
· 18 years ago
82ab1ee
ide: add missing __init tags to IDE PCI host drivers
by Bartlomiej Zolnierkiewicz
· 18 years ago
dd607d2
[PATCH] sl82c105: straighten up IDE control/status register caching
by Sergei Shtylyov
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
f201f50
[PATCH] ide: housekeeping on IDE drivers
by Alan Cox
· 18 years ago
a151021
[ARM] Ensure sl82c105 IDE interfaces are serialized when using DMA
by Russell King
· 19 years ago
9648f55
[ARM] Fix broken sl82c105 DMA prevention
by Russell King
· 19 years ago
34a6224
[PATCH] ide: hotplug mark __devinit sl82c105.c
by Herbert Xu
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago