summaryrefslogtreecommitdiffstats
path: root/sys/arch/beagle/dev/omgpio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* In the future, we shouldn't have one port port ARM SoC, that's justpatrick2013-09-041-641/+0
| | | | | ridiculous. This is the first step for a common and generic ARM port for ARMv7 SoCs.
* whitespacespatrick2013-05-101-39/+35
|
* Don't return before calling splx.patrick2013-05-031-4/+6
| | | | found by and ok jsg@
* Add GPIO support for the PandaBoard. Disable BeagleBoard's unused interruptpatrick2013-04-251-65/+238
| | | | | | functions for now. ok bmercer@
* Reduce autoconf(4) overuse on beagleuwe2011-11-101-9/+9
| | | | | | | | | | | | Renamed `ahb' to `omap' and extended it to configure the on-chip devices directly, based a board-specific table instead of trying to maintain addresses, interrupt numbers and such for two OMAP variants in the same config file. This may be an intermediate step, but should provide us some relief already. :) Suggestions from deraadt and drahn; ok drahn@
* Add gumstix overo support. It's very similar to be beagleboard at thismatthieu2011-11-101-1/+2
| | | | | point. So add it's card id and handle it like the beagleboard. ok drahn@, miod@
* Introduce a pluggable interrupt controller infrastructure for beagle,drahn2011-10-241-8/+12
| | | | to allow panda to share the port.
* Pile of diffs to improve beagle/panda status. fetching u-boot parametersdrahn2011-10-211-1/+9
| | | | | | out of the register input. (with a beagle_start.S fix from uwe@) Devices now detect device_id from u-boot and decide to enable/disable themselves in the device match routine. ok uwe@
* Get rid of evcount's support for arranging counters in a treematthew2010-09-201-2/+2
| | | | | | | hierarchy. Everything attached to a single root node anyway, so at best we had a bush. "i think it is good" deraadt@
* No "\n" needed at the end of panic() strings.krw2010-08-071-4/+4
| | | | | | | Bogus chunks pointed out by matthew@ and miod@. No cookies for marco@ and jasper@. ok deraadt@ miod@ matthew@ jasper@ macro@
* hander -> handlerjasper2010-05-091-2/+2
| | | | ok miod@
* Initial effort on a port to the omap35xx platform specifically beagleboard,drahn2009-05-081-0/+457
however other omap system may be supportable. Not functional until armv7 core changes are complete.