linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] MMC for v.4.10 - take 2/2
@ 2016-12-14  9:47 Ulf Hansson
  0 siblings, 0 replies; only message in thread
From: Ulf Hansson @ 2016-12-14  9:47 UTC (permalink / raw)
  To: Linus, linux-mmc, linux-kernel; +Cc: Jaehoon Chung, Adrian Hunter, Wolfram Sang

Hi Linus,

Here's a second PR for MMC for v4.10.

As a matter of fact it's only one change that moves some mmc files
around. I thought it was a good idea to get this into v4.10, as it
gives us a nice and fresh base for v4.11.

Details are as usual found in the signed tag.

Please pull this in!

Kind regards
Ulf Hansson


The following changes since commit ff6af28faff53a7389230026b83e543385f7b21d:

  mmc: sdhci-cadence: add Cadence SD4HC support (2016-12-08 15:02:52 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v4.10-2

for you to fetch changes up to f397c8d80a5e413984bd9ccdf4161c7156b365ce:

  mmc: block: Move files to core (2016-12-12 16:30:05 +0100)

----------------------------------------------------------------
MMC core:
 - Move files from the card directory to the core directory to enable
   future clean-ups of the generic mmc header files and interfaces.

----------------------------------------------------------------
Ulf Hansson (1):
      mmc: block: Move files to core

 drivers/mmc/Kconfig                    |  2 -
 drivers/mmc/Makefile                   |  1 -
 drivers/mmc/card/Kconfig               | 70 ----------------------------------
 drivers/mmc/card/Makefile              | 10 -----
 drivers/mmc/core/Kconfig               | 66 ++++++++++++++++++++++++++++++++
 drivers/mmc/core/Makefile              |  4 ++
 drivers/mmc/{card => core}/block.c     |  0
 drivers/mmc/{card => core}/block.h     |  0
 drivers/mmc/{card => core}/mmc_test.c  |  2 -
 drivers/mmc/{card => core}/queue.c     |  2 -
 drivers/mmc/{card => core}/queue.h     |  0
 drivers/mmc/{card => core}/sdio_uart.c |  2 +-
 12 files changed, 71 insertions(+), 88 deletions(-)
 delete mode 100644 drivers/mmc/card/Kconfig
 delete mode 100644 drivers/mmc/card/Makefile
 rename drivers/mmc/{card => core}/block.c (100%)
 rename drivers/mmc/{card => core}/block.h (100%)
 rename drivers/mmc/{card => core}/mmc_test.c (99%)
 rename drivers/mmc/{card => core}/queue.c (99%)
 rename drivers/mmc/{card => core}/queue.h (100%)
 rename drivers/mmc/{card => core}/sdio_uart.c (99%)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-14  9:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-14  9:47 [GIT PULL] MMC for v.4.10 - take 2/2 Ulf Hansson

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).