From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.pitre@linaro.org (Nicolas Pitre) Date: Wed, 30 Apr 2014 10:49:36 -0400 (EDT) Subject: [PATCH v3 6/6] arm: exynos: Add /dev/bL_status user interface on Exynos5420 In-Reply-To: References: <1398528348-21214-1-git-send-email-a.kesavan@samsung.com> <1398528348-21214-7-git-send-email-a.kesavan@samsung.com> <535E3A8C.6070304@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 28 Apr 2014, Abhilash Kesavan wrote: > On Mon, Apr 28, 2014 at 4:55 PM, Daniel Lezcano > wrote: > > On 04/26/2014 06:05 PM, Abhilash Kesavan wrote: > >> > >> Add a user interface to check the core and cluster status on > >> Exynos5420. This can be utilized while debugging mcpm issues. > >> cat /dev/bL_status will show the current power status of all > >> the 8 cores along with the cluster. > >> > >> Signed-off-by: Thomas Abraham > >> Signed-off-by: Inderpal Singh > >> Signed-off-by: Andrew Bresticker > >> Signed-off-by: Abhilash Kesavan > >> --- > > > > > > Hi Abhilash, > > Hi Daniel, > > > > I don't think you should add this file. > > > > 1. big Little is not exynos specific > But the core control/status bits that I am accessing are exynos > specific and currently it is being enabled only on 5420. Maybe yt is not worth pushing this patch upstream? Once basic debugging is over, you shouldn't have to use this code anymore. Nicolas