All of lore.kernel.org
 help / color / mirror / Atom feed
From: davidb@codeaurora.org (David Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/8] mmc: use the new <linux/sizes.h>
Date: Fri, 14 Sep 2012 09:39:10 -0700	[thread overview]
Message-ID: <20120914163910.GA5367@codeaurora.org> (raw)
In-Reply-To: <1347639843-32119-7-git-send-email-dciminaghi@mail.gnudd.com>

On Fri, Sep 14, 2012 at 06:24:01PM +0200, Davide Ciminaghi wrote:
> From: Alessandro Rubini <rubini@gnudd.com>
> 
> Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
> Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
> ---
>  drivers/mmc/host/msm_sdcc.c |    2 +-

Acked-by: David Brown <davidb@codeaurora.org>

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

WARNING: multiple messages have this Message-ID (diff)
From: David Brown <davidb@codeaurora.org>
To: Davide Ciminaghi <dciminaghi@mail.gnudd.com>
Cc: linux@arm.linux.org.uk, tglx@linutronix.de, mingo@redhat.com,
	hpa@zytor.com, djbw@fb.com, vinod.koul@intel.com,
	grant.likely@secretlab.ca, linus.walleij@linaro.org,
	rubini@gnudd.com, wim@iguana.be, cjb@laptop.org,
	nico@fluxnic.net, gregkh@linuxfoundation.org,
	ben-linux@fluff.org, viresh.linux@gmail.com,
	rajeev-dlh.kumar@st.com, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, giancarlo.asnaghi@st.com
Subject: Re: [PATCH 6/8] mmc: use the new <linux/sizes.h>
Date: Fri, 14 Sep 2012 09:39:10 -0700	[thread overview]
Message-ID: <20120914163910.GA5367@codeaurora.org> (raw)
In-Reply-To: <1347639843-32119-7-git-send-email-dciminaghi@mail.gnudd.com>

On Fri, Sep 14, 2012 at 06:24:01PM +0200, Davide Ciminaghi wrote:
> From: Alessandro Rubini <rubini@gnudd.com>
> 
> Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
> Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
> ---
>  drivers/mmc/host/msm_sdcc.c |    2 +-

Acked-by: David Brown <davidb@codeaurora.org>

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

  reply	other threads:[~2012-09-14 16:39 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-14 16:23 [PATCH 0/8] enable support for AMBA drivers under x86 Davide Ciminaghi
2012-09-14 16:23 ` Davide Ciminaghi
2012-09-14 16:23 ` [PATCH 1/8] DMA: PL330: use prefix in reg names to build " Davide Ciminaghi
2012-09-14 16:23   ` Davide Ciminaghi
2012-09-16 22:13   ` Linus Walleij
2012-09-16 22:13     ` Linus Walleij
2012-09-17  3:06   ` Vinod Koul
2012-09-17  3:06     ` Vinod Koul
2012-09-14 16:23 ` [PATCH 2/8] gpio: pl061 depends on ARM Davide Ciminaghi
2012-09-14 16:23   ` Davide Ciminaghi
2012-09-14 18:09   ` Sergei Shtylyov
2012-09-14 18:09     ` Sergei Shtylyov
2012-09-17  8:58     ` Davide Ciminaghi
2012-09-17  8:58       ` Davide Ciminaghi
2012-09-17 21:59   ` Russell King - ARM Linux
2012-09-17 21:59     ` Russell King - ARM Linux
2012-09-14 16:23 ` [PATCH 3/8] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/ Davide Ciminaghi
2012-09-14 16:23   ` Davide Ciminaghi
2012-09-16 22:11   ` Linus Walleij
2012-09-16 22:11     ` Linus Walleij
2012-09-14 16:23 ` [PATCH 4/8] watchdog: sp805_wdt depends on ARM Davide Ciminaghi
2012-09-14 16:23   ` Davide Ciminaghi
2012-09-14 16:24 ` [PATCH 5/8] mmci: replace readsl/writesl with ioread32_rep/iowrite32_rep Davide Ciminaghi
2012-09-14 16:24   ` Davide Ciminaghi
2012-09-14 16:24 ` [PATCH 6/8] mmc: use the new <linux/sizes.h> Davide Ciminaghi
2012-09-14 16:24   ` Davide Ciminaghi
2012-09-14 16:39   ` David Brown [this message]
2012-09-14 16:39     ` David Brown
2012-09-14 16:24 ` [PATCH 7/8] drivers/amba: add support for a PCI bridge Davide Ciminaghi
2012-09-14 16:24   ` Davide Ciminaghi
2012-09-14 16:24 ` [PATCH 8/8] x86: add CONFIG_ARM_AMBA, selected by STA2X11 Davide Ciminaghi
2012-09-14 16:24   ` Davide Ciminaghi
  -- strict thread matches above, loose matches on Subject: below --
2012-11-23 15:08 [PATCH v2 0/8] enable support for AMBA drivers under x86 Davide Ciminaghi
2012-11-23 15:08 ` [PATCH 6/8] mmc: use the new <linux/sizes.h> Davide Ciminaghi
2012-11-23 15:08   ` Davide Ciminaghi
2012-11-23 15:59   ` viresh kumar
2012-11-23 15:59     ` viresh kumar
2012-11-26 19:08   ` David Brown
2012-11-26 19:08     ` David Brown
2012-12-01 17:05   ` Linus Walleij
2012-12-01 17:05     ` Linus Walleij

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=20120914163910.GA5367@codeaurora.org \
    --to=davidb@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.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 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.