summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale
AgeCommit message (Expand)Author
2007-02-13Add a delay for ep0 handling. Dunno why, but without debug prints it wouldDale Rahn
2007-02-13USB client mode with cdce function driver is coming along, RX and TX kinda work.Dale Rahn
2007-02-12Reduce debug.Dale Rahn
2007-02-12If SMAC is set in the correct register, it works much better, also setDale Rahn
2007-02-07Several improvements to the usb client code. Still not working.Dale Rahn
2007-01-11do not report the clock frequencies on arm becuase there is noRobert Nagy
2006-12-20Enable recursive interrupts on armish. nudge by deraadt@Dale Rahn
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-14- enable nested interrupts on zaurus. most obvious side-effect of this isNiall O'Higgins
2006-12-12Complete gwk's previous patch to stop setperf methods from returningDimitry Andric
2006-11-28add needs-flag to allow pxaudc to compile without usbf (to get theUwe Stuehler
2006-11-25Initial USB device controller (UDC) and USB CDC Ethernet function supportUwe Stuehler
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-08-24missing newline in a printfTheo de Raadt
2006-07-20Get rid of the 'nextevent out of bounds' error message, if interruptsDale Rahn
2006-07-10Remove the error_cnt cacluation, this only makes sense when the suppliedDale Rahn
2006-07-10As pointed out by miod, cpu_initclocks() can use setstatclockrate(), theDale Rahn
2006-07-10Adding missing $OpenBSD$ tags, pointed out by miod.Dale Rahn
2006-07-02count interrupts (uvmexp).Dale Rahn
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