From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 19 Jun 2013 15:52:02 +0200 Subject: [PATCH -v11 resend 10/11] arm, change reboot_mode to use enum reboot_mode In-Reply-To: <4169120.1k31YLDD12@wuerfel> References: <1370519244-49918-1-git-send-email-holt@sgi.com> <1370519244-49918-11-git-send-email-holt@sgi.com> <4169120.1k31YLDD12@wuerfel> Message-ID: <12642293.RmlRtOVM54@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 19 June 2013 12:58:10 Arnd Bergmann wrote: > On Thursday 06 June 2013 06:47:23 Robin Holt wrote: > > Preparing to move the parsing of reboot= to generic kernel code > > forces the change in reboot_mode handling to use the enum. > > > > Signed-off-by: Robin Holt > > To: Andrew Morton > > Cc: Russell King > > Cc: Russ Anderson > > Cc: Robin Holt > > Cc: H. Peter Anvin > > Cc: Guan Xuetao > > Cc: Linux Kernel Mailing List > > Cc: the arch/x86 maintainers > > Cc: Arm Mailing List > > Acked-by: Russell King > > Should we merge this through the arm-soc tree? > > I'm getting a few conflicts with new platforms getting added > using the old interface. Hmm, I realized after sending it that this patch depends on at least one other patch to add the 'enum'. Any suggestions for how to handle that? Arnd