1. 13 Sep, 2012 3 commits
    • Olof Johansson's avatar
      Merge tag 'mxs-clk-dt-lookup' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/dt · 83ae0ffa
      Olof Johansson authored
      It replaces clk_register_clkdev in mxs clock driver with DT lookup.
      
      * tag 'mxs-clk-dt-lookup' of git://git.linaro.org/people/shawnguo/linux-2.6:
        clk: mxs: replace imx23 clk_register_clkdev with clock DT lookup
        clk: mxs: replace imx28 clk_register_clkdev with clock DT lookup
      83ae0ffa
    • Olof Johansson's avatar
      Merge branch 'clk-3.7' of git://git.linaro.org/people/mturquette/linux into next/dt · 77ea4a30
      Olof Johansson authored
      * 'clk-3.7' of git://git.linaro.org/people/mturquette/linux:
        clk: add of_clk_src_onecell_get() support
        clk: ux500: Define smp_twd clock for u8500
        mfd: dbx500: Provide a more accurate smp_twd clock
        clk: ux500: Support for prmcu_rate clock
        clk: Provide option for clk_get_rate to issue hw for new rate
        clock: max77686: Add driver for Maxim 77686 32Khz crystal oscillator.
        ARM: ux500: Switch to use common clock framework
        clk: ux500: Clock definitions for u8500
        clk: ux500: First version of clock definitions for ux500
        clk: ux500: Adapt PRCMU and PRCC clocks for common clk
        clk: versatile: make config option boolean
        clk: add Loongson1B clock support
        arm: mmp: make all SOCs use common clock by default
        clk: mmp: add clock definition for mmp2
        clk: mmp: add clock definition for pxa910
        clk: mmp: add clock definition for pxa168
        clk: mmp: add mmp specific clocks
        clk: convert ARM RealView to common clk
        clk: prima2: move from arch/arm/mach to drivers/clk
        ARM: PRIMA2: convert to common clk and finish full clk tree
      77ea4a30
    • Olof Johansson's avatar
      Merge tag 'mxs-dt-3.7' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/dt · 839a8d77
      Olof Johansson authored
      - Remove all board files and make mach-mxs a DT-only platform
      - Some dts file formatting and style fixing
      - DTS update for additional boards and devices
      
      * tag 'mxs-dt-3.7' of git://git.linaro.org/people/shawnguo/linux-2.6: (28 commits)
        ARM: dts: cfa10049: Add the 74HC595 gpio expanders
        ARM: dts: m28evk: Fix MMC WP pin being inverted
        ARM: dts: cfa10049: Add SSP3 to the 10049 board
        ARM: dts: mxs: Add missing address and size cells in SSP nodes
        ARM: mx28evk: Add I2C EEPROM support
        ARM: dts: mxs: Enable USB1 Host on the CFA-10049 expansion board
        ARM: dts: mxs: Add the second I2C adapter to the CFA10049 expansion board
        ARM: dts: mxs: Add I2C1 muxing options for imx28
        ARM: mx28evk: Add LRADC support
        ARM: mx28evk: Add SPI flash support
        ARM: mxs: Update DENX M28 machine and dts file
        ARM: mx28: Add USB PHY overcurrent pinmux
        ARM: mx28: Add SPI 2 pinmux into imx28.dtsi
        ARM: dts: mxs: Add pwm4 muxing options for imx28
        ARM: dts: mxs: Add alternative I2C muxing options for imx28
        ARM: olinuxino: Add gpio-led support
        ARM: mxs: Let mmc0 pin detect be generic
        ARM: mxs: Rename 'hog-gpios'
        ARM: mxs: remove iomux driver
        ARM: mxs: remove platform device codes
        ...
      839a8d77
  2. 11 Sep, 2012 4 commits
  3. 08 Sep, 2012 1 commit
  4. 07 Sep, 2012 5 commits
  5. 06 Sep, 2012 7 commits
  6. 05 Sep, 2012 9 commits
  7. 04 Sep, 2012 1 commit
  8. 03 Sep, 2012 3 commits
  9. 01 Sep, 2012 5 commits
  10. 31 Aug, 2012 1 commit
  11. 30 Aug, 2012 1 commit
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · 155e36d4
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "A bunch of scattered fixes ati/intel/nouveau, couple of core ones,
        nothing too shocking or different."
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
        drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S
        gma500: Consider CRTC initially active.
        drm/radeon: fix dig encoder selection on DCE61
        drm/radeon: fix double free in radeon_gpu_reset
        drm/radeon: force dma32 to fix regression rs4xx,rs6xx,rs740
        drm/radeon: rework panel mode setup
        drm/radeon/atom: powergating fixes for DCE6
        drm/radeon/atom: rework DIG modesetting on DCE3+
        drm/radeon: don't disable plls that are in use by other crtcs
        drm/radeon: add proper checking of RESOLVE_BOX command for r600-r700
        drm/radeon: initialize tracked CS state
        drm/radeon: fix reading CB_COLORn_MASK from the CS
        drm/nvc0/copy: check PUNITS to determine which copy engines are disabled
        i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard
        drm/i915: Use the correct size of the GTT for placing the per-process entries
        drm: Check for invalid cursor flags
        drm: Initialize object type when using DRM_MODE() macro
        drm/i915: fix color order for BGR formats on IVB
        drm/i915: fix wrong order of parameters in port checking functions
      155e36d4