From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755842AbYIDSfE (ORCPT ); Thu, 4 Sep 2008 14:35:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752558AbYIDSex (ORCPT ); Thu, 4 Sep 2008 14:34:53 -0400 Received: from mail.work.de ([212.12.32.20]:54782 "EHLO mail.work.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751851AbYIDSex (ORCPT ); Thu, 4 Sep 2008 14:34:53 -0400 Message-ID: <48C02A45.3000108@gmail.com> Date: Thu, 04 Sep 2008 22:34:45 +0400 From: Manu Abraham User-Agent: Thunderbird 1.5.0.14ubu (X11/20080306) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org, v4l-dvb-maintainer@linuxtv.org, akpm@linux-foundation.org CC: linux-dvb@linuxtv.org Subject: DVB Update [PATCH 0/31] multiproto tree X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patchset adds newer delivery systems, modulations and parameters. It adds a much needed uplift for DVB for adding newer delivery systems such as DVB-S2, DVB-H. Also it allows the addition of future modulations in an easier manner. Newer delivery systems such as DMB-T/H and ISDB-T/H can easily be added later on, without breaking compatibility. The initial post for the update: http://article.gmane.org/gmane.linux.drivers.dvb/25606 More details are available according to the discussions: http://article.gmane.org/gmane.linux.drivers.dvb/25608 http://article.gmane.org/gmane.linux.drivers.dvb/25610 http://article.gmane.org/gmane.linux.drivers.dvb/25611 which were reworked again according to Code Review from Johannes Stezenbach . (The rework happened just immediate after a pull request and a merge): http://article.gmane.org/gmane.linux.drivers.dvb/25616 It was reworked again, Code Review from Oliver Endriss , reviewed again and relevant changes applied: http://article.gmane.org/gmane.linux.drivers.dvb/37406 The resulting changes were also tested. Drivers also available at http://jusst.de/hg/multiproto Some newer drivers also on the way. The DVB API update patches are available also at: http://www.kernel.org/pub/linux/kernel/people/manu/dvb_patches/ Sample applications: simple zapping app http://linuxtv.org/hg/dvb-apps/file/ef0bf9bd3bd4/test/szap2.c VDR 1.7.0 ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.7.0.tar.bz2 Regards, Manu