summaryrefslogtreecommitdiff
path: root/drivers/ata/pata_parport
AgeCommit message (Expand)AuthorFilesLines
2023-10-10ata: pata_parport: fit3: implement IDE command set registersOndrej Zary1-12/+2
2023-10-10ata: pata_parport: add custom version of wait_after_resetOndrej Zary1-1/+67
2023-10-10ata: pata_parport: implement set_devctlOndrej Zary1-0/+8
2023-10-10ata: pata_parport: fix pata_parport_devchkOndrej Zary1-1/+1
2023-09-15ata: pata_parport: Fix code style issuesDamien Le Moal1-5/+4
2023-07-17ata: pata_parport: Add missing protocol modules descriptionDamien Le Moal15-1/+35
2023-05-16ata: pata_parport: Fix on26 module code indentation and styleDamien Le Moal1-197/+217
2023-05-16ata: pata_parport: Fix on20 module code indentation and styleDamien Le Moal1-67/+82
2023-05-16ata: pata_parport: Fix ktti module code indentation and styleDamien Le Moal1-45/+40
2023-05-16ata: pata_parport: Fix kbic module code indentation and styleDamien Le Moal1-152/+162
2023-05-16ata: pata_parport: Fix friq module code indentation and styleDamien Le Moal1-142/+150
2023-05-16ata: pata_parport: Fix fit3 module code indentation and styleDamien Le Moal1-102/+104
2023-05-16ata: pata_parport: Fix fit2 module code indentation and styleDamien Le Moal1-67/+64
2023-05-16ata: pata_parport: Fix epia module code indentation and styleDamien Le Moal1-212/+230
2023-05-16ata: pata_parport: Fix epat module code indentation and styleDamien Le Moal1-142/+178
2023-05-16ata: pata_parport: Fix dstr module code indentation and styleDamien Le Moal1-131/+154
2023-05-16ata: pata_parport: Fix comm module code indentation and styleDamien Le Moal1-116/+122
2023-05-16ata: pata_parport: Fix bpck6 module code indentation and styleDamien Le Moal1-32/+35
2023-05-16ata: pata_parport: Fix aten module code indentation and styleDamien Le Moal1-50/+53
2023-05-16ata: pata_parport: Fix frpw module code indentation and styleDamien Le Moal1-154/+168
2023-05-16ata: pata_parport: Fix bpck module code indentation and styleDamien Le Moal1-200/+266
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2023-04-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-13/+17
2023-03-28ata: pata_parport-bpck6: Declare mode_map as staticDamien Le Moal1-2/+2
2023-03-28ata: pata_parport-bpck6: Remove dependency on 64BITDamien Le Moal1-1/+1
2023-03-25scsi: ata: Declare SCSI host templates constBart Van Assche1-1/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-4/+2
2023-03-23ata: pata_parport-bpck6: reduce indents in bpck6_openOndrej Zary1-23/+25
2023-03-23ata: pata_parport-bpck6: delete ppc6lnx.cOndrej Zary2-18/+0
2023-03-23ata: pata_parport-bpck6: move defines and mode_map to bpck6.cOndrej Zary2-54/+44
2023-03-23ata: pata_parport-bpck6: move ppc6_wr_data_byte to bpck6.c and renameOndrej Zary2-41/+27
2023-03-23ata: pata_parport-bpck6: move ppc6_rd_data_byte to bpck6.c and renameOndrej Zary2-63/+36
2023-03-23ata: pata_parport-bpck6: move ppc6_send_cmd to bpck6.c and renameOndrej Zary2-44/+33
2023-03-23ata: pata_parport-bpck6: move ppc6_deselect to bpck6.c and renameOndrej Zary2-21/+17
2023-03-23ata: pata_parport-bpck6: merge ppc6_select into bpck6_openOndrej Zary2-79/+55
2023-03-23ata: pata_parport-bpck6: move ppc6_open to bpck6.c and renameOndrej Zary2-30/+21
2023-03-23ata: pata_parport-bpck6: move ppc6_wr_extout to bpck6.c and renameOndrej Zary2-12/+8
2023-03-23ata: pata_parport-bpck6: move ppc6_wait_for_fifo to bpck6.c and renameOndrej Zary2-17/+13
2023-03-23ata: pata_parport-bpck6: merge ppc6_wr_data_blk into bpck6_write_blockOndrej Zary2-92/+57
2023-03-23ata: pata_parport-bpck6: merge ppc6_rd_data_blk into bpck6_read_blockOndrej Zary2-92/+48
2023-03-23ata: pata_parport-bpck6: merge ppc6_wr_port16_blk into bpck6_write_blockOndrej Zary2-22/+9
2023-03-23ata: pata_parport-bpck6: merge ppc6_rd_port16_blk into bpck6_read_blockOndrej Zary2-22/+9
2023-03-23ata: pata_parport-bpck6: merge ppc6_wr_port into bpck6_write_regrOndrej Zary2-11/+4
2023-03-23ata: pata_parport-bpck6: merge ppc6_rd_port into bpck6_read_regrOndrej Zary2-11/+4
2023-03-23ata: pata_parport-bpck6: remove ppc6_closeOndrej Zary2-10/+2
2023-03-23ata: pata_parport-bpck6: remove PPC_FLAGSOndrej Zary1-7/+3
2023-03-23ata: pata_parport-bpck6: use parport_frob_control and remove CUR_CTRLOndrej Zary1-84/+36
2023-03-23ata: pata_parport-bpck6: use parport access functions instead of port I/OOndrej Zary2-145/+68
2023-03-23ata: pata_parport-bpck6: remove parallel port bit definesOndrej Zary1-32/+27