summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale
AgeCommit message (Expand)Author
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-20oops, typoTheo de Raadt
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-10-24add rcsidsaalm
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-04-16Get rid of various 'typedef struct' definitions and use plain structureTheo de Raadt
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