summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_ixp4xx_cf.c
Commit message (Expand)AuthorAgeFilesLines
* ata: pata_ixp4xx: Remove unnecessary return value checkYangtao Li2023-08-021-5/+2
* ata: pata_ixp4xx: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-021-10/+7
* ata: libata: Make ata_platform_remove_one return voidUwe Kleine-König2023-05-151-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-261-1/+1
|\
| * scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-241-1/+1
* | pata: ixp4xx: Add explicit include for of.hRob Herring2023-04-061-0/+1
|/
* ata: Drop commas after OF match table sentinelsGeert Uytterhoeven2022-03-071-1/+1
* ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macrosHannes Reinecke2022-01-051-3/+3
* pata: ixp4xx: Rewrite to use device treeLinus Walleij2021-08-041-47/+154
* pata: ixp4xx: Refer to cmd and ctl rather than csNLinus Walleij2021-08-041-14/+13
* pata: ixp4xx: Use IS_ENABLED() to determine endiannessLinus Walleij2021-08-041-23/+22
* pata: ixp4xx: Use local dev variableLinus Walleij2021-08-041-5/+6
* pata: ixp4xx: split platform data to its own headerArnd Bergmann2021-06-171-1/+1
* ARM/ixp4xx: Make NEED_MACH_IO_H optionalLinus Walleij2021-06-161-0/+1
* pata_ipx4xx_cf: Fix unsigned comparison with less than zeroJunlin Yang2021-04-111-1/+1
* pata_ipx4xx_cf: fix IRQ checkSergey Shtylyov2021-03-261-1/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz2017-01-101-2/+2
* ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* DMA-API: others: use dma_set_coherent_mask()Russell King2013-10-311-1/+4
* ata: use dev_get_platdata()Jingoo Han2013-07-301-2/+2
* Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* pata_ixp4xx_cf: utilize common ata_platform_remove_one()Brian Norris2012-12-031-10/+1
* SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin2012-01-081-12/+1
* ata: Add and use ata_print_version_onceJoe Perches2011-07-231-1/+1
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-1/+1
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-231-1/+1
* drivers: Final irq namespace conversionThomas Gleixner2011-03-291-1/+1
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-1/+1
* libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-1/+1
* libata: beef up iteratorsTejun Heo2008-12-281-8/+6
* [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov2008-07-271-1/+1
* ATA/IDE: fix platform driver hotplug/coldplugKay Sievers2008-04-251-0/+1
* libata: rename SFF port opsTejun Heo2008-04-171-1/+1
* libata: rename SFF functionsTejun Heo2008-04-171-2/+2
* libata: implement and use ops inheritanceTejun Heo2008-04-171-21/+2
* libata: implement and use SHT initializersTejun Heo2008-04-171-15/+1
* libata: normalize port_info, port_operations and sht tablesTejun Heo2008-04-171-2/+1
* libata: implement and use ata_noop_irq_clear()Tejun Heo2008-04-171-1/+1
* libata: update ->data_xfer hook for ATAPITejun Heo2008-01-231-12/+14
* pata_ixp4xx_cf: fix compilation introduced by ata_port_desc() conversionRod Whitby2008-01-101-1/+2
* libata: implement and use ata_port_desc() to report port configurationTejun Heo2007-10-121-2/+11
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-1/+0
* [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik2007-10-121-1/+0
* libata-link: linkify config/EH related functionsTejun Heo2007-10-121-2/+2
* libata-link: implement and use link/device iteratorsTejun Heo2007-10-121-3/+2
* libata-link: introduce ata_linkTejun Heo2007-10-121-2/+2
* drivers/ata/pata_ixp4xx_cf.c: ioremap return code checkScott Thompson2007-10-031-0/+3