Age | Commit message (Expand) | Author |
2011-11-16 | Better clock rate .7% error is much better than 7% error. | Dale Rahn |
2011-11-15 | Remove pointless/debug prints during config. | Dale Rahn |
2011-11-15 | Bring back 'mostly' working omdog support. | Dale Rahn |
2011-11-15 | delay(1) is an extremely short delay, increase this to a measurable amount | Dale Rahn |
2011-11-11 | Re-add overro board support. ok drahn@ | Matthieu Herrb |
2011-11-10 | Assert copyright; spotted by drahn@ | Uwe Stuehler |
2011-11-10 | Missing UART irqs. | Dale Rahn |
2011-11-10 | Missing interrupts on gpio. | Dale Rahn |
2011-11-10 | Reduce autoconf(4) overuse on beagle | Uwe Stuehler |
2011-11-10 | Fix bug where 'now' recomputation was incorrect, | Dale Rahn |
2011-11-10 | Deal with the register offset on omap4430 where the registers moved by 0x100. | Dale Rahn |
2011-11-10 | Add gumstix overo support. It's very similar to be beagleboard at this | Matthieu Herrb |
2011-11-09 | Missing argument to error printf() | Miod Vallat |
2011-11-09 | Use the new priority as the priority to check against, | Dale Rahn |
2011-11-09 | External ampintc interrupts need to add 32 to the interrupt number, | Dale Rahn |
2011-11-07 | Cleanup and make initialization more readable. ok drahn@ uwe@ | Miod Vallat |
2011-11-06 | Fix GTIMER_STATUS offset | Miod Vallat |
2011-11-06 | Further on the road to working. | Dale Rahn |
2011-11-05 | Introduce clock registration code, to deal with having multiple | Dale Rahn |
2011-11-05 | rename gptimer_delay to gptimer_wait, as it waits on the bit to be cleared | Dale Rahn |
2011-11-05 | Many fixes. | Dale Rahn |
2011-11-05 | Initial drivers for Cortex A9 interrupt controller and global timer as clock. | Dale Rahn |
2011-10-24 | Introduce a pluggable interrupt controller infrastructure for beagle, | Dale Rahn |
2011-10-21 | Pile of diffs to improve beagle/panda status. fetching u-boot parameters | Dale Rahn |
2011-09-21 | Fix range check in intc_intr_establish() | Miod Vallat |
2011-09-18 | Obvious typo in diag message | Miod Vallat |
2011-04-23 | start at high ipl (quiets noise on startup). | Dale Rahn |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-03-22 | no need for a xxxpower function; ok drahn | Theo de Raadt |
2011-03-14 | use DPLL5 as a 120MHz reference clock to be used by the usb subsystem which | Jasper Lievisse Adriaanse |
2011-03-14 | Support pieces for usb (not working just yet). | Dale Rahn |
2011-03-14 | - replace a magic number with an address define, as checked against | Jasper Lievisse Adriaanse |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-08-30 | lend a hand keeping beagle up-to-date with what is going on in powerhook | Theo de Raadt |
2010-08-27 | More killing of PWR_STANDBY. cvs skipped these files | Theo de Raadt |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-06-01 | Fix splassert code, (previously hidden in DIAGNOSTIC). | Dale Rahn |
2010-06-01 | Fix some code hidden in DIAGNOSTIC. | Dale Rahn |
2010-05-09 | hander -> handler | Jasper Lievisse Adriaanse |
2010-02-22 | It is bad to have HAVE_TIMECOUNTER but the clock/timer not configure a | Dale Rahn |
2010-02-14 | Don't use absolute paths for includes. | Michael Knudsen |
2010-02-13 | Dont mix up the order of the registers with the defines. | Dale Rahn |
2010-02-12 | Initial version of ehci shim for omap, not complete. | Dale Rahn |
2010-02-12 | Rework prcm to support additional iclk/fclk registers. | Dale Rahn |
2010-02-10 | remove lingering debug print. | Dale Rahn |
2010-02-10 | And now mounts with reads and writes work. | Dale Rahn |
2010-02-10 | Would seem that the sdmmc layer does not like having CRC7 as part of the | Dale Rahn |
2010-02-10 | Close to working MMCHS (ommmc) driver. much thanks to mk@ for continual poking. | Dale Rahn |