staging: fsl-mc: use 32bits to support 64K size mc-portals
authorBharat Bhushan <Bharat.Bhushan@nxp.com>
Wed, 22 Nov 2017 07:48:43 +0000 (13:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 12:58:31 +0000 (13:58 +0100)
commit612b5bac4e5bd8a28e8b6e7c0b47f85ad59dae43
treef100fb87689ee404f8b0bcab24b195a5e5b6ecb1
parent1bb8155080c652c4853e6228f8f0d262b3049699
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>
drivers/staging/fsl-mc/include/mc.h