linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arm: pxa: fixes against v3.18-rc1
@ 2014-10-21  6:20 Robert Jarzmik
  2014-10-22 19:48 ` Robert Jarzmik
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Jarzmik @ 2014-10-21  6:20 UTC (permalink / raw)
  To: linux-arm-kernel

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 at github.com:rjarzmik/linux.git tags/fixes-for-v3.18-rc2

for you to fetch changes up to cde7fc879969f933614b1256df2625d6ff637bab:

  ARM: pxa: fix hang on startup with DEBUG_LL (2014-10-20 21:11:40 +0200)

----------------------------------------------------------------
arm: pxa: fixes for v3.18-rc2

Hello Arnd, Kevin, Olof,

One small fix for a bug triggered by the activation of low level debug
code in all pxa variants in v3.17. The fix is a trivial Kconfig value
fix for an addressing conflict.

Thanks.

----------------------------------------------------------------
Robert Jarzmik (1):
      ARM: pxa: fix hang on startup with DEBUG_LL

 arch/arm/Kconfig.debug                    | 2 +-
 arch/arm/mach-pxa/include/mach/addr-map.h | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
Robert

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] arm: pxa: fixes against v3.18-rc1
  2014-10-21  6:20 [GIT PULL] arm: pxa: fixes against v3.18-rc1 Robert Jarzmik
@ 2014-10-22 19:48 ` Robert Jarzmik
  2014-10-22 20:18   ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Jarzmik @ 2014-10-22 19:48 UTC (permalink / raw)
  To: linux-arm-kernel

I think I messed up the email address, thinking the alias arm at linux.org
represented the arm soc maintainers.

As this is the first time I ask you to pull, it might be time to educate me with
what I'm doing wrong, either in my timing, the content, or anything else.

This was the pull request I wanted to send.

--<8--

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@github.com:rjarzmik/linux.git tags/fixes-for-v3.18-rc2

for you to fetch changes up to cde7fc879969f933614b1256df2625d6ff637bab:

  ARM: pxa: fix hang on startup with DEBUG_LL (2014-10-20 21:11:40 +0200)

----------------------------------------------------------------
arm: pxa: fixes for v3.18-rc2

Hello Arnd, Kevin, Olof,

One small fix for a bug triggered by the activation of low level debug
code in all pxa variants in v3.17. The fix is a trivial Kconfig value
fix for an addressing conflict.

Thanks.

----------------------------------------------------------------
Robert Jarzmik (1):
      ARM: pxa: fix hang on startup with DEBUG_LL

 arch/arm/Kconfig.debug                    | 2 +-
 arch/arm/mach-pxa/include/mach/addr-map.h | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
Robert

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] arm: pxa: fixes against v3.18-rc1
  2014-10-22 19:48 ` Robert Jarzmik
@ 2014-10-22 20:18   ` Arnd Bergmann
  2014-10-26 18:20     ` Robert Jarzmik
  0 siblings, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2014-10-22 20:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 22 October 2014 21:48:22 Robert Jarzmik wrote:
> I think I messed up the email address, thinking the alias arm at linux.org
> represented the arm soc maintainers.
> 
> As this is the first time I ask you to pull, it might be time to educate me with
> what I'm doing wrong, either in my timing, the content, or anything else.
> 
> This was the pull request I wanted to send.
> 

It's arm at kernel.org, not arm at linux.org.

	Arnd

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] arm: pxa: fixes against v3.18-rc1
  2014-10-22 20:18   ` Arnd Bergmann
@ 2014-10-26 18:20     ` Robert Jarzmik
  2014-10-26 21:21       ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Jarzmik @ 2014-10-26 18:20 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd Bergmann <arnd@arndb.de> writes:

> On Wednesday 22 October 2014 21:48:22 Robert Jarzmik wrote:
>> I think I messed up the email address, thinking the alias arm at linux.org
>> represented the arm soc maintainers.
>> 
>> As this is the first time I ask you to pull, it might be time to educate me with
>> what I'm doing wrong, either in my timing, the content, or anything else.
>> 
>> This was the pull request I wanted to send.
>> 
>
> It's arm at kernel.org, not arm at linux.org.
>
> 	Arnd

Okay, I'll resend it for -rc3 I suppose.

Cheers.

-- 
Robert

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] arm: pxa: fixes against v3.18-rc1
  2014-10-26 18:20     ` Robert Jarzmik
@ 2014-10-26 21:21       ` Olof Johansson
  2014-10-26 21:23         ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2014-10-26 21:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Oct 26, 2014 at 11:20 AM, Robert Jarzmik <robert.jarzmik@free.fr> wrote:
> Arnd Bergmann <arnd@arndb.de> writes:
>
>> On Wednesday 22 October 2014 21:48:22 Robert Jarzmik wrote:
>>> I think I messed up the email address, thinking the alias arm at linux.org
>>> represented the arm soc maintainers.
>>>
>>> As this is the first time I ask you to pull, it might be time to educate me with
>>> what I'm doing wrong, either in my timing, the content, or anything else.
>>>
>>> This was the pull request I wanted to send.
>>>
>>
>> It's arm at kernel.org, not arm at linux.org.
>>
>>       Arnd
>
> Okay, I'll resend it for -rc3 I suppose.

Sorry I missed it because it wasn't sent to that address and I usually
only look in that folder for fixes.

I'll pull it in now so that we've got it queued for -rc3.


-Olof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] arm: pxa: fixes against v3.18-rc1
  2014-10-26 21:21       ` Olof Johansson
@ 2014-10-26 21:23         ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2014-10-26 21:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Oct 26, 2014 at 2:21 PM, Olof Johansson <olof@lixom.net> wrote:
> On Sun, Oct 26, 2014 at 11:20 AM, Robert Jarzmik <robert.jarzmik@free.fr> wrote:
>> Arnd Bergmann <arnd@arndb.de> writes:
>>
>>> On Wednesday 22 October 2014 21:48:22 Robert Jarzmik wrote:
>>>> I think I messed up the email address, thinking the alias arm at linux.org
>>>> represented the arm soc maintainers.
>>>>
>>>> As this is the first time I ask you to pull, it might be time to educate me with
>>>> what I'm doing wrong, either in my timing, the content, or anything else.
>>>>
>>>> This was the pull request I wanted to send.
>>>>
>>>
>>> It's arm at kernel.org, not arm at linux.org.
>>>
>>>       Arnd
>>
>> Okay, I'll resend it for -rc3 I suppose.
>
> Sorry I missed it because it wasn't sent to that address and I usually
> only look in that folder for fixes.
>
> I'll pull it in now so that we've got it queued for -rc3.

Oh! Also, the ref you've used in the pull request isn't the public
one. You probably want to add another remote to your repo as the
official public URL to it, and use that as the argument for
request-pull.

(I have two remotes in my local arm-soc repo: one is the usual origin,
which is the regular public gitserver URL for arm-soc.git, and another
that I use to push to that goes over SSH, etc.)


-Olof

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-10-26 21:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21  6:20 [GIT PULL] arm: pxa: fixes against v3.18-rc1 Robert Jarzmik
2014-10-22 19:48 ` Robert Jarzmik
2014-10-22 20:18   ` Arnd Bergmann
2014-10-26 18:20     ` Robert Jarzmik
2014-10-26 21:21       ` Olof Johansson
2014-10-26 21:23         ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).