| Commit message (Expand) | Author | Age | Files | Lines |
* | Add terasic_mtl(4), a device driver for the Terasic Multi-Touch LCD, | rwatson | 2012-08-25 | 7 | -0/+1632 |
* | Do not swap byte order if we assign default value for intr_cells | gonzo | 2012-08-25 | 1 | -1/+2 |
* | Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts. | brooks | 2012-08-25 | 3 | -0/+954 |
* | Add altera_jtag_uart(4), a device driver for Altera's JTAG UART soft core, | rwatson | 2012-08-25 | 4 | -0/+1132 |
* | Add a device driver for the Altera University Program SD Card IP Core, | rwatson | 2012-08-25 | 5 | -0/+1397 |
* | Add altera_avgen(4), a generic device driver to be used by hard and soft | rwatson | 2012-08-25 | 2 | -0/+534 |
* | Provide basic glue to allow syscons to be used on MIPS, modelled | rwatson | 2012-08-25 | 4 | -3/+26 |
* | In the gxemul console, check the RB_SERIAL boot flag, and change the | rwatson | 2012-08-25 | 1 | -1/+2 |
* | Rename the gxemul console device to "ttyu0" to match the expectations of | rwatson | 2012-08-25 | 1 | -2/+2 |
* | Clear freeze bit before calling xpt_release_devq. | jimharris | 2012-08-24 | 1 | -1/+1 |
* | Remove the hard-coded AR5416-series parameters and instead use the | adrian | 2012-08-24 | 1 | -38/+13 |
* | Correctly handle the "pe_enabled" flag - both when configuring DFS and | adrian | 2012-08-24 | 1 | -1/+7 |
* | Add an accessor macro for getting access to the default DFS parameters. | adrian | 2012-08-24 | 1 | -0/+2 |
* | Add default values for the NumTxMaps capability. | adrian | 2012-08-24 | 4 | -0/+4 |
* | Add the method to fetch the default DFS parameters for the AR5212 PHY. | adrian | 2012-08-24 | 3 | -1/+33 |
* | Implement an API to fetch the default DFS parameters for the given chip. | adrian | 2012-08-24 | 4 | -0/+50 |
* | Bring over some new EEPROM regulatory domain flags. | adrian | 2012-08-24 | 1 | -0/+28 |
* | Oops, another copy/paste issue. | adrian | 2012-08-24 | 1 | -1/+1 |
* | Add ath_hal_get_curmode() - this is used by the Osprey HAL. | adrian | 2012-08-24 | 2 | -0/+50 |
* | Add rfkill HAL accessor methods. | adrian | 2012-08-24 | 1 | -0/+7 |
* | Oops, fix copy/paste silliness. | adrian | 2012-08-24 | 1 | -5/+5 |
* | Add some more capabilities (unused at the present.) | adrian | 2012-08-24 | 1 | -0/+16 |
* | Add the MFP capability to ath_hal_getcapability(). | adrian | 2012-08-24 | 1 | -1/+3 |
* | Add some more diagnostic codes. | adrian | 2012-08-24 | 1 | -0/+4 |
* | Wrap this a little so it's slightly easier on the eyes. | adrian | 2012-08-24 | 1 | -1/+2 |
* | Add some new flags: | adrian | 2012-08-24 | 1 | -2/+11 |
* | Fetch the chip select in the bridge driver, like all the other spi | imp | 2012-08-23 | 2 | -4/+0 |
* | Add tunable for XHCI port routing. | hselasky | 2012-08-23 | 3 | -5/+19 |
* | The check for MAXPHYS doesn't make sense, so remove it. | imp | 2012-08-23 | 1 | -7/+24 |
* | Add a placeholder and typedefs for MFP (management frame protection.) | adrian | 2012-08-23 | 1 | -0/+20 |
* | Add some more interrupt handling bits. | adrian | 2012-08-23 | 1 | -1/+7 |
* | Add AR9380 devid HAL definitions and probe/attach strings. | adrian | 2012-08-23 | 2 | -0/+93 |
* | Add chipset names. | adrian | 2012-08-23 | 1 | -2/+2 |
* | Add new USB device ID. | hselasky | 2012-08-22 | 2 | -0/+2 |
* | Fix/add support for SCSI UNMAP to ATA DSM translation. | jimharris | 2012-08-21 | 6 | -11/+56 |
* | Deal with the case where a syncache entry added by the TOE driver is | np | 2012-08-21 | 4 | -0/+33 |
* | Style. | hselasky | 2012-08-21 | 1 | -1/+1 |
* | Fix USB drivers for KB920X target. | hselasky | 2012-08-21 | 2 | -6/+26 |
* | Avoid a NULL pointer dereference. | np | 2012-08-21 | 1 | -2/+2 |
* | Cannot hold a mutex around vm_fault_quick_hold_pages, so don't. Tweak | np | 2012-08-21 | 1 | -12/+22 |
* | Minor cleanup: use bitwise ops instead of pointless wrappers around | np | 2012-08-21 | 6 | -125/+81 |
* | Correctly handle the case where an inp has already been dropped by the time | np | 2012-08-21 | 2 | -25/+18 |
* | Add s35390a_rtc(4) driver for Seiko Instruments S-35390A RTC. | hrs | 2012-08-21 | 1 | -0/+333 |
* | Initialise an uninitialised variable. | adrian | 2012-08-21 | 1 | -1/+1 |
* | Remove dependence on MAXPHYS. | mjacob | 2012-08-21 | 3 | -6/+8 |
* | Fix a build issue when ATH_DEBUG isn't defined - just initialise and use | adrian | 2012-08-20 | 1 | -2/+4 |
* | Wrap debugging in #ifdef ATH_DEBUG | adrian | 2012-08-20 | 1 | -0/+2 |
* | Flesh out some initial EDMA TX FIFO fill, complete and refill routines. | adrian | 2012-08-20 | 1 | -6/+195 |
* | Advance the descriptor pointer by sc->sc_tx_desclen bytes, rather than | adrian | 2012-08-20 | 1 | -12/+11 |
* | Make sure all of the buffers are printed, rather than (n-1). | adrian | 2012-08-20 | 1 | -4/+2 |