Age | Commit message (Expand) | Author |
2009-09-09 | Add simple PXA27x matrix keypad controller driver | Marek Vasut |
2009-09-03 | pxa2x0_mmc.c: allow passing detect GPIO from platform | Marek Vasut |
2009-09-03 | Rearrange the interrupt handler so that it handlers "error status bits" | Theo de Raadt |
2009-09-03 | pxa2x0_mmc.c: Dont read MMC_STAT in intr_done if not needed | Marek Vasut |
2009-09-02 | pxa2x0_mmc.c: optimize the speed of the interrupt handler | Marek Vasut |
2009-08-26 | more bloody const crap mk broke | Theo de Raadt |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-13 | toby do you even care enough to try to do right? | Theo de Raadt |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-04-08 | Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and rename | Mark Kettenis |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-27 | convert iopiic lockmgr to rwlock. | Owain Ainsworth |
2009-03-27 | convert arm apm lock to rwlock. | Owain Ainsworth |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-02-26 | fix tree break with two missing chars | Todd T. Fries |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2009-02-23 | When jumping out of the interrupt handler early, clear conditions we know | Miod Vallat |
2009-02-20 | Let the sdmmc adapters tell the sdmmc layer how much sectors they can | Miod Vallat |
2008-11-25 | rename zaurus_reg.h to machine_reg and rename some of the internal fields | Dale Rahn |
2008-11-22 | freq is specific to APM, and it is reaching out to grab the APM variable, | Dale Rahn |
2008-11-22 | scoop is specific to zaurus, it should have some other mechansim to | Dale Rahn |
2008-07-03 | Remove clauses 3 and 4 from NetBSD license. | Ray Lai |
2008-05-19 | Change all remaining MD uses of MALLOC and FREE into proper malloc() and | Miod Vallat |
2008-05-15 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-02-14 | Some armish machines do not have very accurate clock generators, | Dale Rahn |
2008-01-03 | Move zaurus to __HAVE_TIMECOUNTER. | Mark Kettenis |
2007-12-05 | include files which are used by userland cannot include other files.. | Theo de Raadt |
2007-11-02 | Use the same cache cleaning address computation as done in cpufunc_asm_xscale, | Miod Vallat |
2007-10-08 | Align the suspend saved data to a cache line boundary, apparently prevents | Miod Vallat |
2007-08-22 | Remove ``#define SDMMC_DEBUG''. Avoids redefinition error when compiling | Marcus Glocker |
2007-08-06 | Fix some "that that"s. | Tom Cosgrove |
2007-06-14 | unbreak tree after untested timeout.h deletions | Theo de Raadt |
2007-06-14 | Move the inclusion of sys/timeout.h from usb_port.h to the drivers that | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer |
2007-05-27 | implement WSDISPLAYIO_GETSUPPORTEDDEPTHS. ok miod@ uwe@ | Matthieu Herrb |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-21 | timecounters for armish. | Dale Rahn |
2007-05-19 | Implement splassert for armish and zaurus. | Miod Vallat |
2007-05-15 | Dummy mutex code for arm platforms. ok drahn@ deraadt@ | Miod Vallat |
2007-05-09 | diable -> disable | Miod Vallat |
2007-03-29 | Add power hook to scoop(4), replacing the Zaurus-specific scoop_* calls in | Uwe Stuehler |
2007-03-24 | Call the new ohci_checkrev function on xscale, otherwise the USB version | Christopher Pascoe |
2007-03-18 | typo | Theo de Raadt |
2007-03-18 | Support the PXA27x SD/SDIO/MMC controller on Zaurus | Uwe Stuehler |
2007-02-25 | add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for a | Dale Rahn |
2007-02-25 | Defines to make isr status more useable. Bit patterns for debug prints. | Dale Rahn |
2007-02-24 | move debug print into debug block. | Dale Rahn |
2007-02-24 | Add my copyright, since I took the skeleton driver and made it complete. | Dale Rahn |
2007-02-23 | Use the maxpacket len from the pipe, not hardcoded. properly deal | Dale Rahn |