summaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
Commit message (Expand)AuthorAgeFilesLines
* ata: Use of_property_read_reg() to parse "reg"Rob Herring2023-06-132-20/+14
* ata: libata-scsi: Use ata_ncq_supported in ata_scsi_dev_config()Damien Le Moal2023-06-051-1/+1
* ata: libata-eh: Use ata_ncq_enabled() in ata_eh_speed_down()Damien Le Moal2023-06-051-3/+1
* ata: libata-sata: Improve ata_change_queue_depth()Damien Le Moal2023-06-051-10/+21
* ata: libata-sata: Simplify ata_change_queue_depth()Damien Le Moal2023-06-051-9/+10
* ata: libata-eh: Clarify ata_eh_qc_retry() behavior at call siteNiklas Cassel2023-06-011-2/+15
* ata: pata_parport: Fix on26 module code indentation and styleDamien Le Moal2023-05-161-197/+217
* ata: pata_parport: Fix on20 module code indentation and styleDamien Le Moal2023-05-161-67/+82
* ata: pata_parport: Fix ktti module code indentation and styleDamien Le Moal2023-05-161-45/+40
* ata: pata_parport: Fix kbic module code indentation and styleDamien Le Moal2023-05-161-152/+162
* ata: pata_parport: Fix friq module code indentation and styleDamien Le Moal2023-05-161-142/+150
* ata: pata_parport: Fix fit3 module code indentation and styleDamien Le Moal2023-05-161-102/+104
* ata: pata_parport: Fix fit2 module code indentation and styleDamien Le Moal2023-05-161-67/+64
* ata: pata_parport: Fix epia module code indentation and styleDamien Le Moal2023-05-161-212/+230
* ata: pata_parport: Fix epat module code indentation and styleDamien Le Moal2023-05-161-142/+178
* ata: pata_parport: Fix dstr module code indentation and styleDamien Le Moal2023-05-161-131/+154
* ata: pata_parport: Fix comm module code indentation and styleDamien Le Moal2023-05-161-116/+122
* ata: pata_parport: Fix bpck6 module code indentation and styleDamien Le Moal2023-05-161-32/+35
* ata: pata_parport: Fix aten module code indentation and styleDamien Le Moal2023-05-161-50/+53
* ata: pata_parport: Fix frpw module code indentation and styleDamien Le Moal2023-05-161-154/+168
* ata: pata_parport: Fix bpck module code indentation and styleDamien Le Moal2023-05-161-200/+266
* ata: libata-core: Simplify if condition in ata_dev_revalidate()Yahu Gao2023-05-161-5/+1
* ata: libata: Make ata_platform_remove_one return voidUwe Kleine-König2023-05-1420-24/+22
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-4/+2
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-13/+17
| |\
| * | driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-4/+2
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-27108-122/+122
|\ \ \
| * | | scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-25108-122/+122
| |/ /
* | | Merge tag 'ata-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-04-2623-1438/+702
|\ \ \
| * | | ata: pata_parport-bpck6: Declare mode_map as staticDamien Le Moal2023-03-281-2/+2
| * | | ata: pata_parport-bpck6: Remove dependency on 64BITDamien Le Moal2023-03-281-1/+1
| * | | ata: pata_parport-bpck6: reduce indents in bpck6_openOndrej Zary2023-03-231-23/+25
| * | | ata: pata_parport-bpck6: delete ppc6lnx.cOndrej Zary2023-03-232-18/+0
| * | | ata: pata_parport-bpck6: move defines and mode_map to bpck6.cOndrej Zary2023-03-232-54/+44
| * | | ata: pata_parport-bpck6: move ppc6_wr_data_byte to bpck6.c and renameOndrej Zary2023-03-232-41/+27
| * | | ata: pata_parport-bpck6: move ppc6_rd_data_byte to bpck6.c and renameOndrej Zary2023-03-232-63/+36
| * | | ata: pata_parport-bpck6: move ppc6_send_cmd to bpck6.c and renameOndrej Zary2023-03-232-44/+33
| * | | ata: pata_parport-bpck6: move ppc6_deselect to bpck6.c and renameOndrej Zary2023-03-232-21/+17
| * | | ata: pata_parport-bpck6: merge ppc6_select into bpck6_openOndrej Zary2023-03-232-79/+55
| * | | ata: pata_parport-bpck6: move ppc6_open to bpck6.c and renameOndrej Zary2023-03-232-30/+21
| * | | ata: pata_parport-bpck6: move ppc6_wr_extout to bpck6.c and renameOndrej Zary2023-03-232-12/+8
| * | | ata: pata_parport-bpck6: move ppc6_wait_for_fifo to bpck6.c and renameOndrej Zary2023-03-232-17/+13
| * | | ata: pata_parport-bpck6: merge ppc6_wr_data_blk into bpck6_write_blockOndrej Zary2023-03-232-92/+57
| * | | ata: pata_parport-bpck6: merge ppc6_rd_data_blk into bpck6_read_blockOndrej Zary2023-03-232-92/+48
| * | | ata: pata_parport-bpck6: merge ppc6_wr_port16_blk into bpck6_write_blockOndrej Zary2023-03-232-22/+9
| * | | ata: pata_parport-bpck6: merge ppc6_rd_port16_blk into bpck6_read_blockOndrej Zary2023-03-232-22/+9
| * | | ata: pata_parport-bpck6: merge ppc6_wr_port into bpck6_write_regrOndrej Zary2023-03-232-11/+4
| * | | ata: pata_parport-bpck6: merge ppc6_rd_port into bpck6_read_regrOndrej Zary2023-03-232-11/+4
| * | | ata: pata_parport-bpck6: remove ppc6_closeOndrej Zary2023-03-232-10/+2
| * | | ata: pata_parport-bpck6: remove PPC_FLAGSOndrej Zary2023-03-231-7/+3