Message ID | 00b901ccf08d$2fc18b50$8f44a1f0$%kim@samsung.com |
---|---|
State | New |
Headers | show |
Hi, On Tue, Feb 21 2012, Kukjin Kim wrote: > I created topic branch for this we talked. You can pull that following: > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > v3.4-for-cjb > > If any problems, please kindly let me know. Pushed to mmc-next, thanks. (I'm expecting that you'll do the merge to Linus.) - Chris.
On Tue, Feb 21, 2012 at 08:17:41AM -0500, Chris Ball wrote: > Pushed to mmc-next, thanks. (I'm expecting that you'll do the merge > to Linus.) I've been sending patches adding runtime PM support to this driver for a while with no response - are there any issues with those?
Hi, On Wed, Feb 22 2012, Mark Brown wrote: > On Tue, Feb 21, 2012 at 08:17:41AM -0500, Chris Ball wrote: > >> Pushed to mmc-next, thanks. (I'm expecting that you'll do the merge >> to Linus.) > > I've been sending patches adding runtime PM support to this driver for a > while with no response - are there any issues with those? I don't have s3c hardware, so I've been waiting for a Tested-by or ACK from someone who does -- Kukjin, any objection if I take this into mmc-next with a plan to merge it, to provoke some testing? Is it possible for you to test/review the patch? Thanks, - Chris.
On 03/03/12 05:40, Chris Ball wrote: > Hi, > > On Wed, Feb 22 2012, Mark Brown wrote: >> On Tue, Feb 21, 2012 at 08:17:41AM -0500, Chris Ball wrote: >> >>> Pushed to mmc-next, thanks. (I'm expecting that you'll do the merge >>> to Linus.) >> >> I've been sending patches adding runtime PM support to this driver for a >> while with no response - are there any issues with those? > > I don't have s3c hardware, so I've been waiting for a Tested-by or ACK > from someone who does -- Kukjin, any objection if I take this into > mmc-next with a plan to merge it, to provoke some testing? Is it > possible for you to test/review the patch? > Hi Chris, Maybe I lost Mark's runtime PM supporting patches. I couldn't find it in my mail box. Sorry for that :( Mark, could you please send it to me again? Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd.
Hi Kukjin, On Tue, Feb 21 2012, Chris Ball wrote: > On Tue, Feb 21 2012, Kukjin Kim wrote: >> I created topic branch for this we talked. You can pull that following: >> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git >> v3.4-for-cjb >> >> If any problems, please kindly let me know. > > Pushed to mmc-next, thanks. (I'm expecting that you'll do the merge > to Linus.) I was expecting you to merge these patches, but they aren't in the arm-soc tree and haven't been sent to Linus, and we're in the last few days of the merge window. As a result I'm dropping this tree -- and all of the patches that I have on top of it -- from mmc-next so that I can get a pull request out. This means that I'm dropping: mmc: sdhci-s3c: Add device tree support mmc: sdhci-s3c: Keep a copy of platform data and use it mmc: sdhci-s3c: derive transfer width host capability from max_width in ARM: SAMSUNG: remove all uses of clk_type member in sdhci platform data ARM: EXYNOS: use 'exynos4-sdhci' as device name for sdhci controllers mmc: sdhci-s3c: Remove usage of clk_type member in platform data .. which I was expecting you to merge, and also: mmc: sdhci-s3c: fix broken compilation for non-Exynos SoCs mmc: sdhci-s3c: Enable runtime power management mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspend mmc: sdhci-s3c: use devm_ functions .. which were merged on top of the above patches. We'll have to try again with 3.5 for the new features, and post-rc1 for the fixes. Please let me know what happened with this merge. Thanks, - Chris.