mbox

[GIT,PULL,4/4] ARM: tegra: Core code changes for v3.19

Message ID 1416570832-6220-4-git-send-email-thierry.reding@gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-3.19-soc

Message

Thierry Reding Nov. 21, 2014, 11:53 a.m. UTC
From: Thierry Reding <treding@nvidia.com>

Hi ARM SoC maintainers,

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-3.19-soc

for you to fetch changes up to e4a680099a6e97ecdbb81081cff9e4a489a4dc44:

  ARM: tegra: Re-add removed SoC id macro to tegra_resume() (2014-11-17 11:43:21 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Core code changes for v3.19

This contains a single fix for a bug that was introduced back in v3.13.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra: Re-add removed SoC id macro to tegra_resume()

 arch/arm/mach-tegra/reset-handler.S | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnd Bergmann Nov. 28, 2014, 9:49 p.m. UTC | #1
On Friday 21 November 2014, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> Hi ARM SoC maintainers,
> 
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-3.19-soc
> 
> for you to fetch changes up to e4a680099a6e97ecdbb81081cff9e4a489a4dc44:
> 
>   ARM: tegra: Re-add removed SoC id macro to tegra_resume() (2014-11-17 11:43:21 +0100)
> 

Hmm, I guess this should have been part of 3.18, but I just sent out
a pull request for fixes today, and it may have been the last time.

Pulled into next/fixes-non-critical now. I see that there is a stable
tag on it, which means that it will find its way into 3.18.x, but it's
really the wrong way to send a patch for the following merge window when
there is a stable tag on it.

	Arnd
Thierry Reding Dec. 1, 2014, 1:19 p.m. UTC | #2
On Fri, Nov 28, 2014 at 10:49:57PM +0100, Arnd Bergmann wrote:
> On Friday 21 November 2014, Thierry Reding wrote:
> > From: Thierry Reding <treding@nvidia.com>
> > 
> > Hi ARM SoC maintainers,
> > 
> > The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> > 
> >   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-3.19-soc
> > 
> > for you to fetch changes up to e4a680099a6e97ecdbb81081cff9e4a489a4dc44:
> > 
> >   ARM: tegra: Re-add removed SoC id macro to tegra_resume() (2014-11-17 11:43:21 +0100)
> > 
> 
> Hmm, I guess this should have been part of 3.18, but I just sent out
> a pull request for fixes today, and it may have been the last time.
> 
> Pulled into next/fixes-non-critical now. I see that there is a stable
> tag on it, which means that it will find its way into 3.18.x, but it's
> really the wrong way to send a patch for the following merge window when
> there is a stable tag on it.

It didn't seem quite critical enough for it to get it into 3.18, but
perhaps it should still have gone that route. I'll try to be more
careful next time around.

Thierry