Return-path: Received: from mail-lb0-f174.google.com ([209.85.217.174]:39227 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758871Ab2HISgb convert rfc822-to-8bit (ORCPT ); Thu, 9 Aug 2012 14:36:31 -0400 Received: by lboi8 with SMTP id i8so452783lbo.19 for ; Thu, 09 Aug 2012 11:36:30 -0700 (PDT) MIME-Version: 1.0 Reply-To: sedat.dilek@gmail.com In-Reply-To: References: <1344535292-4451-1-git-send-email-ozancag@gmail.com> Date: Thu, 9 Aug 2012 20:36:29 +0200 Message-ID: (sfid-20120809_203643_266514_4769A8A3) Subject: Re: [PATCH 00/13] Merge GSoC DRM changes to admin-update.sh From: Sedat Dilek To: =?UTF-8?B?T3phbiDDh2HEn2xheWFu?= Cc: linux-wireless@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Aug 9, 2012 at 8:29 PM, Sedat Dilek wrote: > On Thu, Aug 9, 2012 at 8:01 PM, Ozan Çağlayan wrote: >> Hi, >> >> The patches below modifies the admin-update.sh script so that it >> accepts a variable-length last argument, namely network or/and drm, >> to selectively fetch specific subsystem codes into the tree. >> >> The last 2 patches constitutes the work done so far for the my >> GSoC project. >> >> This first attempt is mostly for getting some comments. For example, >> eventhough you fetch network and drm drivers, make will just build >> network drivers. I will either port the project to kconfig which >> will dynamically configure and build what's available or hack >> config.mk and Makefile to detect the availability of other drivers >> than the wireless ones. >> >> I thank Luis R. Rodriguez, my mentor, for his helpful and highly >> responsive mentorship :) >> >> Ozan Çağlayan (13): >> compat-wireless: Clean up *.mod.c once after everything >> compat-wireless: Isolate drivers into different groups >> compat-wireless: List everything vertically without concatenating >> compat-wireless: Add ability to enable/disable subsystems >> compat-wireless: Add 2 convenience functions >> compat-wireless: Conditionally build network drivers >> compat-wireless: Put network patches into its directory >> compat-wireless: No need to search for patches >> compat-wireless: Fix cmdline parameter's name >> compat-wireless: Selectively apply patches >> compat-wireless: Move refresh logic into the loop >> compat-wireless: Fetch in DRM drivers >> compat-wireless: Add DRM patches >> > > Am I the only one missing 07/13 in series? > On [1] I do not see, too. > > - "Birinci" Sedat - > > [1] http://marc.info/?l=linux-wireless&r=1&b=201208&w=2 > Looks like "compat-wireless: Put network patches into its directory" is the missing one. - Sedat -