1. 20 Sep, 2012 2 commits
    • Olof Johansson's avatar
      Merge branch 'next/gpio-samsung' of... · fc0b60ae
      Olof Johansson authored
      Merge branch 'next/gpio-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt
      
      From Kukjin Kim:
      
      Since there are many changes for gpio-samsung in my tree, this has been
      included in my tree with Linus' agreement.
      
      * 'next/gpio-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
        gpio: samsung: add devicetree init for s3c24xx arches
      fc0b60ae
    • Olof Johansson's avatar
      Merge tag 'omap-devel-dt-merged-for-v3.7' of... · 2843c7d2
      Olof Johansson authored
      Merge tag 'omap-devel-dt-merged-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
      
      Device tree related changes for omaps.
      
      Note that this branch is based on omap-cleanup-sparseirq-for-v3.7
      to avoid merge conflicts with the sparseirq changes for gpio-twl4030
      driver.
      
      * tag 'omap-devel-dt-merged-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        arm/dts: Mux uart pins for omap4-sdp
        ARM: OMAP2+: select PINCTRL in Kconfig
        arm/dts: Add pinctrl driver entries for omap2/3/4
        arm/dts: Add omap36xx.dtsi file and rename omap3-beagle to omap3-beagle-xm
        ARM: dts: omap3-overo: Add support for the blue LED
        Documentation: dt: Update the OMAP documentation with Overo/Toby
        ARM: dts: OMAP3: Add support for Gumstix Overo with Tobi expansion board
        ARM: dts: OMAP4: Add reg and interrupts for every nodes
        ARM: dts: AM33XX: Specify reg and interrupt property for all nodes
        ARM: dts: AM33XX: Convert all hex numbers to lower-case
        ARM: dts: omap3-beagle: Enable audio support
        ARM: dts: omap5: Add McPDM and DMIC section to the dtsi file
        ARM: dts: omap5: Add McBSP entries
        ARM: dts: omap4: Add reg-names for McPDM and DMIC
        ARM: dts: omap4: Add McBSP entries
        ARM: dts: omap3: Add McBSP entries
        ARM: dts: omap2420-h4: Include omap2420.dtsi file instead the common omap2
        ARM: dts: omap2: Add McBSP entries for OMAP2420 and OMAP2430 SoC
        ARM: dts: omap3-beagle: Add heartbeat and mmc LEDs support
        ARM: dts: omap3: Add gpio-twl4030 properties for BeagleBoard and omap3-EVM
        ...
      2843c7d2
  2. 17 Sep, 2012 3 commits
    • Olof Johansson's avatar
      Merge tag 'tegra-for-3.7-dt' of... · 084cfebc
      Olof Johansson authored
      Merge tag 'tegra-for-3.7-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/dt
      
      From Stephen Warren:
      
      ARM: tegra: device tree changes
      
      This branch adds two main features to Tegra boards, simply by amending
      device tree files: regulator support and the ability to turn off system
      power when executing "shutdown".
      
      As part of these changes, the board file for Cardhu is split into two
      versions, since different revisions have different hardware in some
      areas, especially related to regulators.
      
      * tag 'tegra-for-3.7-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra:
        ARM: dt: tegra: configure power off for some boards
        ARM: dt: tegra: whistler: add regulators
        ARM: dt: tegra: paz00: add regulators
        ARM: dt: tegra: ventana: add regulators
        ARM: dt: tegra: seaboard: add regulators
        ARM: tegra: cardhu: add dt entry for fixed regulators
        ARM: dt: tegra: cardhu: split dts file for support multiple board versions
        ARM: dt: tegra: cardhu: add entry for PMIC TPS65911.
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      084cfebc
    • Olof Johansson's avatar
      Merge tag 'msm-dt-for-3.7' of... · 591346c9
      Olof Johansson authored
      Merge tag 'msm-dt-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/dt
      
      From David Brown:
      
      These patches migrate both the 8660 and 8960 targets on msm to be
      devicetree only.  This also sets most of the frame in place necessary
      to build both targets into the same image.
      
      There's a couple of cleanups in here that are kept in this series
      because they are intimately tied to the changes necessary to support
      the devicetree conversions.
      
      By Stephen Boyd
      via David Brown
      * tag 'msm-dt-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm:
        ARM: msm: Remove non-DT targets from 8960
        ARM: msm: Add DT support for 8960
        ARM: msm: Move io mapping prototypes to common.h
        ARM: msm: Rename board-msm8x60 to signify its DT only status
        ARM: msm: Make 8660 a DT only target
        ARM: msm: Move 8660 to DT timer
        ARM: msm: Add DT support to msm_timer
        ARM: msm: Allow timer.c to compile on multiple targets
        ARM: msm: Don't touch GIC registers outside of GIC code
        ARM: msm: Add msm8660-surf.dts to Makefile.boot
        ARM: msm: Add handle_irq handler for 8660 DT machine
      
      Resolved trivial context conflict in arch/arm/mach-msm/io.c and a
      remove/change conflict in arch/arm/mach-msm/board-msm8x60.c.
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      591346c9
    • Olof Johansson's avatar
      Merge branches 'msm/fixes-non-critical' and 'msm/cleanup' into next/dt · bada1c5b
      Olof Johansson authored
      Merging in fixes and cleanup as prereqs to simplify merge conflicts.
      
      * msm/fixes-non-critical:
        ARM: msm: Fix early debug uart mapping on some memory configs
        ARM: msm: io: Change the default static iomappings to be shared
        ARM: msm: io: Remove 7x30 iomap region from 7x00
        ARM: msm: Remove call to missing FPGA init on 8660
      
      * msm/cleanup:
        ARM: msm: Remove uncompiled board-msm7x27
        ARM: msm: Remove unused acpuclock-arm11
        ARM: msm: dma: use list_move_tail instead of list_del/list_add_tail
        ARM: msm: Fix sparse warnings due to incorrect type
        ARM: msm: Remove unused idle.c
        ARM: msm: clock-pcom: Mark functions static
        ARM: msm: Remove msm_hw_reset_hook
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      bada1c5b
  3. 16 Sep, 2012 1 commit
    • Tony Lindgren's avatar
      Merge tag 'omap-cleanup-sparseirq-for-v3.7' into devel-dt · 6bfc82ff
      Tony Lindgren authored
      This branch contains changes needed to make omap2+
      work properly with sparse IRQ. It also removes
      dependencies to mach/hardware.h. These help moving
      things towards ARM single zImage support.
      
      This branch is based on a commit in tty-next
      branch with omap-devel-gpmc-fixed-for-v3.7 and
      cleanup-omap-tags-for-v3.7 merged in to keep things
      compiling and sort out some merge conflicts.
      
      Conflicts:
      	arch/arm/mach-omap2/omap4-common.c
      	drivers/gpio/gpio-twl4030.c
      6bfc82ff
  4. 13 Sep, 2012 34 commits