1. 07 Jan, 2011 5 commits
    • Tony Luck's avatar
      Pull misc2.6.38 into release branch · 4bfc2b2e
      Tony Luck authored
      4bfc2b2e
    • Tony Luck's avatar
      [IA64] Avoid array overflow if there are too many cpus in SRAT table · 05f2f274
      Tony Luck authored
      acpi_numa_init() has to parse the whole SRAT table, even if the
      kernel wants to limit the number of cpus it will use (because the
      ones it is going to use may be described by entries at the end of
      the SRAT table).  Avoid overflowing the node_cpuid array.
      Reported-by: default avatarYinghai Lu <yinghai@kernel.org>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      05f2f274
    • Linus Torvalds's avatar
      Merge branch 'omap-for-linus' of... · 01539ba2
      Linus Torvalds authored
      Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
      
      * 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6: (243 commits)
        omap2: Make OMAP2PLUS select OMAP_DM_TIMER
        OMAP4: hwmod data: Fix alignment and end of line in structurefields
        OMAP4: hwmod data: Move the DMA structures
        OMAP4: hwmod data: Move the smartreflex structures
        OMAP4: hwmod data: Fix missing SIDLE_SMART_WKUP in smartreflexsysc
        arm: omap: tusb6010: add name for MUSB IRQ
        arm: omap: craneboard: Add USB EHCI support
        omap2+: Initialize serial port for dynamic remuxing for n8x0
        omap2+: Add struct omap_board_data and use it for platform level serial init
        omap2+: Allow hwmod state changes to mux pads based on the state changes
        omap2+: Add support for hwmod specific muxing of devices
        omap2+: Add omap_mux_get_by_name
        OMAP2: PM: fix compile error when !CONFIG_SUSPEND
        MAINTAINERS: OMAP: hwmod: update hwmod code, data maintainership
        OMAP4: Smartreflex framework extensions
        OMAP4: hwmod: Add inital data for smartreflex modules.
        OMAP4: PM: Program correct init voltages for scalable VDDs
        OMAP4: Adding voltage driver support
        OMAP4: Register voltage PMIC parameters with the voltage layer
        OMAP3: PM: Program correct init voltages for VDD1 and VDD2
        ...
      
      Fix up trivial conflict in arch/arm/plat-omap/Kconfig
      01539ba2
    • Linus Torvalds's avatar
      Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 · 9e9bc973
      Linus Torvalds authored
      * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (255 commits)
        [media] radio-aimslab.c: Fix gcc 4.5+ bug
        [media] cx25821: Fix compilation breakage due to BKL dependency
        [media] v4l2-compat-ioctl32: fix compile warning
        [media] zoran: fix compiler warning
        [media] tda18218: fix compile warning
        [media] ngene: fix compile warning
        [media] DVB: IR support for TechnoTrend CT-3650
        [media] cx23885, cimax2.c: Fix case of two CAM insertion irq
        [media] ir-nec-decoder: fix repeat key issue
        [media] staging: se401 depends on USB
        [media] staging: usbvideo/vicam depends on USB
        [media] soc_camera: Add the ability to bind regulators to soc_camedra devices
        [media] V4L2: Add a v4l2-subdev (soc-camera) driver for OmniVision OV2640 sensor
        [media] v4l: soc-camera: switch to .unlocked_ioctl
        [media] v4l: ov772x: simplify pointer dereference
        [media] ov9640: fix OmniVision OV9640 sensor driver's priv data retrieving
        [media] ov9640: use macro to request OmniVision OV9640 sensor private data
        [media] ivtv-i2c: Fix two warnings
        [media] staging/lirc: Update lirc TODO files
        [media] cx88: Remove the obsolete i2c_adapter.id field
        ...
      9e9bc973
    • Linus Torvalds's avatar
      Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm · 3c0cb7c3
      Linus Torvalds authored
      * 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (416 commits)
        ARM: DMA: add support for DMA debugging
        ARM: PL011: add DMA burst threshold support for ST variants
        ARM: PL011: Add support for transmit DMA
        ARM: PL011: Ensure IRQs are disabled in UART interrupt handler
        ARM: PL011: Separate hardware FIFO size from TTY FIFO size
        ARM: PL011: Allow better handling of vendor data
        ARM: PL011: Ensure error flags are clear at startup
        ARM: PL011: include revision number in boot-time port printk
        ARM: vexpress: add sched_clock() for Versatile Express
        ARM i.MX53: Make MX53 EVK bootable
        ARM i.MX53: Some bug fix about MX53 MSL code
        ARM: 6607/1: sa1100: Update platform device registration
        ARM: 6606/1: sa1100: Fix platform device registration
        ARM i.MX51: rename IPU irqs
        ARM i.MX51: Add ipu clock support
        ARM: imx/mx27_3ds: Add PMIC support
        ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()
        mx51: fix usb clock support
        MX51: Add support for usb host 2
        arch/arm/plat-mxc/ehci.c: fix errors/typos
        ...
      3c0cb7c3
  2. 06 Jan, 2011 35 commits