aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_macio.c
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+6
2024-04-11scsi: libata: Switch to using ->device_configureChristoph Hellwig1-1/+1
2024-04-11scsi: pata_macio: Switch to using ->device_configureChristoph Hellwig1-4/+5
2024-04-01ata: pata_macio: drop driver owner assignmentKrzysztof Kozlowski1-3/+0
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li1-3/+1
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2023-04-06ata: pata_macio: Add explicit include of irqdomain.hRob Herring1-0/+1
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche1-1/+1
2022-09-16ata: pata_macio: Remove unneeded word in commentsShaomin Deng1-2/+1
2022-06-20ata: pata_macio: Fix compilation warningDamien Le Moal1-1/+1
2022-03-07ata: Drop commas after OF match table sentinelsGeert Uytterhoeven1-13/+5
2022-02-19ata: libata: make ata_host_suspend() *void*Sergey Shtylyov1-5/+1
2021-10-16scsi: ata: Switch to attribute groupsBart Van Assche1-1/+1
2021-06-16ata: pata_macio: Avoid overwriting initialised field in 'pata_macio_sht'Lee Jones1-1/+4
2020-01-22ata: pata_macio: fix comparing pointer to 0Chen Zhou1-1/+1
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-2/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-02-08ata: macio: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2019-01-22scsi: communicate max segment size to the DMA mapping codeChristoph Hellwig1-5/+4
2018-12-21ata: pata_macio: add of_node_put()Yangtao Li1-0/+2
2018-02-18pata_macio: Delete an error message for a failed memory allocation in two fun...Markus Elfring1-8/+4
2017-03-06ata: constify of_device_id structuresBhumika Goyal1-1/+1
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+1
2015-09-17ata: pata_macio: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-03-23powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson1-5/+5
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz1-14/+8
2013-06-02ata: use pci_get_drvdata()Jingoo Han1-3/+3
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman1-17/+16
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-3/+2
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-2/+3
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-1/+1
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-2/+1
2010-06-02powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt1-5/+5
2010-05-25libata-sff: separate out BMDMA irq handlerTejun Heo1-1/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-2/+3
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo1-0/+2
2010-05-19libata-sff: clean up inheritance in several driversTejun Heo1-2/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-09libata/drivers: Add driver for Apple "MacIO" IDE controllerBenjamin Herrenschmidt1-0/+1427