All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com>
Cc: devicetree@vger.kernel.org, Tero Kristo <t-kristo@ti.com>,
	p.zabel@pengutronix.de, ssantosh@kernel.org,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv8 0/9] soc: ti: add OMAP PRM driver (for reset)
Date: Wed, 9 Oct 2019 11:39:11 -0700	[thread overview]
Message-ID: <20191009183911.GN5610@atomide.com> (raw)
In-Reply-To: <5e10f95c-7ec9-d3a7-6862-f6f07a9c1495@oracle.com>

* santosh.shilimkar@oracle.com <santosh.shilimkar@oracle.com> [191009 09:02]:
> On 10/8/19 7:00 AM, Tony Lindgren wrote:
> > * Tero Kristo <t-kristo@ti.com> [191008 05:56]:
> > > Hi,
> > > 
> > > Hopefully this is the final revision of the series. Just a repost of v7
> > > with the single comment from Philipp fixed, and added reviewed by tags
> > > from him for couple of the patches.
> > 
> > Santosh, when applying these, can you please provide me an immutable
> > branch maybe against v5.4-rc1 that I can use as the base for the related
> > dts changes?
> > 
> > For the whole series where not already done, please feel free to add:
> > 
> > Reviewed-by: Tony Lindgren <tony@atomide.com>
> > 
> Pushed a branch out with series and your reviewed-by tag. I have tagged
> it yet in case Peter's soc patches get ready.
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
> for_5.5/driver-soc

Great, thanks!

Tony

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com>
Cc: devicetree@vger.kernel.org, Tero Kristo <t-kristo@ti.com>,
	p.zabel@pengutronix.de, ssantosh@kernel.org,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv8 0/9] soc: ti: add OMAP PRM driver (for reset)
Date: Wed, 9 Oct 2019 11:39:11 -0700	[thread overview]
Message-ID: <20191009183911.GN5610@atomide.com> (raw)
In-Reply-To: <5e10f95c-7ec9-d3a7-6862-f6f07a9c1495@oracle.com>

* santosh.shilimkar@oracle.com <santosh.shilimkar@oracle.com> [191009 09:02]:
> On 10/8/19 7:00 AM, Tony Lindgren wrote:
> > * Tero Kristo <t-kristo@ti.com> [191008 05:56]:
> > > Hi,
> > > 
> > > Hopefully this is the final revision of the series. Just a repost of v7
> > > with the single comment from Philipp fixed, and added reviewed by tags
> > > from him for couple of the patches.
> > 
> > Santosh, when applying these, can you please provide me an immutable
> > branch maybe against v5.4-rc1 that I can use as the base for the related
> > dts changes?
> > 
> > For the whole series where not already done, please feel free to add:
> > 
> > Reviewed-by: Tony Lindgren <tony@atomide.com>
> > 
> Pushed a branch out with series and your reviewed-by tag. I have tagged
> it yet in case Peter's soc patches get ready.
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
> for_5.5/driver-soc

Great, thanks!

Tony

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-10-09 18:39 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-08 12:55 [PATCHv8 0/9] soc: ti: add OMAP PRM driver (for reset) Tero Kristo
2019-10-08 12:55 ` Tero Kristo
2019-10-08 12:55 ` [PATCHv8 1/9] dt-bindings: omap: add new binding for PRM instances Tero Kristo
2019-10-08 12:55   ` Tero Kristo
2019-10-08 15:46   ` Sebastian Reichel
2019-10-09  6:52     ` Tero Kristo
2019-10-09  6:52       ` Tero Kristo
2019-10-09 15:59       ` santosh.shilimkar
2019-10-09 15:59         ` santosh.shilimkar
2019-10-10  7:13         ` Tero Kristo
2019-10-10  7:13           ` Tero Kristo
2019-10-08 12:55 ` [PATCHv8 2/9] soc: ti: add initial PRM driver with reset control support Tero Kristo
2019-10-08 12:55   ` Tero Kristo
2019-10-08 12:55 ` [PATCHv8 3/9] soc: ti: omap-prm: poll for reset complete during de-assert Tero Kristo
2019-10-08 12:55   ` Tero Kristo
2019-10-08 12:55 ` [PATCHv8 4/9] soc: ti: omap-prm: add support for denying idle for reset clockdomain Tero Kristo
2019-10-08 12:55   ` Tero Kristo
2019-10-08 12:55 ` [PATCHv8 5/9] soc: ti: omap-prm: add omap4 PRM data Tero Kristo
2019-10-08 12:55   ` Tero Kristo
2019-10-08 12:55 ` [PATCHv8 6/9] soc: ti: omap-prm: add data for am33xx Tero Kristo
2019-10-08 12:55   ` Tero Kristo
2019-10-08 12:55 ` [PATCHv8 7/9] soc: ti: omap-prm: add dra7 PRM data Tero Kristo
2019-10-08 12:55   ` Tero Kristo
2019-10-08 12:55 ` [PATCHv8 8/9] soc: ti: omap-prm: add am4 " Tero Kristo
2019-10-08 12:55   ` Tero Kristo
2019-10-08 12:55 ` [PATCHv8 9/9] soc: ti: omap-prm: add omap5 " Tero Kristo
2019-10-08 12:55   ` Tero Kristo
2019-10-08 14:00 ` [PATCHv8 0/9] soc: ti: add OMAP PRM driver (for reset) Tony Lindgren
2019-10-08 14:00   ` Tony Lindgren
2019-10-09 16:01   ` santosh.shilimkar
2019-10-09 16:01     ` santosh.shilimkar
2019-10-09 18:39     ` Tony Lindgren [this message]
2019-10-09 18:39       ` Tony Lindgren

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=20191009183911.GN5610@atomide.com \
    --to=tony@atomide.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=santosh.shilimkar@oracle.com \
    --cc=ssantosh@kernel.org \
    --cc=t-kristo@ti.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.