summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/pxa255/clock/clock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/gumstix: Move libcpu files to BSPSebastian Huber2017-12-081-118/+0
| | | | Update #3254.
* bsps: Clock_driver_support_install_isr()Sebastian Huber2017-09-181-5/+2
| | | | | | | Remove old ISR parameter since is not used by the clock driver shell. Make an implementation optional. Update #3139.
* Optional Clock_driver_support_shutdown_hardware()Sebastian Huber2017-08-041-4/+4
| | | | | Make Clock_driver_support_shutdown_hardware() optional. This avoids the atexit() support on memory constrained targets.
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-201-0/+2
| | | | Update #2271.
* libcpu/arm/pxa255/clock/clock.c: Fix warningsJoel Sherrill2014-10-131-18/+11
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* bsps: Fix clock driver definesSebastian Huber2013-08-141-1/+1
|
* sapi: Use rtems_config*_get_microseconds_per_tickSebastian Huber2012-11-071-4/+4
|
* Libcpu misc files - Remove execute permission on source files.Joel Sherrill2012-05-031-0/+0
|
* pxa255 shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill2012-04-191-16/+8
|
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-301-1/+1
| | | | | | | | | | | | | | | | | * at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h, pxa255/irq/irq.c, pxa255/irq/irq.h, s3c24xx/irq/irq.c, s3c24xx/irq/irq.h: The previous interrupt warning fix changed the interrupt handler API. To fix this problem the generic interrupt support framework will be used now. This eliminates a lot of copy and paste code. The interrupt header file is now <bsp/irq.h>. * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c, mc9328mxl/clock/clockdrv.c, pxa255/clock/clock.c, s3c24xx/clock/clockdrv.c: Include <bsp/irq.h> instead of <irq.h>. * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c, mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c, s3c24xx/irq/bsp_irq_asm.S, s3c24xx/irq/bsp_irq_init.c: Removed files. * Makefile.am, preinstall.am: Reflect changes above.
* unify irq data types and code, merge s3c2400/s3c2410 supportThomas Doerfler2010-04-091-4/+6
|
* 2009-08-06 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-08-061-0/+19
| | | | | * pxa255/clock/clock.c: Adjust clock for Skyeye. Joel added empty nanoseconds since last tick handler.
* 2009-08-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-08-041-2/+2
| | | | | * pxa255/clock/clock.c: Move parentheses to improve math. More tests run.
* 2009-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-051-19/+16
| | | | | | * preinstall.am, pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/irq/bsp_irq_init.c, pxa255/timer/timer.c: Fix typos and update timer.
* 2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-051-6/+5
| | | | * pxa255/clock/clock.c: Add ON_SKYEYE option to enable fast idle mode.
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-041-0/+117
* Makefile.am, configure.ac, preinstall.am: New Gumstix BSP and PXA255 support. * pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/include/bits.h, pxa255/include/ffuart.h, pxa255/include/pxa255.h, pxa255/irq/bsp_irq_asm.S, pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.c, pxa255/irq/irq.h, pxa255/pmc/pmc.c, pxa255/timer/timer.c: New files.