Age | Commit message (Expand) | Author | Files | Lines |
2021-03-30 | ata: pata_sis: Remove superfluous param description and supply another | Lee Jones | 1 | -1/+1 |
2021-03-30 | ata: pata_sil680: Add some missing function parameter docs | Lee Jones | 1 | -0/+2 |
2021-03-30 | ata: pata_pdc202xx_old: Fix some incorrectly named functions | Lee Jones | 1 | -2/+2 |
2021-03-26 | pata_ipx4xx_cf: fix IRQ check | Sergey Shtylyov | 1 | -1/+5 |
2021-03-26 | pata_arasan_cf: fix IRQ check | Sergey Shtylyov | 1 | -4/+11 |
2021-03-12 | ata: Trivial spelling fixes in the file pata_ns87415.c | Bhaskar Chowdhury | 1 | -2/+2 |
2021-03-12 | ata: pata_pdc2027x: Fix some incorrect function names and parameter docs | Lee Jones | 1 | -5/+5 |
2021-03-12 | ata: pata_optidma: Fix a function misnaming, a formatting issue and a missing... | Lee Jones | 1 | -2/+3 |
2021-03-12 | ata: pata_jmicron: Fix incorrectly documented function parameter | Lee Jones | 1 | -1/+1 |
2021-03-12 | ata: pata_marvell: Fix incorrectly documented function parameter | Lee Jones | 1 | -1/+1 |
2021-03-12 | ata: pata_hpt3x2n: Fix possible doc-rotted function name | Lee Jones | 1 | -1/+1 |
2021-03-12 | ata: pata_cs5520: Add a couple of missing param descriptions | Lee Jones | 1 | -0/+2 |
2021-03-12 | ata: pata_atiixp: Fix a function name and supply description for 'pio' | Lee Jones | 1 | -1/+2 |
2021-03-12 | ata: pata_artop: Repair possible copy/paste issue in 'artop_6210_qc_defer()'s... | Lee Jones | 1 | -1/+1 |
2021-03-12 | ata: pata_amd: Fix incorrectly named function in the header | Lee Jones | 1 | -1/+1 |
2021-03-12 | ata: pata_ali: Supply description for 'ali_20_filter()'s 'mask' param | Lee Jones | 1 | -1/+1 |
2021-03-12 | ata: sata_mv: Fix worthy headers and demote others | Lee Jones | 1 | -6/+6 |
2021-03-12 | ata: ahci_xgene: Fix incorrect naming of 'xgene_ahci_handle_broken_edge_irq()... | Lee Jones | 1 | -1/+1 |
2021-03-12 | ata: pata_hpt37x: Fix some function misnaming and missing param issues | Lee Jones | 1 | -2/+4 |
2021-03-12 | ata: pata_hpt366: Provide missing description for 'hpt366_filter()'s 'mask' p... | Lee Jones | 1 | -0/+1 |
2021-03-12 | ata: pata_amd: Remove superfluous, add missing and fix broken params | Lee Jones | 1 | -2/+2 |
2021-03-12 | ata: pata_artop: Fix a function name and parameter description | Lee Jones | 1 | -1/+1 |
2021-03-12 | ata: pata_ali: Repair some misnamed kernel-doc issues | Lee Jones | 1 | -2/+2 |
2021-03-12 | ata: libata-pmp: Fix misspelling of 'val' | Lee Jones | 1 | -1/+1 |
2021-03-12 | ata: libata-sata: Fix function names in header comments | Lee Jones | 1 | -2/+2 |
2021-03-12 | ata: libata-transport: Fix some potential doc-rot issues | Lee Jones | 1 | -3/+3 |
2021-03-12 | sata_dwc_460ex: Fix missing check in sata_dwc_isr | Dinghao Liu | 1 | -0/+10 |
2021-03-12 | ata: ahci: ceva: Update the driver to support xilinx GT phy | Piyush Mehta | 1 | -3/+40 |
2021-01-31 | ata: Avoid comma separated statements | Joe Perches | 1 | -8/+13 |
2021-01-29 | ata: ahci_brcm: Add back regulators management | Florian Fainelli | 1 | -1/+13 |
2020-10-30 | Merge tag 'libata-5.10-2020-10-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2020-10-28 | ata: sata_nv: Fix retrieving of active qcs | Sascha Hauer | 1 | -1/+1 |
2020-10-25 | Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+1 |
2020-10-23 | ata: pata_ns87415.c: Document support on parisc with superio chip | Helge Deller | 1 | -2/+1 |
2020-10-23 | ata: fix some kernel-doc markups | Mauro Carvalho Chehab | 3 | -3/+3 |
2020-10-16 | ata: sata_rcar: Fix DMA boundary mask | Geert Uytterhoeven | 1 | -1/+1 |
2020-10-09 | ata: ahci: mvebu: Make SATA PHY optional for Armada 3720 | Pali Rohár | 3 | -2/+4 |
2020-10-02 | pata_cmd64x: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-10-02 | ahci: qoriq: enable acpi support in qoriq ahci driver | Yuantian Tang | 1 | -3/+17 |
2020-10-02 | sata, highbank: simplify the return expression of ahci_highbank_suspend | Liu Shixin | 1 | -6/+1 |
2020-10-02 | ahci: Add Intel Rocket Lake PCH-H RAID PCI IDs | Mika Westerberg | 1 | -0/+4 |
2020-09-04 | Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -6/+10 |
2020-09-02 | libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks | Tejun Heo | 2 | -4/+9 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 10 | -29/+29 |
2020-08-16 | ata: ahci: use ata_link_info() instead of ata_link_printk() | Xu Wang | 1 | -2/+1 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-06-19 | Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -13/+18 |
2020-06-18 | libata: Use per port sync for detach | Kai-Heng Feng | 1 | -6/+5 |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-06-04 | ata/libata: Fix usage of page address by page_address in ata_scsi_mode_select... | Ye Bin | 1 | -3/+6 |