Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-09 | With some correct interrupt acknowledgement and register initialization, | Dale Rahn | |
the pcic insert/removal polling can be removed. prod by uwe. | |||
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 | |
enable socket 0 power via GPIO. Socket 1 can be ignored for now. Initial diff, testing, and ok drahn@. | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
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 | |
ok uwe@ | |||
2005-03-03 | Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), and | Uwe Stuehler | |
apmd(8); missing sysctl variable noticed by drahn@ | |||
2005-03-02 | fix obviously wrong macro (unnoticed since it is currently unused) | David Gwynne | |
ok drahn@ | |||
2005-02-28 | Store interrupt state in one variable not two, remove inlines which | Dale Rahn | |
signficantly bloat kernel. tested/ok dlg@ | |||
2005-02-28 | Provide inittodr and resettodr for xscale, remove them from sa11x0, and | Uwe Stuehler | |
restore the time on resume. | |||
2005-02-24 | Workaround for a suspend problem when building on the zaurus. | Dale Rahn | |
2005-02-23 | shrink | David Gwynne | |
ok drahn@ | |||
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 | |
handler where it belongs code had been de-inlined to the wrong file. | |||
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 | |
suspend mode with power button or zzz. May not work for everyone yet. ok drahn@ and deraadt@ | |||
2005-02-21 | remove unused header | David Gwynne | |
2005-02-19 | set the gpios in the right place | David Gwynne | |
ok drahn@ | |||
2005-02-18 | remove all the cruft i had in there while trying to figure this stuff out | David Gwynne | |
ok drahn@ | |||
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 | |
ok drahn@ | |||
2005-02-17 | a driver for the usb device controller. at the moment it only hardwires the | David Gwynne | |
physical port on a zaurus to the host controller. needs lots of cleanup. ok drahn@ | |||
2005-02-17 | allow intr_establish to be used with any in gpio | David Gwynne | |
ok drahn@ | |||
2005-02-17 | Setup ri_bits before invoking rasops_init(), in case we want to use RI_CLEAR | Miod Vallat | |
in ri_flg someday. | |||
2005-02-14 | remove unused headers (you can guess what i based this code on) and make | David Gwynne | |
the prototypes consistent. ok drahn@ | |||
2005-02-12 | fix typo | David Gwynne | |
ok drahn@ | |||
2005-02-12 | remove the need for duplicate knowledge between autoconfig and the driver. | David Gwynne | |
ok drahn@ | |||
2005-02-12 | whitespace fix | David Gwynne | |
ok drahn@ | |||
2005-02-01 | enable writeback, with a workaround for the xscale pte updates. | Dale Rahn | |
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 | |
routines. | |||
2005-01-26 | only attach ohci on chips that actually have the controller | David Gwynne | |
ok drahn@ | |||
2005-01-26 | New device for the dedicated SSP unit, automatic battery charging, and | Uwe Stuehler | |
reporting the remaining battery life to apmd(8). ok drahn@ | |||
2005-01-24 | Ok, this driver is being abused and used on pxa270, however it's OS timer clock | Dale Rahn | |
rate is different. set the time to the correct value for pxa270, defaulting to the old value on other processors. | |||
2005-01-24 | Pass boot arguments from zboot/zbsdmod to the loaded kernel, and cope | Uwe Stuehler | |
with 32-bit lseek() in zboot (make 'boot' and 'ls' work above 2G). ok drahn@ | |||
2005-01-24 | fix a couple of comments | David Gwynne | |
ok drahn@ | |||
2005-01-22 | Unbreak cats build. My apologies! | Uwe Stuehler | |
ok drahn@ | |||
2005-01-21 | Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment, | Miod Vallat | |
and collateral changes. Because this driver requires us_dma (and as such, vm services) to work, it can not be selected in consinit(). Instead, add a hook to the arm cpu_startup() which will, on zaurus, switch console from serial (selected in consinit()) to lcd. This also makes the zaurus-specific early pxa2x0_clkman() substitute code cleaner. While there, move boot -c handling later, after the glass console is set up. Tested by drahn@ and uwe@ | |||
2005-01-20 | Enable apm/scoop drivers and report A/C power status correctly. | Uwe Stuehler | |
ok drahn@ | |||
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 | |
ok drahn@, deraadt@ | |||
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 | |
driver. Also attach the slots in reverse order, so that the internal HD on C3000 always is wd0. | |||
2005-01-17 | Interrupts which are handled by the second level interrupt handler gpio | Dale Rahn | |
should not have two counters triggered for each interrupt. add a flag, name == NULL to pxa_intr to indicate that the event counter should not be register for such interrupts. In gpio, register its interrupts with this indication, however it should count the gpio0 and gpio1 interrupts which are registered. requested deraadt@ | |||
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 | |
this needs to be reverified on pxa255. |