Age | Commit message (Expand) | Author |
2010-08-27 | Improve sdhc_activate, and make sdhc_powerhook a simple wrapper around | Theo de Raadt |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-24 | lockmgr -> rwlock conversion | Bret Lambert |
2010-08-19 | - fold several occurences of DEVNAME() into one located in sdmmcvar.h. | Jasper Lievisse Adriaanse |
2010-07-02 | One transition was wrong: Suspending without a card, and then resuming with | Theo de Raadt |
2010-07-02 | On resume, detach and then force a re-attach of the card, since we don't | Theo de Raadt |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-06-20 | Don't use and maintain a function pointer that is only ever set to one | Michael Knudsen |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-02-11 | No need for M_CANFAIL if M_NOWAIT is used. Found by Gleydson Soares. | Claudio Jeker |
2010-02-10 | Only allow the common voltages of the card and the host when writing the OCR | Dale Rahn |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2009-11-11 | fixup of locking issues with sdmmc, which were causing | Jasper Lievisse Adriaanse |
2009-10-03 | Add missing <sys/device.h>. | Mark Kettenis |
2009-09-05 | scsi_done before COMPLETE | David Gwynne |
2009-07-15 | In sdmmc_intr_establish(), don't duplicate the `name' parameter. | Michael Knudsen |
2009-06-29 | In sdmmc_intr_establish(), copy the entire name parameter instead of | Michael Knudsen |
2009-04-07 | Remove recursion from the sdmmc locking regime. | Bret Lambert |
2009-03-24 | Remove redundant casts. | Mark Kettenis |
2009-02-20 | Let the sdmmc adapters tell the sdmmc layer how much sectors they can | Miod Vallat |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-06 | Fix crash on zaurus when sd memory card plugged by providing an attachment | Alexander Yurchenko |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2009-01-13 | Trivial lvalue abuse fixes, no binary changes. | Alexander Yurchenko |
2009-01-09 | Explain that any check pattern will work. | Jonathan Gray |
2009-01-09 | Add support for SDHC cards on SDHC capable host controllers. | Jonathan Gray |
2008-12-02 | backout: would have been nice if this had been tested, to see that it | Theo de Raadt |
2008-11-24 | Rework sdmmc locking to remove recursion | Bret Lambert |
2008-11-01 | new workq_create interface. discovered by Vladimir Kirillov | Ted Unangst |
2008-02-25 | Fix broken cast on 64bit platforms | Uwe Stuehler |
2008-02-24 | Sync sys/netbt with NetBSD | Uwe Stuehler |
2007-11-29 | unbreak the zaurus kernel build by adding a missing header | Todd T. Fries |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-09-11 | KNF | Gilles Chehade |
2007-09-10 | more MALLOC/FREE -> malloc/free and M_ZERO changes | Gilles Chehade |
2007-09-06 | Don't try disabling bus power before setting the voltage on | Jonathan Gray |
2007-06-19 | Pass the correct flag to sbt_start() in sbt_start_cmd() | Uwe Stuehler |
2007-06-19 | better debug output | Uwe Stuehler |
2007-06-06 | Oops, dispatch packets to the correct hci_input_xxx() function | Uwe Stuehler |
2007-06-06 | Let it compile with SBT_DEBUG | Uwe Stuehler |
2007-06-03 | Implement transmission of ACL and SCO packets | Uwe Stuehler |
2007-06-02 | split up large CMD53 reads and writes | Uwe Stuehler |
2007-06-02 | retry reading HCI packets a few times before giving up | Uwe Stuehler |
2007-05-31 | don't print debug messages | Uwe Stuehler |
2007-05-31 | Clean up and fix sbt_write_packet() | Uwe Stuehler |
2007-05-31 | An SDIO Bluetooth driver, only initial bits and therefore not enabled yet | Uwe Stuehler |
2007-05-31 | Add SDIO card interrupt handling code | Uwe Stuehler |
2007-05-26 | Bug fixes and initial card interrupt support in sdhc | Uwe Stuehler |