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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 18 May 2010 11:36:03 -0700
From:	Daniel Walker <dwalker@...eaurora.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	lkml <linux-kernel@...r.kernel.org>, San Mehat <san@...gle.com>,
	Dmitry Shmidt <dimitrysh@...gle.com>,
	Roel Kluin <roel.kluin@...il.com>,
	linux-arm-msm@...r.kernel.org
Subject: [GIT PULL] MSM mmc_sdcc driver update


Some general fixes and updates. It's really more of a re-sync with the
current Google driver.


The following changes since commit 6b7b284958d47b77d06745b36bc7f36dab769d9b:
  Linus Torvalds (1):
        Linux 2.6.33-rc2

are available in the git repository at:

  git://codeaurora.org/quic/kernel/dwalker/linux-msm.git msm-mmc_sdcc

Dmitry Shmidt (1):
      mmc: msm_sdcc: Don't set host->curr.mrq until after we're sure the busclk timer won't fire

Roel Kluin (1):
      msm_sdcc.c: missing brackets in msmsdcc_resume()

San Mehat (15):
      mmc: msm_sdcc: Clean up clock management and add a 10us delay after enabling clocks
      mmc: msm_sdcc: Snoop SDIO_CCCR_ABORT register
      msm: Add 'execute' datamover callback
      mmc: msm_sdcc: Driver clocking/irq improvements
      mmc: msm_sdcc: Wrap readl/writel calls with appropriate clk delays
      mmc: msm_sdcc: Schedule clock disable after probe
      mmc: msm_sdcc: Reduce command timeouts and improve reliability.
      mmc: msm_sdcc: Fix bug where busclk expiry timer was not properly disabled
      mmc: msm_sdcc: Featurize busclock power save and disable it by default
      mmc: msm_sdcc: Fix issue where we might not end a sucessfull request
      mmc: msm_sdcc: Don't disable interrupts while suspending
      mmc: msm_sdcc: Enable busclk idle timer for power savings
      mmc: msm_sdcc: Fix the dma exec function to use the proper delays
      mmc: msm_sdcc: Fix issue where clocks could be disabled mid transaction
      drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO support

 arch/arm/mach-msm/dma.c              |    5 +
 arch/arm/mach-msm/include/mach/dma.h |    2 +
 drivers/mmc/host/msm_sdcc.c          |  476 ++++++++++++++++++++-------------
 drivers/mmc/host/msm_sdcc.h          |   15 +-
 4 files changed, 309 insertions(+), 189 deletions(-)


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