From: Kukjin Kim <kgene@kernel.org>
To: 'Bartlomiej Zolnierkiewicz' <b.zolnierkie@samsung.com>,
'Vikas Sajjan' <vikas.sajjan@samsung.com>
Cc: 'Tomasz Figa' <tomasz.figa@gmail.com>,
'Vikas Sajjan' <sajjan.linux@gmail.com>,
'Doug Anderson' <dianders@chromium.org>,
'Olof Johansson' <olof@lixom.net>,
linux-arm-kernel@lists.infradead.org,
'linux-samsung-soc' <linux-samsung-soc@vger.kernel.org>
Subject: RE: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup
Date: Wed, 24 Sep 2014 14:00:07 +0900 [thread overview]
Message-ID: <01ef01cfd7b4$696d7560$3c486020$@kernel.org> (raw)
In-Reply-To: <2186657.jhIisq7Fok@amdc1032>
Bartlomiej Zolnierkiewicz wrote:
>
> Hi,
>
Hi,
> On Tuesday, August 19, 2014 01:26:49 PM Vikas Sajjan wrote:
> > Hi Kukjin,
> >
> > On Tue, Aug 19, 2014 at 12:22 PM, Vikas Sajjan <vikas.sajjan@samsung.com> wrote:
> > > Refactoring the pm.c to avoid using "soc_is_exynos" checks,
> > > instead use the DT based lookup.
> > >
> > > While at it, consolidate the common code across SoCs
> > > and create static helper functions.
> > >
> > > Signed-off-by: Vikas Sajjan <vikas.sajjan@samsung.com>
> > > Reviewed-by: Tomasz Figa <t.figa@samsung.com>
> >
> > Can you pick this series...
>
> I think that my PM_SLEEP=n build fixes should go in before this cleanup
> series:
>
> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg35430.html
>
Bart, your patch has a problem due to dependency, Firmware-assisted suspend/
resume patch from Tomasz as I emailed today morning in my time. So I will
apply this series firstly. Please respin the fixes once the build breakage
resolved. If you have any idea, please let me know.
Thanks,
Kukjin
> Best regards,
> --
> Bartlomiej Zolnierkiewicz
> Samsung R&D Institute Poland
> Samsung Electronics
>
> > > ---
> > > arch/arm/mach-exynos/pm.c | 167 +++++++++++++++++++++++++++++----------
> > > arch/arm/mach-exynos/regs-pmu.h | 1 +
> > > 2 files changed, 126 insertions(+), 42 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup
Date: Wed, 24 Sep 2014 14:00:07 +0900 [thread overview]
Message-ID: <01ef01cfd7b4$696d7560$3c486020$@kernel.org> (raw)
In-Reply-To: <2186657.jhIisq7Fok@amdc1032>
Bartlomiej Zolnierkiewicz wrote:
>
> Hi,
>
Hi,
> On Tuesday, August 19, 2014 01:26:49 PM Vikas Sajjan wrote:
> > Hi Kukjin,
> >
> > On Tue, Aug 19, 2014 at 12:22 PM, Vikas Sajjan <vikas.sajjan@samsung.com> wrote:
> > > Refactoring the pm.c to avoid using "soc_is_exynos" checks,
> > > instead use the DT based lookup.
> > >
> > > While at it, consolidate the common code across SoCs
> > > and create static helper functions.
> > >
> > > Signed-off-by: Vikas Sajjan <vikas.sajjan@samsung.com>
> > > Reviewed-by: Tomasz Figa <t.figa@samsung.com>
> >
> > Can you pick this series...
>
> I think that my PM_SLEEP=n build fixes should go in before this cleanup
> series:
>
> http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg35430.html
>
Bart, your patch has a problem due to dependency, Firmware-assisted suspend/
resume patch from Tomasz as I emailed today morning in my time. So I will
apply this series firstly. Please respin the fixes once the build breakage
resolved. If you have any idea, please let me know.
Thanks,
Kukjin
> Best regards,
> --
> Bartlomiej Zolnierkiewicz
> Samsung R&D Institute Poland
> Samsung Electronics
>
> > > ---
> > > arch/arm/mach-exynos/pm.c | 167 +++++++++++++++++++++++++++++----------
> > > arch/arm/mach-exynos/regs-pmu.h | 1 +
> > > 2 files changed, 126 insertions(+), 42 deletions(-)
next prev parent reply other threads:[~2014-09-24 5:00 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-19 6:52 [RESEND PATCH v4 0/2] Refactor the pm code to use DT based lookup Vikas Sajjan
2014-08-19 6:52 ` Vikas Sajjan
2014-08-19 6:52 ` [RESEND PATCH v4 1/2] ARM: EXYNOS: Move Disabling of JPEG USE_RETENTION for exynos5250 to pmu.c Vikas Sajjan
2014-08-19 6:52 ` Vikas Sajjan
2014-08-19 6:52 ` [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup Vikas Sajjan
2014-08-19 6:52 ` Vikas Sajjan
2014-08-19 7:56 ` Vikas Sajjan
2014-08-19 7:56 ` Vikas Sajjan
2014-08-19 9:35 ` Bartlomiej Zolnierkiewicz
2014-08-19 9:35 ` Bartlomiej Zolnierkiewicz
2014-08-21 6:10 ` Vikas Sajjan
2014-08-21 6:10 ` Vikas Sajjan
2014-09-03 13:40 ` Kukjin Kim
2014-09-03 13:40 ` Kukjin Kim
2014-09-09 5:54 ` Vikas Sajjan
2014-09-09 5:54 ` Vikas Sajjan
2014-09-14 14:59 ` Vikas Sajjan
2014-09-14 14:59 ` Vikas Sajjan
2014-09-24 5:00 ` Kukjin Kim [this message]
2014-09-24 5:00 ` Kukjin Kim
2014-08-26 10:36 ` Vikas Sajjan
2014-08-26 10:36 ` Vikas Sajjan
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='01ef01cfd7b4$696d7560$3c486020$@kernel.org' \
--to=kgene@kernel.org \
--cc=b.zolnierkie@samsung.com \
--cc=dianders@chromium.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=sajjan.linux@gmail.com \
--cc=tomasz.figa@gmail.com \
--cc=vikas.sajjan@samsung.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.