Age | Commit message (Expand) | Author |
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 |
2005-03-09 | Wait for card to become ready after reset; ok drahn@ | Uwe Stuehler |
2005-03-08 | Enable or disable CF sockets at appropriate times, but be sure to | Uwe Stuehler |
2005-03-08 | Cosmetics... | Thierry Deval |
2005-03-07 | include apm.h only if CONF_HAVE_APM is defined | Uwe Stuehler |
2005-03-04 | for consistency, use preempt(NULL) | Martin Reindl |
2005-03-03 | Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), and | Uwe Stuehler |
2005-03-02 | fix obviously wrong macro (unnoticed since it is currently unused) | David Gwynne |
2005-02-28 | Store interrupt state in one variable not two, remove inlines which | Dale Rahn |
2005-02-28 | Provide inittodr and resettodr for xscale, remove them from sa11x0, and | Uwe Stuehler |
2005-02-24 | Workaround for a suspend problem when building on the zaurus. | Dale Rahn |
2005-02-23 | shrink | David Gwynne |
2005-02-23 | Make no distinction between standby and suspend requests for now. | Uwe Stuehler |
2005-02-23 | A healthy dose of 'die static'. | Dale Rahn |
2005-02-23 | Add missing copyright. | Dale Rahn |
2005-02-23 | fix copyright, use pxa2x0_gpio_intr_string() | Dale Rahn |
2005-02-23 | Move code from zaurus machdep to arm/xscale to live with the interrupt | Dale Rahn |
2005-02-22 | Interrupt naming as provided by other interrupt handlers. | Dale Rahn |
2005-02-22 | Initial suspend/resume code with additional powerhooks. Enter/exit | Uwe Stuehler |
2005-02-21 | remove unused header | David Gwynne |
2005-02-19 | set the gpios in the right place | David Gwynne |
2005-02-18 | remove all the cruft i had in there while trying to figure this stuff out | David Gwynne |
2005-02-17 | How he wanted it work, from/ok miod@ | Dale Rahn |
2005-02-17 | untested, no ok, and it broke. revert. | Dale Rahn |
2005-02-17 | whitespace nit | David Gwynne |
2005-02-17 | a driver for the usb device controller. at the moment it only hardwires the | David Gwynne |
2005-02-17 | allow intr_establish to be used with any in gpio | David Gwynne |
2005-02-17 | Setup ri_bits before invoking rasops_init(), in case we want to use RI_CLEAR | Miod Vallat |