summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale
AgeCommit message (Expand)Author
2005-08-08Avoid overlap in USB hard and the soft interrupt bits, update commentsUwe Stuehler
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-18Initialize UART registers after resume, and make functions non-static.Uwe Stuehler
2005-07-01Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.cUwe Stuehler
2005-06-16GPIO generates many shared interrupts, eg disk (cf) and network (other cf)Dale Rahn
2005-06-16i2c and i2s are separete devices, and zaudio depends on them.Uwe Stuehler
2005-06-16unbust "com at pxaip" attachment so that there is no need to enableUwe Stuehler
2005-05-27add missing prototypesUwe Stuehler
2005-05-27Dale's lost diff for IRQ sharing, turned on by default.Uwe Stuehler
2005-05-27The forgotten part of the merge of pxacom back into com.Uwe Stuehler
2005-05-27- Merge changes from pxacom back into the common com driver.Uwe Stuehler
2005-05-27Replace unused pxa2x0_watchdog_boot() with RTC control functions.Uwe Stuehler
2005-05-26Reset the zaurus audio components after resume, so that subsequent opensChristopher Pascoe
2005-05-23fix rasops initialization when not acting as console; ok miod@Uwe Stuehler
2005-05-23Round the DMA block size, not the maximum buffer size. Addresses "requestChristopher Pascoe
2005-05-23Avoid potential null pointer dereference.Christopher Pascoe
2005-05-09Permit one of the PXA2X0's UARTs to operate in Slow Infrared (SIR) modeUwe Stuehler
2005-04-30Temporary hack to (un)rotate the Zaurus console until a proper rasopsChristopher Pascoe
2005-04-21clean dmesg outputTheo de Raadt
2005-04-17make sure round_blocksize does not produce 0 after alignmentChristopher Pascoe
2005-04-15Remove i2c entry, it is included from zaudio config.Christopher Pascoe
2005-04-15Functions for accessing the pxa2x0 I2S controller.Christopher Pascoe
2005-04-15Routines providing access to the pxa2x0 I2C controller.Christopher Pascoe
2005-04-14Add basic support for the pxa2x0 DMA controller.Christopher Pascoe
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
2005-04-12size for the i2s controller registers, and add some comments for clarityDavid Gwynne
2005-04-12better reg descriptions of the ac97 controller.David Gwynne
2005-04-11no need to include sys/timeout.hUwe Stuehler
2005-04-11- eliminate extra powerhook in pxalcd, inspired by ohci changesUwe Stuehler
2005-04-11- ask upper layer for events and call apm_record_event() as appropriateUwe Stuehler
2005-04-08- manipulate the proper event counter in pxagpio_intr1Uwe Stuehler
2005-04-08clean up properly in the event of a failure during attach.David Gwynne
2005-04-06spelling/grammar cleanupsChristopher Pascoe
2005-04-05Argument to DELAY should be usecs, not hz.Christopher Pascoe
2005-04-03check powerhook_establish() result, and pass the correct softc to it.Uwe Stuehler
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
2005-03-30make the powerhooks the responsibility of the bus ohci is attached toDavid Gwynne
2005-03-30complete the definition of the power manager sleep status registerDavid Gwynne
2005-03-29Handle apm_battlow flag by suspending, and clear all flags after resume.Uwe Stuehler
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
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
2005-03-08Cosmetics...Thierry Deval
2005-03-03Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), andUwe Stuehler
2005-03-02fix obviously wrong macro (unnoticed since it is currently unused)David Gwynne
2005-02-28Store interrupt state in one variable not two, remove inlines whichDale Rahn
2005-02-28Provide inittodr and resettodr for xscale, remove them from sa11x0, andUwe Stuehler