Statistics
| Branch: | Revision:

root / hw / timer @ de6db419

Name Size
Makefile.objs 1.1 kB
arm_mptimer.c 8.5 kB
arm_timer.c 10.6 kB
cadence_ttc.c 12.3 kB
ds1338.c 6.2 kB
etraxfs_timer.c 8.8 kB
exynos4210_mct.c 41.7 kB
exynos4210_pwm.c 11.9 kB
exynos4210_rtc.c 16.2 kB
grlib_gptimer.c 11 kB
hpet.c 23.1 kB
i8254.c 10.5 kB
i8254_common.c 8.6 kB
imx_epit.c 10.1 kB
imx_gpt.c 13.9 kB
lm32_timer.c 5.5 kB
m48t59.c 20.6 kB
mc146818rtc.c 28 kB
milkymist-sysctl.c 8.9 kB
omap_gptimer.c 12.8 kB
omap_synctimer.c 2.8 kB
pl031.c 7.1 kB
puv3_ost.c 3.7 kB
pxa2xx_timer.c 15.9 kB
sh_timer.c 8.8 kB
slavio_timer.c 14.1 kB
tusb6010.c 24.6 kB
twl92230.c 24.5 kB
xilinx_timer.c 6.8 kB

Latest revisions

# Date Author Comment
de6db419 07/09/2013 10:33 pm Andreas Färber

timer/arm_mptimer: Build arm_mptimer only once

Since current_cpu is CPUState it no longer depends on CPUARMState.

Signed-off-by: Andreas Färber <>

4917cf44 07/09/2013 10:20 pm Andreas Färber

cpu: Replace cpu_single_env with CPUState current_cpu

Move it to qom/cpu.h.

Signed-off-by: Andreas Färber <>

853dca12 07/04/2013 06:42 pm Paolo Bonzini

hw/t*: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

5ec694b5 06/25/2013 08:34 pm Jean-Christophe DUBOIS

i.MX: Implement a more complete version of the GPT timer.

  • implement compare 1 2 and 3 registers
  • simplify Debug printf

Signed-off-by: Jean-Christophe DUBOIS <>
Message-id:
Reviewed-by: Peter Chubb <>...

67110c3e 06/25/2013 08:34 pm Jean-Christophe DUBOIS

i.MX: Rework functions/types name and use new style initialization

  • use dynamic cast whenever possible
  • Change function names to some more meaningful prefix
  • Change type names to a more meaningful one
  • use new style device initialization

Signed-off-by: Jean-Christophe DUBOIS <>...

a15d0912 06/07/2013 03:55 pm Andreas Färber

i8254: Convert PITCommonState to QOM realizefn

Instead of having the parent provide PITCommonClass::init,
let the children override DeviceClass::realize themselves.
This pushes the responsibility for saving and calling the parent's
realizefn to the children....

3afe7e14 06/07/2013 03:55 pm Andreas Färber

i8254: QOM'ify some more

Introduce type constant and avoid DO_UPCAST().

Prepares for PIT realizefn.

Signed-off-by: Andreas Färber <>

db895a1e 06/07/2013 01:14 pm Andreas Färber

isa: Use realizefn for ISADevice

Drop ISADeviceClass::init and the resulting no-op initfn and let
children implement their own realizefn. Adapt error handling.
Split off an instance_init where sensible.

Signed-off-by: Andreas Färber <>

95669e69 06/03/2013 07:17 pm Jean-Christophe DUBOIS

i.MX: Improve EPIT timer code.

  • Unify function and type naming
  • use dynamic cast whenever possible
  • simplify Debug printf.
  • use new style device intialization.

Signed-off-by: Jean-Christophe DUBOIS <>
Reviewed-by: Peter Chubb <>...

View revisions

Also available in: Atom