All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vikas Sajjan <vikas.sajjan@samsung.com>
To: Javier Martinez Canillas <javier@dowhile0.org>
Cc: Pankaj Dubey <pankaj.dubey@samsung.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
	Kukjin Kim <kgene.kim@samsung.com>,
	Tomasz Figa <tomasz.figa@gmail.com>,
	Doug Anderson <dianders@chromium.org>,
	Olof Johansson <olof@lixom.net>
Subject: Re: [PATCH v7 0/2] Adds PMU and S2R support for exynos5420
Date: Mon, 29 Sep 2014 18:29:00 +0530	[thread overview]
Message-ID: <CAGm_ybgFfnS=bhz2yWUt_b_95Wg=eDNxadzfy7WF+VNFx+pO6Q@mail.gmail.com> (raw)
In-Reply-To: <CABxcv=kHwCCYhit20qO1q=Nn3KVj8U=8cpCu=DQRuy+R86N0kQ@mail.gmail.com>

Hi Javier,


On Thu, Sep 25, 2014 at 10:45 PM, Javier Martinez Canillas
<javier@dowhile0.org> wrote:
> [adding Pankaj Dubey to cc list]
>
> Hello Vikas,
>
> On Sun, Sep 14, 2014 at 4:57 PM, Vikas Sajjan <vikas.sajjan@samsung.com> wrote:
>> Hi All,
>>
>>
>> On Thu, Aug 21, 2014 at 6:29 PM, Vikas Sajjan <vikas.sajjan@samsung.com> wrote:
>>> Rebased on
>>> 1] Kukjin Kim's tree, master branch
>>> http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/
>>> 2] Pankaj Dubey's v7 PMU patchset
>>> https://lkml.org/lkml/2014/7/9/2
>>> http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/270655.html
>
> The mentioned patches from the PMU series depend on the patch to
> decouple the syscon interface from syscon drivers. The latest version
> of that patch is Pankaj's "[PATCH v5] mfd: syscon: Decouple syscon
> interface from platform devices" [0].
>

 Since Arnd has given "Reviewed-by" to Pankaj's MFD syscon patch now,
Pankaj can rebase his PMU patchset [1],  so that I can re-spin my 5420
S2R patchset on top his PMU patchset.

[1]  https://lkml.org/lkml/2014/7/9/2
      http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/270655.html

> There is still an ongoing discussion about the implementation details
> since errors were reported (debugfs regmap dir failing to be created
> due a NULL device name) so this won't be a definite version.
>
> But I tested that patch on an Exynos5420 Peach Pit and it works so
> maybe Pankaj can re-spin his PMU series on top of his latest syscon
> patch so at least the dependencies for your series are sorted and
> people can try it?
>
> Best regards,
> Javier
>
> [0]: https://patchwork.kernel.org/patch/4945481/


Regards
Vikas Sajjan

WARNING: multiple messages have this Message-ID (diff)
From: vikas.sajjan@samsung.com (Vikas Sajjan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 0/2] Adds PMU and S2R support for exynos5420
Date: Mon, 29 Sep 2014 18:29:00 +0530	[thread overview]
Message-ID: <CAGm_ybgFfnS=bhz2yWUt_b_95Wg=eDNxadzfy7WF+VNFx+pO6Q@mail.gmail.com> (raw)
In-Reply-To: <CABxcv=kHwCCYhit20qO1q=Nn3KVj8U=8cpCu=DQRuy+R86N0kQ@mail.gmail.com>

Hi Javier,


On Thu, Sep 25, 2014 at 10:45 PM, Javier Martinez Canillas
<javier@dowhile0.org> wrote:
> [adding Pankaj Dubey to cc list]
>
> Hello Vikas,
>
> On Sun, Sep 14, 2014 at 4:57 PM, Vikas Sajjan <vikas.sajjan@samsung.com> wrote:
>> Hi All,
>>
>>
>> On Thu, Aug 21, 2014 at 6:29 PM, Vikas Sajjan <vikas.sajjan@samsung.com> wrote:
>>> Rebased on
>>> 1] Kukjin Kim's tree, master branch
>>> http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/
>>> 2] Pankaj Dubey's v7 PMU patchset
>>> https://lkml.org/lkml/2014/7/9/2
>>> http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/270655.html
>
> The mentioned patches from the PMU series depend on the patch to
> decouple the syscon interface from syscon drivers. The latest version
> of that patch is Pankaj's "[PATCH v5] mfd: syscon: Decouple syscon
> interface from platform devices" [0].
>

 Since Arnd has given "Reviewed-by" to Pankaj's MFD syscon patch now,
Pankaj can rebase his PMU patchset [1],  so that I can re-spin my 5420
S2R patchset on top his PMU patchset.

[1]  https://lkml.org/lkml/2014/7/9/2
      http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/270655.html

> There is still an ongoing discussion about the implementation details
> since errors were reported (debugfs regmap dir failing to be created
> due a NULL device name) so this won't be a definite version.
>
> But I tested that patch on an Exynos5420 Peach Pit and it works so
> maybe Pankaj can re-spin his PMU series on top of his latest syscon
> patch so at least the dependencies for your series are sorted and
> people can try it?
>
> Best regards,
> Javier
>
> [0]: https://patchwork.kernel.org/patch/4945481/


Regards
Vikas Sajjan

  reply	other threads:[~2014-09-29 12:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-21 12:59 [PATCH v7 0/2] Adds PMU and S2R support for exynos5420 Vikas Sajjan
2014-08-21 12:59 ` Vikas Sajjan
2014-08-21 12:59 ` [PATCH v7 1/2] ARM: exynos5: Add PMU support for 5420 Vikas Sajjan
2014-08-21 12:59   ` Vikas Sajjan
2014-08-21 12:59 ` [PATCH v7 2/2] ARM: exynos5: Add Suspend-to-RAM " Vikas Sajjan
2014-08-21 12:59   ` Vikas Sajjan
2014-09-14 14:57 ` [PATCH v7 0/2] Adds PMU and S2R support for exynos5420 Vikas Sajjan
2014-09-14 14:57   ` Vikas Sajjan
2014-09-25 17:15   ` Javier Martinez Canillas
2014-09-25 17:15     ` Javier Martinez Canillas
2014-09-29 12:59     ` Vikas Sajjan [this message]
2014-09-29 12:59       ` Vikas Sajjan
2014-09-29 13:22       ` Javier Martinez Canillas
2014-09-29 13:22         ` Javier Martinez Canillas
2014-09-30  4:08         ` Pankaj Dubey
2014-09-30  4:08           ` Pankaj Dubey

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='CAGm_ybgFfnS=bhz2yWUt_b_95Wg=eDNxadzfy7WF+VNFx+pO6Q@mail.gmail.com' \
    --to=vikas.sajjan@samsung.com \
    --cc=dianders@chromium.org \
    --cc=javier@dowhile0.org \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=pankaj.dubey@samsung.com \
    --cc=tomasz.figa@gmail.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.