mbox series

[GIT,PULL] ARM: at91: defconfig for 4.20

Message ID 20180925105344.GA32532@piout.net (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: at91: defconfig for 4.20 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.20-defconfig

Message

Alexandre Belloni Sept. 25, 2018, 10:53 a.m. UTC
Arnd, Olof

The addition of the generic ADC touchscreen driver can probably benefit
other architectures. Also add the sama5 I2S driver.

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.20-defconfig

for you to fetch changes up to 4eb2534057b1b01014a2b2bb6898d9934d2ba831:

  ARM: multi_v7_defconfig: add Atmel I2S driver (2018-08-30 22:19:32 +0200)

----------------------------------------------------------------
AT91 defconfig for 4.20

 - addition of sama5 I2S
 - addition of generic ADC resistive touchscreen

----------------------------------------------------------------
Codrin Ciubotariu (2):
      ARM: configs: at91: Add I2S driver to sama5
      ARM: multi_v7_defconfig: add Atmel I2S driver

Eugen Hristev (2):
      ARM: configs: at91: add generic resistive touchscreen to sama5
      ARM: multi_v7_defconfig: add generic resistive touchscreen

 arch/arm/configs/multi_v7_defconfig | 2 ++
 arch/arm/configs/sama5_defconfig    | 2 ++
 2 files changed, 4 insertions(+)

Comments

Olof Johansson Sept. 25, 2018, 8:53 p.m. UTC | #1
On Tue, Sep 25, 2018 at 12:53:44PM +0200, Alexandre Belloni wrote:
> Arnd, Olof
> 
> The addition of the generic ADC touchscreen driver can probably benefit
> other architectures. Also add the sama5 I2S driver.
> 
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.20-defconfig
> 
> for you to fetch changes up to 4eb2534057b1b01014a2b2bb6898d9934d2ba831:
> 
>   ARM: multi_v7_defconfig: add Atmel I2S driver (2018-08-30 22:19:32 +0200)
> 

Merged, thanks!


-Olof