linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: Madalin Bucur <madalin.bucur@freescale.com>
Cc: <netdev@vger.kernel.org>, <linuxppc-dev@lists.ozlabs.org>,
	<linux-kernel@vger.kernel.org>, <davem@davemloft.net>,
	<igal.liberman@freescale.com>, <roy.pledge@freescale.com>,
	<ppc@mindchasers.com>, <joe@perches.com>, <pebolle@tiscali.nl>,
	<joakim.tjernlund@transmode.se>, <f.fainelli@gmail.com>,
	<stsp@list.ru>
Subject: Re: [v3 1/8] devres: add devm_alloc_percpu()
Date: Thu, 1 Oct 2015 20:00:41 -0500	[thread overview]
Message-ID: <20151002010041.GA4245@home.buserror.net> (raw)
In-Reply-To: <1443106819-5549-2-git-send-email-madalin.bucur@freescale.com>

On Thu, Sep 24, 2015 at 06:00:12PM +0300, Madalin Bucur wrote:
> Introduce managed counterparts for alloc_percpu() and free_percpu().
> Add devm_alloc_percpu() and devm_free_percpu() into the managed
> interfaces list.
> 
> Signed-off-by: Madalin Bucur <madalin.bucur@freescale.com>
> Tested-by: Madalin-Cristian Bucur <madalin.bucur@freescale.com>
> ---
>  Documentation/driver-model/devres.txt |  4 +++
>  drivers/base/devres.c                 | 64 +++++++++++++++++++++++++++++++++++
>  include/linux/device.h                | 19 +++++++++++
>  3 files changed, 87 insertions(+)

Greg KH needs to be CCed on any drivers/base changes.

-Scott

  reply	other threads:[~2015-10-02  1:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-24 15:00 [v3 0/8] dpaa_eth: Add the Freescale DPAA Ethernet driver Madalin Bucur
2015-09-24 15:00 ` [v3 1/8] devres: add devm_alloc_percpu() Madalin Bucur
2015-10-02  1:00   ` Scott Wood [this message]
2015-10-02  9:16     ` Madalin-Cristian Bucur
2015-09-24 15:00 ` [v3 2/8] dpaa_eth: add support for DPAA Ethernet Madalin Bucur
2015-09-25 19:48   ` David Miller
2015-09-24 15:00 ` [v3 3/8] dpaa_eth: add support for S/G frames Madalin Bucur
2015-09-24 15:00 ` [v3 4/8] dpaa_eth: add driver's Tx queue selection mechanism Madalin Bucur
2015-09-24 15:00 ` [v3 5/8] dpaa_eth: add ethtool functionality Madalin Bucur
2015-09-24 15:00 ` [v3 6/8] dpaa_eth: add ethtool statistics Madalin Bucur
2015-09-24 15:00 ` [v3 7/8] dpaa_eth: add sysfs exports Madalin Bucur
2015-09-24 15:00 ` [v3 8/8] dpaa_eth: add trace points Madalin Bucur

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=20151002010041.GA4245@home.buserror.net \
    --to=scottwood@freescale.com \
    --cc=davem@davemloft.net \
    --cc=f.fainelli@gmail.com \
    --cc=igal.liberman@freescale.com \
    --cc=joakim.tjernlund@transmode.se \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=madalin.bucur@freescale.com \
    --cc=netdev@vger.kernel.org \
    --cc=pebolle@tiscali.nl \
    --cc=ppc@mindchasers.com \
    --cc=roy.pledge@freescale.com \
    --cc=stsp@list.ru \
    /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).