linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] STi SoC changes for v4.8
@ 2016-07-01 14:47 Patrice Chotard
  2016-07-07  5:30 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Patrice Chotard @ 2016-07-01 14:47 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, Kevin Hilman, arm
  Cc: linux-kernel, linux-arm-kernel, Peter Griffin, Lee Jones,
	open list:ARM/STI ARCHITECTURE

Hi Olof, Arnd and Kevin,

Please consider this first round of STi SoC updates for v4.8:

The following changes since commit 
4c2e07c6a29e0129e975727b9f57eede813eea85:

   Linux 4.7-rc5 (2016-06-26 17:52:03 -0700)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git 
sti-soc_for_v4.8

for you to fetch changes up to 55aa35180c57d82f3db23e5aabce97acb0d36681:

   ARM: sti: Implement dummy L2 cache's write_sec (2016-07-01 16:23:44 
+0200)
----------------------------------------------------------------

Highlights:
-----------
_ add a dummy L2 cache's write_sec callback as in non secure mode 
execution,
   we can't get access to L2 cache secure registers
_ cosmetics change, in case of dump_stack, update the hardware name with a
   more genericfor the STi SoCs family


----------------------------------------------------------------
Patrice Chotard (1):
       ARM: sti: Implement dummy L2 cache's write_sec

Peter Griffin (1):
       ARM: STi: Update machine _namestr to be more generic.

  arch/arm/mach-sti/board-dt.c | 11 ++++++++++-
  1 file changed, 10 insertions(+), 1 deletion(-)

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

* Re: [GIT PULL] STi SoC changes for v4.8
  2016-07-01 14:47 [GIT PULL] STi SoC changes for v4.8 Patrice Chotard
@ 2016-07-07  5:30 ` Olof Johansson
  2016-07-07  7:14   ` Patrice Chotard
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2016-07-07  5:30 UTC (permalink / raw)
  To: Patrice Chotard
  Cc: Arnd Bergmann, Kevin Hilman, arm, linux-kernel, linux-arm-kernel,
	Peter Griffin, Lee Jones, open list:ARM/STI ARCHITECTURE

On Fri, Jul 01, 2016 at 04:47:46PM +0200, Patrice Chotard wrote:
> Hi Olof, Arnd and Kevin,
> 
> Please consider this first round of STi SoC updates for v4.8:
> 
> The following changes since commit 4c2e07c6a29e0129e975727b9f57eede813eea85:
> 
>   Linux 4.7-rc5 (2016-06-26 17:52:03 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git
> sti-soc_for_v4.8

Again, that's a branch and not a tag.

> for you to fetch changes up to 55aa35180c57d82f3db23e5aabce97acb0d36681:
> 
>   ARM: sti: Implement dummy L2 cache's write_sec (2016-07-01 16:23:44 +0200)
> ----------------------------------------------------------------
> 
> Highlights:
> -----------
> _ add a dummy L2 cache's write_sec callback as in non secure mode execution,
>   we can't get access to L2 cache secure registers
> _ cosmetics change, in case of dump_stack, update the hardware name with a
>   more genericfor the STi SoCs family

Minor nit: This is a somewhat odd format to write a list in. Please use
'-' or '*' instead, and feel free to use capital letters, etc. :)


-Olof

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

* Re: [GIT PULL] STi SoC changes for v4.8
  2016-07-07  5:30 ` Olof Johansson
@ 2016-07-07  7:14   ` Patrice Chotard
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Chotard @ 2016-07-07  7:14 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Arnd Bergmann, Kevin Hilman, arm, linux-kernel, linux-arm-kernel,
	Peter Griffin, Lee Jones, open list:ARM/STI ARCHITECTURE

Hi Olof

On 07/07/2016 07:30 AM, Olof Johansson wrote:
> On Fri, Jul 01, 2016 at 04:47:46PM +0200, Patrice Chotard wrote:
>> Hi Olof, Arnd and Kevin,
>>
>> Please consider this first round of STi SoC updates for v4.8:
>>
>> The following changes since commit 4c2e07c6a29e0129e975727b9f57eede813eea85:
>>
>>    Linux 4.7-rc5 (2016-06-26 17:52:03 -0700)
>>
>> are available in the git repository at:
>>
>>    git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git
>> sti-soc_for_v4.8
> Again, that's a branch and not a tag.

Right, i will fix that

>
>> for you to fetch changes up to 55aa35180c57d82f3db23e5aabce97acb0d36681:
>>
>>    ARM: sti: Implement dummy L2 cache's write_sec (2016-07-01 16:23:44 +0200)
>> ----------------------------------------------------------------
>>
>> Highlights:
>> -----------
>> _ add a dummy L2 cache's write_sec callback as in non secure mode execution,
>>    we can't get access to L2 cache secure registers
>> _ cosmetics change, in case of dump_stack, update the hardware name with a
>>    more genericfor the STi SoCs family
> Minor nit: This is a somewhat odd format to write a list in. Please use
> '-' or '*' instead, and feel free to use capital letters, etc. :)

Thanks for reviewing, i will submit a v2

Patrice
>
>
> -Olof

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

end of thread, other threads:[~2016-07-07  7:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-01 14:47 [GIT PULL] STi SoC changes for v4.8 Patrice Chotard
2016-07-07  5:30 ` Olof Johansson
2016-07-07  7:14   ` Patrice Chotard

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).