[PATCH linux dev-4.7] drivers: fsi: i2c fix ports

Joel Stanley joel at jms.id.au
Fri Feb 10 12:16:55 AEDT 2017


On Thu, Feb 9, 2017 at 7:43 AM,  <eajames at linux.vnet.ibm.com> wrote:
> From: "Edward A. James" <eajames at us.ibm.com>
>
> missing a couple of ports
>
> Signed-off-by: Edward A. James <eajames at us.ibm.com>

This depends on "drivers: fsi: i2c fix probing". You should send it as
part of a series so the maintainer (me) knows which order to apply
them in.

Cheers,

Joel

> ---
>  drivers/fsi/i2c/iic-fsi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/fsi/i2c/iic-fsi.c b/drivers/fsi/i2c/iic-fsi.c
> index 1723bc3..28d9624 100644
> --- a/drivers/fsi/i2c/iic-fsi.c
> +++ b/drivers/fsi/i2c/iic-fsi.c
> @@ -282,7 +282,7 @@ exit:
>         return 0;
>  }
>
> -#define IIC_FSI_PORTS  0xFFFULL
> +#define IIC_FSI_PORTS  0x7FFFULL
>  /*
>   * Called when an FSI IIC engine is plugged in.
>   * Causes creation of the /dev entry.
> --
> 1.8.3.1
>


More information about the openbmc mailing list