Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [GIT PULL] MMC for v.3.16
@ 2014-06-02 12:03 Ulf Hansson
  2014-06-02 14:37 ` Ben Dooks
  0 siblings, 1 reply; 3+ messages in thread
From: Ulf Hansson @ 2014-06-02 12:03 UTC (permalink / raw)
  To: Linus
  Cc: linux-mmc, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Russell King, Chris Ball

Hi Linus,

This is the first PR I send to you as I am co-maintaining the MMC
subsystem with Chris Ball. You will receive a separate PR for MMC from
him as well, as usual.

These patches are mainly updates for the mmci driver and have been
tested in linux-next.

Some ARM SoC related patches are also included and those have been
acked from the corresponding maintainers to go through my mmc tree.

Some more details in the signed tag.

Kind regards
Ulf Hansson


The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:

  Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)

are available in the git repository at:

  git://git.linaro.org/people/ulf.hansson/mmc.git tags/mmc-v3.16-1

for you to fetch changes up to 8c3a05b489ef097f86bf87c64192456553f57781:

  mmc: mmci: Enforce DMA configuration through DT (2014-06-02 11:20:25 +0200)

----------------------------------------------------------------
Updates for mmci driver:
 - Put the device into low power state at system suspend.
 - Convert to the common mmc DT parser.
 - Add missing DT bindings needed for ux500.

Updates for ARM ux500|u300:
 - Convert to the common mmc DT bindings.
 - Remove redundant board file for mmci platform data.

----------------------------------------------------------------
Ulf Hansson (22):
      mmc: mmci: Mask IRQs for all variants during runtime suspend
      mmc: mmci: Let runtime PM callbacks be available for CONFIG_PM
      mmc: mmci: Put the device into low power state at system suspend
      mmc: mmci: Convert to the mmc gpio API
      mmc: mmci: Convert to devm functions
      mmc: mmci: Update DT documentation
      mmc: mmci: Add DT bindings for signal direction
      mmc: mmci: Add DT bindings for feedback clock pin
      mmc: mmci: Use the common mmc DT parser
      ARM: ux500: Add mmci signal directions and feeback clock in DT for href
      ARM: ux500: Convert to the common mmc DT bindings for highspeed mode
      ARM: nomadik: Convert to the common mmc DT bindings for highspeed mode
      ARM: u300: Convert to the common mmc DT bindings for highspeed mode
      mmc: mmci: Mark the DT bindings for highspeed mode as deprecated
      mmc: mmci: Enable MMC_CAP_CMD23
      ARM: ux500: Add the mmc capabilities flags to DT
      ARM: ux500: Add a vmmc regulator through DT for the poped eMMC for href
      ARM: ux500: Remove redundant board file for mmci platform data
      mmc: mmci: Enforce DT for signal direction and feedback clock
      mmc: mmci: Enforce mmc capabilities through DT
      mmc: mmci: Enforce max frequency configuration through DT
      mmc: mmci: Enforce DMA configuration through DT

 Documentation/devicetree/bindings/mmc/mmci.txt |   54 +++-
 arch/arm/boot/dts/ste-ccu9540.dts              |    6 +-
 arch/arm/boot/dts/ste-href.dtsi                |   19 +-
 arch/arm/boot/dts/ste-nomadik-stn8815.dtsi     |    4 +-
 arch/arm/boot/dts/ste-snowball.dts             |    4 +-
 arch/arm/boot/dts/ste-u300.dts                 |    4 +-
 arch/arm/mach-lpc32xx/phy3250.c                |    3 -
 arch/arm/mach-ux500/Makefile                   |    3 +-
 arch/arm/mach-ux500/board-mop500-sdi.c         |  166 ------------
 arch/arm/mach-ux500/board-mop500.h             |    5 -
 arch/arm/mach-ux500/cpu-db8500.c               |    4 -
 drivers/mmc/host/mmci.c                        |  324 ++++++------------------
 drivers/mmc/host/mmci.h                        |   14 +-
 include/linux/amba/mmci.h                      |   42 ---
 14 files changed, 169 insertions(+), 483 deletions(-)
 delete mode 100644 arch/arm/mach-ux500/board-mop500-sdi.c

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] MMC for v.3.16
  2014-06-02 12:03 [GIT PULL] MMC for v.3.16 Ulf Hansson
@ 2014-06-02 14:37 ` Ben Dooks
  2014-06-03  7:34   ` Ulf Hansson
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Dooks @ 2014-06-02 14:37 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Linus, linux-mmc, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Russell King, Chris Ball

On Mon, Jun 02, 2014 at 02:03:27PM +0200, Ulf Hansson wrote:
> Hi Linus,
> 
> This is the first PR I send to you as I am co-maintaining the MMC
> subsystem with Chris Ball. You will receive a separate PR for MMC from
> him as well, as usual.
> 
> These patches are mainly updates for the mmci driver and have been
> tested in linux-next.
> 
> Some ARM SoC related patches are also included and those have been
> acked from the corresponding maintainers to go through my mmc tree.
> 
> Some more details in the signed tag.
> 
> Kind regards
> Ulf Hansson

Hi, is it too late to get the sh-mmcif driver cleanups in? I posted
them some time ago but they do not seem to have been applied.


-- 
Ben Dooks, ben@fluff.org, http://www.fluff.org/ben/

Large Hadron Colada: A large Pina Colada that makes the universe disappear.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] MMC for v.3.16
  2014-06-02 14:37 ` Ben Dooks
@ 2014-06-03  7:34   ` Ulf Hansson
  0 siblings, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2014-06-03  7:34 UTC (permalink / raw)
  To: Ben Dooks
  Cc: Linus, linux-mmc, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Russell King, Chris Ball

On 2 June 2014 16:37, Ben Dooks <ben@trinity.fluff.org> wrote:
> On Mon, Jun 02, 2014 at 02:03:27PM +0200, Ulf Hansson wrote:
>> Hi Linus,
>>
>> This is the first PR I send to you as I am co-maintaining the MMC
>> subsystem with Chris Ball. You will receive a separate PR for MMC from
>> him as well, as usual.
>>
>> These patches are mainly updates for the mmci driver and have been
>> tested in linux-next.
>>
>> Some ARM SoC related patches are also included and those have been
>> acked from the corresponding maintainers to go through my mmc tree.
>>
>> Some more details in the signed tag.
>>
>> Kind regards
>> Ulf Hansson
>
> Hi, is it too late to get the sh-mmcif driver cleanups in? I posted
> them some time ago but they do not seem to have been applied.

Hi Ben,

Sorry! I have missed them in the earlier PRs I have sent to Chris.

I suppose Chris still can take some trivial patches for 3.16, since he
haven't send his PR yet.

Kind regards
Uffe

>
>
> --
> Ben Dooks, ben@fluff.org, http://www.fluff.org/ben/
>
> Large Hadron Colada: A large Pina Colada that makes the universe disappear.
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-03  7:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 12:03 [GIT PULL] MMC for v.3.16 Ulf Hansson
2014-06-02 14:37 ` Ben Dooks
2014-06-03  7:34   ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox