Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755420AbbFMA2L (ORCPT ); Fri, 12 Jun 2015 20:28:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37209 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754798AbbFMA2H (ORCPT ); Fri, 12 Jun 2015 20:28:07 -0400 Date: Fri, 12 Jun 2015 17:28:07 -0700 From: Greg Kroah-Hartman To: Dmitry Kalinkin Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Martyn Welch , Manohar Vanga , Igor Alekseev Subject: Re: [PATCHv3 08/16] staging: vme_user: provide DMA functionality Message-ID: <20150613002807.GA17459@kroah.com> References: <1432814833-5320-1-git-send-email-dmitry.kalinkin@gmail.com> <1432814833-5320-9-git-send-email-dmitry.kalinkin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432814833-5320-9-git-send-email-dmitry.kalinkin@gmail.com> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 22 On Thu, May 28, 2015 at 03:07:05PM +0300, Dmitry Kalinkin wrote: > This introduces a new dma device that provides a single ioctl call that > provides DMA read and write functionality to the user space. > > Signed-off-by: Dmitry Kalinkin > Cc: Igor Alekseev > --- > drivers/staging/vme/devices/vme_user.c | 201 ++++++++++++++++++++++++++++++++- > drivers/staging/vme/devices/vme_user.h | 11 ++ > 2 files changed, 209 insertions(+), 3 deletions(-) I want to get Martyn's feedback on this, as it's adding a new feature to the subsystem that he's going to have to maintain. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/