Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1634347

[PATCH v1 0/2] dmaengine: dw: Remove AVR32 bits in drivers

From Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Newsgroups linux.kernel
Subject [PATCH v1 0/2] dmaengine: dw: Remove AVR32 bits in drivers
Date 2017-05-02 13:30 +0200
Message-ID <tCEad-64n-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


AVR32 is gone. Remove bits in sound/atmel and drivers/dma/dw folders
related to it.

Sound part hasn't been tested anyhow.

Andy Shevchenko (2):
  ALSA: atmel: Remove AVR32 bits from the driver
  dmaengine: dw: Remove AVR32 bits from the driver

 drivers/dma/dw/Kconfig |   7 +-
 drivers/dma/dw/core.c  | 332 +--------------------------
 drivers/dma/dw/regs.h  |  50 +---
 include/linux/dma/dw.h |  21 --
 sound/atmel/Kconfig    |  13 +-
 sound/atmel/Makefile   |   2 -
 sound/atmel/abdac.c    | 610 -------------------------------------------------
 sound/atmel/ac97c.c    | 415 ++++++---------------------------
 8 files changed, 81 insertions(+), 1369 deletions(-)
 delete mode 100644 sound/atmel/abdac.c

-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v1 0/2] dmaengine: dw: Remove AVR32 bits in drivers Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-05-02 13:30 +0200
  [PATCH v1 1/2] ALSA: atmel: Remove AVR32 bits from the driver Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-05-02 13:30 +0200

csiph-web