Prev: [tip:x86/urgent] x86, mrst: Don't blindly access extended config space
Next: [PATCH 8/8] input: do not select i8042 for x86 mid
From: Jacob Pan on 14 May 2010 17:50 Hi hpa, ingo, and tglx, We have received many comments in v1, specifically regarding the consolidation of timer calibration and frequency detection. These two items are being worked on and require more time for restructuring. Therefore, i have separated them out of the patch series. This series below only inlcude the parts that have comments been addressed. thanks, Jacob *** BLURB HERE *** Feng Tang (2): x86/platform: add a wallclock_init func to x86_platforms ops x86/mrst: add vrtc driver which serves as a wall clock device Jacob Pan (6): x86/mrst/pci: return 0 for non-present pci bars x86/mrst: add cpu type detection for Medfield x86/mrst: add more timer options to include Medfield x86/apbt: support more timer configurations on mrst x86/mrst: add nop functions to x86_init mpparse functions input: do not select i8042 for x86 mid arch/x86/include/asm/apb_timer.h | 2 +- arch/x86/include/asm/fixmap.h | 4 ++ arch/x86/include/asm/mrst.h | 20 ++++++++ arch/x86/include/asm/vrtc.h | 27 ++++++++++ arch/x86/include/asm/x86_init.h | 2 + arch/x86/kernel/Makefile | 2 +- arch/x86/kernel/apb_timer.c | 18 ++++--- arch/x86/kernel/mrst.c | 97 +++++++++++++++++++++++++++++++++--- arch/x86/kernel/setup.c | 2 + arch/x86/kernel/vrtc.c | 100 ++++++++++++++++++++++++++++++++++++++ arch/x86/kernel/x86_init.c | 2 + arch/x86/pci/mrst.c | 2 +- drivers/input/keyboard/Kconfig | 2 +- drivers/input/mouse/Kconfig | 2 +- 14 files changed, 260 insertions(+), 22 deletions(-) create mode 100644 arch/x86/include/asm/vrtc.h create mode 100644 arch/x86/kernel/vrtc.c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |