index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
pata_macio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ata: pata_macio: Use WARN instead of BUG
Michael Ellerman
2024-08-21
1
-2
/
+5
*
ata: pata_macio: Fix DMA table overflow
Michael Ellerman
2024-08-21
1
-8
/
+15
*
block: move dma_pad_mask into queue_limits
Christoph Hellwig
2024-06-26
1
-2
/
+2
*
ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64K
Michael Ellerman
2024-06-06
1
-3
/
+6
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2024-05-15
1
-5
/
+6
|
\
|
*
scsi: libata: Switch to using ->device_configure
Christoph Hellwig
2024-04-12
1
-1
/
+1
|
*
scsi: pata_macio: Switch to using ->device_configure
Christoph Hellwig
2024-04-12
1
-4
/
+5
*
|
ata: pata_macio: drop driver owner assignment
Krzysztof Kozlowski
2024-04-01
1
-3
/
+0
|
/
*
powerpc/macio: Make remove callback of macio driver void returned
Dawei Li
2024-03-07
1
-3
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2023-04-27
1
-1
/
+1
|
\
|
*
scsi: ata: Declare SCSI host templates const
Bart Van Assche
2023-03-25
1
-1
/
+1
*
|
ata: pata_macio: Add explicit include of irqdomain.h
Rob Herring
2023-04-06
1
-0
/
+1
|
/
*
ata: pata_macio: Remove unneeded word in comments
Shaomin Deng
2022-09-16
1
-2
/
+1
*
ata: pata_macio: Fix compilation warning
Damien Le Moal
2022-06-20
1
-1
/
+1
*
ata: Drop commas after OF match table sentinels
Geert Uytterhoeven
2022-03-07
1
-13
/
+5
*
ata: libata: make ata_host_suspend() *void*
Sergey Shtylyov
2022-02-19
1
-5
/
+1
*
scsi: ata: Switch to attribute groups
Bart Van Assche
2021-10-17
1
-1
/
+1
*
ata: pata_macio: Avoid overwriting initialised field in 'pata_macio_sht'
Lee Jones
2021-06-16
1
-1
/
+4
*
ata: pata_macio: fix comparing pointer to 0
Chen Zhou
2020-01-22
1
-1
/
+1
*
ata: make qc_prep return ata_completion_errors
Jiri Slaby
2019-11-01
1
-2
/
+4
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
ata: macio: Use of_node_name_eq for node name comparisons
Rob Herring
2019-02-08
1
-1
/
+1
*
scsi: communicate max segment size to the DMA mapping code
Christoph Hellwig
2019-01-23
1
-5
/
+4
*
ata: pata_macio: add of_node_put()
Yangtao Li
2018-12-21
1
-0
/
+2
*
pata_macio: Delete an error message for a failed memory allocation in two fun...
Markus Elfring
2018-02-18
1
-8
/
+4
*
ata: constify of_device_id structures
Bhumika Goyal
2017-03-06
1
-1
/
+1
*
PCI: Remove includes of asm/pci-bridge.h
Bjorn Helgaas
2016-02-05
1
-1
/
+1
*
ata: pata_macio: Fix module autoload for OF platform driver
Luis de Bethencourt
2015-09-17
1
-0
/
+1
*
powerpc: Move Power Macintosh drivers to generic byteswappers
David Gibson
2015-03-23
1
-5
/
+5
*
ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers
Bartlomiej Zolnierkiewicz
2014-05-10
1
-14
/
+8
*
ata: use pci_get_drvdata()
Jingoo Han
2013-06-03
1
-3
/
+3
*
Drivers: ata: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-04
1
-17
/
+16
*
ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
Joe Perches
2011-07-23
1
-3
/
+2
*
ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
2011-07-23
1
-2
/
+3
*
libata: remove ATA_FLAG_NO_LEGACY
Sergei Shtylyov
2011-03-02
1
-1
/
+1
*
libata: remove ATA_FLAG_MMIO
Sergei Shtylyov
2011-03-02
1
-2
/
+1
*
powerpc/macio: Fix probing of macio devices by using the right of match table
Benjamin Herrenschmidt
2010-06-02
1
-5
/
+5
*
libata-sff: separate out BMDMA irq handler
Tejun Heo
2010-05-26
1
-1
/
+1
*
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
2010-05-22
1
-2
/
+3
|
\
|
*
libata-sff: clean up BMDMA initialization
Tejun Heo
2010-05-19
1
-0
/
+2
|
*
libata-sff: clean up inheritance in several drivers
Tejun Heo
2010-05-19
1
-2
/
+1
*
|
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
2010-05-19
1
-1
/
+1
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
libata/drivers: Add driver for Apple "MacIO" IDE controller
Benjamin Herrenschmidt
2009-12-09
1
-0
/
+1427