Age | Commit message (Expand) | Author |
2006-04-04 | Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOs | Christopher Pascoe |
2006-04-04 | Abort any DMA that is in progress before changing the DMA completion handler, | Christopher Pascoe |
2006-04-04 | Configure the I2S controller's GPIOs, not than the USB's. | Christopher Pascoe |
2006-03-07 | Fix collision between SI_SOFTSERIAL and OS timers in the interrupt mask. | Uwe Stuehler |
2006-03-07 | Add the proper constant to replace a magic interrupt number. | Uwe Stuehler |
2005-12-22 | Fully implemented microtime() operation. | Dale Rahn |
2005-12-22 | do not do delay(HUGEVALUE) after enabling/disabling the lcd dma. yes, it | Theo de Raadt |
2005-12-22 | remove another debug message | Theo de Raadt |
2005-12-22 | silence setperf code | Theo de Raadt |
2005-12-20 | volatile variable for looping; ok drahn | Theo de Raadt |
2005-12-20 | Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus, | Dale Rahn |
2005-12-20 | switch to using clock4 instead of clock0 so that we get clocks when running | Dale Rahn |
2005-12-14 | Don't hard-code card present and number of socket bits in the PCMCIA bus | Uwe Stuehler |
2005-12-13 | It would seem that some cards do not get reset correctly if RESET is | Uwe Stuehler |
2005-12-05 | - Run only the necessary code to transition from one speed to another. | Uwe Stuehler |
2005-12-02 | add registers for 4 new clocks | Theo de Raadt |
2005-12-02 | no 91Mhz mode for now, because the OSCR0 does not run in low-power mode; | Uwe Stuehler |
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes... | Michael Shalayeff |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-19 | Remove superfluous statement-ending semi-colons. i.e., "return foo;;" should | Aaron Campbell |
2005-11-11 | round clock up | Theo de Raadt |
2005-10-31 | show the speed status in hw.cpuspeed; ok drahn | Theo de Raadt |
2005-10-31 | On suspend/resume save the current time to the RTC earlier and restore it later | Dale Rahn |
2005-09-22 | NEWINTR is not an option on OpenBSD. | Dale Rahn |
2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod Vallat |
2005-08-12 | Do not notify apmd of APM_CRIT_SUSPEND_REQ events; apmd makes us fall | Uwe Stuehler |
2005-08-09 | - Don't depend on the APM_CRIT_RESUME event to run PWR_RESUME power hooks | Uwe Stuehler |
2005-08-08 | Avoid overlap in USB hard and the soft interrupt bits, update comments | Uwe Stuehler |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-07-18 | Initialize UART registers after resume, and make functions non-static. | Uwe Stuehler |
2005-07-01 | Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.c | Uwe Stuehler |
2005-06-16 | GPIO generates many shared interrupts, eg disk (cf) and network (other cf) | Dale Rahn |
2005-06-16 | i2c and i2s are separete devices, and zaudio depends on them. | Uwe Stuehler |
2005-06-16 | unbust "com at pxaip" attachment so that there is no need to enable | Uwe Stuehler |
2005-05-27 | add missing prototypes | Uwe Stuehler |
2005-05-27 | Dale's lost diff for IRQ sharing, turned on by default. | Uwe Stuehler |
2005-05-27 | The 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-27 | Replace unused pxa2x0_watchdog_boot() with RTC control functions. | Uwe Stuehler |
2005-05-26 | Reset the zaurus audio components after resume, so that subsequent opens | Christopher Pascoe |
2005-05-23 | fix rasops initialization when not acting as console; ok miod@ | Uwe Stuehler |
2005-05-23 | Round the DMA block size, not the maximum buffer size. Addresses "request | Christopher Pascoe |
2005-05-23 | Avoid potential null pointer dereference. | Christopher Pascoe |
2005-05-09 | Permit one of the PXA2X0's UARTs to operate in Slow Infrared (SIR) mode | Uwe Stuehler |
2005-04-30 | Temporary hack to (un)rotate the Zaurus console until a proper rasops | Christopher Pascoe |
2005-04-21 | clean dmesg output | Theo de Raadt |
2005-04-17 | make sure round_blocksize does not produce 0 after alignment | Christopher Pascoe |
2005-04-15 | Remove i2c entry, it is included from zaudio config. | Christopher Pascoe |
2005-04-15 | Functions for accessing the pxa2x0 I2S controller. | Christopher Pascoe |
2005-04-15 | Routines providing access to the pxa2x0 I2C controller. | Christopher Pascoe |