linux/drivers/mmc/host
Linus Torvalds fb2af0020a Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Pull ARM updates from Russell King:
 "This contains the usual updates from other people (listed below) and
  the usual random muddle of miscellaneous ARM updates which cover some
  low priority bug fixes and performance improvements.

  I've started to put the pull request wording into the merge commits,
  which are:

   - NoMMU stuff:

     This includes the following series sent earlier to the list:
      - nommu-fixes
      - R7 Support
      - MPU support

     I've left out the ARCH_MULTIPLATFORM/!MMU stuff that Arnd and I
     were discussing today until we've reached a conclusion/that's had
     some more review.

     This is rebased (and re-tested) on your devel-stable branch because
     otherwise there were going to be conflicts with Uwe's V7M work now
     that you've merged that.  I've included the fix for limiting MPU to
     CPU_V7.

   - Huge page support

     These changes bring both HugeTLB support and Transparent HugePage
     (THP) support to ARM.  Only long descriptors (LPAE) are supported
     in this series.

     The code has been tested on an Arndale board (Exynos 5250).

   - LPAE updates

     Please pull these miscellaneous LPAE fixes I've been collecting for
     a while now for 3.11.  They've been tested and reviewed by quite a
     few people, and most of the patches are pretty trivial.  -- Will Deacon.

   - arch_timer cleanups

     Please pull these arch_timer cleanups I've been holding onto for a
     while.  They're the same as my last posting, but have been rebased
     to v3.10-rc3.

   - mpidr linearisation (multiprocessor id register - identifies which
     CPU number we are in the system)

     This patch series that implements MPIDR linearization through a
     simple hashing algorithm and updates current cpu_{suspend}/{resume}
     code to use the newly created hash structures to retrieve context
     pointers.  It represents a stepping stone for the implementation of
     power management code on forthcoming multi-cluster ARM systems.

     It has been tested on TC2 (dual cluster A15xA7 system), iMX6q,
     OMAP4 and Tegra, with processors hitting low-power states requiring
     warm-boot resume through the cpu_resume code path"

* 'for-linus' of git://git.linaro.org/people/rmk/linux-arm: (77 commits)
  ARM: 7775/1: mm: Remove do_sect_fault from LPAE code
  ARM: 7777/1: Avoid extra calls to the C compiler
  ARM: 7774/1: Fix dtb dependency to use order-only prerequisites
  ARM: 7770/1: remove residual ARMv2 support from decompressor
  ARM: 7769/1: Cortex-A15: fix erratum 798181 implementation
  ARM: 7768/1: prevent risks of out-of-bound access in ASID allocator
  ARM: 7767/1: let the ASID allocator handle suspended animation
  ARM: 7766/1: versatile: don't mark pen as __INIT
  ARM: 7765/1: perf: Record the user-mode PC in the call chain.
  ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and fork
  ARM: kernel: implement stack pointer save array through MPIDR hashing
  ARM: kernel: build MPIDR hash function data structure
  ARM: mpu: Ensure that MPU depends on CPU_V7
  ARM: mpu: protect the vectors page with an MPU region
  ARM: mpu: Allow enabling of the MPU via kconfig
  ARM: 7758/1: introduce config HAS_BANDGAP
  ARM: 7757/1: mm: don't flush icache in switch_mm with hardware broadcasting
  ARM: 7751/1: zImage: don't overwrite ourself with a page table
  ARM: 7749/1: spinlock: retry trylock operation if strex fails on free lock
  ARM: 7748/1: oabi: handle faults when loading swi instruction from userspace
  ...
2013-07-03 09:46:29 -07:00
..
Kconfig mmc: sdhci-s3c: Fix operation on non-single image Samsung platforms 2013-04-30 16:44:43 +02:00
Makefile mmc: sdhci-sirf: add mmc host sdhci-pltfm based driver for SiRF SoCs 2013-03-22 13:29:46 -04:00
android-goldfish.c mmc: android-goldfish: use resource_size() 2013-03-22 12:53:52 -04:00
atmel-mci-regs.h
atmel-mci.c mmc: atmel-mci: convert to dma_request_slave_channel_compat() 2013-05-26 13:32:13 -04:00
au1xmmc.c
bfin_sdh.c
cb710-mmc.c
cb710-mmc.h
davinci_mmc.c ARM: davinci: move private EDMA API to arm/common 2013-06-18 10:52:03 +05:30
dw_mmc-exynos.c mmc: dw_mmc: let device core setup the default pin configuration 2013-04-12 14:18:56 -04:00
dw_mmc-pci.c Drivers: mmc: remove __dev* attributes. 2013-01-03 15:57:14 -08:00
dw_mmc-pltfm.c mmc: Convert to devm_ioremap_resource() 2013-01-25 12:21:47 -08:00
dw_mmc-pltfm.h
dw_mmc.c mmc: dw_mmc: let device core setup the default pin configuration 2013-04-12 14:18:56 -04:00
dw_mmc.h mmc: dw_mmc: let device core setup the default pin configuration 2013-04-12 14:18:56 -04:00
jz4740_mmc.c
mmc_spi.c
mmci.c ARM: 7726/1: mmc: mmci: Add card_busy function to improve UHS card support 2013-05-23 00:09:16 +01:00
mmci.h ARM: 7726/1: mmc: mmci: Add card_busy function to improve UHS card support 2013-05-23 00:09:16 +01:00
msm_sdcc.c msm_sdcc: Convert to clk_prepare/unprepare 2013-06-24 13:06:42 -07:00
msm_sdcc.h
mvsdio.c mmc: mvsdio: use dev_*() API instead of pr_*() API 2013-03-22 13:29:47 -04:00
mvsdio.h
mxcmmc.c mmc: mxcmmc: enable DMA support on mpc512x 2013-04-12 15:13:41 -04:00
mxs-mmc.c ARM: arm-soc device tree changes, part 2 2013-05-07 11:06:17 -07:00
of_mmc_spi.c mmc: mmc_spi: Fix return value evaluation of irq_of_parse_and_map() 2013-02-24 14:37:10 -05:00
omap.c ARM: arm-soc: Header cleanups 2012-12-12 11:45:16 -08:00
omap_hsmmc.c mmc: omap_hsmmc: Skip platform_get_resource_byname() for dt case 2013-05-26 14:23:11 -04:00
pxamci.c
pxamci.h
rtsx_pci_sdmmc.c mmc: rtsx_pci_sdmmc: Don't execute power up sequence repeatedly 2013-03-22 12:35:42 -04:00
s3cmci.c mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver 2013-03-05 10:42:47 +09:00
s3cmci.h
sdhci-acpi.c mmc: sdhci-acpi: add more device ids 2013-05-26 13:50:50 -04:00
sdhci-bcm2835.c mmc: sdhci: Constify sdhci_ops structs where possible 2013-03-22 13:00:51 -04:00
sdhci-cns3xxx.c MMC highlights for 3.10: 2013-05-04 13:45:17 -07:00
sdhci-dove.c mmc: sdhci: Constify sdhci_ops structs where possible 2013-03-22 13:00:51 -04:00
sdhci-esdhc-imx.c mmc: sdhci-esdhc-imx: fix multiblock reads on i.MX53 2013-05-26 13:13:31 -04:00
sdhci-esdhc.h
sdhci-of-esdhc.c mmc: sdhci: Constify sdhci_ops structs where possible 2013-03-22 13:00:51 -04:00
sdhci-of-hlwd.c mmc: sdhci: Constify sdhci_ops structs where possible 2013-03-22 13:00:51 -04:00
sdhci-pci-data.c
sdhci-pci.c mmc: sdhci-pci: add more device ids 2013-05-26 13:50:50 -04:00
sdhci-pltfm.c mmc: sdhci: Constify sdhci_ops structs where possible 2013-03-22 13:00:51 -04:00
sdhci-pltfm.h mmc: sdhci-pltfm: Constify the ops field of sdhci_pltfm_data struct 2013-03-22 13:00:29 -04:00
sdhci-pxav2.c mmc: sdhci: Constify sdhci_ops structs where possible 2013-03-22 13:00:51 -04:00
sdhci-pxav3.c mmc: sdhci-pxav3: controller should use SDCLK for timeout calculation 2013-04-04 09:59:42 -04:00
sdhci-s3c-regs.h mmc: sdhci-s3c: remove platform dependencies 2013-04-19 13:51:23 +02:00
sdhci-s3c.c MMC highlights for 3.10: 2013-05-04 13:45:17 -07:00
sdhci-sirf.c mmc: sdhci-sirf: add mmc host sdhci-pltfm based driver for SiRF SoCs 2013-03-22 13:29:46 -04:00
sdhci-spear.c mmc: sdhci-spear: add CONFIG_PM_SLEEP to suspend/resume functions 2013-04-04 10:13:58 -04:00
sdhci-tegra.c mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE 2013-04-23 15:05:57 -04:00
sdhci.c mmc: sdhci: Don't ignore regulator_enable() return value 2013-03-22 12:40:05 -04:00
sdhci.h mmc: sdhci: enhance preset value function 2013-02-24 14:37:11 -05:00
sdricoh_cs.c drivers/mmc: use module_pcmcia_driver() in pcmcia drivers 2013-03-15 12:26:04 -07:00
sh_mmcif.c mmc: sh_mmcif: use mmc_of_parse() to parse standard MMC DT bindings 2013-02-24 14:37:21 -05:00
sh_mobile_sdhi.c mmc: sh_mobile_sdhi: use managed resource allocations 2013-02-24 14:37:23 -05:00
tifm_sd.c
tmio_mmc.c
tmio_mmc.h
tmio_mmc_dma.c
tmio_mmc_pio.c mmc: tmio: add support for the VccQ regulator 2013-02-24 14:37:24 -05:00
ushc.c
via-sdmmc.c
vub300.c mmc: vub300: add missing usb_put_dev 2012-12-06 13:55:03 -05:00
wbsd.c
wbsd.h
wmt-sdmmc.c mmc: wmt-sdmmc: Use resource_size() 2013-03-22 12:38:46 -04:00