From: "Christian Daudt" <csd@broadcom.com>
To: Chris Ball <cjb@laptop.org>
Cc: linux-doc@vger.kernel.org, Christian Daudt <csd@broadcom.com>,
Jerry Huang <Chang-Ming.Huang@freescale.com>,
Grant Likely <grant.likely@secretlab.ca>,
Wei WANG <wei_wang@realsil.com.cn>,
matt.porter@linaro.org, Kevin Liu <kliu5@marvell.com>,
Lars-Peter Clausen <lars@metafoo.de>,
Russell King <linux@arm.linux.org.uk>,
csd_b@daudt.org, Viresh Kumar <viresh.kumar@linaro.org>,
plagnioj@jcrosoft.com, devicetree-discuss@lists.ozlabs.org,
Arnd Bergmann <arnd@arndb.de>,
Sascha Hauer <s.hauer@pengutronix.de>,
Rob Herring <rob.herring@calxeda.com>,
Bill Pemberton <wfp5p@virginia.edu>,
Haojian Zhuang <haojian.zhuang@gmail.com>,
Stephen Warren <swarren@nvidia.com>,
Anton Vorontsov <avorontsov@ru.mvista.com>,
linux-arm-kernel@lists.infradead.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
Ludovic Desroches <ludovic.desroc>
Subject: Re: [PATCH V4 1/3] mmc: sdhci: Add size for caller in init+register
Date: Fri, 31 May 2013 08:41:40 -0700 [thread overview]
Message-ID: <51A8C4B4.6020104@broadcom.com> (raw)
In-Reply-To: <1369860607-25572-1-git-send-email-csd@broadcom.com>
Hi Chris,
Can you pls take this patch and the one named "[PATCH V4 2/3] ARM:
mmc: bcm281xx SDHCI driver" into your tree ?
Thanks,
csd.
On 13-05-29 01:50 PM, Christian Daudt wrote:
> Add a param to allow users of sdhci_pltfm to allocate private space
> in calls to sdhci_pltfm_init+sdhci_pltfm_register. This is implemented
> in the same way as sdhci does for its users.
> None of the users have been migrated yet and are passing in zero to
> retain their private allocation.
>
> - todo: migrate clients to using allocation this way
> - todo: remove priv variable once migration is complete
>
> Also removed unused variable in sdhci_pltfm_init fn
>
> Signed-off-by: Christian Daudt <csd@broadcom.com>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
WARNING: multiple messages have this Message-ID (diff)
From: csd@broadcom.com (Christian Daudt)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V4 1/3] mmc: sdhci: Add size for caller in init+register
Date: Fri, 31 May 2013 08:41:40 -0700 [thread overview]
Message-ID: <51A8C4B4.6020104@broadcom.com> (raw)
In-Reply-To: <1369860607-25572-1-git-send-email-csd@broadcom.com>
Hi Chris,
Can you pls take this patch and the one named "[PATCH V4 2/3] ARM:
mmc: bcm281xx SDHCI driver" into your tree ?
Thanks,
csd.
On 13-05-29 01:50 PM, Christian Daudt wrote:
> Add a param to allow users of sdhci_pltfm to allocate private space
> in calls to sdhci_pltfm_init+sdhci_pltfm_register. This is implemented
> in the same way as sdhci does for its users.
> None of the users have been migrated yet and are passing in zero to
> retain their private allocation.
>
> - todo: migrate clients to using allocation this way
> - todo: remove priv variable once migration is complete
>
> Also removed unused variable in sdhci_pltfm_init fn
>
> Signed-off-by: Christian Daudt <csd@broadcom.com>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
next prev parent reply other threads:[~2013-05-31 15:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-29 20:50 [PATCH V4 1/3] mmc: sdhci: Add size for caller in init+register Christian Daudt
2013-05-29 20:50 ` Christian Daudt
2013-05-29 20:50 ` [PATCH V4 2/3] ARM: mmc: bcm281xx SDHCI driver Christian Daudt
2013-05-29 20:50 ` Christian Daudt
[not found] ` <1369860607-25572-2-git-send-email-csd-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2013-05-31 16:15 ` Chris Ball
2013-05-31 16:15 ` Chris Ball
2013-06-01 0:17 ` Christian Daudt
2013-06-01 0:17 ` Christian Daudt
[not found] ` <51A93DA0.3070909-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2013-06-01 20:13 ` Arnd Bergmann
2013-06-01 20:13 ` Arnd Bergmann
2013-06-04 14:19 ` Christian Daudt
2013-06-04 14:19 ` Christian Daudt
2013-05-29 20:50 ` [PATCH V4 3/3] ARM: mmc: bcm281xx SDHCI driver (dt mods) Christian Daudt
2013-05-29 20:50 ` Christian Daudt
2013-05-31 15:41 ` Christian Daudt [this message]
2013-05-31 15:41 ` [PATCH V4 1/3] mmc: sdhci: Add size for caller in init+register Christian Daudt
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=51A8C4B4.6020104@broadcom.com \
--to=csd@broadcom.com \
--cc=Chang-Ming.Huang@freescale.com \
--cc=arnd@arndb.de \
--cc=avorontsov@ru.mvista.com \
--cc=cjb@laptop.org \
--cc=csd_b@daudt.org \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=grant.likely@secretlab.ca \
--cc=gregkh@linuxfoundation.org \
--cc=haojian.zhuang@gmail.com \
--cc=kliu5@marvell.com \
--cc=lars@metafoo.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=matt.porter@linaro.org \
--cc=plagnioj@jcrosoft.com \
--cc=rob.herring@calxeda.com \
--cc=s.hauer@pengutronix.de \
--cc=swarren@nvidia.com \
--cc=viresh.kumar@linaro.org \
--cc=wei_wang@realsil.com.cn \
--cc=wfp5p@virginia.edu \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.