[Meego-kernel] [PATCH] change ifx device name to match with ifx device name defined in

Greg KH gregkh at suse.de
Sun Oct 3 17:46:04 PDT 2010


On Sun, Oct 03, 2010 at 05:00:20PM -0600, Mai, Leonard wrote:
> Hello Arjan, this patch is for MeeGo submission.
> 
> >From 22dc122914d35f2c009b81e0e78152b4dca28b81 Mon Sep 17 00:00:00 2001
> From: Leonard D Mai <leonard.mai at intel.com>
> Date: Sun, 3 Oct 2010 15:02:14 -0700
> Subject: [PATCH] change ifx device name to match with ifx device name defined in
>  SFI table
> 
> Medfield Integrated FW v0.16+ has IFX device name change from "spi_ifx_modem" to
>  "spi_6260_modem" in the SFI table. This change is needed to match with Integrat
> ed FW's to allow ifx_modem driver to load properly.

Wierd line-wrapping.

> 
> Signed-off-by: Leonard D Mai <leonard.mai at intel.com>
> ---
>  arch/x86/kernel/mrst.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/x86/kernel/mrst.c b/arch/x86/kernel/mrst.c
> index 8864e93..09d1d13 100644
> --- a/arch/x86/kernel/mrst.c
> +++ b/arch/x86/kernel/mrst.c
> @@ -1038,7 +1038,7 @@ static const struct devs_id device_ids[] = {
>                 {"watchdog_timer", SFI_DEV_TYPE_IPC, 1, &wdt_platform_data},
>                 {"spi_opt_modem", SFI_DEV_TYPE_SPI, 0, &opt_modem_platform_data},
>                 {"spi_emp_modem", SFI_DEV_TYPE_SPI, 0, &emp_modem_platform_data},
> -              {"spi_ifx_modem", SFI_DEV_TYPE_SPI, 0, &ifx_mdm_platform_data},
> +             {"spi_6260_modem", SFI_DEV_TYPE_SPI, 0, &ifx_mdm_platform_data},

Your whitespace is all messed up.

And why isn't this patch upstream already?

thanks,

greg k-h


More information about the Meego-kernel mailing list