Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751984AbbEZI3Q (ORCPT ); Tue, 26 May 2015 04:29:16 -0400 Received: from mail-oi0-f45.google.com ([209.85.218.45]:33926 "EHLO mail-oi0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751257AbbEZI3K (ORCPT ); Tue, 26 May 2015 04:29:10 -0400 MIME-Version: 1.0 In-Reply-To: <1432589392.2195.11.camel@Odin.com> References: <20150522175711.GE40101@dtor-ws> <20150522181924.GN23057@wotan.suse.de> <20150522185207.GG40101@dtor-ws> <20150522192814.GO23057@wotan.suse.de> <20150522214357.GA24129@cloud> <1432551316.27695.166.camel@x220> <20150525175431.GD1037@x> <1432580834.2195.6.camel@Odin.com> <20150525192941.GH1037@x> <1432589392.2195.11.camel@Odin.com> Date: Tue, 26 May 2015 10:28:29 +0200 X-Google-Sender-Auth: b-O2jwf8X2fcUFUEy-ErYrwd89g Message-ID: Subject: Re: [RFC v1] tree-wide: remove "select FW_LOADER" uses From: Geert Uytterhoeven To: James Bottomley Cc: "josh@joshtriplett.org" , "rpurdie@rpsys.net" , "marcel@holtmann.org" , "linux-kernel@vger.kernel.org" , "clemens@ladisch.de" , "khalasa@piap.pl" , "3chas3@gmail.com" <3chas3@gmail.com>, "jesper.nilsson@axis.com" , "johan.hedberg@gmail.com" , "arnd@arndb.de" , "kaloz@openwrt.org" , "starvik@axis.com" , "tiwai@suse.de" , "j.anaszewski@samsung.com" , "pebolle@tiscali.nl" , "mcgrof@do-not-panic.com" , "ohad@wizery.com" , "gustavo@padovan.org" , "cooloney@gmail.com" , "gregkh@linuxfoundation.org" , "mcgrof@suse.com" , "jslaby@suse.cz" , "mchehab@osg.samsung.com" , "davem@davemloft.net" , "dmitry.torokhov@gmail.com" , "bp@alien8.de" , "herbert@gondor.apana.org.au" , "airlied@linux.ie" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 990 Lines: 28 On Mon, May 25, 2015 at 11:29 PM, James Bottomley wrote: > Sure, but it's mostly people like us doing it and find . -name Kconfig\* > -exec grep -3 {} /dev/null \; usually does the trick for me. git grep -w3 -- "*Kconf*" And life becomes even easier with the following in your ~/.gitconfig: [alias] kgrep = !git grep $* -- \"*Kconf*\" git kgrep -w3 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- 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/