| Submitter | Stephen Warren |
|---|---|
| Date | March 11, 2013, 8:44 p.m. |
| Message ID | <1363034651-21472-1-git-send-email-swarren@wwwdotorg.org> |
| Download | mbox |
| Permalink | /patch/226698/ |
| State | Not Applicable, archived |
| Headers | show |
Pull-request
git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.10-fixes-for-mmcComments
On 03/11/2013 02:44 PM, Stephen Warren wrote: > In order to convert the Tegra MMC driver to using mmc_of_parse(), some > bugs in the Tegra device-tree content need to be fixed first; it's > currently wrong but unused, and mmc_of_parse() causes that data to be > used for the first time. Chris, I don't see this pull request nor the followup patch in the mmc-next branch yet. Are you still planning on pulling it in? Let me know if you need me to resend them. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Stephen, On Tue, Mar 19 2013, Stephen Warren wrote: > On 03/11/2013 02:44 PM, Stephen Warren wrote: >> In order to convert the Tegra MMC driver to using mmc_of_parse(), some >> bugs in the Tegra device-tree content need to be fixed first; it's >> currently wrong but unused, and mmc_of_parse() causes that data to be >> used for the first time. > > Chris, I don't see this pull request nor the followup patch in the > mmc-next branch yet. Are you still planning on pulling it in? Let me > know if you need me to resend them. Thanks. Thanks for the reminder, I've pulled your tag and the followup patch into mmc-next now. - Chris.
In order to convert the Tegra MMC driver to using mmc_of_parse(), some bugs in the Tegra device-tree content need to be fixed first; it's currently wrong but unused, and mmc_of_parse() causes that data to be used for the first time. ---------------------------------------------------------------- The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8: Linux 3.9-rc1 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.10-fixes-for-mmc for you to fetch changes up to 908ab9368866e6edf0edebdd546adefd5f3128f9: ARM: dts: tegra: fix the activate polarity of cd-gpio in mmc host ---------------------------------------------------------------- Joseph Lo (1): ARM: dts: tegra: fix the activate polarity of cd-gpio in mmc host arch/arm/boot/dts/tegra20-colibri-512.dtsi | 2 +- arch/arm/boot/dts/tegra20-harmony.dts | 4 ++-- arch/arm/boot/dts/tegra20-paz00.dts | 2 +- arch/arm/boot/dts/tegra20-seaboard.dts | 2 +- arch/arm/boot/dts/tegra20-tamonten.dtsi | 2 +- arch/arm/boot/dts/tegra20-trimslice.dts | 2 +- arch/arm/boot/dts/tegra20-ventana.dts | 2 +- arch/arm/boot/dts/tegra20-whistler.dts | 1 + arch/arm/boot/dts/tegra30-beaver.dts | 2 +- arch/arm/boot/dts/tegra30-cardhu.dtsi | 2 +- 10 files changed, 11 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html