public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Andreas Fenkart <afenkart@gmail.com>
Cc: linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org,
	Ulf Hansson <ulf.hansson@linaro.org>,
	pascal.huerst@gmail.com
Subject: Re: [PATCH v2 0/9] unshare and simplify omap_hsmmc platform struct
Date: Thu, 2 Oct 2014 09:36:34 -0700	[thread overview]
Message-ID: <20141002163633.GK3122@atomide.com> (raw)
In-Reply-To: <1411983179-28677-1-git-send-email-afenkart@gmail.com>

* Andreas Fenkart <afenkart@gmail.com> [140929 02:33]:
> v2:
> - replace erroneous mmci by omap1/2
> - add description to all patches
> - full compile check with:
> 	CONFIG_MACH_OMAP3_BEAGLE=y
> 	CONFIG_MACH_DEVKIT8000=y
> 	CONFIG_MACH_OMAP_LDP=y
> 	CONFIG_MACH_OMAP3530_LV_SOM=y
> 	CONFIG_MACH_OMAP3_TORPEDO=y
> 	CONFIG_MACH_OVERO=y
> 	CONFIG_MACH_OMAP3517EVM=y
> 	CONFIG_MACH_CRANEBOARD=y
> 	CONFIG_MACH_OMAP3_PANDORA=y
> 	CONFIG_MACH_TOUCHBOOK=y
> 	CONFIG_MACH_OMAP_3430SDP=y
> 	CONFIG_MACH_NOKIA_RX51=y
> 	CONFIG_MACH_CM_T35=y
> 	CONFIG_MACH_CM_T3517=y
> 	CONFIG_MACH_CM_T3730=y
> 	CONFIG_MACH_SBC3530=y
> - reorganized and added more patches, hence no blank ack added
> 
> 
> Andreas Fenkart (9):
>   omap_hsmmc: use separate platform data for ompa3 and omap 1/2 driver
>   omap_hsmmc: remove unused fields in platform_data
>   omap_hsmmc: remove un-initialized callbacks from platform data
>   omap_hsmmc: remove un-ready power_saving field in omap2_hsmmc_info
>   omap_hsmmc: remove unused get_context_loss_count callback
>   omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirection
>   omap_hsmmc: pass mmc_priv struct to gpio init / free
>   omap_hsmmc: Remove unnecessary callbacks from platform data
>   omap_hsmmc: remove unused slot_id parameter
> 
>  arch/arm/mach-omap2/board-rx51-peripherals.c       |   4 +-
>  arch/arm/mach-omap2/hsmmc.c                        | 155 +++++------
>  arch/arm/mach-omap2/hsmmc.h                        |   9 +-
>  arch/arm/mach-omap2/mmc.h                          |   6 +-
>  .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |   6 +-
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |   6 +-
>  drivers/mmc/host/omap_hsmmc.c                      | 282 ++++++++++-----------
>  include/linux/platform_data/hsmmc-omap.h           |  88 +++++++
>  8 files changed, 299 insertions(+), 257 deletions(-)
>  create mode 100644 include/linux/platform_data/hsmmc-omap.h

Looks good to me, please feel free to merge via the MMC
tree as this should not conflict with omap changes. For the
whole series:

Acked-by: Tony Lindgren <tony@atomide.com>

  parent reply	other threads:[~2014-10-02 16:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-29  9:32 [PATCH v2 0/9] unshare and simplify omap_hsmmc platform struct Andreas Fenkart
2014-09-29  9:32 ` [PATCH v2 1/9] omap_hsmmc: use separate platform data for ompa3 and omap 1/2 driver Andreas Fenkart
2014-09-29  9:32 ` [PATCH v2 2/9] omap_hsmmc: remove unused fields in platform_data Andreas Fenkart
2014-09-29  9:32 ` [PATCH v2 3/9] omap_hsmmc: remove un-initialized callbacks from platform data Andreas Fenkart
2014-09-29  9:32 ` [PATCH v2 4/9] omap_hsmmc: remove un-ready power_saving field in omap2_hsmmc_info Andreas Fenkart
2014-09-29  9:32 ` [PATCH v2 5/9] omap_hsmmc: remove unused get_context_loss_count callback Andreas Fenkart
2014-09-29  9:32 ` [PATCH v2 6/9] omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirection Andreas Fenkart
2014-09-29  9:32 ` [PATCH v2 7/9] omap_hsmmc: pass mmc_priv struct to gpio init / free Andreas Fenkart
2014-09-29  9:32 ` [PATCH v2 8/9] omap_hsmmc: Remove unnecessary callbacks from platform data Andreas Fenkart
2014-09-29  9:32 ` [PATCH v2 9/9] omap_hsmmc: remove unused slot_id parameter Andreas Fenkart
2014-10-02 16:42   ` Felipe Balbi
2014-10-02 16:45     ` Tony Lindgren
2014-10-02 16:51       ` Felipe Balbi
2014-10-02 16:36 ` Tony Lindgren [this message]
2014-10-03 13:00 ` [PATCH v2 0/9] unshare and simplify omap_hsmmc platform struct Ulf Hansson
2014-10-06  7:34   ` Ulf Hansson

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=20141002163633.GK3122@atomide.com \
    --to=tony@atomide.com \
    --cc=afenkart@gmail.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=pascal.huerst@gmail.com \
    --cc=ulf.hansson@linaro.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