Re: [U-Boot] [PATCH v3 08/11] x86: tsc: Add driver model timer support

2015-11-23 Thread Simon Glass
Applied to u-boot-dm, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3 08/11] x86: tsc: Add driver model timer support

2015-11-13 Thread Bin Meng
This adds driver model timer support to x86 tsc timer driver. Signed-off-by: Bin Meng Acked-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x86/lib/tsc_timer.c | 65 1 file changed, 65 insertions(+) diff --git a/arch/x86/lib/t