[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMuHMdXuAsD7gJrWOPT1qsn7+XXzqwO59mVK7LuJktjNKWHF4w@mail.gmail.com>
Date: Tue, 26 May 2015 10:28:29 +0200
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: James Bottomley <jbottomley@...n.com>
Cc: "josh@...htriplett.org" <josh@...htriplett.org>,
"rpurdie@...ys.net" <rpurdie@...ys.net>,
"marcel@...tmann.org" <marcel@...tmann.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"clemens@...isch.de" <clemens@...isch.de>,
"khalasa@...p.pl" <khalasa@...p.pl>,
"3chas3@...il.com" <3chas3@...il.com>,
"jesper.nilsson@...s.com" <jesper.nilsson@...s.com>,
"johan.hedberg@...il.com" <johan.hedberg@...il.com>,
"arnd@...db.de" <arnd@...db.de>,
"kaloz@...nwrt.org" <kaloz@...nwrt.org>,
"starvik@...s.com" <starvik@...s.com>,
"tiwai@...e.de" <tiwai@...e.de>,
"j.anaszewski@...sung.com" <j.anaszewski@...sung.com>,
"pebolle@...cali.nl" <pebolle@...cali.nl>,
"mcgrof@...not-panic.com" <mcgrof@...not-panic.com>,
"ohad@...ery.com" <ohad@...ery.com>,
"gustavo@...ovan.org" <gustavo@...ovan.org>,
"cooloney@...il.com" <cooloney@...il.com>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"mcgrof@...e.com" <mcgrof@...e.com>,
"jslaby@...e.cz" <jslaby@...e.cz>,
"mchehab@....samsung.com" <mchehab@....samsung.com>,
"davem@...emloft.net" <davem@...emloft.net>,
"dmitry.torokhov@...il.com" <dmitry.torokhov@...il.com>,
"bp@...en8.de" <bp@...en8.de>,
"herbert@...dor.apana.org.au" <herbert@...dor.apana.org.au>,
"airlied@...ux.ie" <airlied@...ux.ie>
Subject: Re: [RFC v1] tree-wide: remove "select FW_LOADER" uses
On Mon, May 25, 2015 at 11:29 PM, James Bottomley <jbottomley@...n.com> wrote:
> Sure, but it's mostly people like us doing it and find . -name Kconfig\*
> -exec grep -3 <symbol> {} /dev/null \; usually does the trick for me.
git grep -w3 <symbol> -- "*Kconf*"
And life becomes even easier with the following in your ~/.gitconfig:
[alias]
kgrep = !git grep $* -- \"*Kconf*\"
git kgrep -w3 <symbol>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists