From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 17 Dec 2014 18:31:17 -0800 Subject: [U-Boot] [PATCH] mpc85xx: clean up the old deep sleep framework In-Reply-To: <1418869594-2693-1-git-send-email-Yuantian.Tang@freescale.com> References: <1418869594-2693-1-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <54923C75.7060808@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 12/17/2014 06:26 PM, Tang Yuantian wrote: > All the boards that support deep sleep feature are converted > to deep sleep generic board interface. The old interface which > support non-generic board is not used anymore. So clean it up. > > Signed-off-by: Tang Yuantian > --- I know for sure we have some patches pending. It would be helpful if you list all the dependency so I won't apply this one first. It will be a good habit for all future patches. York