Age | Commit message (Expand) | Author |
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 |
2007-05-26 | Wait until an I/O function becomes ready after enabling it, and make | Uwe Stuehler |
2007-05-26 | Use M_TEMP, not M_DEVBUF for temporary memory | Uwe Stuehler |
2007-05-11 | regen | Marcus Glocker |
2007-05-11 | Add vendor and product; AboCom Systems, Inc. SDW11G. | Marcus Glocker |
2007-04-11 | ((cast)ptr)++ is not a valid lvalue, despite being tolerated by gcc, so | Miod Vallat |
2007-03-24 | Dump command and response when debugging is enabled | Uwe Stuehler |
2007-03-18 | Define MMC_STOP_TRANSMISSION command (CMD12) | Uwe Stuehler |
2007-03-18 | DHC automatically sends a CMD12 after multiple-block transfers, but other | Uwe Stuehler |
2007-03-18 | Support the PXA27x SD/SDIO/MMC controller on Zaurus | Uwe Stuehler |
2007-01-31 | Workaround for the problem where the SD card reader stops responding after | Claudio Jeker |
2007-01-28 | Restore spl level before exiting on error. | Kenneth R Westerback |
2006-12-20 | sync | Theo de Raadt |
2006-12-20 | add atheros ids | Theo de Raadt |
2006-11-29 | move CSD/CID decoding to sdmmc_mem.c | Uwe Stuehler |
2006-11-29 | make interrupt handler stay quiet in case of shared interrupts | Uwe Stuehler |
2006-11-29 | oops, don't always enable debugging | Uwe Stuehler |
2006-11-29 | Show debug messages depending on current debug level, which may be | Uwe Stuehler |
2006-11-29 | add ioctl hack to support the sdio(8) userland tool | Uwe Stuehler |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-10-19 | s/Mhz/MHz/ in comments and printf() strings | Tom Cosgrove |
2006-10-17 | dont pass a copy of sdmmcs scsi_link struct on the stack to the midlayer. | David Gwynne |
2006-08-23 | Protect scsi_done() with splbio(), discussed with and okay dlg@, marco@ | Pedro Martelletto |