Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'libata-5.10-2020-10-24' of git://git.kernel.dk/linux-block

Pull libata fixes from Jens Axboe:
"Two minor libata fixes:

- Fix a DMA boundary mask regression for sata_rcar (Geert)

- kerneldoc markup fix (Mauro)"

* tag 'libata-5.10-2020-10-24' of git://git.kernel.dk/linux-block:
ata: fix some kernel-doc markups
ata: sata_rcar: Fix DMA boundary mask

+4 -4
+1 -1
drivers/ata/libata-core.c
··· 5616 5616 EXPORT_SYMBOL_GPL(ata_host_start); 5617 5617 5618 5618 /** 5619 - * ata_sas_host_init - Initialize a host struct for sas (ipr, libsas) 5619 + * ata_host_init - Initialize a host struct for sas (ipr, libsas) 5620 5620 * @host: host to initialize 5621 5621 * @dev: device host is attached to 5622 5622 * @ops: port_ops
+1 -1
drivers/ata/libata-eh.c
··· 1115 1115 EXPORT_SYMBOL_GPL(ata_eh_freeze_port); 1116 1116 1117 1117 /** 1118 - * ata_port_thaw_port - EH helper to thaw port 1118 + * ata_eh_thaw_port - EH helper to thaw port 1119 1119 * @ap: ATA port to thaw 1120 1120 * 1121 1121 * Thaw frozen port @ap.
+1 -1
drivers/ata/libata-scsi.c
··· 1003 1003 } 1004 1004 1005 1005 /** 1006 - * atapi_drain_needed - Check whether data transfer may overflow 1006 + * ata_scsi_dma_need_drain - Check whether data transfer may overflow 1007 1007 * @rq: request to be checked 1008 1008 * 1009 1009 * ATAPI commands which transfer variable length data to host
+1 -1
drivers/ata/sata_rcar.c
··· 120 120 /* Descriptor table word 0 bit (when DTA32M = 1) */ 121 121 #define SATA_RCAR_DTEND BIT(0) 122 122 123 - #define SATA_RCAR_DMA_BOUNDARY 0x1FFFFFFEUL 123 + #define SATA_RCAR_DMA_BOUNDARY 0x1FFFFFFFUL 124 124 125 125 /* Gen2 Physical Layer Control Registers */ 126 126 #define RCAR_GEN2_PHY_CTL1_REG 0x1704