mbox series

[GIT,PULL,4/4] defconfig changes for omaps for v4.21

Message ID pull-1543521343-338334@atomide.com-4
State New
Headers show
Series [GIT,PULL,1/4] soc changes for omaps for v4.21 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.21/defconfig-signed

Message

Tony Lindgren Nov. 29, 2018, 7:57 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.21/defconfig-signed

for you to fetch changes up to f98d45145e6a48b91e0cae12fae7a5367486e91e:

  ARM: multi_v7_defconfig: Enable 8250-omap serial driver and use it by default (2018-11-08 08:54:40 -0800)

----------------------------------------------------------------
Defconfig changes for omaps for v4.21 merge window

We're finally changing omaps to use 8250_OMAP instead of SERIAL_OMAP
for multi_v7_defconfig. This will make things much easier for distros,
and the kernel already warns about the kernel console getting
redirected with CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP defaulting to y.

People using /etc/inittab still need to s/ttyO/ttyS/ if using the
out-of-box multi_v7_defconfig, and that did not seem to be an issue
when we moved omap2plus_defconfig to use 8250_OMAP earlier.

The other change is to enable CONFIG_SND_SOC_TLV320AIC23_I2C as a
loadable module that I forgot to send a pull request for earlier.

----------------------------------------------------------------
Adam Ford (1):
      ARM: omap2plus_defconfig: Add tlv320aic23 as module

Tony Lindgren (2):
      Merge branch 'omap-for-v4.20/defconfig' into omap-for-v4.21/defconfig
      ARM: multi_v7_defconfig: Enable 8250-omap serial driver and use it by default

 arch/arm/configs/multi_v7_defconfig  | 1 +
 arch/arm/configs/omap2plus_defconfig | 1 +
 2 files changed, 2 insertions(+)

Comments

Olof Johansson Nov. 30, 2018, 11:51 p.m. UTC | #1
On Thu, Nov 29, 2018 at 11:57:43AM -0800, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.21/defconfig-signed
> 
> for you to fetch changes up to f98d45145e6a48b91e0cae12fae7a5367486e91e:
> 
>   ARM: multi_v7_defconfig: Enable 8250-omap serial driver and use it by default (2018-11-08 08:54:40 -0800)
> 
> ----------------------------------------------------------------
> Defconfig changes for omaps for v4.21 merge window
> 
> We're finally changing omaps to use 8250_OMAP instead of SERIAL_OMAP
> for multi_v7_defconfig. This will make things much easier for distros,
> and the kernel already warns about the kernel console getting
> redirected with CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP defaulting to y.
> 
> People using /etc/inittab still need to s/ttyO/ttyS/ if using the
> out-of-box multi_v7_defconfig, and that did not seem to be an issue
> when we moved omap2plus_defconfig to use 8250_OMAP earlier.
> 
> The other change is to enable CONFIG_SND_SOC_TLV320AIC23_I2C as a
> loadable module that I forgot to send a pull request for earlier.
> 
> ----------------------------------------------------------------
> Adam Ford (1):
>       ARM: omap2plus_defconfig: Add tlv320aic23 as module
> 
> Tony Lindgren (2):
>       Merge branch 'omap-for-v4.20/defconfig' into omap-for-v4.21/defconfig
>       ARM: multi_v7_defconfig: Enable 8250-omap serial driver and use it by default

Merged, thanks!


-Olof