commit | e81e36a96bb56f243b5ac1d114c37c086761595b | [log] [tgz] |
---|---|---|
author | Alan Douglas <adouglas@cadence.com> | Thu Oct 11 17:15:54 2018 +0100 |
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | Fri Oct 12 12:09:29 2018 +0100 |
tree | 058ae1c4f9f2d2e7f37f5c27dde6f891edef32b7 | |
parent | 0652d4b6b56f73c81abbdbc7e26f772cb2dfe370 [diff] |
PCI: cadence: Write MSI data with 32bits According to the PCIe specification, although the MSI data is only 16bits, the upper 16bits should be written as 0. Use writel instead of writew when writing the MSI data to the host. Fixes: 37dddf14f1ae ("PCI: cadence: Add EndPoint Controller driver for Cadence PCIe controller") Signed-off-by: Alan Douglas <adouglas@cadence.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>