* [GIT PULL] ARM: aspeed: defconfig changes for 4.19
@ 2018-07-26 4:33 Joel Stanley
2018-07-26 19:25 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Joel Stanley @ 2018-07-26 4:33 UTC (permalink / raw)
To: linux-arm-kernel
Hello ARM Maintainers,
Here are the ASPEED defconfig updates for 4.19. It's been a while since I sent
one, so this contains a lot of goodies.
The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063:
Linux 4.18-rc3 (2018-07-01 16:04:53 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
tags/aspeed-4.19-defconfig
for you to fetch changes up to 90708adcd3ead258d4c2185da6acbe748eb0cc32:
ARM: config: aspeed: Enable new FSI drivers (2018-07-26 13:27:27 +0930)
----------------------------------------------------------------
ASPEED defconfig updates for 4.19
- Refresh the multi ARMv5 defconfig, and add AST2400 related drivers
- Enable new ASPEED hardware that we've merged in the past few cycles.
There are about 14 different drivers since we last refreshed the
defconfig
- Turn on features required by systemd, and other bits of OpenBMC
userspace
- Enable security related options
----------------------------------------------------------------
Benjamin Herrenschmidt (2):
arm: configs: Add USB gadget to Aspeed G4 defconfig
arm: configs: Add USB gadget to Aspeed G5 defconfig
Joel Stanley (4):
ARM: config: aspeed: Update defconfig
ARM: config: multi_v5: Refresh configuration
ARM: config: multi_v5: Enable ASPEED drivers
ARM: config: aspeed: Enable new FSI drivers
arch/arm/configs/aspeed_g4_defconfig | 113 ++++++++++++++++++++++++++++-----
arch/arm/configs/aspeed_g5_defconfig | 117 +++++++++++++++++++++++++++++------
arch/arm/configs/multi_v5_defconfig | 30 +++++----
3 files changed, 213 insertions(+), 47 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: aspeed: defconfig changes for 4.19
2018-07-26 4:33 [GIT PULL] ARM: aspeed: defconfig changes for 4.19 Joel Stanley
@ 2018-07-26 19:25 ` Olof Johansson
2018-07-27 1:17 ` Joel Stanley
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2018-07-26 19:25 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jul 26, 2018 at 02:03:11PM +0930, Joel Stanley wrote:
> Hello ARM Maintainers,
>
> Here are the ASPEED defconfig updates for 4.19. It's been a while since I sent
> one, so this contains a lot of goodies.
>
> The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063:
>
> Linux 4.18-rc3 (2018-07-01 16:04:53 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
> tags/aspeed-4.19-defconfig
>
> for you to fetch changes up to 90708adcd3ead258d4c2185da6acbe748eb0cc32:
>
> ARM: config: aspeed: Enable new FSI drivers (2018-07-26 13:27:27 +0930)
>
> ----------------------------------------------------------------
> ASPEED defconfig updates for 4.19
>
> - Refresh the multi ARMv5 defconfig, and add AST2400 related drivers
>
> - Enable new ASPEED hardware that we've merged in the past few cycles.
> There are about 14 different drivers since we last refreshed the
> defconfig
>
> - Turn on features required by systemd, and other bits of OpenBMC
> userspace
>
> - Enable security related options
Merged, two minor pieces of feedback:
1) I think you've cut-and-pasted the pull request into a mailer that line
breaks between the URL and the tag. That's fine, but it means two copy and
pastes at my end. Feel free to add a " \" at the end of the first line when
you remember. We usually don't ask people to do it, it's purely for extra
credit. :)
2) Please try to get these merge requests in before -rc6, or send what you have
at that time even if you end up following up with just a few more patches
later.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: aspeed: defconfig changes for 4.19
2018-07-26 19:25 ` Olof Johansson
@ 2018-07-27 1:17 ` Joel Stanley
0 siblings, 0 replies; 3+ messages in thread
From: Joel Stanley @ 2018-07-27 1:17 UTC (permalink / raw)
To: linux-arm-kernel
On 27 July 2018 at 04:55, Olof Johansson <olof@lixom.net> wrote:
> On Thu, Jul 26, 2018 at 02:03:11PM +0930, Joel Stanley wrote:
>> Hello ARM Maintainers,
>>
>> Here are the ASPEED defconfig updates for 4.19. It's been a while since I sent
>> one, so this contains a lot of goodies.
>>
>> The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063:
>>
>> Linux 4.18-rc3 (2018-07-01 16:04:53 -0700)
>>
>> are available in the Git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
>> tags/aspeed-4.19-defconfig
>>
>> for you to fetch changes up to 90708adcd3ead258d4c2185da6acbe748eb0cc32:
>>
>> ARM: config: aspeed: Enable new FSI drivers (2018-07-26 13:27:27 +0930)
>>
>> ----------------------------------------------------------------
>> ASPEED defconfig updates for 4.19
>>
>> - Refresh the multi ARMv5 defconfig, and add AST2400 related drivers
>>
>> - Enable new ASPEED hardware that we've merged in the past few cycles.
>> There are about 14 different drivers since we last refreshed the
>> defconfig
>>
>> - Turn on features required by systemd, and other bits of OpenBMC
>> userspace
>>
>> - Enable security related options
>
> Merged, two minor pieces of feedback:
>
> 1) I think you've cut-and-pasted the pull request into a mailer that line
> breaks between the URL and the tag. That's fine, but it means two copy and
> pastes at my end. Feel free to add a " \" at the end of the first line when
> you remember. We usually don't ask people to do it, it's purely for extra
> credit. :)
Ah, sorry! I'll try to sort that out in the future.
>
> 2) Please try to get these merge requests in before -rc6, or send what you have
> at that time even if you end up following up with just a few more patches
> later.
Thanks for the reminder. This was a little later than I intended.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-27 1:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26 4:33 [GIT PULL] ARM: aspeed: defconfig changes for 4.19 Joel Stanley
2018-07-26 19:25 ` Olof Johansson
2018-07-27 1:17 ` Joel Stanley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox