linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: aspeed: defconfig changes for 5.3
@ 2019-06-22  7:58 Joel Stanley
  2019-06-25 12:21 ` Olof Johansson
  2019-06-25 13:18 ` Olof Johansson
  0 siblings, 2 replies; 5+ messages in thread
From: Joel Stanley @ 2019-06-22  7:58 UTC (permalink / raw)
  To: arm; +Cc: Andrew Jeffery, linux-aspeed, Linux ARM

Hi ARM maintainers,

Here are some defconfig updates for the ASPEED machines. I haven't
sent one for a while, so there's a nice collection of drivers to add.

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git \
    tags/aspeed-5.3-defconfig

for you to fetch changes up to 2d8bf3404bb0e65dffb7326f7fb6e96fa3cee418:

  ARM: configs: multi_v5: Add more ASPEED devices (2019-06-22 17:12:17 +0930)

----------------------------------------------------------------
ASPEED device tree updates for 5.3

Add new drivers to the ASPEED G4 and G5 defconfigs, and to the armv5
multi defconfig.

----------------------------------------------------------------
Joel Stanley (2):
      ARM: configs: aspeed: Add new drivers
      ARM: configs: multi_v5: Add more ASPEED devices

 arch/arm/configs/aspeed_g4_defconfig | 10 ++++++++--
 arch/arm/configs/aspeed_g5_defconfig | 14 ++++++++++++--
 arch/arm/configs/multi_v5_defconfig  |  8 ++++++++
 3 files changed, 28 insertions(+), 4 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: aspeed: defconfig changes for 5.3
  2019-06-22  7:58 [GIT PULL] ARM: aspeed: defconfig changes for 5.3 Joel Stanley
@ 2019-06-25 12:21 ` Olof Johansson
  2019-06-25 13:18 ` Olof Johansson
  1 sibling, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2019-06-25 12:21 UTC (permalink / raw)
  To: Joel Stanley; +Cc: Andrew Jeffery, arm, linux-aspeed, Linux ARM

On Sat, Jun 22, 2019 at 07:58:46AM +0000, Joel Stanley wrote:
> Hi ARM maintainers,
> 
> Here are some defconfig updates for the ASPEED machines. I haven't
> sent one for a while, so there's a nice collection of drivers to add.
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git \
>     tags/aspeed-5.3-defconfig
> 
> for you to fetch changes up to 2d8bf3404bb0e65dffb7326f7fb6e96fa3cee418:
> 
>   ARM: configs: multi_v5: Add more ASPEED devices (2019-06-22 17:12:17 +0930)

Merged, thanks!


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: aspeed: defconfig changes for 5.3
  2019-06-22  7:58 [GIT PULL] ARM: aspeed: defconfig changes for 5.3 Joel Stanley
  2019-06-25 12:21 ` Olof Johansson
@ 2019-06-25 13:18 ` Olof Johansson
  2019-06-26  2:03   ` Joel Stanley
  1 sibling, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2019-06-25 13:18 UTC (permalink / raw)
  To: Joel Stanley; +Cc: Andrew Jeffery, arm, linux-aspeed, Linux ARM

Hi,

Looks like the multi_v5_defconfig changes aren't producing the results
you're probably expecting -- unless the drivers are pending in
linux-next?

arch/arm/configs/multi_v5_defconfig:257:warning: override: reassigning
to symbol ASPEED_LPC_CTRL
arch/arm/configs/multi_v5_defconfig:258:warning: override: reassigning
to symbol ASPEED_LPC_SNOOP


-Olof

On Sat, Jun 22, 2019 at 9:59 AM Joel Stanley <joel@jms.id.au> wrote:
>
> Hi ARM maintainers,
>
> Here are some defconfig updates for the ASPEED machines. I haven't
> sent one for a while, so there's a nice collection of drivers to add.
>
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
>
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git \
>     tags/aspeed-5.3-defconfig
>
> for you to fetch changes up to 2d8bf3404bb0e65dffb7326f7fb6e96fa3cee418:
>
>   ARM: configs: multi_v5: Add more ASPEED devices (2019-06-22 17:12:17 +0930)
>
> ----------------------------------------------------------------
> ASPEED device tree updates for 5.3
>
> Add new drivers to the ASPEED G4 and G5 defconfigs, and to the armv5
> multi defconfig.
>
> ----------------------------------------------------------------
> Joel Stanley (2):
>       ARM: configs: aspeed: Add new drivers
>       ARM: configs: multi_v5: Add more ASPEED devices
>
>  arch/arm/configs/aspeed_g4_defconfig | 10 ++++++++--
>  arch/arm/configs/aspeed_g5_defconfig | 14 ++++++++++++--
>  arch/arm/configs/multi_v5_defconfig  |  8 ++++++++
>  3 files changed, 28 insertions(+), 4 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: aspeed: defconfig changes for 5.3
  2019-06-25 13:18 ` Olof Johansson
@ 2019-06-26  2:03   ` Joel Stanley
  2019-06-27  2:18     ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Joel Stanley @ 2019-06-26  2:03 UTC (permalink / raw)
  To: Olof Johansson; +Cc: Andrew Jeffery, arm, linux-aspeed, Linux ARM

On Tue, 25 Jun 2019 at 13:18, Olof Johansson <olof@lixom.net> wrote:
>
> Hi,
>
> Looks like the multi_v5_defconfig changes aren't producing the results
> you're probably expecting -- unless the drivers are pending in
> linux-next?
>
> arch/arm/configs/multi_v5_defconfig:257:warning: override: reassigning
> to symbol ASPEED_LPC_CTRL
> arch/arm/configs/multi_v5_defconfig:258:warning: override: reassigning
> to symbol ASPEED_LPC_SNOOP

Oops, sorry. I made a mistake when preparing the change and missed the
warning when testing. We now have two copies of each of these options
in the defconfig (they moved around due to misc -> soc movement).

I've sent a follow up patch for you to apply directly. Let me know if
that's okay, otherwise I can do a new tag.

Cheers,

Joel

>
>
> -Olof
>
> On Sat, Jun 22, 2019 at 9:59 AM Joel Stanley <joel@jms.id.au> wrote:
> >
> > Hi ARM maintainers,
> >
> > Here are some defconfig updates for the ASPEED machines. I haven't
> > sent one for a while, so there's a nice collection of drivers to add.
> >
> > The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> >
> >   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git \
> >     tags/aspeed-5.3-defconfig
> >
> > for you to fetch changes up to 2d8bf3404bb0e65dffb7326f7fb6e96fa3cee418:
> >
> >   ARM: configs: multi_v5: Add more ASPEED devices (2019-06-22 17:12:17 +0930)
> >
> > ----------------------------------------------------------------
> > ASPEED device tree updates for 5.3
> >
> > Add new drivers to the ASPEED G4 and G5 defconfigs, and to the armv5
> > multi defconfig.
> >
> > ----------------------------------------------------------------
> > Joel Stanley (2):
> >       ARM: configs: aspeed: Add new drivers
> >       ARM: configs: multi_v5: Add more ASPEED devices
> >
> >  arch/arm/configs/aspeed_g4_defconfig | 10 ++++++++--
> >  arch/arm/configs/aspeed_g5_defconfig | 14 ++++++++++++--
> >  arch/arm/configs/multi_v5_defconfig  |  8 ++++++++
> >  3 files changed, 28 insertions(+), 4 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: aspeed: defconfig changes for 5.3
  2019-06-26  2:03   ` Joel Stanley
@ 2019-06-27  2:18     ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2019-06-27  2:18 UTC (permalink / raw)
  To: Joel Stanley; +Cc: Andrew Jeffery, arm, linux-aspeed, Linux ARM

On Wed, Jun 26, 2019 at 02:03:45AM +0000, Joel Stanley wrote:
> On Tue, 25 Jun 2019 at 13:18, Olof Johansson <olof@lixom.net> wrote:
> >
> > Hi,
> >
> > Looks like the multi_v5_defconfig changes aren't producing the results
> > you're probably expecting -- unless the drivers are pending in
> > linux-next?
> >
> > arch/arm/configs/multi_v5_defconfig:257:warning: override: reassigning
> > to symbol ASPEED_LPC_CTRL
> > arch/arm/configs/multi_v5_defconfig:258:warning: override: reassigning
> > to symbol ASPEED_LPC_SNOOP
> 
> Oops, sorry. I made a mistake when preparing the change and missed the
> warning when testing. We now have two copies of each of these options
> in the defconfig (they moved around due to misc -> soc movement).

No worries!

> I've sent a follow up patch for you to apply directly. Let me know if
> that's okay, otherwise I can do a new tag.

Patch was fine, applied.


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-06-27  5:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-22  7:58 [GIT PULL] ARM: aspeed: defconfig changes for 5.3 Joel Stanley
2019-06-25 12:21 ` Olof Johansson
2019-06-25 13:18 ` Olof Johansson
2019-06-26  2:03   ` Joel Stanley
2019-06-27  2:18     ` 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).