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>] [day] [month] [year] [list]
Date:	Mon, 2 Feb 2009 21:09:32 +0100
From:	Pierre Ossman <drzeus-list@...eus.cx>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] MMC fixes for 2.6.29-rc4

Linus, please pull from

        git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc.git for-linus

to receive one new driver, a fix to make ricoh controllers work after
suspend and a few workarounds for certain hardware.

 arch/arm/plat-mxc/include/mach/mmc.h |   36 ++
 drivers/mmc/host/Kconfig             |   10 +
 drivers/mmc/host/Makefile            |    1 +
 drivers/mmc/host/mmci.c              |   37 ++-
 drivers/mmc/host/mmci.h              |   28 ++
 drivers/mmc/host/mxcmmc.c            |  880 ++++++++++++++++++++++++++++++++++
 drivers/mmc/host/pxamci.c            |   25 +-
 drivers/mmc/host/ricoh_mmc.c         |    8 +-
 8 files changed, 1011 insertions(+), 14 deletions(-)
 create mode 100644 arch/arm/plat-mxc/include/mach/mmc.h
 create mode 100644 drivers/mmc/host/mxcmmc.c

Cliff Brake (2):
      pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())
      pxamci: enable DMA for write ops after CMD/RESP

Linus Walleij (1):
      mmci: Add support for ST Micro derivate

Sascha Hauer (1):
      mmc: Add a MX2/MX3 specific SDHC driver

philipl@...rt.org (1):
      ricoh_mmc: Use suspend_late/resume_early


-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  rdesktop, core developer          http://www.rdesktop.org

  WARNING: This correspondence is being monitored by the
  Swedish government. Make sure your server uses encryption
  for SMTP traffic and consider using PGP for end-to-end
  encryption.

Download attachment "signature.asc" of type "application/pgp-signature" (198 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ