commit | 612b5bac4e5bd8a28e8b6e7c0b47f85ad59dae43 | [log] [tgz] |
---|---|---|
author | Bharat Bhushan <Bharat.Bhushan@nxp.com> | Wed Nov 22 13:18:43 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 28 13:58:31 2017 +0100 |
tree | f100fb87689ee404f8b0bcab24b195a5e5b6ecb1 | |
parent | 1bb8155080c652c4853e6228f8f0d262b3049699 [diff] |
staging: fsl-mc: use 32bits to support 64K size mc-portals As per APIs each mc-portal is of 64K size while currently 16bits (type u16) is used to store size of mc-portal. In these cases upper bit of portal size gets truncated. Signed-off-by: Bharat Bhushan <Bharat.Bhushan@nxp.com> Acked-By: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>