summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Collapse)Author
2005-04-14Add basic support for the pxa2x0 DMA controller.Christopher Pascoe
ok deraadt@ dlg@ drahn@ uwe@
2005-04-13Call special suspend and resume hooks. The latter can cancel a resume.Uwe Stuehler
2005-04-12register descriptions for the inter-ic sound controllerDavid Gwynne
ok uwe@
2005-04-12size for the i2s controller registers, and add some comments for clarityDavid Gwynne
ok uwe@
2005-04-12better reg descriptions of the ac97 controller.David Gwynne
ok uwe@
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
case sun4c/sun4 -- because address space is more constrained
2005-04-11no need to include sys/timeout.hUwe Stuehler
2005-04-11- eliminate extra powerhook in pxalcd, inspired by ohci changesUwe Stuehler
- update file comment for zaurus_lcd.c
2005-04-11- ask upper layer for events and call apm_record_event() as appropriateUwe Stuehler
- allow upper layer to detect the wake-up source which caused a resume - avoid a temporary bus space mapping - suspend on battery low events
2005-04-08- manipulate the proper event counter in pxagpio_intr1Uwe Stuehler
- pxa2x0_gpio_intr_mask/unmask as discussed with dale
2005-04-08clean up properly in the event of a failure during attach.David Gwynne
ok uwe@
2005-04-06spelling/grammar cleanupsChristopher Pascoe
jolan drahn uwe dlg ok
2005-04-05Argument to DELAY should be usecs, not hz.Christopher Pascoe
ok dlg@
2005-04-03check powerhook_establish() result, and pass the correct softc to it.Uwe Stuehler
did not matter in this case because the softc's are aligned; ok dlg@
2005-03-30use the local powerhook, not the generic ohci one. suspend/resume now worksDavid Gwynne
2005-03-30extra gunk to make ohci suspend and resume work on the zaurusDavid Gwynne
help from and ok uwe@
2005-03-30make the powerhooks the responsibility of the bus ohci is attached toDavid Gwynne
ok uwe@
2005-03-30complete the definition of the power manager sleep status registerDavid Gwynne
ok uwe@
2005-03-30first approximation: spoof UDF filesystem disklabels when we see them.Theo de Raadt
it is likely a slight bug or two will sneak in with this, so everyone please keep an eye out on your disklabels
2005-03-29Handle apm_battlow flag by suspending, and clear all flags after resume.Uwe Stuehler
2005-03-29- Support the machdep.kbdreset sysctl on zaurus.Uwe Stuehler
- Disable unused function parse_mi_bootargs().
2005-03-22Use a sane interrupt priority for serial. Has a better chance of working.Dale Rahn
2005-03-09With some correct interrupt acknowledgement and register initialization,Dale Rahn
the pcic insert/removal polling can be removed. prod by uwe.
2005-03-09Wait for card to become ready after reset; ok drahn@Uwe Stuehler
2005-03-08Enable or disable CF sockets at appropriate times, but be sure toUwe Stuehler
enable socket 0 power via GPIO. Socket 1 can be ignored for now. Initial diff, testing, and ok drahn@.
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-03-07include apm.h only if CONF_HAVE_APM is definedUwe Stuehler
2005-03-04for consistency, use preempt(NULL)Martin Reindl
ok uwe@
2005-03-03Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), andUwe Stuehler
apmd(8); missing sysctl variable noticed by drahn@
2005-03-02fix obviously wrong macro (unnoticed since it is currently unused)David Gwynne
ok drahn@
2005-02-28Store interrupt state in one variable not two, remove inlines whichDale Rahn
signficantly bloat kernel. tested/ok dlg@
2005-02-28Provide inittodr and resettodr for xscale, remove them from sa11x0, andUwe Stuehler
restore the time on resume.
2005-02-24Workaround for a suspend problem when building on the zaurus.Dale Rahn
2005-02-23shrinkDavid Gwynne
ok drahn@
2005-02-23Make no distinction between standby and suspend requests for now.Uwe Stuehler
2005-02-23A healthy dose of 'die static'.Dale Rahn
2005-02-23Add missing copyright.Dale Rahn
2005-02-23fix copyright, use pxa2x0_gpio_intr_string()Dale Rahn
2005-02-23Move code from zaurus machdep to arm/xscale to live with the interruptDale Rahn
handler where it belongs code had been de-inlined to the wrong file.
2005-02-22Interrupt naming as provided by other interrupt handlers.Dale Rahn
2005-02-22Initial suspend/resume code with additional powerhooks. Enter/exitUwe Stuehler
suspend mode with power button or zzz. May not work for everyone yet. ok drahn@ and deraadt@
2005-02-21remove unused headerDavid Gwynne
2005-02-19set the gpios in the right placeDavid Gwynne
ok drahn@
2005-02-18remove all the cruft i had in there while trying to figure this stuff outDavid Gwynne
ok drahn@
2005-02-17How he wanted it work, from/ok miod@Dale Rahn
2005-02-17untested, no ok, and it broke. revert.Dale Rahn
2005-02-17whitespace nitDavid Gwynne
ok drahn@
2005-02-17a driver for the usb device controller. at the moment it only hardwires theDavid Gwynne
physical port on a zaurus to the host controller. needs lots of cleanup. ok drahn@
2005-02-17allow intr_establish to be used with any in gpioDavid Gwynne
ok drahn@
2005-02-17Setup ri_bits before invoking rasops_init(), in case we want to use RI_CLEARMiod Vallat
in ri_flg someday.