From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 11 Oct 2014 16:30:56 +0100 Subject: [U-Boot] [PATCH 1/3] ARM: sunxi: Move watchdog register definitions to separate file In-Reply-To: <1412426248-20050-2-git-send-email-wens@csie.org> References: <1412426248-20050-1-git-send-email-wens@csie.org> <1412426248-20050-2-git-send-email-wens@csie.org> Message-ID: <1413041456.11505.23.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2014-10-04 at 20:37 +0800, Chen-Yu Tsai wrote: > On later Allwinner SoCs, the watchdog hardware is by all means a > separate hardware block, with its own address range and interrupt > line. > > Move the register definitions to a separate file to facilitate > supporting newer SoCs. > > Signed-off-by: Chen-Yu Tsai Acked-by: Ian Campbell (nb: this isn't pure code motion, please mention that in the commit log in the future).