summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale
AgeCommit message (Expand)Author
2006-06-27Rewritten clock driver for 80219/80321, actually manages seperate statDale Rahn
2006-06-19Close a race in the interrupt handler code.Dale Rahn
2006-06-17Fix error where soft irq mask was not initialized for IPL_HIGH, and cleanup.Dale Rahn
2006-06-15rewritten, simplifed interrupt controller for 80321, half the linesDale Rahn
2006-06-15Ricoh rtc support for armish, driver from netbsd.Dale Rahn
2006-06-10I2C support for 80321/80219Dale Rahn
2006-06-02cleanup, move thecus board_reset from MI arm/xscale into armish dir.Dale Rahn
2006-06-01After changing J3 to J4 on the thecus board, serial interrupts work justDale Rahn
2006-06-01Splraise is strictly to increase spl, do not lower.Dale Rahn
2006-06-01current_ipl_level is a value, not a mask, do not '|=' into it.Dale Rahn
2006-06-01Just say NO to noisy dmesg.Dale Rahn
2006-06-01IO addresses will always be in the right range, this check is wrong.Dale Rahn
2006-05-31correctly perform bus base/physical addr translation.Dale Rahn
2006-05-29Tags.Dale Rahn
2006-05-29Add support for i80321 based systems.Dale Rahn
2006-04-04Add input routines to the i2s layer to support future Zaurus audio input.Christopher Pascoe
2006-04-04Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOsChristopher Pascoe
2006-04-04Abort any DMA that is in progress before changing the DMA completion handler,Christopher Pascoe
2006-04-04Configure the I2S controller's GPIOs, not than the USB's.Christopher Pascoe
2006-03-07Fix collision between SI_SOFTSERIAL and OS timers in the interrupt mask.Uwe Stuehler
2006-03-07Add the proper constant to replace a magic interrupt number.Uwe Stuehler
2005-12-22Fully implemented microtime() operation.Dale Rahn
2005-12-22do not do delay(HUGEVALUE) after enabling/disabling the lcd dma. yes, itTheo de Raadt
2005-12-22remove another debug messageTheo de Raadt
2005-12-22silence setperf codeTheo de Raadt
2005-12-20volatile variable for looping; ok drahnTheo de Raadt
2005-12-20Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus,Dale Rahn
2005-12-20switch to using clock4 instead of clock0 so that we get clocks when runningDale Rahn
2005-12-14Don't hard-code card present and number of socket bits in the PCMCIA busUwe Stuehler
2005-12-13It would seem that some cards do not get reset correctly if RESET isUwe Stuehler
2005-12-05- Run only the necessary code to transition from one speed to another.Uwe Stuehler
2005-12-02add registers for 4 new clocksTheo de Raadt
2005-12-02no 91Mhz mode for now, because the OSCR0 does not run in low-power mode;Uwe Stuehler
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-11-19Remove superfluous statement-ending semi-colons. i.e., "return foo;;" shouldAaron Campbell
2005-11-11round clock upTheo de Raadt
2005-10-31show the speed status in hw.cpuspeed; ok drahnTheo de Raadt
2005-10-31On suspend/resume save the current time to the RTC earlier and restore it laterDale Rahn
2005-09-22NEWINTR is not an option on OpenBSD.Dale Rahn
2005-09-15Stop compiling the texte console rotation code #ifdef __zaurus__, but useMiod Vallat
2005-08-12Do not notify apmd of APM_CRIT_SUSPEND_REQ events; apmd makes us fallUwe Stuehler
2005-08-09- Don't depend on the APM_CRIT_RESUME event to run PWR_RESUME power hooksUwe Stuehler
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