summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale
AgeCommit message (Expand)Author
2013-02-09Fix indent, add RCS IdMiod Vallat
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-17Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWNTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-08-22use static inline instead of inline so this will be compatible withJonathan Gray
2011-09-20Late spring cleaning of the arm code for old dusty bits we do not want toMiod Vallat
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-08No need for vfs_syncwait() in a bufq_quiesce() worldTheo de Raadt
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-30Hurray! Zaurus apm can now call the activate functions intead of powerhooks.Theo de Raadt
2010-08-30Convert all powerhooks to activate functions, and provide powerhook stubs.Theo de Raadt
2010-08-30Change powerhooks into activate functions, and provide stub powerhookTheo de Raadt
2010-08-29put the bufq_restart() in the right place, so that a 2nd resume works.Theo de Raadt
2010-08-27More killing of PWR_STANDBY. cvs skipped these filesTheo de Raadt
2010-06-07Break pxaudc into xscale and MD pieces so that palm and zaurus can correctlyDale Rahn
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth
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