From mboxrd@z Thu Jan 1 00:00:00 1970 From: krzk@kernel.org (Krzysztof Kozlowski) Date: Wed, 24 Aug 2016 06:58:52 +0200 Subject: [PATCH] ARM: EXYNOS: Remove unused DMC offset and its mapping In-Reply-To: <20160824044329.GA8407@kozik-book> References: <1471931416-15991-1-git-send-email-pankaj.dubey@samsung.com> <20160824044329.GA8407@kozik-book> Message-ID: <20160824045852.GA13990@kozik-book> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Aug 24, 2016 at 06:43:29AM +0200, Krzysztof Kozlowski wrote: > On Tue, Aug 23, 2016 at 11:20:16AM +0530, Pankaj Dubey wrote: > > Currently there is no user of DMC SFR offsets, so we can safely remove > > mapping of its SFR address space and cleanup related offset macros from > > mach-exynos. > > > > Signed-off-by: Pankaj Dubey > > --- > > arch/arm/mach-exynos/exynos.c | 10 ---------- > > arch/arm/mach-exynos/include/mach/map.h | 3 --- > > arch/arm/plat-samsung/include/plat/map-s5p.h | 3 --- > > 3 files changed, 16 deletions(-) > > > > Thanks, applied. I mean, v2, applied. BR, Krzysztof