summaryrefslogtreecommitdiff
path: root/drivers/ata/pata_parport
AgeCommit message (Expand)Author
2023-10-10ata: pata_parport: fit3: implement IDE command set registersOndrej Zary
2023-10-10ata: pata_parport: add custom version of wait_after_resetOndrej Zary
2023-10-10ata: pata_parport: implement set_devctlOndrej Zary
2023-10-10ata: pata_parport: fix pata_parport_devchkOndrej Zary
2023-09-15ata: pata_parport: Fix code style issuesDamien Le Moal
2023-07-17ata: pata_parport: Add missing protocol modules descriptionDamien Le Moal
2023-05-16ata: pata_parport: Fix on26 module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix on20 module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix ktti module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix kbic module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix friq module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix fit3 module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix fit2 module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix epia module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix epat module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix dstr module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix comm module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix bpck6 module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix aten module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix frpw module code indentation and styleDamien Le Moal
2023-05-16ata: pata_parport: Fix bpck module code indentation and styleDamien Le Moal
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-28ata: pata_parport-bpck6: Declare mode_map as staticDamien Le Moal
2023-03-28ata: pata_parport-bpck6: Remove dependency on 64BITDamien Le Moal
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-23ata: pata_parport-bpck6: reduce indents in bpck6_openOndrej Zary
2023-03-23ata: pata_parport-bpck6: delete ppc6lnx.cOndrej Zary
2023-03-23ata: pata_parport-bpck6: move defines and mode_map to bpck6.cOndrej Zary
2023-03-23ata: pata_parport-bpck6: move ppc6_wr_data_byte to bpck6.c and renameOndrej Zary
2023-03-23ata: pata_parport-bpck6: move ppc6_rd_data_byte to bpck6.c and renameOndrej Zary
2023-03-23ata: pata_parport-bpck6: move ppc6_send_cmd to bpck6.c and renameOndrej Zary
2023-03-23ata: pata_parport-bpck6: move ppc6_deselect to bpck6.c and renameOndrej Zary
2023-03-23ata: pata_parport-bpck6: merge ppc6_select into bpck6_openOndrej Zary
2023-03-23ata: pata_parport-bpck6: move ppc6_open to bpck6.c and renameOndrej Zary
2023-03-23ata: pata_parport-bpck6: move ppc6_wr_extout to bpck6.c and renameOndrej Zary
2023-03-23ata: pata_parport-bpck6: move ppc6_wait_for_fifo to bpck6.c and renameOndrej Zary
2023-03-23ata: pata_parport-bpck6: merge ppc6_wr_data_blk into bpck6_write_blockOndrej Zary
2023-03-23ata: pata_parport-bpck6: merge ppc6_rd_data_blk into bpck6_read_blockOndrej Zary
2023-03-23ata: pata_parport-bpck6: merge ppc6_wr_port16_blk into bpck6_write_blockOndrej Zary
2023-03-23ata: pata_parport-bpck6: merge ppc6_rd_port16_blk into bpck6_read_blockOndrej Zary
2023-03-23ata: pata_parport-bpck6: merge ppc6_wr_port into bpck6_write_regrOndrej Zary
2023-03-23ata: pata_parport-bpck6: merge ppc6_rd_port into bpck6_read_regrOndrej Zary
2023-03-23ata: pata_parport-bpck6: remove ppc6_closeOndrej Zary
2023-03-23ata: pata_parport-bpck6: remove PPC_FLAGSOndrej Zary
2023-03-23ata: pata_parport-bpck6: use parport_frob_control and remove CUR_CTRLOndrej Zary
2023-03-23ata: pata_parport-bpck6: use parport access functions instead of port I/OOndrej Zary
2023-03-23ata: pata_parport-bpck6: remove parallel port bit definesOndrej Zary