Re: [U-Boot] [PATCH] pci: fix some warnings related to assumptions about

2012-09-22 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/22/12 06:57, Kumar Gala wrote: > > On Sep 21, 2012, at 5:34 PM, Anatolij Gustschin wrote: > >> Hi, >> >> On Wed, 19 Sep 2012 09:47:36 -0500 Kumar Gala >> wrote: >> >>> The following commit introduced some warnings associated with >>> using p

Re: [U-Boot] [PATCH] pci: fix some warnings related to assumptions about

2012-09-22 Thread Kumar Gala
On Sep 21, 2012, at 5:34 PM, Anatolij Gustschin wrote: > Hi, > > On Wed, 19 Sep 2012 09:47:36 -0500 > Kumar Gala wrote: > >> The following commit introduced some warnings associated with using >> pci_addr_t instead of a proper 32-bit data type. >> >> commit af778c6d9e2b945ee03cbc53bb976238a33

Re: [U-Boot] [PATCH] pci: fix some warnings related to assumptions about

2012-09-21 Thread Anatolij Gustschin
Hi, On Wed, 19 Sep 2012 09:47:36 -0500 Kumar Gala wrote: > 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 > Date: Wed Aug 1 12:27:16 2012 + >

[U-Boot] [PATCH] pci: fix some warnings related to assumptions about

2012-09-19 Thread Kumar Gala
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 Date: Wed Aug 1 12:27:16 2012 + pci: fix errant data types and corresponding access functions On so