Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758653AbYJVU4a (ORCPT ); Wed, 22 Oct 2008 16:56:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753692AbYJVU4V (ORCPT ); Wed, 22 Oct 2008 16:56:21 -0400 Received: from mail-gx0-f16.google.com ([209.85.217.16]:36120 "EHLO mail-gx0-f16.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753276AbYJVU4V (ORCPT ); Wed, 22 Oct 2008 16:56:21 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type :content-transfer-encoding:content-disposition; b=gqidNfmFKyNAzlUtC9cCHM0ciBorw1XsIhk5UZ/+GjOV98cl1vF1JO3WZJU+UlQcyB liaJTf0DhEhuDI1s1m5uwF6WeVpBrrY7Do9uBH0mfeezZW6WHBCDydWI/G0y+pc2R30g P5GJnrRIbOElA+tWOcBx/fLUTs2q3amHmN+vs= Message-ID: Date: Wed, 22 Oct 2008 22:56:19 +0200 From: "Markus Rechberger" To: linux-kernel@vger.kernel.org, em28xx@mcentral.de Subject: [Patch 0/7] Add em28xx driver from mcentral.de Cc: acano@fastmail.fm, "Andre Kelmanson" , "Bouwsma Barry" , "Dan Kreiser" , "Frank Neuber" , "Jelle de Jong" , "John Stowers" , "Lukas Kuna" , "Stefan Vonolfen" , "Stephan Berberig" , "Thomas Giesecke" , "Vitaly Wool" , "Zhenyu Wang" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1902 Lines: 38 I got adviced to submit the drivers independently. this patch adds support for all outstanding em28xx devices which are currently supported on mcentral.de (at least 40 devices). a small summary: * adding VBI support to em28xx based devices (for tvp5150 based devices this depends on a recently submitted patch to linuxtv.org) * stereo FM radio support for cx25843 based devices * extra cx25843 driver (registers match the em28xx configuration in order to support proper VBI) * all videostandards and inputs are tested with cx25843 based devices, successful firmware reloading after switching back from a certain mode * adding alternative audio driver for em28xx devices (independent audio transfer, not depending on oss/alsa) * adding em28xx-webcam support for videology webcams * adding em28xx-audioep audio driver for alternate number 1 - if vendor specific and not USB audio conform * adding sharp s921 chip driver (ISDB-T 1Seg support tunneling parameters through DVB-T API setting specific registers to auto) * adding xc3028 mostly original sourcecode from the manufacturer (most recent version), merged xc3028/xc3028l into one external firmware blob - important for signal quality * adding xc5000 mostly original sourcecode from the manufacturer (most recent version) - important for signal quality * adding lgdt3304, although currently not used * remote control handling *works* but is broken by design and disabled since different rc5/rc6/nec remotes return different values. Handling can be done using interrupt transfers too (TODO) * adding support for em2888 based devices (analog TV/digital TV/flash) recent contributors are CC'ed Markus -- 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/