mbox

[GIT,PULL] ux500 fixes for 3.4-rc series

Message ID CACRpkdbixRZb_6uT2M52zQ70Jb-uA0Lzhjy2ZG=g8vrKq9KPZg@mail.gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git

Message

Linus Walleij April 17, 2012, 6:39 a.m. UTC
Hi Arnd, Olof,

These are a few -rc fixes for ux500 collected since the merge window.

The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:

  Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
fixes-for-arm-soc-20120416

for you to fetch changes up to f27962ac68a9b4cf17958522ecd7c10ce2375ee1:

  ARM: ux500: update defconfig (2012-04-16 09:00:53 +0200)

----------------------------------------------------------------
Jonas Aaberg (1):
      ARM: ux500: wake secondary cpu via resched

Lee Jones (1):
      ARM: ux500: Fix unmet direct dependency

Linus Walleij (1):
      ARM: ux500: update defconfig

 arch/arm/configs/u8500_defconfig |    9 ++++-----
 arch/arm/mach-ux500/Kconfig      |    1 +
 arch/arm/mach-ux500/platsmp.c    |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Comments

Olof Johansson April 19, 2012, 4:29 a.m. UTC | #1
Hi,


On Mon, Apr 16, 2012 at 11:39 PM, Linus Walleij
<linus.walleij@linaro.org> wrote:
> Hi Arnd, Olof,
>
> These are a few -rc fixes for ux500 collected since the merge window.
>
> The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
>
>  Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
>
> are available in the git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
> fixes-for-arm-soc-20120416

Thanks, pulled.

In the future, there's no need to encode the date in the tag -- the
tag itself contains the timestamp of when it was created/signed and
you can just overwrite it with the same tag when you prepare fixes
again next time (it's what we do).


-Olof
Linus Walleij April 19, 2012, 6 a.m. UTC | #2
On Thu, Apr 19, 2012 at 6:29 AM, Olof Johansson <olof@lixom.net> wrote:

> In the future, there's no need to encode the date in the tag -- the
> tag itself contains the timestamp of when it was created/signed and
> you can just overwrite it with the same tag when you prepare fixes
> again next time (it's what we do).

Yeah I'll encode the v3.4-rcN or something more meaningful...
The use of unique tags is mostly a way to avoid conflicts
between identically named branches I have on my
local & remote gits.

Yours,
Linus Walleij