Re: [PATCH v7 2/4] mmc: omap_hsmmc: Remux SDIO pins within driver.

2014-02-27 Thread Tony Lindgren
* Tony Lindgren [140227 13:40]: > * Andreas Fenkart [140225 04:49]: > > This is a preparation for the am335x workaround where we reconfigure > > dat1 as GPIO before going to suspend. If you don't specify active/idle > > pinctrl there should be no change. > > I've updated this too, hope it still

Re: [PATCH v7 2/4] mmc: omap_hsmmc: Remux SDIO pins within driver.

2014-02-27 Thread Tony Lindgren
* Andreas Fenkart [140225 04:49]: > This is a preparation for the am335x workaround where we reconfigure > dat1 as GPIO before going to suspend. If you don't specify active/idle > pinctrl there should be no change. I've updated this too, hope it still works for you. And there's no need for patch

[PATCH v7 2/4] mmc: omap_hsmmc: Remux SDIO pins within driver.

2014-02-25 Thread Andreas Fenkart
This is a preparation for the am335x workaround where we reconfigure dat1 as GPIO before going to suspend. If you don't specify active/idle pinctrl there should be no change. Idea of remuxing the pins by Tony Lindgren as well as the intial implementation of omap_hsmmc_pin_init. All bugs are mine.