Re: [PATCH 0/3] Convert omap_hsmmc to use common devicetree parsing code.

2015-01-13 Thread Ulf Hansson
On 12 January 2015 at 20:23, NeilBrown wrote: > This is another resend with mmc_gpio_set_cd_isr() now returning > void and being EXPORTed. > > I included > WARN_ON(ctx->cd_gpio_isr); > to guard against misuse. > > My goal is to get omap_hsmmc to use the common code for parsing of, > partic

[PATCH 0/3] Convert omap_hsmmc to use common devicetree parsing code.

2015-01-12 Thread NeilBrown
This is another resend with mmc_gpio_set_cd_isr() now returning void and being EXPORTed. I included WARN_ON(ctx->cd_gpio_isr); to guard against misuse. My goal is to get omap_hsmmc to use the common code for parsing of, particularly so that I can set "cap-power-off-card", which omap_hsmmc

[PATCH 0/3] Convert omap_hsmmc to use common devicetree parsing code.

2014-12-24 Thread NeilBrown
This is a resend against latest git://git.linaro.org/people/ulf.hansson/mmc next with requested changes. My goal is to get omap_hsmmc to use the common code for parsing of, particularly so that I can set "cap-power-off-card", which omap_hsmmc doesn't explicitly report. Thanks, NeilBrown ---