From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: Re: [PATCH v2 0/6] Switch to generic syscon regmap based drivers Date: Sat, 24 Oct 2015 03:52:57 +0900 Message-ID: <562A8209.7090305@kernel.org> References: <1445333085-22837-1-git-send-email-alim.akhtar@samsung.com> <1606098.olLAyTIhB3@dell2.five-lan.de> <56272C1C.8040007@samsung.com> <562765F3.9010306@osg.samsung.com> <5627A75E.60509@osg.samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5627A75E.60509-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Javier Martinez Canillas Cc: Alim Akhtar , Alim Akhtar , Markus Reichl , "linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , kgene , =?UTF-8?B?S3J6eXN6dG9mIEtvesWCb3dza2k=?= , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Tobias Jakobi List-Id: devicetree@vger.kernel.org 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 >>> 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 >>> --- >> Looks good. >> Reviewed-by: Alim Akhtar >> > > 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... Thanks, Kukjin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene@kernel.org (Kukjin Kim) Date: Sat, 24 Oct 2015 03:52:57 +0900 Subject: [PATCH v2 0/6] Switch to generic syscon regmap based drivers In-Reply-To: <5627A75E.60509@osg.samsung.com> References: <1445333085-22837-1-git-send-email-alim.akhtar@samsung.com> <1606098.olLAyTIhB3@dell2.five-lan.de> <56272C1C.8040007@samsung.com> <562765F3.9010306@osg.samsung.com> <5627A75E.60509@osg.samsung.com> Message-ID: <562A8209.7090305@kernel.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 >>> 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 >>> --- >> Looks good. >> Reviewed-by: Alim Akhtar >> > > 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... Thanks, Kukjin