lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 2 Jun 2014 14:03:27 +0200
From:	Ulf Hansson <ulf.hansson@...aro.org>
To:	Linus <torvalds@...ux-foundation.org>
Cc:	linux-mmc <linux-mmc@...r.kernel.org>,
	"linux-arm-kernel@...ts.infradead.org" 
	<linux-arm-kernel@...ts.infradead.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Russell King <rmk+kernel@....linux.org.uk>,
	Chris Ball <chris@...ntf.net>
Subject: [GIT PULL] MMC for v.3.16

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ