From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 10 Apr 2017 10:01:19 +0800 Subject: [U-Boot] [PATCH v3 1/2] x86: Add SCU IPC driver for Intel MID platforms In-Reply-To: References: <20170401132134.62092-1-andriy.shevchenko@linux.intel.com> <20170401132134.62092-2-andriy.shevchenko@linux.intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Apr 6, 2017 at 11:44 AM, Simon Glass wrote: > Hi Andy, > > On 1 April 2017 at 07:21, Andy Shevchenko > wrote: >> From: Felipe Balbi >> >> Intel MID platforms have few microcontrollers inside SoC, one of them >> is so called System Controller Unit (SCU). >> >> Here is the driver to communicate with microcontroller. >> >> Signed-off-by: Vincent Tinelli >> Signed-off-by: Felipe Balbi >> Signed-off-by: Andy Shevchenko > > Acked-by: Simon Glass > > If you can it is better to put the change log in each patch. Patman can help. > > BTW if you end up resending, please use lower-case hex. > Fixed the lower-case hex, and one checkpatch warning: WARNING: line over 80 characters #82: FILE: arch/x86/include/asm/scu.h:15: +#define IPCMSG_WATCHDOG_TIMER 0xF8 /* Set Kernel Watchdog Threshold */ and, applied to u-boot-x86, thanks!