From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753676AbdEQUgK (ORCPT ); Wed, 17 May 2017 16:36:10 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:64486 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751348AbdEQUgH (ORCPT ); Wed, 17 May 2017 16:36:07 -0400 Date: Wed, 17 May 2017 15:35:58 -0500 From: Bin Liu To: Peter Ujfalusi CC: , , , , , , Subject: Re: [PATCH v3 5/9] usb: musb: tusb6010_omap: Create new struct for DMA data/parameters Message-ID: <20170517203558.GG651@uda0271908> Mail-Followup-To: Bin Liu , Peter Ujfalusi , tony@atomide.com, gregkh@linuxfoundation.org, vinod.koul@intel.com, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, balbi@kernel.org, linux-kernel@vger.kernel.org References: <20170512135752.1800-1-peter.ujfalusi@ti.com> <20170512135752.1800-6-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20170512135752.1800-6-peter.ujfalusi@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 12, 2017 at 04:57:48PM +0300, Peter Ujfalusi wrote: > For the DMA we have ch (channel), dmareq and sync_dev parameters both > within the tusb_omap_dma_ch and tusb_omap_dma_ch struct. one of the two "tusb_omap_dma_ch" should be "tusb_omap_dma". Regards, -Bin.