Age | Commit message (Expand) | Author |
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 | typo jfb@ didn't want to fix | Pedro Martelletto |
2005-05-26 | Reset the zaurus audio components after resume, so that subsequent opens | Christopher Pascoe |
2005-05-25 | Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler. | Miod Vallat |
2005-05-23 | fix rasops initialization when not acting as console; ok miod@ | Uwe Stuehler |
2005-05-23 | loose is not lose. ok deraadt tdeval and a few more typos from jfb | Ted Unangst |
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-22 | remove "0x" in front of %p in printfs. | Artur Grabowski |
2005-05-21 | put whole cache info on one line; w/ mods from drahn@; ok drahn@ | Michael Shalayeff |
2005-05-13 | /dev/speaker node on cats. | Miod Vallat |
2005-05-10 | enable arm optimized in4_cksum | Brad Smith |
2005-05-09 | Permit one of the PXA2X0's UARTs to operate in Slow Infrared (SIR) mode | Uwe Stuehler |
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith |
2005-04-30 | Temporary hack to (un)rotate the Zaurus console until a proper rasops | Christopher Pascoe |
2005-04-26 | ... oh and let it work for all cases | Theo de Raadt |
2005-04-26 | let ramdisks compile after zts changes | Theo de Raadt |
2005-04-24 | Do down-sampling of the high-resolution touch pad events in kernel, | Uwe Stuehler |
2005-04-21 | clean dmesg output | Theo de Raadt |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff |
2005-04-19 | Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide | Miod Vallat |
2005-04-19 | CLKF_BASEPRI we do not have no more; noticed by miod | Michael Shalayeff |
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 |
2005-04-14 | Add basic support for the pxa2x0 DMA controller. | Christopher Pascoe |
2005-04-13 | Call special suspend and resume hooks. The latter can cancel a resume. | Uwe Stuehler |
2005-04-12 | register descriptions for the inter-ic sound controller | David Gwynne |
2005-04-12 | size for the i2s controller registers, and add some comments for clarity | David Gwynne |
2005-04-12 | better reg descriptions of the ac97 controller. | David Gwynne |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt |
2005-04-11 | no need to include sys/timeout.h | Uwe Stuehler |
2005-04-11 | - eliminate extra powerhook in pxalcd, inspired by ohci changes | Uwe Stuehler |
2005-04-11 | - ask upper layer for events and call apm_record_event() as appropriate | Uwe Stuehler |
2005-04-08 | - manipulate the proper event counter in pxagpio_intr1 | Uwe Stuehler |
2005-04-08 | clean up properly in the event of a failure during attach. | David Gwynne |
2005-04-06 | spelling/grammar cleanups | Christopher Pascoe |
2005-04-05 | Argument to DELAY should be usecs, not hz. | Christopher Pascoe |
2005-04-03 | check powerhook_establish() result, and pass the correct softc to it. | Uwe Stuehler |
2005-03-30 | use the local powerhook, not the generic ohci one. suspend/resume now works | David Gwynne |
2005-03-30 | extra gunk to make ohci suspend and resume work on the zaurus | David Gwynne |
2005-03-30 | make the powerhooks the responsibility of the bus ohci is attached to | David Gwynne |
2005-03-30 | complete the definition of the power manager sleep status register | David Gwynne |
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt |
2005-03-29 | Handle 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 |
2005-03-22 | Use a sane interrupt priority for serial. Has a better chance of working. | Dale Rahn |
2005-03-09 | With some correct interrupt acknowledgement and register initialization, | Dale Rahn |