1. 01 Aug, 2011 7 commits
    • Linus Torvalds's avatar
      Merge branch 'for-3.1-rc1' of git://gitorious.org/linux-omap-dss2/linux · 965e32b1
      Linus Torvalds authored
      * 'for-3.1-rc1' of git://gitorious.org/linux-omap-dss2/linux: (31 commits)
        OMAP: DSS2: HDMI: fix hdmi clock name
        HACK: OMAP: DSS2: clk hack for OMAP2/3
        OMAP: DSS2: DSS: Fix context save/restore
        OMAP: DSS2: DISPC: Fix context save/restore
        OMAP: DSS2: Remove ctx loss count from dss.c
        OMAP: DSS2: Remove unused code from display.c
        OMAP: DSS2: DISPC: remove finegrained clk enables/disables
        OMAP: DSS2: Remove unused opt_clock_available
        OMAP: DSS2: Use PM runtime & HWMOD support
        OMAP: DSS2: Remove CONFIG_OMAP2_DSS_SLEEP_BEFORE_RESET
        OMAP: DSS2: Remove core_dump_clocks
        OMAP: DSS2: DPI: remove unneeded SYSCK enable/disable
        OMAP: DSS2: Use omap_pm_get_dev_context_loss_count to get ctx loss count
        OMAP: DSS2: rewrite use of context_loss_count
        OMAP: DSS2: Remove clk optimization at dss init
        OMAP: DSS2: Fix init and unit sequence
        OMAP: DSS2: Clean up probe for DSS & DSI
        OMAP: DSS2: Handle dpll4_m4_ck in dss_get/put_clocks
        OMAP: DSS2: Fix FIFO threshold and burst size for OMAP4
        OMAP: DSS2: DSI: sync when disabling a display
        ...
      965e32b1
    • Linus Torvalds's avatar
      Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.x · e10b87d2
      Linus Torvalds authored
      * 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.x: (39 commits)
        SH: static should be at beginning of declaration
        sh: move CLKDEV_xxx_ID macro to sh_clk.h
        sh: clock-shx3: add CLKDEV_ICK_ID for cleanup
        sh: clock-sh7786: add CLKDEV_ICK_ID for cleanup
        sh: clock-sh7785: add CLKDEV_ICK_ID for cleanup
        sh: clock-sh7757: add CLKDEV_ICK_ID for cleanup
        sh: clock-sh7366: add CLKDEV_ICK_ID for cleanup
        sh: clock-sh7343: add CLKDEV_ICK_ID for cleanup
        sh: clock-sh7722: add CLKDEV_ICK_ID for cleanup
        sh: clock-sh7724: add CLKDEV_ICK_ID for cleanup
        sh: clock-sh7366: modify I2C clock settings
        sh: clock-sh7343: modify I2C clock settings
        sh: clock-sh7723: modify I2C clock settings
        sh: clock-sh7722: modify I2C clock settings
        sh: clock-sh7724: modify I2C clock settings
        serial: sh-sci: Fix up pretty name printing for port IRQs.
        serial: sh-sci: Kill off per-port enable/disable callbacks.
        serial: sh-sci: Add missing module description/author bits.
        serial: sh-sci: Regtype probing doesn't need to be fatal.
        sh: Tidy up pre-clkdev clk_get() error handling.
        ...
      e10b87d2
    • Tomi Valkeinen's avatar
      OMAP: DSS2: HDMI: fix hdmi clock name · df5d3ed2
      Tomi Valkeinen authored
      The HDMI clock (hdmi_clk) is missing in the current OMAP4 HWMOD
      database. Fix this in the DSS driver by using the old clock name
      (dss_48mhz_clk).
      Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
      df5d3ed2
    • Tomi Valkeinen's avatar
      HACK: OMAP: DSS2: clk hack for OMAP2/3 · 9ede365a
      Tomi Valkeinen authored
      The HWMOD data for OMAP2 and 3 are currently not up to date regarding
      DSS (OMAP4 HWMOD data is fine). This patch makes the DSS driver to get
      the opt clocks needed for OMAP2/3 with the old clock names, thus
      allowing DSS driver to use runtime PM.
      
      The HWMOD databases should be fixes ASAP, and this patch can be reverted
      after that.
      Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
      9ede365a
    • Linus Torvalds's avatar
      Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 · 3da3f872
      Linus Torvalds authored
      * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6: (46 commits)
        mfd: Fix mismatch in twl4030 mutex lock-unlock
        mfd: twl6030-pwm.c needs MODULE_LICENSE
        mfd: Fix the omap-usb-host clock API usage on usbhs_disable()
        mfd: Acknowledge WM8994 IRQs before reporting
        mfd: Acknowlege all WM831x IRQs before we handle them
        mfd: Avoid two assignments if failures happen in tps65910_i2c_probe
        regulator: Storing tps65912 error codes in u8
        mfd: Don't leak init_data in tps65910_i2c_probe
        regulator: aat2870: Add AAT2870 regulator driver
        backlight: Add AAT2870 backlight driver
        mfd: Add AAT2870 mfd driver
        mfd: Remove dead code from max8997-irq
        mfd: Move TPS55910 Kconfig option
        mfd: Fix missing stmpe kerneldoc
        mfd: Fix off-by-one value range checking for tps65912_i2c_write
        mfd: Add devices for WM831x clocking module
        mfd: Remove comp{1,2}_threshold sysfs entries in tps65911_comparator_remove
        mfd: Don't ask about the TPS65912 core driver in Kconfig
        mfd: Fix off by one in WM831x IRQ code
        mfd: Add tps65921 support from twl-core
        ...
      3da3f872
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k · 968e75fc
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
        m68k/math-emu: Remove unnecessary code
        m68k/math-emu: Remove commented out old code
        m68k: Kill warning in setup_arch() when compiling for Sun3
        m68k/atari: Prefix GPIO_{IN,OUT} with CODEC_
        sparc: iounmap() and *_free_coherent() - Use lookup_resource()
        m68k/atari: Reserve some ST-RAM early on for device buffer use
        m68k/amiga: Chip RAM - Use lookup_resource()
        resources: Add lookup_resource()
        sparc: _sparc_find_resource() should check for exact matches
        m68k/amiga: Chip RAM - Offset resource end by CHIP_PHYSADDR
        m68k/amiga: Chip RAM - Use resource_size() to fix off-by-one error
        m68k/amiga: Chip RAM - Change chipavail to an atomic_t
        m68k/amiga: Chip RAM - Always allocate from the start of memory
        m68k/amiga: Chip RAM - Convert from printk() to pr_*()
        m68k/amiga: Chip RAM - Use tabs for indentation
      968e75fc
    • Trond Myklebust's avatar
      NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1 · a00ed25c
      Trond Myklebust authored
      Fix two recently introduced compile problems:
      
      Fix a typo in fs/nfs/pnfs.h
      
      Move the pnfs_blksize declaration outside the CONFIG_NFS_V4 section in
      struct nfs_server.
      Reported-by: default avatarJens Axboe <jaxboe@fusionio.com>
      Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      a00ed25c
  2. 31 Jul, 2011 33 commits