diff mbox

[v2,0/10] sh_flctl hardware ECC mode cleanup

Message ID CABYn4sx1GwgJ8qSSaHPitov-kzZecCcDPopgUWf8BhYhUzpdTQ@mail.gmail.com
State New, archived
Headers show

Commit Message

Bastian Hecht May 2, 2012, 8:33 a.m. UTC
Hi Artem,

>> Unfortunantely, I cannot build-test your patches because mackerel
>> defconfig still does not build (mackerel_defconfig). Any suggestions how
>> to work this around or any other defconfig to use?
>
> If you send me a temprorary work-around patch for the build failure -
> would be fine. This patch does  not have to work, just make the tree
> compile.

Here a quick workaround:

 }

Thanks,

 Bastian Hecht

> --
> Best Regards,
> Artem Bityutskiy

Comments

Bastian Hecht May 2, 2012, 9:22 a.m. UTC | #1
I'm creating a new patch-set based on top of l2-mtd without any
logical modifcations as they don't apply anymore. Just FYI.

2012/5/2 Bastian Hecht <hechtb@googlemail.com>:
> Hi Artem,
>
>>> Unfortunantely, I cannot build-test your patches because mackerel
>>> defconfig still does not build (mackerel_defconfig). Any suggestions how
>>> to work this around or any other defconfig to use?
>>
>> If you send me a temprorary work-around patch for the build failure -
>> would be fine. This patch does  not have to work, just make the tree
>> compile.
>
> Here a quick workaround:
>
> diff --git a/arch/arm/mach-shmobile/board-mackerel.c
> b/arch/arm/mach-shmobile/board-mackerel.c
> index f49e28a..ffa3700 100644
> --- a/arch/arm/mach-shmobile/board-mackerel.c
> +++ b/arch/arm/mach-shmobile/board-mackerel.c
> @@ -1017,7 +1017,7 @@ static irqreturn_t mackerel_sdhi0_gpio_cd(int
> irq, void *arg)
>        struct sh_mobile_sdhi_info *info = dev->platform_data;
>        struct tmio_mmc_data *pdata = info->pdata;
>
> -       tmio_mmc_cd_wakeup(pdata);
> +//     tmio_mmc_cd_wakeup(pdata);
>
>        return IRQ_HANDLED;
>  }
>
> Thanks,
>
>  Bastian Hecht
>
>> --
>> Best Regards,
>> Artem Bityutskiy
diff mbox

Patch

diff --git a/arch/arm/mach-shmobile/board-mackerel.c
b/arch/arm/mach-shmobile/board-mackerel.c
index f49e28a..ffa3700 100644
--- a/arch/arm/mach-shmobile/board-mackerel.c
+++ b/arch/arm/mach-shmobile/board-mackerel.c
@@ -1017,7 +1017,7 @@  static irqreturn_t mackerel_sdhi0_gpio_cd(int
irq, void *arg)
 	struct sh_mobile_sdhi_info *info = dev->platform_data;
 	struct tmio_mmc_data *pdata = info->pdata;

-	tmio_mmc_cd_wakeup(pdata);
+//	tmio_mmc_cd_wakeup(pdata);

 	return IRQ_HANDLED;