From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/6] Switch to generic syscon regmap based drivers
Date: Sat, 24 Oct 2015 03:59:36 +0900 [thread overview]
Message-ID: <562A8398.8010600@kernel.org> (raw)
In-Reply-To: <562A8209.7090305@kernel.org>
On 10/24/15 03:52, Kukjin Kim wrote:
> On 10/21/15 23:55, Javier Martinez Canillas wrote:
>> Hello Alim,
>>
>> On 10/21/2015 04:50 PM, Alim Akhtar wrote:
>>
>> [snip]
>>
>>>>
>>>> [0]:
>>>> From c9b250ee03bae338339b70693e906145c719f783 Mon Sep 17 00:00:00 2001
>>>> From: Javier Martinez Canillas <javier@osg.samsung.com>
>>>> Date: Wed, 21 Oct 2015 11:59:44 +0200
>>>> Subject: [RFT PATCH] mmc: pwrseq: Use highest priority for eMMC restart
>>>> handler
>>>>
>>>> The pwrseq_emmc driver does a eMMC card reset before a system reboot to
>>>> allow broken or limited ROM boot-loaders, that don't have an eMMC reset
>>>> logic, to be able to read the second stage from the eMMC.
>>>>
>>>> But this has to be called before a system reboot handler and while most
>>>> of them use the priority 128, there are other restart handlers (such as
>>>> the syscon-reboot one) that use a higher priority. So, use the highest
>>>> priority to make sure that the eMMC hw is reset before a system reboot.
>>>>
>>>> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
>>>> ---
>>> Looks good.
>>> Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
>>>
>>
>> Thanks, should I post it as a proper patch or are adding it to your
>> series? I think the latter is more reasonable so with an ack from Ulf,
>> all patches can go through the linux-samsung tree.
>>
> Javier,
>
> Can you please post your fix right now? so that I could take this series
> for v4.4 of late pull-request...
>
I found the patch in linux-arm-kernel ml just now....let me see. Please
kindly ignore previous my comments...
Thanks,
Kukjin
next prev parent reply other threads:[~2015-10-23 18:59 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-20 9:24 [PATCH v2 0/6] Switch to generic syscon regmap based drivers Alim Akhtar
2015-10-20 9:24 ` [PATCH v2 1/6] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos3250 SoCs Alim Akhtar
2015-11-20 0:20 ` Krzysztof Kozlowski
2015-10-20 9:24 ` [PATCH v2 2/6] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos4 Alim Akhtar
2015-11-20 0:20 ` Krzysztof Kozlowski
2015-10-20 9:24 ` [PATCH v2 3/6] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5 Alim Akhtar
2015-10-20 10:30 ` Javier Martinez Canillas
2015-10-21 11:55 ` Anand Moon
2015-11-20 0:22 ` Krzysztof Kozlowski
2015-10-20 9:24 ` [PATCH v2 4/6] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5410 SoC Alim Akhtar
2015-11-20 0:21 ` Krzysztof Kozlowski
2015-10-20 9:24 ` [PATCH v2 5/6] ARM: exynos: select POWER_RESET_SYSCON and POWER_RESET_SYSCON_POWEROFF Alim Akhtar
2015-10-20 10:30 ` Javier Martinez Canillas
2015-10-21 0:14 ` Krzysztof Kozlowski
2015-10-20 9:24 ` [PATCH v2 6/6] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs Alim Akhtar
2015-10-20 10:31 ` Javier Martinez Canillas
2015-10-20 10:29 ` [PATCH v2 0/6] Switch to generic syscon regmap based drivers Javier Martinez Canillas
2015-10-20 14:59 ` Markus Reichl
2015-10-20 15:47 ` Alim Akhtar
2015-10-20 15:52 ` Alim Akhtar
2015-10-20 17:23 ` Markus Reichl
2015-10-21 6:09 ` Alim Akhtar
2015-10-21 10:16 ` Javier Martinez Canillas
2015-10-21 10:42 ` Markus Reichl
2015-10-21 10:46 ` Alim Akhtar
2015-10-21 11:46 ` Anand Moon
2015-10-21 13:25 ` Javier Martinez Canillas
2015-10-21 10:44 ` Alim Akhtar
2015-10-21 13:23 ` Javier Martinez Canillas
2015-10-21 14:56 ` Alim Akhtar
2015-10-21 14:50 ` Alim Akhtar
2015-10-21 14:55 ` Javier Martinez Canillas
2015-10-21 15:01 ` Alim Akhtar
2015-10-22 0:17 ` Krzysztof Kozlowski
2015-10-22 3:54 ` Alim Akhtar
2015-11-19 18:06 ` Alim Akhtar
2015-11-19 18:18 ` Javier Martinez Canillas
2015-11-20 0:46 ` Krzysztof Kozlowski
2015-11-20 5:08 ` Alim Akhtar
2015-10-23 18:52 ` Kukjin Kim
2015-10-23 18:59 ` Kukjin Kim [this message]
2015-10-21 0:08 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=562A8398.8010600@kernel.org \
--to=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).