1. 31 5月, 2014 20 次提交
  2. 30 5月, 2014 4 次提交
    • O
      Merge tag 'omap-for-v3.16/dt-part3' of... · e1134cb6
      Olof Johansson 提交于
      Merge tag 'omap-for-v3.16/dt-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
      
      Merge "omap dt fixes and and clocks for v3.16 merge window" from Tony Lindgren:
      
      Most likely the last pull request from me for omap changes for
      v3.16 that's dts fixes for clocks and enabling few features
      that were still being discussed earlier:
      
      - A bunch of omap clock related dts fixes queued by Tero Kristo.
      
      - Enable parallel nand on am437x that was not merged earlier as
        I requested more information about the muxing for it. And
        we need to also enable ecc hardware support for am43xx.
      
      - Enable the modem support for n900 that was dropped earlier
        because we had to fix the related hwmod entry first with patch
        ARM: OMAP2+: Fix ssi hwmod entry to allow idling.
      
      - And finally, add the omap2 clock dts files. These will allow
        us to enable the dt clocks and drop the legacy clocks for omap2
        with a follow-up patch once the related clock driver binding
        changes are merged.
      
      * tag 'omap-for-v3.16/dt-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: dts: omap2 clock data
        ARM: dts: am437x-gp-evm: add support for parallel NAND flash
        ARM: OMAP2+: gpmc: enable BCH_HW ecc-scheme for AM43xx platforms
        ARM: dts: omap3 a83x: fix duplicate usb pin config
        ARM: dts: omap3: set mcbsp2 status
        ARM: dts: omap3-n900: Add modem support
        ARM: dts: omap3-n900: Add SSI support
        ARM: OMAP2+: Fix ssi hwmod entry to allow idling
        ARM: dts: AM4372: clk: efuse based crystal frequency detect
        ARM: dts: am43xx-clocks.dtsi: add ti, set-rate-parent to display clock path
        ARM: dts: omap5-clocks.dtsi: add ti, set-rate-parent to dss_dss_clk
        ARM: dts: omap4: add twd clock to DT
        ARM: dts: omap54xx-clocks: Correct abe_iclk clock node
        ARM: dts: omap54xx-clocks: remove the autoidle properties for clock nodes
        ARM: dts: am43x-clock: add tbclk data for ehrpwm
        ARM: dts: am33xx-clock: Fix ehrpwm tbclk data
        ARM: dts: set 'ti,set-rate-parent' for dpll4_m5 path
        ARM: dts: use ti,fixed-factor-clock for dpll4_m5x2_mul_ck
        ARM: dts: am43xx-clocks: use ti, fixed-factor-clock for dpll_per_clkdcoldo
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      e1134cb6
    • O
      Merge tag 'samsung-dt-2' of... · 81d1d392
      Olof Johansson 提交于
      Merge tag 'samsung-dt-2' of http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt
      
      Merge "Samsung 2nd DT updates for v3.16" from Kukjin Kim:
      
      exynos4
       - add hsotg device, exynos_usbphy nodes
       - add PMU syscon and audio subsystem nodes
       - replace number by macro in clock binding
      
      exynos4210-universal_c210
       - add external sd card node and multimedia nodes
       - enable USB functionality
      
      exynos4412-trats2
       - enable usb nodes and usb gagdet functionality
       - add cm36651 light/proximity sensor node
       - fixed gpio key node
      
      exynos5250 and exynos5420
       - add pmu syscon handle and sysreg system controller nodes
       - add support for usb2phy
       - replace number by macro in clock binding
       - add USB 2.0 support on exynos5420
      
      exynos5420-peach-pit
       - move dp hpd gpio pin to pinctrl_0
      
      * tag 'samsung-dt-2' of http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: (21 commits)
        ARM: dts: enable usb nodes for exynos4412-trats2
        ARM: dts: add hsotg device node for exynos4
        ARM: dts: add exynos_usbphy node for exynos4
        ARM: dts: add PMU syscon node for exynos4
        ARM: dts: add pmu syscon handle to exynos5420 hdmi
        ARM: dts: add pmu syscon handle to exynos5250 hdmi
        ARM: dts: replace number by macro in clock binding for exynos5420
        ARM: dts: replace number by macro in clock binding for exynos5250
        ARM: dts: replace number by macro in clock binding for exynos4
        ARM: dts: add external sd card node for exynos4210-universal_c210
        ARM: dts: add multimedia nodes for exynos4210-universal_c210
        ARM: dts: enable USB functionality for exynos4210-universal_c210
        ARM: dts: Enable USB gadget functionality for exynos4210-trats
        ARM: dts: Add audio subsystem nodes to exynos4.dtsi
        ARM: dts: fixed gpio key node for exynos4412-trats2
        ARM: dts: add cm36651 light/proximity sensor node for exynos4412-trats2
        ARM: dts: Add USB 2.0 support on exynos5420
        ARM: dts: Add usb2phy support on exynos5420
        ARM: dts: Add usb2phy to exynos5250
        ARM: dts: Add sysreg sytem controller node to exynos5250 and exynos5420
        ...
      81d1d392
    • G
      ARM: dts: qcom: Add APQ8084-MTP board support · f46d23f6
      Georgi Djakov 提交于
      Add device-tree file for APQ8084-MTP board, which belongs
      to the Snapdragon 805 family.
      Signed-off-by: NGeorgi Djakov <gdjakov@mm-sol.com>
      Signed-off-by: NKumar Gala <galak@codeaurora.org>
      f46d23f6
    • G
      ARM: dts: qcom: Add APQ8084 SoC support · 975fd0f6
      Georgi Djakov 提交于
      Add support for the Qualcomm Snapdragon 805 APQ8084 SoC. It is
      used on APQ8084-MTP and other boards.
      Signed-off-by: NGeorgi Djakov <gdjakov@mm-sol.com>
      Signed-off-by: NKumar Gala <galak@codeaurora.org>
      975fd0f6
  3. 29 5月, 2014 5 次提交
  4. 28 5月, 2014 8 次提交
  5. 27 5月, 2014 3 次提交