On 2 December 2016 at 07:17, Matt Ranostay <matt@ranostay.consulting> wrote: > Add optional device-post-power-on parameters to disable post_power_on > function from being called since this breaks some device. > > Cc: Tony Lindgren <tony@xxxxxxxxxxx> > Cc: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > Signed-off-by: Matt Ranostay <matt@ranostay.consulting> > --- > Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt | 2 ++ > drivers/mmc/core/pwrseq_simple.c | 7 +++++++ > 2 files changed, 9 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt > index bea306d772d1..09fa153f743e 100644 > --- a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt > +++ b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt > @@ -24,6 +24,8 @@ Optional properties: > de-asserting the reset-gpios (if any) > - invert-off-state: Invert the power down state for the reset-gpios (if any) > and pwrdn-gpios (if any) > +- disable-post-power-on : Avoid post_power_on function from being called since > + this breaks some devices This is a bit weird. I would like to avoid this, if possible. Perhaps if you simply describe the sequence in detail for your device we can figure out the best option together. [...] Kind regards Uffe -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html