From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933732Ab3CVOnu (ORCPT ); Fri, 22 Mar 2013 10:43:50 -0400 Received: from mga03.intel.com ([143.182.124.21]:38743 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932643Ab3CVOnm (ORCPT ); Fri, 22 Mar 2013 10:43:42 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,892,1355126400"; d="scan'208";a="274620704" From: Andy Shevchenko To: Vinod Koul , Arnd Bergmann , Viresh Kumar , linux-kernel@vger.kernel.org, spear-devel Cc: Andy Shevchenko Subject: [PATCH 0/4] dw_dmac: cleanup for DT usage Date: Fri, 22 Mar 2013 16:43:17 +0200 Message-Id: <1363963401-7924-1-git-send-email-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 1.8.2.rc0.22.gb3600c3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It includes few cleanups when used with DT. Patch 4/4 is a modified version of the [1]. [1] http://www.spinics.net/lists/arm-kernel/msg225366.html Andy Shevchenko (3): dw_dmac: fix style of the comments dw_dmac: rename DT related methods to reflect their belonging dw_dmac: make build of DT related methods optional Arnd Bergmann (1): dmaengine: dw_dmac: simplify master selection drivers/dma/dw_dmac.c | 149 +++++++++++++++++++++------------------------ drivers/dma/dw_dmac_regs.h | 5 +- 2 files changed, 75 insertions(+), 79 deletions(-) -- 1.8.2.rc0.22.gb3600c3