Age | Commit message (Expand) | Author |
2005-01-31 | Be sure to always return an error for unrecognized ioctls. Found by matthieu@ | Miod Vallat |
2005-01-27 | Add pcmcia_intr_string() to format the intr string for pcmcia attach | Todd C. Miller |
2005-01-26 | only attach ohci on chips that actually have the controller | David Gwynne |
2005-01-26 | New device for the dedicated SSP unit, automatic battery charging, and | Uwe Stuehler |
2005-01-24 | Ok, this driver is being abused and used on pxa270, however it's OS timer clock | Dale Rahn |
2005-01-24 | Pass boot arguments from zboot/zbsdmod to the loaded kernel, and cope | Uwe Stuehler |
2005-01-24 | fix a couple of comments | David Gwynne |
2005-01-22 | Unbreak cats build. My apologies! | Uwe Stuehler |
2005-01-21 | Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment, | Miod Vallat |
2005-01-20 | Enable apm/scoop drivers and report A/C power status correctly. | Uwe Stuehler |
2005-01-20 | ARM is strict alignment (practically) so let the kernel know this. ok miod@ | Dale Rahn |
2005-01-19 | APM emulation framework and zaurus scoop driver. Not enabled yet. | Uwe Stuehler |
2005-01-18 | Add hotplug support. | Dale Rahn |
2005-01-18 | Clean up pxapcic attachment code, make it closer to easy to split the | Dale Rahn |
2005-01-17 | Interrupts which are handled by the second level interrupt handler gpio | Dale Rahn |
2005-01-17 | Add LINEBYTES for wsfb, change type to PXALCD. | Dale Rahn |
2005-01-16 | Seems that the instructions used for speed checking was wrong for pxa270, | Dale Rahn |
2005-01-15 | Better effort on pcic detection, poll every 5 seconds. | Dale Rahn |
2005-01-14 | commit this #if 0 del now. | Dale Rahn |
2005-01-14 | prototypes for recently added functions. | Dale Rahn |
2005-01-13 | 'quick' function for actual gpio operations, set/clear/read, setdir, clearirq | Dale Rahn |
2005-01-13 | destatic/inline | Dale Rahn |
2005-01-13 | die static | Dale Rahn |
2005-01-13 | dont make this dependant on bus_space_generic, that is bogus. | Dale Rahn |
2005-01-12 | Try a watchdog reset (that powers off the zaurus) before cpu_reset(). | Uwe Stuehler |
2005-01-11 | opps | Dale Rahn |
2005-01-11 | pretty print in dmesg | Theo de Raadt |
2005-01-11 | first cut at interrupt stats. | Dale Rahn |
2005-01-10 | Correctly limit interrupts on the 'last' register, added support to | Dale Rahn |
2005-01-09 | intr_disestablish | David Gwynne |
2005-01-09 | fix pincount, improve readabilty. | Dale Rahn |
2005-01-09 | Some fixes on pcic attachment. | Dale Rahn |
2005-01-09 | Handle the rest of the interrupts. | Dale Rahn |
2005-01-06 | Lazy man's display console on Zaurus: allow the display to be attached as a | Miod Vallat |
2005-01-06 | Bring back the code simplifications after debug and testing by drahn@ | Miod Vallat |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2005-01-05 | Partially revert some of these changes - misunderstanding between drahn@ and I | Miod Vallat |
2005-01-05 | First steps in cleaning the Zaurus display code: | Miod Vallat |
2005-01-05 | Provide SET_PC_REGS. | Miod Vallat |
2005-01-05 | missed a bit in the last commit | David Gwynne |
2005-01-05 | definitions of the extra registers for the usb host controller and code | David Gwynne |
2005-01-04 | Seems to be working on C3000, still needs layering fix and 1/2 slot 'probing'. | Dale Rahn |
2005-01-04 | use the new intr_disestablish code. | Dale Rahn |
2005-01-04 | implement intr_disestablish. | Dale Rahn |
2005-01-04 | add prototype for disestablish function (coming soon), remove useless | Dale Rahn |
2005-01-04 | cleaner pci/fcom arm cats vs zaurus config. | Dale Rahn |
2005-01-04 | Framed up support for C3000, however not working yet so match is disabled. | Dale Rahn |
2005-01-04 | Initialize pxa270 gpio bits. This needs to be conditional on CPU==pxa270 | Dale Rahn |
2005-01-04 | Remove debug printfs. | Dale Rahn |
2005-01-04 | Opps, this was supposed to be part of the usb commit. | Dale Rahn |