From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 3 Dec 2015 23:57:47 +0100 Subject: [U-Boot] [PATCHv4 2/9] arm: socfpga: arria10: add system manager defines In-Reply-To: <5660BD7B.2040103@opensource.altera.com> References: <1449084693-942-1-git-send-email-dinguyen@opensource.altera.com> <201512030342.35771.marex@denx.de> <5660BD7B.2040103@opensource.altera.com> Message-ID: <201512032357.47969.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, December 03, 2015 at 11:08:59 PM, Dinh Nguyen wrote: > On 12/02/2015 08:42 PM, Marek Vasut wrote: > > On Wednesday, December 02, 2015 at 08:31:26 PM, > > dinguyen at opensource.altera.com > > > > wrote: > >> From: Dinh Nguyen > >> > >> Add system manager defines for Arria10. > >> > >> Signed-off-by: Dinh Nguyen > >> --- > >> v4: none > >> v3: combine system_manager_a10.h into system_manager.h > >> v2: clean up parenthesis > >> --- > >> > >> .../arm/mach-socfpga/include/mach/system_manager.h | 122 > >> > >> +++++++++++++++++++++ 1 file changed, 122 insertions(+) > >> > >> diff --git a/arch/arm/mach-socfpga/include/mach/system_manager.h > >> b/arch/arm/mach-socfpga/include/mach/system_manager.h index > >> 8712f8e..f8d9e98 100644 > >> --- a/arch/arm/mach-socfpga/include/mach/system_manager.h > >> +++ b/arch/arm/mach-socfpga/include/mach/system_manager.h > >> @@ -15,6 +15,7 @@ void sysmgr_config_warmrstcfgio(int enable); > >> > >> void sysmgr_get_pinmux_table(const u8 **table, unsigned int > >> *table_len); #endif > >> > >> +#if defined(CONFIG_TARGET_SOCFPGA_GEN5) > > > > V4 has no changes other than this change, right ? ;-) > > Yes, this is the only change in V4 from V3. So it should've been listed in the changelog ;-) Best regards, Marek Vasut