linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: javier@dowhile0.org (Javier Martinez Canillas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v9 1/2] ARM: EXYNOS: Add platform driver support for Exynos PMU
Date: Tue, 7 Oct 2014 14:29:40 +0200	[thread overview]
Message-ID: <CABxcv=n3M0Td5GoqugSgk5P5juZsCFnuV7dD92WQjaQPpfesmQ@mail.gmail.com> (raw)
In-Reply-To: <1412587602-7763-2-git-send-email-pankaj.dubey@samsung.com>

Hello Pankaj,

On Mon, Oct 6, 2014 at 11:26 AM, Pankaj Dubey <pankaj.dubey@samsung.com> wrote:
> This patch modifies Exynos Power Management Unit (PMU) initialization
> implementation in following way:
>
> - Added platform driver support for Exynos PMU IP.
> - Added platform struct exynos_pmu_data to hold platform specific data.
> - For each SoC's PMU support now we can add platform data and statically
>   bind PMU configuration and SoC specific initialization function.
> - Separate each SoC's PMU initialization function and make it as part of
>   platform data.
> - It also removes uses of soc_is_exynosXYZ().
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> Reviewed-by: Tomasz Figa <t.figa@samsung.com>
> ---
>  arch/arm/mach-exynos/Kconfig |    1 +
>  arch/arm/mach-exynos/pmu.c   |  171 +++++++++++++++++++++++++++++++-----------
>  2 files changed, 130 insertions(+), 42 deletions(-)
>

Suspend-to-RAM is working on my Exynos5420 Peach Pit Chromebook, so:

Tested-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>

Best regards,
Javier

  reply	other threads:[~2014-10-07 12:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-06  9:26 [PATCH v9 0/2] ARM: Exynos: Convert PMU implementation into a platform driver Pankaj Dubey
2014-10-06  9:26 ` [PATCH v9 1/2] ARM: EXYNOS: Add platform driver support for Exynos PMU Pankaj Dubey
2014-10-07 12:29   ` Javier Martinez Canillas [this message]
2014-10-06  9:26 ` [PATCH v9 2/2] ARM: EXYNOS: Move PMU specific definitions from common.h Pankaj Dubey
2014-10-07 12:30   ` Javier Martinez Canillas
2014-10-07  1:53 ` [PATCH v9 0/2] ARM: Exynos: Convert PMU implementation into a platform driver Kukjin Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABxcv=n3M0Td5GoqugSgk5P5juZsCFnuV7dD92WQjaQPpfesmQ@mail.gmail.com' \
    --to=javier@dowhile0.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).