Searched hist:af778c6d9e2b945ee03cbc53bb976238a3374f33 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci_auto.c | cf5787f2a4f1af71e72f4faaee32685c8f82a3dd Wed Sep 19 04:47:36 UTC 2012 Kumar Gala <galak@kernel.crashing.org> pci: fix some warnings related to assumptions about
The following commit introduced some warnings associated with using pci_addr_t instead of a proper 32-bit data type.
commit af778c6d9e2b945ee03cbc53bb976238a3374f33 Author: Andrew Sharp <andywyse6@gmail.com> Date: Wed Aug 1 12:27:16 2012 +0000
pci: fix errant data types and corresponding access functions
On some platforms pci_addr_t is defined as a 64-bit data type so its not proper to use with pci_{read,write}_config_dword.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org> af778c6d9e2b945ee03cbc53bb976238a3374f33 Wed Aug 01 12:27:16 UTC 2012 Andrew Sharp <andywyse6@gmail.com> pci: fix errant data types and corresponding access functions
In a couple of places, unsigned int and pci_config_*_dword were being used when u16 and _word should be used. Unsigned int was also being used in a couple of places that should be pci_addr_t.
Signed-off-by: Andrew Sharp <andywyse6@gmail.com>
|
| H A D | pci.c | cf5787f2a4f1af71e72f4faaee32685c8f82a3dd Wed Sep 19 04:47:36 UTC 2012 Kumar Gala <galak@kernel.crashing.org> pci: fix some warnings related to assumptions about
The following commit introduced some warnings associated with using pci_addr_t instead of a proper 32-bit data type.
commit af778c6d9e2b945ee03cbc53bb976238a3374f33 Author: Andrew Sharp <andywyse6@gmail.com> Date: Wed Aug 1 12:27:16 2012 +0000
pci: fix errant data types and corresponding access functions
On some platforms pci_addr_t is defined as a 64-bit data type so its not proper to use with pci_{read,write}_config_dword.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org> af778c6d9e2b945ee03cbc53bb976238a3374f33 Wed Aug 01 12:27:16 UTC 2012 Andrew Sharp <andywyse6@gmail.com> pci: fix errant data types and corresponding access functions
In a couple of places, unsigned int and pci_config_*_dword were being used when u16 and _word should be used. Unsigned int was also being used in a couple of places that should be pci_addr_t.
Signed-off-by: Andrew Sharp <andywyse6@gmail.com>
|