From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 10:00:03 -0800 Subject: [U-Boot] [PATCH] deepsleep/qe: add qe deepsleep support In-Reply-To: <1415338225-44077-1-git-send-email-B45475@freescale.com> References: <1415338225-44077-1-git-send-email-B45475@freescale.com> Message-ID: <5481F2A3.50200@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/06/2014 09:30 PM, Zhao Qiang wrote: > IRAM will power off and microcode will lost when system go into > deepsleep, so upload it when resume deepsleep. > > Signed-off-by: Zhao Qiang > --- > board/freescale/ls1021aqds/ls1021aqds.c | 4 +- > drivers/qe/qe.c | 76 +++++++++++++++++++++++++++++++++ > drivers/qe/qe.h | 8 ++++ > include/linux/immap_qe.h | 6 +++ > 4 files changed, 93 insertions(+), 1 deletion(-) > Qiang, Please rebase this patch to top of git://git.denx.de/u-boot.git master tree. It has conflict with your another (merged) patch. Thanks. York