netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: javier@osg.samsung.com
Cc: linux-kernel@vger.kernel.org, arnd@arndb.de,
	sony.chacko@qlogic.com, peppe.cavallaro@st.com,
	linux-net-drivers@solarflare.com, fw@strlen.de,
	bkenward@solarflare.com, geert@linux-m68k.org,
	ecree@solarflare.com, kvalo@codeaurora.org, mw@semihalf.com,
	a@unstable.cc, intel-wired-lan@lists.osuosl.org,
	f.fainelli@gmail.com, felipe.balbi@linux.intel.com,
	gregory.clement@free-electrons.com,
	Dept-HSGLinuxNICDev@qlogic.com, jeffrey.t.kirsher@intel.com,
	mugunthanvnm@ti.com, andrew@lunn.ch,
	klassert@mathematik.tu-chemnitz.de, sgruszka@redhat.com,
	kda@linux-powerpc.org, qiang.zhao@freescale.com,
	netdev@vger.kernel.org, gerlando.falauto@keymile.com,
	linux-wireless@vger.kernel.org, ionut@badula.org,
	venza@brownhat.org, alexandre.torgue@st.com
Subject: Re: [PATCH 00/15] drivers: net: use IS_ENABLED() instead of checking for built-in or module
Date: Mon, 12 Sep 2016 20:28:45 -0700 (PDT)	[thread overview]
Message-ID: <20160912.202845.1229112190826763502.davem@davemloft.net> (raw)
In-Reply-To: <1473689026-6983-1-git-send-email-javier@osg.samsung.com>

From: Javier Martinez Canillas <javier@osg.samsung.com>
Date: Mon, 12 Sep 2016 10:03:31 -0400

> This trivial series is similar to [0] for net/ that you already merged, but
> for drivers/net. The patches replaces the open coding to check for a Kconfig
> symbol being built-in or module, with IS_ENABLED() macro that does the same.

Series applied, thanks.

      parent reply	other threads:[~2016-09-13  3:28 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-12 14:03 [PATCH 00/15] drivers: net: use IS_ENABLED() instead of checking for built-in or module Javier Martinez Canillas
2016-09-12 14:03 ` [PATCH 01/15] 3c59x: " Javier Martinez Canillas
2016-09-12 14:03 ` [PATCH 02/15] starfire: " Javier Martinez Canillas
2016-09-12 14:03 ` [PATCH 03/15] ethernet: amd: " Javier Martinez Canillas
2016-09-12 14:11   ` Geert Uytterhoeven
2016-09-12 14:03 ` [PATCH 04/15] bnx2: " Javier Martinez Canillas
2016-09-12 14:03 ` [PATCH 05/15] sundance: " Javier Martinez Canillas
2016-09-12 14:03 ` [PATCH 06/15] net/fsl_pq_mdio: " Javier Martinez Canillas
2016-09-12 14:03 ` [PATCH 07/15] i825xx: " Javier Martinez Canillas
2016-09-12 14:03 ` [PATCH 08/15] ixgbe: " Javier Martinez Canillas
2016-09-12 15:36   ` Greg
2016-09-12 14:03 ` [PATCH 09/15] net: mvneta: " Javier Martinez Canillas
2016-09-12 14:06   ` Gregory CLEMENT
2016-09-12 14:03 ` [PATCH 10/15] natsemi: " Javier Martinez Canillas
2016-09-12 14:03 ` [PATCH 11/15] sfc: " Javier Martinez Canillas
2016-09-12 14:31   ` Bert Kenward
2016-09-12 14:03 ` [PATCH 12/15] sis900: " Javier Martinez Canillas
2016-09-12 17:10   ` Daniele Venzano
2016-09-12 14:03 ` [PATCH 13/15] stmmac: " Javier Martinez Canillas
2016-09-12 16:47   ` Alexandre Torgue
2016-09-12 14:03 ` [PATCH 14/15] hamradio: " Javier Martinez Canillas
2016-09-12 14:03 ` [PATCH 15/15] iwlegacy: " Javier Martinez Canillas
2016-09-13  3:28 ` David Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160912.202845.1229112190826763502.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=Dept-HSGLinuxNICDev@qlogic.com \
    --cc=a@unstable.cc \
    --cc=alexandre.torgue@st.com \
    --cc=andrew@lunn.ch \
    --cc=arnd@arndb.de \
    --cc=bkenward@solarflare.com \
    --cc=ecree@solarflare.com \
    --cc=f.fainelli@gmail.com \
    --cc=felipe.balbi@linux.intel.com \
    --cc=fw@strlen.de \
    --cc=geert@linux-m68k.org \
    --cc=gerlando.falauto@keymile.com \
    --cc=gregory.clement@free-electrons.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=ionut@badula.org \
    --cc=javier@osg.samsung.com \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=kda@linux-powerpc.org \
    --cc=klassert@mathematik.tu-chemnitz.de \
    --cc=kvalo@codeaurora.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-net-drivers@solarflare.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mugunthanvnm@ti.com \
    --cc=mw@semihalf.com \
    --cc=netdev@vger.kernel.org \
    --cc=peppe.cavallaro@st.com \
    --cc=qiang.zhao@freescale.com \
    --cc=sgruszka@redhat.com \
    --cc=sony.chacko@qlogic.com \
    --cc=venza@brownhat.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).