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