aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_octeon_cf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28pata_octeon_cf: use of_property_read_{bool|u32}()Sergei Shtylyov1-6/+4
2017-06-19ata: pata_octeon_cf: make of_device_ids const.Arvind Yadav1-1/+1
2017-01-23pata_octeon_cf: remove unused local variables from octeon_cf_set_piomode()Tejun Heo1-8/+0
2017-01-10ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz1-6/+6
2016-09-22ata: Replace BUG() with BUG_ON().Harman Kalra1-2/+1
2015-06-08pata_octeon_cf: fix broken buildAaro Koskinen1-1/+1
2014-10-20ata: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-14pata_octeon_cf: use devm_kzalloc() to allocate cf_portBartlomiej Zolnierkiewicz1-33/+17
2013-10-31DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()Russell King1-2/+3
2013-07-30ata: use dev_get_platdata()Jingoo Han1-1/+1
2013-04-03pata_octeon_cf: Use resource_size functionAlexandru Gheorghiu1-1/+1
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-13ata: pata_octeon_cf: Use correct byte order for DMA in when built little-endian.David Daney1-0/+4
2012-12-13MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney1-135/+284
2011-07-23ata: Add and use ata_print_version_onceJoe Perches1-2/+4
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-1/+1
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-2/+1
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-2/+2
2010-11-12drivers/ata/pata_octeon_cf.c: delete double assignmentJulia Lawall1-2/+0
2010-10-29ATA: pata_octeon_cf: Use I/O clock rate for timing calculations.David Daney1-1/+1
2010-05-25libata-sff: kill dummy BMDMA ops from sata_qstor and pata_octeon_cfTejun Heo1-18/+0
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-7/+2
2010-05-14libata: make sff_irq_on() method optionalSergei Shtylyov1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-17pata_octeon_cf: use resource_size(), to fix resource sizing bugH Hartley Sweeten1-1/+1
2009-09-11drivers/ata: use resource_sizeJulia Lawall1-1/+1
2009-09-01drivers/ata: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-07-28libata: remove superfluous NULL pointer checksBartlomiej Zolnierkiewicz1-1/+2
2009-04-06libata: Remove some redundant casts from pata_octeon_cf.cDavid Daney1-3/+3
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-2/+2
2009-01-16libata: New driver for OCTEON SOC Compact Flash interface (v7).David Daney1-0/+965