]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dmaengine: dw: Update Intel Elkhart Lake Service Engine acronym
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Tue, 13 Aug 2019 08:06:02 +0000 (11:06 +0300)
committerVinod Koul <vkoul@kernel.org>
Tue, 20 Aug 2019 11:09:18 +0000 (16:39 +0530)
Intel Elkhart Lake Offload Service Engine (OSE) will be called as
Intel(R) Programmable Services Engine (Intel(R) PSE) in documentation.

Update the comment here accordingly.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20190813080602.15376-1-jarkko.nikula@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dw/pci.c

index 8de87b15a9889e1976171cd0f7342e875d652fb2..ad6db1cc287e2f050d4b9ea15abc39e8466d105c 100644 (file)
@@ -143,7 +143,7 @@ static const struct pci_device_id dw_pci_id_table[] = {
        { PCI_VDEVICE(INTEL, 0x2286), (kernel_ulong_t)&dw_pci_data },
        { PCI_VDEVICE(INTEL, 0x22c0), (kernel_ulong_t)&dw_pci_data },
 
-       /* Elkhart Lake iDMA 32-bit (OSE DMA) */
+       /* Elkhart Lake iDMA 32-bit (PSE DMA) */
        { PCI_VDEVICE(INTEL, 0x4bb4), (kernel_ulong_t)&idma32_pci_data },
        { PCI_VDEVICE(INTEL, 0x4bb5), (kernel_ulong_t)&idma32_pci_data },
        { PCI_VDEVICE(INTEL, 0x4bb6), (kernel_ulong_t)&idma32_pci_data },