| To: | linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org |
|---|---|
| Subject: | Re: [RFC PATCH 0/2] serial 8250 platform PM hooks |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Wed, 14 Apr 2010 19:39:41 +0200 |
| Cc: | linux-mips@linux-mips.org, Manuel Lauss <manuel.lauss@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=vJTNh/2wldGGuY1mFDyPusTZxcmy6ur5GbU/AaIBBW0=; b=MccHOVYj/LYbFt/K24HQ+a4NkXmsv8fOsOLvK03CUULz3PdxFu53bQqwLEGMZ6w8qV DM2zL1aRNjhoqiI14wHZoAHfXbl9kl0iPVGVNjdPUf225XLuWM71FajJGZi7vHe+wEVw vWkqf6PWnGI9bBb1QBAlvDgqGHTlZT9OydmHA= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=an82oqCX2JTzM1pzrv1/DJd/bJsL2psOn6iNf56YRMNzsJmMVExD0uMhZ1bwTN/tlM ies9dpw9KLBBClrdOypm/C9jlpuSPRlDdHr34wq4T0jz6GGegrroGlvBLLQq76bMdytQ n3LuEuXBAeBslc5iTOOL7rcVyfEx4tuL9pI8Q= |
| In-reply-to: | <1269450986-3714-1-git-send-email-manuel.lauss@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1269450986-3714-1-git-send-email-manuel.lauss@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Ping? Noone interested? On Wed, Mar 24, 2010 at 7:16 PM, Manuel Lauss <manuel.lauss@googlemail.com> wrote: > The following 2 patches implement a PM hook for platform 8250 > UARTs and a sample PM implementation for a MIPS SoC. > > Patch #1 hooks a new .pm callback in struct plat_serial8250_port to > the rest of serial_core's PM infrastructure, > > Patch #2 implements uart power gating for Alchemy line of mips socs > using the new hook. > > With these 2 patches serial console on my test system survives > suspend/resume cycles without having to resort to platform-specific > hacks in the PM code. > > Thanks, > Manuel Lauss > > Manuel Lauss (2): > 8250: allow platform uarts to install PM callback. > Alchemy: UART PM through serial framework. > > arch/mips/alchemy/common/platform.c | 17 +++++++++++++++++ > arch/mips/alchemy/common/power.c | 32 -------------------------------- > drivers/serial/8250.c | 31 ++++++++++++++++++++++++++++--- > include/linux/serial_8250.h | 6 ++++++ > 4 files changed, 51 insertions(+), 35 deletions(-) > > |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: About MIPS specific dma_mmap_coherent(), Takashi Iwai |
|---|---|
| Next by Date: | [PATCH] MIPS: Alchemy: add sysdev for DBDMA PM., Manuel Lauss |
| Previous by Thread: | [PATCH] Fix sibyte watchdog initialization, Guenter Roeck |
| Next by Thread: | [PATCH] MIPS: Alchemy: add sysdev for DBDMA PM., Manuel Lauss |
| Indexes: | [Date] [Thread] [Top] [All Lists] |