Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d0b7eb6ff2985c9350fdb297fa5727c35324d4df
/
drivers
/
ide
/
au1xxx-ide.c
35316c9
ide: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
a53dae4
ide: use module_platform_driver()
by Christoph Jaeger
· 11 years ago
50d5676
MIPS: Alchemy: kill au1xxx.h header
by Manuel Lauss
· 13 years ago
d4f07ae
MIPS, IDE: Alchem, au1xxx-ide: Remove pb1200/db1200 header dep
by Manuel Lauss
· 13 years ago
4c10c93
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6
by Linus Torvalds
· 15 years ago
963accb
MIPS: Alchemy: change dbdma to accept physical memory addresses
by Manuel Lauss
· 15 years ago
ea071cc
MIPS: Alchemy: remove dbdma compat macros
by Manuel Lauss
· 15 years ago
b1681c5
drivers/ide: Fix continuation line formats
by Joe Perches
· 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
4b7c723
drivers/ide/au1xxx-ide.c: use resource_size()
by H Hartley Sweeten
· 15 years ago
9f36d31
ide: remove hw_regs_t typedef
by Bartlomiej Zolnierkiewicz
· 15 years ago
dca3983
ide: pass number of ports to ide_host_{alloc,add}() (v2)
by Bartlomiej Zolnierkiewicz
· 15 years ago
29e52cf
ide: remove chipset field from hw_regs_t
by Bartlomiej Zolnierkiewicz
· 15 years ago
abb596b
ide: turn selectproc() method into dev_select() method (take 5)
by Sergei Shtylyov
· 16 years ago
ecf3a31
ide: turn set_irq() method into write_devctl() method
by Sergei Shtylyov
· 16 years ago
985232e
au1xxx-ide: auide_{in|out}sw() should be static
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
11998b3
ide: move ide_map_sg() call out of ->dma_setup method (take 2)
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
b6308ee
ide: move command related fields from ide_hwif_t to struct ide_cmd
by Bartlomiej Zolnierkiewicz
· 16 years ago
adb1af9
ide: pass command instead of request to ide_pio_datablock()
by Bartlomiej Zolnierkiewicz
· 16 years ago
e6830a8
ide: call ide_build_sglist() prior to ->dma_setup (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
e295b8d
au1xxx-ide: auide_dma_end() cleanup
by Bartlomiej Zolnierkiewicz
· 16 years ago
7a192ec
platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver'
by Ming Lei
· 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
b65fac3
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
2bfba3c
ide: remove useless subdirs from drivers/ide/
by Bartlomiej Zolnierkiewicz
· 16 years ago
[Renamed from drivers/ide/mips/au1xxx-ide.c]
2bbd57c
ide: switch to DMA-mapping API part #2
by Bartlomiej Zolnierkiewicz
· 16 years ago
ffa15a6
ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
by Bartlomiej Zolnierkiewicz
· 16 years ago
de23ec9
ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
by Bartlomiej Zolnierkiewicz
· 16 years ago
c67c216
ide: remove superfluous ->waiting_for_dma checks
by Bartlomiej Zolnierkiewicz
· 16 years ago
6f904d0
ide: add ide_host_add() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
48c3c10
ide: add struct ide_host (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
374e042
ide: add struct ide_tp_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
c97c6ac
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
a536f32
au1xxx-ide: don't use hwif->hwif_data
by Bartlomiej Zolnierkiewicz
· 16 years ago
c56c564
ide: set hwif->dev in ide_init_port_hw() (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
16bb69c
ide: remove ->INS{W,L} and ->OUTS{W,L} methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
70f91e0
au1xxx-ide: add ->{in,out}put_data methods (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
284aa76
ide: fix au1xxx-ide breakage
by Bartlomiej Zolnierkiewicz
· 17 years ago
fcbd3b4
[MIPS] Pb1200/DBAu1200: move platform code to its proper place
by Sergei Shtylyov
· 17 years ago
4c3032d
ide: add struct ide_io_ports (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
387750c
ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)
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
8552865
au1xxx-ide: use ->init_dma method
by Bartlomiej Zolnierkiewicz
· 17 years ago
f629b38
au1xxx-ide: fix MWDMA support
by Bartlomiej Zolnierkiewicz
· 17 years ago
eb63963
ide: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
3dd89a9
ide: cleanup setting hwif->mmio flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
ac95bee
ide: add struct ide_port_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
4f7bada
au1xxx-ide: use ide_find_port()
by Bartlomiej Zolnierkiewicz
· 17 years ago
2304dc6
ide: remove ->hold field from ide_hwif_t (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
93de00f
ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
b4dcaea
Pb1200/DBAu1200: fix bad IDE resource size
by Sergei Shtylyov
· 17 years ago
fabd3a2
Au1200: IDE driver build fix
by Sergei Shtylyov
· 17 years ago
09a7744
Au1200: kill IDE driver function prototypes
by Sergei Shtylyov
· 17 years ago
807b90d
ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags
by Bartlomiej Zolnierkiewicz
· 17 years ago
909f436
ide: fix ide_unregister() usage in host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
f82c2b1
ide: add 'init_default' and 'restore' arguments to ide_unregister()
by Bartlomiej Zolnierkiewicz
· 17 years ago
c413b9b
ide: add struct ide_port_info instances to legacy host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
bd38dd3
au1xxx-ide: fix ->io_32bit handling
by Bartlomiej Zolnierkiewicz
· 17 years ago
58f189f
ide: delete filenames/versions from comments
by Bartlomiej Zolnierkiewicz
· 17 years ago
fadd11c
au1xxx-ide/rapide: use hwif->index for ide_unregister()
by Bartlomiej Zolnierkiewicz
· 17 years ago
ed1f788
au1xxx-ide: device tree bugfix
by Bartlomiej Zolnierkiewicz
· 17 years ago
062f9f0
ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
5df37c3
au1xxx-ide: use hwif->dev
by Bartlomiej Zolnierkiewicz
· 17 years ago
aa79a2f
au1xxx-ide: use ide_init_port_hw()
by Bartlomiej Zolnierkiewicz
· 17 years ago
a42bcc0
au1xxx-ide: au_ide_probe() fixes
by Bartlomiej Zolnierkiewicz
· 17 years ago
15ce926
ide: merge ->dma_host_{on,off} methods into ->dma_host_set method
by Bartlomiej Zolnierkiewicz
· 17 years ago
4a546e0
ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
378f577
au1xxx-ide: add ide_toggle_bounce() calls
by Bartlomiej Zolnierkiewicz
· 17 years ago
4db90a1
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
45711f1
[SG] Update drivers to use sg helpers
by Jens Axboe
· 17 years ago
a05e2fa
au1xxx-ide: set ->autotune and ->no_io_32bit also for the slave device
by Bartlomiej Zolnierkiewicz
· 17 years ago
9239b33
ide: remove write-only hwif->hw
by Bartlomiej Zolnierkiewicz
· 17 years ago
8447d9d
ide: add ide_device_add()
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
0ae2e17
ide: remove ->ide_dma_check (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
8446f65
au1xxx-ide: use ide_tune_dma()
by Bartlomiej Zolnierkiewicz
· 17 years ago
55c16a7
IDE: sg chaining support
by Jens Axboe
· 17 years ago
88b2b32
ide: move ide_config_drive_speed() calls to upper layers (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
0f45894
au1xxx: fix au1xxx_set_pio_mode()
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
a8028fc
ide: add missing ide_rate_filter() calls to ->speedproc()-s
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
75b1d97
ide: convert ide_find_best_mode() users to use ide_max_dma_mode()
by Bartlomiej Zolnierkiewicz
· 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
5cbf79c
ide: add ide_proc_register_port()
by Bartlomiej Zolnierkiewicz
· 17 years ago
1918fd6
ide: au1xxx: fix use of mixed declarations and code
by Ralf Baechle
· 18 years ago
846c11a
ide: remove a ton of pointless #undef REALLY_SLOW_IO
by Alan Cox
· 18 years ago
Next »