index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
pata_octeon_cf.c
Age
Commit message (
Expand
)
Author
2022-06-06
ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe
Miaoqian Lin
2022-03-07
ata: Drop commas after OF match table sentinels
Geert Uytterhoeven
2022-02-20
ata: add/use ata_taskfile::{error|status} fields
Sergey Shtylyov
2022-01-21
ata: pata_octeon_cf: fix call to trace_ata_bmdma_stop()
Damien Le Moal
2022-01-14
ata: pata_octeon_cf: remove redundant val variable
Minghao Chi
2022-01-05
ata: pata_octeon_cf: Replace pr_XXX() calls with structured logging
Hannes Reinecke
2022-01-05
ata: pata_octeon_cf: Drop pointless VPRINTK() calls and convert the remaining...
Hannes Reinecke
2022-01-05
ata: pata_octeon_cf: remove DPRINTK() macro in interrupt context
Hannes Reinecke
2022-01-05
ata: libata: tracepoints for bus-master DMA
Hannes Reinecke
2022-01-04
ata: libata: add reset tracepoints
Hannes Reinecke
2021-05-19
pata_octeon_cf: avoid WARN_ON() in ata_host_activate()
Sergey Shtylyov
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2017-08-28
pata_octeon_cf: use of_property_read_{bool|u32}()
Sergei Shtylyov
2017-06-19
ata: pata_octeon_cf: make of_device_ids const.
Arvind Yadav
2017-01-23
pata_octeon_cf: remove unused local variables from octeon_cf_set_piomode()
Tejun Heo
2017-01-10
ata: pass queued command to ->sff_data_xfer method
Bartlomiej Zolnierkiewicz
2016-09-22
ata: Replace BUG() with BUG_ON().
Harman Kalra
2015-06-08
pata_octeon_cf: fix broken build
Aaro Koskinen
2014-10-20
ata: drop owner assignment from platform_drivers
Wolfram Sang
2014-04-14
pata_octeon_cf: use devm_kzalloc() to allocate cf_port
Bartlomiej Zolnierkiewicz
2013-10-31
DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
Russell King
2013-07-30
ata: use dev_get_platdata()
Jingoo Han
2013-04-03
pata_octeon_cf: Use resource_size function
Alexandru Gheorghiu
2013-01-03
Drivers: ata: remove __dev* attributes.
Greg Kroah-Hartman
2012-12-13
ata: pata_octeon_cf: Use correct byte order for DMA in when built little-endian.
David Daney
2012-12-13
MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.
David Daney
2011-07-23
ata: Add and use ata_print_version_once
Joe Perches
2011-07-23
ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
Joe Perches
2011-03-02
libata: remove ATA_FLAG_NO_LEGACY
Sergei Shtylyov
2011-03-02
libata: remove ATA_FLAG_MMIO
Sergei Shtylyov
2010-11-12
drivers/ata/pata_octeon_cf.c: delete double assignment
Julia Lawall
2010-10-29
ATA: pata_octeon_cf: Use I/O clock rate for timing calculations.
David Daney
2010-05-25
libata-sff: kill dummy BMDMA ops from sata_qstor and pata_octeon_cf
Tejun Heo
2010-05-17
libata: kill ATA_FLAG_DISABLED
Tejun Heo
2010-05-14
libata: make sff_irq_on() method optional
Sergei Shtylyov
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-12-17
pata_octeon_cf: use resource_size(), to fix resource sizing bug
H Hartley Sweeten
2009-09-11
drivers/ata: use resource_size
Julia Lawall
2009-09-01
drivers/ata: Remove unnecessary semicolons
Joe Perches
2009-07-28
libata: remove superfluous NULL pointer checks
Bartlomiej Zolnierkiewicz
2009-04-06
libata: Remove some redundant casts from pata_octeon_cf.c
David Daney
2009-03-24
[libata] convert drivers to use ata.h mode mask defines
Erik Inge Bolsø
2009-01-16
libata: New driver for OCTEON SOC Compact Flash interface (v7).
David Daney