index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Lines
2023-03-23
ata: pata_parport-bpck6: move ppc6_wait_for_fifo to bpck6.c and rename
Ondrej Zary
-17
/
+13
2023-03-23
ata: pata_parport-bpck6: merge ppc6_wr_data_blk into bpck6_write_block
Ondrej Zary
-92
/
+57
2023-03-23
ata: pata_parport-bpck6: merge ppc6_rd_data_blk into bpck6_read_block
Ondrej Zary
-92
/
+48
2023-03-23
ata: pata_parport-bpck6: merge ppc6_wr_port16_blk into bpck6_write_block
Ondrej Zary
-22
/
+9
2023-03-23
ata: pata_parport-bpck6: merge ppc6_rd_port16_blk into bpck6_read_block
Ondrej Zary
-22
/
+9
2023-03-23
ata: pata_parport-bpck6: merge ppc6_wr_port into bpck6_write_regr
Ondrej Zary
-11
/
+4
2023-03-23
ata: pata_parport-bpck6: merge ppc6_rd_port into bpck6_read_regr
Ondrej Zary
-11
/
+4
2023-03-23
ata: pata_parport-bpck6: remove ppc6_close
Ondrej Zary
-10
/
+2
2023-03-23
ata: pata_parport-bpck6: remove PPC_FLAGS
Ondrej Zary
-7
/
+3
2023-03-23
ata: pata_parport-bpck6: use parport_frob_control and remove CUR_CTRL
Ondrej Zary
-84
/
+36
2023-03-23
ata: pata_parport-bpck6: use parport access functions instead of port I/O
Ondrej Zary
-145
/
+68
2023-03-23
ata: pata_parport-bpck6: remove parallel port bit defines
Ondrej Zary
-32
/
+27
2023-03-23
ata: pata_parport-bpck6: remove struct ppc_storage
Ondrej Zary
-101
/
+69
2023-03-23
ata: pata_parport-bpck6: remove mode from struct ppc_storage
Ondrej Zary
-33
/
+16
2023-03-23
ata: pata_parport-bpck6: remove org_* from struct ppc_storage
Ondrej Zary
-11
/
+9
2023-03-23
ata: pata_parport-bpck6: remove ppc_id from struct ppc_storage
Ondrej Zary
-10
/
+2
2023-03-23
ata: pata_parport-bpck6: remove lpt_addr from struct ppc_storage
Ondrej Zary
-78
/
+76
2023-03-23
ata: pata_parport-bpck6: pass around struct pi_adapter *
Ondrej Zary
-86
/
+96
2023-03-23
ata: pata_parport-bpck6: don't cast pi->pardev to struct pardevice *
Ondrej Zary
-18
/
+6
2023-03-23
ata: pata_parport-bpck6: remove useless range check from read/write_regr
Ondrej Zary
-14
/
+2
2023-03-23
ata: pata_parport-bpck6: remove useless defines
Ondrej Zary
-19
/
+2
2023-03-23
ata: Use of_property_present() for testing DT property presence
Rob Herring
-4
/
+4
2023-03-23
ahci: qoriq: Add platform dependencies
Geert Uytterhoeven
-0
/
+1
2023-03-23
ata: pata_parport: move pata_parport.h to drivers/ata/pata_parport
Ondrej Zary
-31
/
+112
2023-03-23
ata: pata_parport: remove obsolete changelogs
Ondrej Zary
-83
/
+0
2023-03-23
ata: pata_parport: remove scratch parameter from test_proto()
Ondrej Zary
-17
/
+20
2023-03-23
ata: pata_parport: remove verbose parameter from test_proto()
Ondrej Zary
-6
/
+6
2023-03-23
ata: pata_parport: remove bpck6 verbose parameter
Ondrej Zary
-5
/
+0
2023-03-23
ata: pata_parport: simplify log_adapter prints, remove VERSION defines
Ondrej Zary
-91
/
+32
2023-03-23
ata: pata_parport: use print_hex_*
Ondrej Zary
-18
/
+4
2023-03-23
ata: pata_parport: use dev_* instead of printk
Ondrej Zary
-79
/
+48
2023-03-23
ata: pata_parport: remove scratch parameter from log_adapter()
Ondrej Zary
-21
/
+21
2023-03-23
ata: pata_parport: remove verbose parameter from log_adapter()
Ondrej Zary
-25
/
+22
2023-03-23
ata: pata_parport: remove typedef struct PIA
Ondrej Zary
-128
/
+128
2023-03-23
ata: pata_parport: remove device from struct pi_adapter
Ondrej Zary
-48
/
+39
2023-03-23
ata: pata_parport: remove devtype from struct pi_adapter
Ondrej Zary
-2
/
+2
2023-03-23
ata: pata_parport: Introduce module_pata_parport_driver macro
Ondrej Zary
-163
/
+20
2023-03-23
ata: pata_parport: remove useless printks at module_init of bpck6
Ondrej Zary
-4
/
+0
2023-03-23
ata: pata_parport: Remove pi_swab16 and pi_swab32
Ondrej Zary
-4
/
+10
2023-03-23
ata: pata_parport: probe all units automatically
Ondrej Zary
-2
/
+2
2023-03-23
ata: pata_parport: fix EPAT C7/C8 Kconfig
Ondrej Zary
-1
/
+1
2023-03-16
ata: pata_parport: fix memory leaks
Ondrej Zary
-11
/
+14
2023-03-15
ata: pata_parport: fix parport release without claim
Ondrej Zary
-2
/
+3
2023-03-03
thermal/core: Use the thermal zone 'devdata' accessor in remaining drivers
Daniel Lezcano
-1
/
+1
2023-03-03
ata: ahci: Revert "ata: ahci: Add Tiger Lake UP{3,4} AHCI controller"
Damien Le Moal
-1
/
+0
2023-02-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-9
/
+14
2023-02-22
Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
-190
/
+5815
2023-02-20
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-820
/
+0
2023-02-14
ata: pata_octeon_cf: drop kernel-doc notation
Randy Dunlap
-8
/
+8
2023-02-14
ata: ahci: Add Tiger Lake UP{3,4} AHCI controller
Simon Gaiser
-0
/
+1
[prev]
[next]