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:	Sun, 21 Jun 2009 21:22:40 +0200
From:	Pierre Ossman <drzeus-list@...eus.cx>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] More MMC stuff for 2.6.31

Linus, please pull from

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

Primarily this update contains two new drivers; one for VIA's new controller
found in some of their chipsets, and one for Samsung's modern SoC chips.

There are also a few minor fixes and workarounds in this update.

 Documentation/powerpc/dts-bindings/fsl/esdhc.txt |    2 +
 MAINTAINERS                                      |   22 +
 drivers/mmc/host/Kconfig                         |   36 +
 drivers/mmc/host/Makefile                        |    2 +
 drivers/mmc/host/s3cmci.c                        |    2 +-
 drivers/mmc/host/sdhci-of.c                      |    3 +
 drivers/mmc/host/sdhci-pci.c                     |   20 +
 drivers/mmc/host/sdhci-s3c.c                     |  428 +++++++
 drivers/mmc/host/sdhci.c                         |   52 +-
 drivers/mmc/host/sdhci.h                         |    6 +
 drivers/mmc/host/via-sdmmc.c                     | 1362 ++++++++++++++++++++++
 11 files changed, 1929 insertions(+), 6 deletions(-)
 create mode 100644 drivers/mmc/host/sdhci-s3c.c
 create mode 100644 drivers/mmc/host/via-sdmmc.c

Anton Vorontsov (1):
      sdhci: Add support for hosts that are only capable of 1-bit transfers

Ben Dooks (4):
      sdhci-s3c: Samsung S3C based SDHCI controller glue
      sdhci: Add better ADMA error reporting
      sdhci: Add SDHCI_QUIRK_NO_MULTIBLOCK quirk
      s3cmci: fix dma configuration call

Harald Welte (2):
      mmc: Add new via-sdmmc host controller driver
      sdhci: Specific quirk vor VIA SDHCI controller in VX855ES

Nicolas Ferre (1):
      MAINTAINERS: add myself as atmel-mci maintainer (sd/mmc interface)

Pierre Ossman (1):
      sdhci: remove needless double parenthesis


-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  rdesktop, core developer          http://www.rdesktop.org
  TigerVNC, core developer          http://www.tigervnc.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" (199 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ