From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from qw-out-2122.google.com ([74.125.92.25]:56361 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754838AbZIMD0v (ORCPT ); Sat, 12 Sep 2009 23:26:51 -0400 Received: by qw-out-2122.google.com with SMTP id 9so721693qwb.37 for ; Sat, 12 Sep 2009 20:26:54 -0700 (PDT) Message-ID: <4AAC6673.40602@gmail.com> Date: Sat, 12 Sep 2009 23:26:43 -0400 From: David Ellingsworth Reply-To: david@identd.dyndns.org MIME-Version: 1.0 To: david@identd.dyndns.org CC: linux-media@vger.kernel.org, klimov.linux@gmail.com Subject: Re: [RFC/RFT 0/10] radio-mr800 patch series References: <4AABB4C5.5020507@gmail.com> In-Reply-To: <4AABB4C5.5020507@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: David Ellingsworth wrote: > What follow is a series of patches to clean up the radio-mr800 driver. > I do _not_ have access to this device so these patches need to be > tested. These patches should apply to Mauro's git tree and against the > 2.6.31 release kernel. The patches in this series are as follows: > > 1. radio-mr800: implement proper locking > 2. radio-mr800: simplify video_device allocation > 3. radio-mr800: simplify error paths in usb probe callback > 4. radio-mr800: remove an unnecessary local variable > 5. radio-mr800: simplify access to amradio_device > 6. radio-mr800: simplify locking in ioctl callbacks > 7. radio-mr800: remove device-removed indicator > 8. radio-mr800: turn radio on during first open and off during last close > 9. radio-mr800: preserve radio-state during suspend/resume > 10. radio-mr800: fix potential use after free > > Each individual patch will follow in a separate email. > > Regards, > > David Ellingsworth This series has been superseded by my new 14 patch series. The first 7 patches of this series remain a part of the new series. Regards, David Ellingsworth