From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:64231 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751905Ab2HNL7q (ORCPT ); Tue, 14 Aug 2012 07:59:46 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7EBxkoM028431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 14 Aug 2012 07:59:46 -0400 Received: from [10.97.6.21] (vpn1-6-21.gru2.redhat.com [10.97.6.21]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7EBxiZO028778 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 14 Aug 2012 07:59:45 -0400 Message-ID: <502A3DAF.6080301@redhat.com> Date: Tue, 14 Aug 2012 08:59:43 -0300 From: Mauro Carvalho Chehab MIME-Version: 1.0 To: Linux Media Mailing List Subject: [ANNOUNCE] tree renaming patches part 1 applied Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Yesterday, I finally applied the first part of the renaming patches: * [RFC,10/10,media] break siano into mmc and usb directories - http://patchwork.linuxtv.org/patch/11755/ * [RFC,09/10,media] saa7146: Move it to its own directory - http://patchwork.linuxtv.org/patch/11750/ * [RFC,07/10,media] b2c2: break it into common/pci/usb directories - http://patchwork.linuxtv.org/patch/11754/ * [RFC,03/10,media] move the dvb/frontends to drivers/media/dvb-frontends - http://patchwork.linuxtv.org/patch/11752/ * [RFC,05/10,media] dvb-usb: move it to drivers/media/usb/dvb-usb - http://patchwork.linuxtv.org/patch/11751/ * [RFC,06/10,media] Rename media/dvb as media/pci - http://patchwork.linuxtv.org/patch/11753/ * [RFC,04/10,media] firewire: move it one level up - http://patchwork.linuxtv.org/patch/11746/ * [RFC,02/10,media] dvb: move the dvb core one level up - http://patchwork.linuxtv.org/patch/11747/ * [RFC,08/10,media] common: move media/common/tuners to media/tuners - http://patchwork.linuxtv.org/patch/11748/ * [RFC,01/10,media] v4l: move v4l2 core into a separate directory - http://patchwork.linuxtv.org/patch/11749/ As discussed when that patch series got submitted, the target there is to better organize the drivers, in order to make easier for developers to know where the things are, and for users to help them to find their needed drivers. I'll be working today with the remaining patches to complete the renaming, as it is better to apply them sooner than later, and we're early at the development cycle. Before applying this patch series, I applied almost all pending patches at the tree, in order to reduce the need for patch changes. I also reminded on IRC some developers that I was aware that they would be having pending work. Anyway, in order to help people that might still have patches against the old structure, I created a small script and added them at the media_build tree: http://git.linuxtv.org/media_build.git/blob/HEAD:/devel_scripts/rename_patch.sh (in fact, I created an script that auto-generated it ;) ) To use it, all you need to do is: $ ./rename_patch.sh your_patch As usual, if you want to change several patches, you could do: $ git format_patch some_reference_cs and apply the rename_patch.sh to the generated 0*.patch files, like $ for i in 0*.patch; do ./rename_patch.sh $i; done More details about that are at the readme file: http://git.linuxtv.org/media_build.git/blob/HEAD:/devel_scripts/README Regards, Mauro