Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755550Ab0H3M2O (ORCPT ); Mon, 30 Aug 2010 08:28:14 -0400 Received: from relay.atmel.no ([80.232.32.139]:52450 "EHLO relay.atmel.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755459Ab0H3M2N (ORCPT ); Mon, 30 Aug 2010 08:28:13 -0400 Date: Mon, 30 Aug 2010 14:27:27 +0200 From: Haavard Skinnemoen To: Jeff Mahoney Cc: Linux Kernel Mailing List , Andrew Morton , Greg Kroah-Hartman Subject: Re: [patch 02/10] ioctl: Use asm-generic/ioctls.h on avr32 (enables termiox) Message-ID: <20100830142727.09830279@hskinnemoen-d830> In-Reply-To: <20100820211538.179970218@suse.com> References: <20100820211401.651509182@suse.com> <20100820211538.179970218@suse.com> Organization: Atmel X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 950 Lines: 24 Jeff Mahoney wrote: > This patch converts avr32 to use asm-generic/ioctls.h instead of its > own version. > > The differences between the arch-specific version and the generic > version are as follows: > > - The generic version adds support for termiox > > Cc: Haavard Skinnemoen > Cc: Greg Kroah-Hartman > Signed-off-by: Jeff Mahoney Makes sense to me. Perhaps not so good that it adds extra code for termiox, but then again, I guess it might be useful some day, as the USART hardware has a lot of extra modes that the current atmel_serial driver doesn't support. Acked-by: Haavard Skinnemoen -- 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/