linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PULL REQUEST] aspeed arch changes for 4.7
@ 2016-05-09 12:29 Joel Stanley
  2016-05-09 12:41 ` Joel Stanley
  2016-05-09 14:16 ` Arnd Bergmann
  0 siblings, 2 replies; 5+ messages in thread
From: Joel Stanley @ 2016-05-09 12:29 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This is the initial pull request for the Aspeed BMC SoCs.

I put 4.7 in the subject for this and the subsequent requests but if it's a bit
late in the cycle then I understand.

Following review I got rid of the board file by pushing the functionality out
to a watchdog and clock driver, so it's just the Kconfig bits. I've also added
myself to maintainers for the Aspeed arch and drivers as I intend on looking
after them.

Please pull if it looks okay.


The following changes since commit bf16200689118d19de1b8d2a3c314fc21f5dc7bb:

  Linux 4.6-rc3 (2016-04-10 17:58:30 -0700)

are available in the git repository at:

  https://github.com/shenki/linux.git tags/aspeed-for-4.7-arch

for you to fetch changes up to 8c2ed9bcfbeb7f313b567b25e87effd75e7dc3d6:

  arm: Add Aspeed machine (2016-05-09 17:41:14 +0930)

----------------------------------------------------------------
aspeed arch tag for 4.7

----------------------------------------------------------------
Joel Stanley (1):
      arm: Add Aspeed machine

 MAINTAINERS                  |  7 +++++++
 arch/arm/Kconfig             |  2 ++
 arch/arm/mach-aspeed/Kconfig | 30 ++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 100644 arch/arm/mach-aspeed/Kconfig

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

* [PULL REQUEST] aspeed arch changes for 4.7
  2016-05-09 12:29 [PULL REQUEST] aspeed arch changes for 4.7 Joel Stanley
@ 2016-05-09 12:41 ` Joel Stanley
  2016-05-09 12:58   ` Arnd Bergmann
  2016-05-09 14:16 ` Arnd Bergmann
  1 sibling, 1 reply; 5+ messages in thread
From: Joel Stanley @ 2016-05-09 12:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, May 9, 2016 at 9:59 PM, Joel Stanley <joel@jms.id.au> wrote:
> Hello,
>
> This is the initial pull request for the Aspeed BMC SoCs.

As you can see, this being my first time and all, I chose to use the
"PULL REQUEST" tag instead of the more traditional "GIT PULL".

I'll be sure to get it correct next time.

Cheers,

Joel

>
> I put 4.7 in the subject for this and the subsequent requests but if it's a bit
> late in the cycle then I understand.
>
> Following review I got rid of the board file by pushing the functionality out
> to a watchdog and clock driver, so it's just the Kconfig bits. I've also added
> myself to maintainers for the Aspeed arch and drivers as I intend on looking
> after them.
>
> Please pull if it looks okay.
>
>
> The following changes since commit bf16200689118d19de1b8d2a3c314fc21f5dc7bb:
>
>   Linux 4.6-rc3 (2016-04-10 17:58:30 -0700)
>
> are available in the git repository at:
>
>   https://github.com/shenki/linux.git tags/aspeed-for-4.7-arch
>
> for you to fetch changes up to 8c2ed9bcfbeb7f313b567b25e87effd75e7dc3d6:
>
>   arm: Add Aspeed machine (2016-05-09 17:41:14 +0930)
>
> ----------------------------------------------------------------
> aspeed arch tag for 4.7
>
> ----------------------------------------------------------------
> Joel Stanley (1):
>       arm: Add Aspeed machine
>
>  MAINTAINERS                  |  7 +++++++
>  arch/arm/Kconfig             |  2 ++
>  arch/arm/mach-aspeed/Kconfig | 30 ++++++++++++++++++++++++++++++
>  3 files changed, 39 insertions(+)
>  create mode 100644 arch/arm/mach-aspeed/Kconfig
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PULL REQUEST] aspeed arch changes for 4.7
  2016-05-09 12:41 ` Joel Stanley
@ 2016-05-09 12:58   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2016-05-09 12:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 09 May 2016 22:11:43 Joel Stanley wrote:
> On Mon, May 9, 2016 at 9:59 PM, Joel Stanley <joel@jms.id.au> wrote:
> > Hello,
> >
> > This is the initial pull request for the Aspeed BMC SoCs.
> 
> As you can see, this being my first time and all, I chose to use the
> "PULL REQUEST" tag instead of the more traditional "GIT PULL".
> 
> I'll be sure to get it correct next time.

No worries, this sticks out enough in my inbox so I don't miss it.

I'm planning to merge the arch/arm/ bits today or tomorrow, hopefully
all the drivers can also make it in time for the merge window.

	Arnd

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

* [PULL REQUEST] aspeed arch changes for 4.7
  2016-05-09 12:29 [PULL REQUEST] aspeed arch changes for 4.7 Joel Stanley
  2016-05-09 12:41 ` Joel Stanley
@ 2016-05-09 14:16 ` Arnd Bergmann
  2016-05-09 14:34   ` Joel Stanley
  1 sibling, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2016-05-09 14:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 09 May 2016 21:59:06 Joel Stanley wrote:
> This is the initial pull request for the Aspeed BMC SoCs.
> 
> I put 4.7 in the subject for this and the subsequent requests but if it's a bit
> late in the cycle then I understand.
> 
> Following review I got rid of the board file by pushing the functionality out
> to a watchdog and clock driver, so it's just the Kconfig bits. I've also added
> myself to maintainers for the Aspeed arch and drivers as I intend on looking
> after them.
> 
> Please pull if it looks okay.
> 
> 
> The following changes since commit bf16200689118d19de1b8d2a3c314fc21f5dc7bb:
> 
>   Linux 4.6-rc3 (2016-04-10 17:58:30 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/shenki/linux.git tags/aspeed-for-4.7-arch
> 
> for you to fetch changes up to 8c2ed9bcfbeb7f313b567b25e87effd75e7dc3d6:
> 
>   arm: Add Aspeed machine (2016-05-09 17:41:14 +0930)
> 
> ----------------------------------------------------------------
> aspeed arch tag for 4.7
> 
> 

Pulled into next/soc.

Please try to put a little more context into the signed tag next
time, it's what ends up in the git history. I've copied the text
from your email above for this time.

	Arnd

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

* [PULL REQUEST] aspeed arch changes for 4.7
  2016-05-09 14:16 ` Arnd Bergmann
@ 2016-05-09 14:34   ` Joel Stanley
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Stanley @ 2016-05-09 14:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, May 9, 2016 at 11:46 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Monday 09 May 2016 21:59:06 Joel Stanley wrote:
>> This is the initial pull request for the Aspeed BMC SoCs.
>> aspeed arch tag for 4.7
>>
>
> Pulled into next/soc.
>
> Please try to put a little more context into the signed tag next
> time, it's what ends up in the git history. I've copied the text
> from your email above for this time.

I didn't realise that was the case, I'll do so next time. Thanks for
your help getting these merged!

Cheers,

Joel

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

end of thread, other threads:[~2016-05-09 14:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-09 12:29 [PULL REQUEST] aspeed arch changes for 4.7 Joel Stanley
2016-05-09 12:41 ` Joel Stanley
2016-05-09 12:58   ` Arnd Bergmann
2016-05-09 14:16 ` Arnd Bergmann
2016-05-09 14:34   ` Joel Stanley

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