summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* ata: libata-scsi: Avoid deadlock on rescan after device resumeDamien Le Moal2023-06-183-3/+24
* ata: libata-scsi: Use correct device no in ata_find_dev()Damien Le Moal2023-05-301-8/+26
* 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-26108-122/+122
|\ \ \
| * | | scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-24108-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
| * | | ata: pata_parport-bpck6: use parport_frob_control and remove CUR_CTRLOndrej Zary2023-03-231-84/+36
| * | | ata: pata_parport-bpck6: use parport access functions instead of port I/OOndrej Zary2023-03-232-145/+68
| * | | ata: pata_parport-bpck6: remove parallel port bit definesOndrej Zary2023-03-231-32/+27
| * | | ata: pata_parport-bpck6: remove struct ppc_storageOndrej Zary2023-03-232-101/+69
| * | | ata: pata_parport-bpck6: remove mode from struct ppc_storageOndrej Zary2023-03-232-33/+16
| * | | ata: pata_parport-bpck6: remove org_* from struct ppc_storageOndrej Zary2023-03-231-11/+9
| * | | ata: pata_parport-bpck6: remove ppc_id from struct ppc_storageOndrej Zary2023-03-232-10/+2
| * | | ata: pata_parport-bpck6: remove lpt_addr from struct ppc_storageOndrej Zary2023-03-232-78/+76
| * | | ata: pata_parport-bpck6: pass around struct pi_adapter *Ondrej Zary2023-03-232-86/+96
| * | | ata: pata_parport-bpck6: don't cast pi->pardev to struct pardevice *Ondrej Zary2023-03-231-18/+6
| * | | ata: pata_parport-bpck6: remove useless range check from read/write_regrOndrej Zary2023-03-231-14/+2
| * | | ata: pata_parport-bpck6: remove useless definesOndrej Zary2023-03-231-19/+2
| * | | ata: Use of_property_present() for testing DT property presenceRob Herring2023-03-233-4/+4
| * | | ahci: qoriq: Add platform dependenciesGeert Uytterhoeven2023-03-231-0/+1
| * | | ata: pata_parport: move pata_parport.h to drivers/ata/pata_parportOndrej Zary2023-03-2317-31/+112
| * | | ata: pata_parport: remove obsolete changelogsOndrej Zary2023-03-2312-83/+0
| * | | ata: pata_parport: remove scratch parameter from test_proto()Ondrej Zary2023-03-236-17/+20
| * | | ata: pata_parport: remove verbose parameter from test_proto()Ondrej Zary2023-03-236-6/+6
| * | | ata: pata_parport: remove bpck6 verbose parameterOndrej Zary2023-03-231-5/+0
| * | | ata: pata_parport: simplify log_adapter prints, remove VERSION definesOndrej Zary2023-03-2315-91/+32
| * | | ata: pata_parport: use print_hex_*Ondrej Zary2023-03-231-18/+4