linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OXNAS SoC update for 4.12
@ 2017-03-20  9:39 Neil Armstrong
  2017-03-30 14:40 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Neil Armstrong @ 2017-03-20  9:39 UTC (permalink / raw)
  To: linux-arm-kernel

Dear arm-soc maintainers,

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  https://github.com/OXNAS/linux.git tags/oxnas-arm-soc-for-4.12

for you to fetch changes up to b44327d198b4f1bbebaf83f714cde450471de644:

  ARM: oxnas: remove redundant select CPU_V6K (2017-03-20 10:13:45 +0100)

----------------------------------------------------------------
- Fix OX820 Kconfig

----------------------------------------------------------------
Masahiro Yamada (1):
      ARM: oxnas: remove redundant select CPU_V6K

 arch/arm/mach-oxnas/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig
index 8fa4557..e3610c5 100644
--- a/arch/arm/mach-oxnas/Kconfig
+++ b/arch/arm/mach-oxnas/Kconfig
@@ -28,7 +28,6 @@ config MACH_OX820
 	depends on ARCH_MULTI_V6
 	select ARM_GIC
 	select DMA_CACHE_RWFO if SMP
-	select CPU_V6K
 	select HAVE_SMP
 	select HAVE_ARM_SCU if SMP
 	select HAVE_ARM_TWD if SMP

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

* [GIT PULL] ARM: OXNAS SoC update for 4.12
  2017-03-20  9:39 [GIT PULL] ARM: OXNAS SoC update for 4.12 Neil Armstrong
@ 2017-03-30 14:40 ` Arnd Bergmann
  2017-03-30 15:03   ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2017-03-30 14:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, March 20, 2017 10:39:56 AM CEST Neil Armstrong wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/OXNAS/linux.git tags/oxnas-arm-soc-for-4.12
> 
> for you to fetch changes up to b44327d198b4f1bbebaf83f714cde450471de644:
> 
>   ARM: oxnas: remove redundant select CPU_V6K (2017-03-20 10:13:45 +0100)
> 
> ----------------------------------------------------------------
> - Fix OX820 Kconfig
> 

I've merged this into next/fixes-non-critical. Thanks,

	Arnd

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

* [GIT PULL] ARM: OXNAS SoC update for 4.12
  2017-03-30 14:40 ` Arnd Bergmann
@ 2017-03-30 15:03   ` Arnd Bergmann
  2017-03-30 15:04     ` Neil Armstrong
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2017-03-30 15:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 30, 2017 at 4:40 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Monday, March 20, 2017 10:39:56 AM CEST Neil Armstrong wrote:
>> Dear arm-soc maintainers,
>>
>> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>>
>>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>>
>> are available in the git repository at:
>>
>>   https://github.com/OXNAS/linux.git tags/oxnas-arm-soc-for-4.12
>>
>> for you to fetch changes up to b44327d198b4f1bbebaf83f714cde450471de644:
>>
>>   ARM: oxnas: remove redundant select CPU_V6K (2017-03-20 10:13:45 +0100)
>>
>> ----------------------------------------------------------------
>> - Fix OX820 Kconfig
>>
>
> I've merged this into next/fixes-non-critical. Thanks,

BTW, it took 20 minutes to pull this branch from github.com, possibly they
had moved this to cold storage. Are you able to migrate your git tree to
kernel.org or host it yourself on baylibre.com in the future?

It's not urgent, but the delay was rather annoying and I had already
given up and applied the patch manually when the pull finally succeeded.

       Arnd

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

* [GIT PULL] ARM: OXNAS SoC update for 4.12
  2017-03-30 15:03   ` Arnd Bergmann
@ 2017-03-30 15:04     ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2017-03-30 15:04 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/30/2017 05:03 PM, Arnd Bergmann wrote:
> On Thu, Mar 30, 2017 at 4:40 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>> On Monday, March 20, 2017 10:39:56 AM CEST Neil Armstrong wrote:
>>> Dear arm-soc maintainers,
>>>
>>> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>>>
>>>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>>>
>>> are available in the git repository at:
>>>
>>>   https://github.com/OXNAS/linux.git tags/oxnas-arm-soc-for-4.12
>>>
>>> for you to fetch changes up to b44327d198b4f1bbebaf83f714cde450471de644:
>>>
>>>   ARM: oxnas: remove redundant select CPU_V6K (2017-03-20 10:13:45 +0100)
>>>
>>> ----------------------------------------------------------------
>>> - Fix OX820 Kconfig
>>>
>>
>> I've merged this into next/fixes-non-critical. Thanks,
> 
> BTW, it took 20 minutes to pull this branch from github.com, possibly they
> had moved this to cold storage. Are you able to migrate your git tree to
> kernel.org or host it yourself on baylibre.com in the future?
> 
> It's not urgent, but the delay was rather annoying and I had already
> given up and applied the patch manually when the pull finally succeeded.
> 
>        Arnd
> 

Hi Arnd,

Sorry for the inconvenience, I'll request an account on kernel.org to avoid further
issues.

Thanks,
Neil

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

end of thread, other threads:[~2017-03-30 15:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-20  9:39 [GIT PULL] ARM: OXNAS SoC update for 4.12 Neil Armstrong
2017-03-30 14:40 ` Arnd Bergmann
2017-03-30 15:03   ` Arnd Bergmann
2017-03-30 15:04     ` Neil Armstrong

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