summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2005-02-18remove all the cruft i had in there while trying to figure this stuff outDavid Gwynne
2005-02-17How he wanted it work, from/ok miod@Dale Rahn
2005-02-17untested, no ok, and it broke. revert.Dale Rahn
2005-02-17whitespace nitDavid Gwynne
2005-02-17a driver for the usb device controller. at the moment it only hardwires theDavid Gwynne
2005-02-17allow intr_establish to be used with any in gpioDavid Gwynne
2005-02-17Setup ri_bits before invoking rasops_init(), in case we want to use RI_CLEARMiod Vallat
2005-02-14remove unused headers (you can guess what i based this code on) and makeDavid Gwynne
2005-02-12fix typoDavid Gwynne
2005-02-12remove the need for duplicate knowledge between autoconfig and the driver.David Gwynne
2005-02-12whitespace fixDavid Gwynne
2005-02-01enable writeback, with a workaround for the xscale pte updates.Dale Rahn
2005-01-31Be sure to always return an error for unrecognized ioctls. Found by matthieu@Miod Vallat
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
2005-01-26only attach ohci on chips that actually have the controllerDavid Gwynne
2005-01-26New device for the dedicated SSP unit, automatic battery charging, andUwe Stuehler
2005-01-24Ok, this driver is being abused and used on pxa270, however it's OS timer clockDale Rahn
2005-01-24Pass boot arguments from zboot/zbsdmod to the loaded kernel, and copeUwe Stuehler
2005-01-24fix a couple of commentsDavid Gwynne
2005-01-22Unbreak cats build. My apologies!Uwe Stuehler
2005-01-21Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment,Miod Vallat
2005-01-20Enable apm/scoop drivers and report A/C power status correctly.Uwe Stuehler
2005-01-20ARM is strict alignment (practically) so let the kernel know this. ok miod@Dale Rahn
2005-01-19APM emulation framework and zaurus scoop driver. Not enabled yet.Uwe Stuehler
2005-01-18Add hotplug support.Dale Rahn
2005-01-18Clean up pxapcic attachment code, make it closer to easy to split theDale Rahn
2005-01-17Interrupts which are handled by the second level interrupt handler gpioDale Rahn
2005-01-17Add LINEBYTES for wsfb, change type to PXALCD.Dale Rahn
2005-01-16Seems that the instructions used for speed checking was wrong for pxa270,Dale Rahn
2005-01-15Better effort on pcic detection, poll every 5 seconds.Dale Rahn
2005-01-14commit this #if 0 del now.Dale Rahn
2005-01-14prototypes for recently added functions.Dale Rahn
2005-01-13'quick' function for actual gpio operations, set/clear/read, setdir, clearirqDale Rahn
2005-01-13destatic/inlineDale Rahn
2005-01-13die staticDale Rahn
2005-01-13dont make this dependant on bus_space_generic, that is bogus.Dale Rahn
2005-01-12Try a watchdog reset (that powers off the zaurus) before cpu_reset().Uwe Stuehler
2005-01-11oppsDale Rahn
2005-01-11pretty print in dmesgTheo de Raadt
2005-01-11first cut at interrupt stats.Dale Rahn
2005-01-10Correctly limit interrupts on the 'last' register, added support toDale Rahn
2005-01-09intr_disestablishDavid Gwynne
2005-01-09fix pincount, improve readabilty.Dale Rahn
2005-01-09Some fixes on pcic attachment.Dale Rahn
2005-01-09Handle the rest of the interrupts.Dale Rahn
2005-01-06Lazy man's display console on Zaurus: allow the display to be attached as aMiod Vallat
2005-01-06Bring back the code simplifications after debug and testing by drahn@Miod Vallat
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2005-01-05Partially revert some of these changes - misunderstanding between drahn@ and IMiod Vallat
2005-01-05First steps in cleaning the Zaurus display code:Miod Vallat