projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a15636e
)
dmaengine: dw: add PCI IDs for Braswell DMAs
author
Andy Shevchenko
<
[email protected]
>
Tue, 19 Aug 2014 17:29:18 +0000
(20:29 +0300)
committer
Vinod Koul
<
[email protected]
>
Thu, 11 Sep 2014 06:18:13 +0000
(11:48 +0530)
Braswell SoC has two DMA controllers for LPSS. This patch adds them to
supported list in the PCI driver.
Signed-off-by: Andy Shevchenko <
[email protected]
>
Signed-off-by: Vinod Koul <
[email protected]
>
drivers/dma/dw/pci.c
patch
|
blob
|
history
diff --git
a/drivers/dma/dw/pci.c
b/drivers/dma/dw/pci.c
index 39e30c3c7a9d4e810ee91151f3c878d093dcf6c9..9c88828426895e0cee0eba551d1955e50f30b5c3 100644
(file)
--- a/
drivers/dma/dw/pci.c
+++ b/
drivers/dma/dw/pci.c
@@
-108,6
+108,10
@@
static const struct pci_device_id dw_pci_id_table[] = {
{ PCI_VDEVICE(INTEL, 0x0f06), (kernel_ulong_t)&dw_pci_pdata },
{ PCI_VDEVICE(INTEL, 0x0f40), (kernel_ulong_t)&dw_pci_pdata },
+ /* Braswell */
+ { PCI_VDEVICE(INTEL, 0x2286), (kernel_ulong_t)&dw_pci_pdata },
+ { PCI_VDEVICE(INTEL, 0x22c0), (kernel_ulong_t)&dw_pci_pdata },
+
/* Haswell */
{ PCI_VDEVICE(INTEL, 0x9c60), (kernel_ulong_t)&dw_pci_pdata },
{ }