summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_octeon_cf.c
Commit message (Expand)AuthorAgeFilesLines
* ata: pata_octeon_cf: fix error return code in octeon_cf_probe()Yang Yingliang2023-07-261-3/+3
* ata: pata_octeon_cf: Add missing header includeDamien Le Moal2023-06-151-0/+1
* ata: Use of_property_read_reg() to parse "reg"Rob Herring2023-06-131-17/+9
* scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-241-1/+1
* ata: pata_octeon_cf: drop kernel-doc notationRandy Dunlap2023-02-141-8/+8
* ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probeMiaoqian Lin2022-06-061-0/+3
* ata: Drop commas after OF match table sentinelsGeert Uytterhoeven2022-03-071-4/+2
* ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov2022-02-201-2/+2
* ata: pata_octeon_cf: fix call to trace_ata_bmdma_stop()Damien Le Moal2022-01-211-1/+1
* ata: pata_octeon_cf: remove redundant val variableMinghao Chi2022-01-141-5/+1
* ata: pata_octeon_cf: Replace pr_XXX() calls with structured loggingHannes Reinecke2022-01-051-2/+2
* ata: pata_octeon_cf: Drop pointless VPRINTK() calls and convert the remaining...Hannes Reinecke2022-01-051-21/+1
* ata: pata_octeon_cf: remove DPRINTK() macro in interrupt contextHannes Reinecke2022-01-051-2/+0
* ata: libata: tracepoints for bus-master DMAHannes Reinecke2022-01-051-11/+7
* ata: libata: add reset tracepointsHannes Reinecke2022-01-041-2/+0
* pata_octeon_cf: avoid WARN_ON() in ata_host_activate()Sergey Shtylyov2021-05-191-2/+3
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-3/+3
* pata_octeon_cf: use of_property_read_{bool|u32}()Sergei Shtylyov2017-08-281-6/+4
* ata: pata_octeon_cf: make of_device_ids const.Arvind Yadav2017-06-191-1/+1
* pata_octeon_cf: remove unused local variables from octeon_cf_set_piomode()Tejun Heo2017-01-231-8/+0
* ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz2017-01-101-6/+6
* ata: Replace BUG() with BUG_ON().Harman Kalra2016-09-221-2/+1
* pata_octeon_cf: fix broken buildAaro Koskinen2015-06-081-1/+1
* ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* pata_octeon_cf: use devm_kzalloc() to allocate cf_portBartlomiej Zolnierkiewicz2014-04-141-33/+17
* DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()Russell King2013-10-311-2/+3
* ata: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* pata_octeon_cf: Use resource_size functionAlexandru Gheorghiu2013-04-031-1/+1
* Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* ata: pata_octeon_cf: Use correct byte order for DMA in when built little-endian.David Daney2012-12-131-0/+4
* MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney2012-12-131-135/+284
* ata: Add and use ata_print_version_onceJoe Perches2011-07-231-2/+4
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-1/+1
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-2/+1
* libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-2/+2
* drivers/ata/pata_octeon_cf.c: delete double assignmentJulia Lawall2010-11-121-2/+0
* ATA: pata_octeon_cf: Use I/O clock rate for timing calculations.David Daney2010-10-291-1/+1
* libata-sff: kill dummy BMDMA ops from sata_qstor and pata_octeon_cfTejun Heo2010-05-251-18/+0
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-171-7/+2
* libata: make sff_irq_on() method optionalSergei Shtylyov2010-05-141-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pata_octeon_cf: use resource_size(), to fix resource sizing bugH Hartley Sweeten2009-12-171-1/+1
* drivers/ata: use resource_sizeJulia Lawall2009-09-111-1/+1
* drivers/ata: Remove unnecessary semicolonsJoe Perches2009-09-011-1/+1
* libata: remove superfluous NULL pointer checksBartlomiej Zolnierkiewicz2009-07-281-1/+2
* libata: Remove some redundant casts from pata_octeon_cf.cDavid Daney2009-04-061-3/+3
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-2/+2
* libata: New driver for OCTEON SOC Compact Flash interface (v7).David Daney2009-01-161-0/+965