summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc
AgeCommit message (Expand)Author
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2011-11-14local variable not needed in sdmmc_activateTheo de Raadt
2011-11-10Fixed config_pending calls in sdmmc(4)Uwe Stuehler
2011-07-31Add support for the Ricoh 5U823 SD/MMC controller found on the x220.Mark Kettenis
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-09Simplify sdmmc_scsi by using SCSI_NO_ADAPTER_TARGET.Matthew Dempsky
2011-07-09Kludge around sdmmc(4)'s poor design: replace "struct scsi_link *"Matthew Dempsky
2011-06-16dont respond to VPD inquiries with standard inquiry data. add aDavid Gwynne
2010-10-25Iopoolification. Tested by mcbride@, dlg@, and Gabriel Kihlman on tech@.Kenneth R Westerback
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-31activate function should return result of config_activate_childrenTheo de Raadt
2010-08-27Improve sdhc_activate, and make sdhc_powerhook a simple wrapper aroundTheo de Raadt
2010-08-27kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberTheo de Raadt
2010-08-24lockmgr -> rwlock conversionBret Lambert
2010-08-19- fold several occurences of DEVNAME() into one located in sdmmcvar.h.Jasper Lievisse Adriaanse
2010-07-02One transition was wrong: Suspending without a card, and then resuming withTheo de Raadt
2010-07-02On resume, detach and then force a re-attach of the card, since we don'tTheo de Raadt
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-06-20Don't use and maintain a function pointer that is only ever set to oneMichael Knudsen
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-02-11No need for M_CANFAIL if M_NOWAIT is used. Found by Gleydson Soares.Claudio Jeker
2010-02-10Only allow the common voltages of the card and the host when writing the OCRDale Rahn
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2009-11-11fixup of locking issues with sdmmc, which were causingJasper Lievisse Adriaanse
2009-10-03Add missing <sys/device.h>.Mark Kettenis
2009-09-05scsi_done before COMPLETEDavid Gwynne
2009-07-15In sdmmc_intr_establish(), don't duplicate the `name' parameter.Michael Knudsen
2009-06-29In sdmmc_intr_establish(), copy the entire name parameter instead ofMichael Knudsen
2009-04-07Remove recursion from the sdmmc locking regime.Bret Lambert
2009-03-24Remove redundant casts.Mark Kettenis
2009-02-20Let the sdmmc adapters tell the sdmmc layer how much sectors they canMiod Vallat
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-02-06Fix crash on zaurus when sd memory card plugged by providing an attachmentAlexander Yurchenko
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2009-01-13Trivial lvalue abuse fixes, no binary changes.Alexander Yurchenko
2009-01-09Explain that any check pattern will work.Jonathan Gray
2009-01-09Add support for SDHC cards on SDHC capable host controllers.Jonathan Gray
2008-12-02backout: would have been nice if this had been tested, to see that itTheo de Raadt
2008-11-24Rework sdmmc locking to remove recursionBret Lambert
2008-11-01new workq_create interface. discovered by Vladimir KirillovTed Unangst
2008-02-25Fix broken cast on 64bit platformsUwe Stuehler
2008-02-24Sync sys/netbt with NetBSDUwe Stuehler
2007-11-29unbreak the zaurus kernel build by adding a missing headerTodd T. Fries
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-11KNFGilles Chehade
2007-09-10more MALLOC/FREE -> malloc/free and M_ZERO changesGilles Chehade
2007-09-06Don't try disabling bus power before setting the voltage onJonathan Gray