mbox

[GIT,PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.6

Message ID cover.1456442918.git.horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-defconfig-for-v4.6

Message

Simon Horman Feb. 25, 2016, 11:51 p.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM64 based SoC defconfig updates for v4.6.

This pull request is based on the previous round of
such requests, tagged as v4.5-rc2,
which I have already sent a pull-request for.

I based this pull request on v4.5-rc2 instead of rc1 to avoid
a minor conflict. However I believe this may have been in vein
as there appears to be a separate minor conflict present in linux-next.

That conflict is with:

efdda175c07f ("arm64: defconfig: add spmi and usb related configs")

The solution is to take both.


The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3:

  Linux 4.5-rc2 (2016-01-31 18:12:16 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-defconfig-for-v4.6

for you to fetch changes up to a9c42f02387ce8a231bce7c0901ef15fe4bfc3b4:

  arm64: defconfig: Add Renesas R-Car Gen3 USB 2.0 phy driver support (2016-02-24 09:44:34 +0900)

----------------------------------------------------------------
Renesas ARM64 Based SoC Defconfig Updates for v4.6

* Enable Renesas R-Car Gen3 USB 2.0 phy driver
  which is used on the r8a7795/salvator-x

----------------------------------------------------------------
Yoshihiro Shimoda (1):
      arm64: defconfig: Add Renesas R-Car Gen3 USB 2.0 phy driver support

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnd Bergmann Feb. 29, 2016, 3:18 p.m. UTC | #1
On Friday 26 February 2016 08:51:45 Simon Horman wrote:
> Please consider these Renesas ARM64 based SoC defconfig updates for v4.6.
> 
> This pull request is based on the previous round of
> such requests, tagged as v4.5-rc2,
> which I have already sent a pull-request for.

It looks like your script generated a funny text here, as you
did not send -rc2 ;-)

> I based this pull request on v4.5-rc2 instead of rc1 to avoid
> a minor conflict. However I believe this may have been in vein
> as there appears to be a separate minor conflict present in linux-next.

Doesn't really matter here, the trivial conflicts are never a
problem, and the branches are already based on -rc3, so you are
not introducing a backmerge.

Pulled into next/arm64, thanks!

	Arnd
Simon Horman March 1, 2016, 9:15 a.m. UTC | #2
On Mon, Feb 29, 2016 at 04:18:37PM +0100, Arnd Bergmann wrote:
> On Friday 26 February 2016 08:51:45 Simon Horman wrote:
> > Please consider these Renesas ARM64 based SoC defconfig updates for v4.6.
> > 
> > This pull request is based on the previous round of
> > such requests, tagged as v4.5-rc2,
> > which I have already sent a pull-request for.
> 
> It looks like your script generated a funny text here, as you
> did not send -rc2 ;-)

Oops, I'll have to teach my script to be a bit smarter.

> > I based this pull request on v4.5-rc2 instead of rc1 to avoid
> > a minor conflict. However I believe this may have been in vein
> > as there appears to be a separate minor conflict present in linux-next.
> 
> Doesn't really matter here, the trivial conflicts are never a
> problem, and the branches are already based on -rc3, so you are
> not introducing a backmerge.
> 
> Pulled into next/arm64, thanks!
> 
> 	Arnd