From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Tue, 20 Dec 2011 21:00:22 +0000 Subject: [PATCH 00/12] ARM: restart: SAMSUNG: use new restart hook In-Reply-To: <1324385316-6052-1-git-send-email-kgene.kim@samsung.com> References: <1324385316-6052-1-git-send-email-kgene.kim@samsung.com> Message-ID: <20111220210022.GC2577@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Dec 20, 2011 at 09:48:24PM +0900, Kukjin Kim wrote: > This patch introduces common.[ch] in each SAMSUNG mach- directories > and implements using new restart hook for Samsung stuff. > > This is against on rmk/devel-stable branch. > > [PATCH 01/12] ARM: S3C64XX: introduce arch/arm/mach-s3c64xx/common.[ch] > [PATCH 02/12] ARM: restart: S3C64XX: use new restart hook > [PATCH 03/12] ARM: S5P64X0: introduce arch/arm/mach-s5p64x0/common.[ch] > [PATCH 04/12] ARM: restart: S5P64X0: use new restart hook > [PATCH 05/12] ARM: S5PC100: introduce arch/arm/mach-s5pc100/common.[ch] > [PATCH 06/12] ARM: restart: S5PC100: use new restart hook > [PATCH 07/12] ARM: S5PV210: introduce arch/arm/mach-s5pv210/common.[ch] > [PATCH 08/12] ARM: restart: S5PV210: use new restart hook > [PATCH 09/12] ARM: EXYNOS: introduce arch/arm/mach-exynos/common.[ch] > [PATCH 10/12] ARM: restart: EXYNOS: use new restart hook > [PATCH 11/12] ARM: restart: S3C24XX: move SWRST based S3C platforms > [PATCH 12/12] ARM: restart: S3C24XX: use new restart hook I think this series looks fine - I'd like the cleanups to be ordered before any of the other changes (so that the cleanups can be applied to the restart-cleanup branch and queued into devel-stable independently of the rest of the restart changes.) Please submit them to the patch system in a couple of days time (to give some time for anyone to ack them.) Thanks.