1. 09 Jan, 2014 1 commit
  2. 04 Jan, 2014 4 commits
  3. 02 Jan, 2014 9 commits
  4. 29 Dec, 2013 1 commit
  5. 27 Dec, 2013 1 commit
    • Olof Johansson's avatar
      Merge tag 'tegra-for-3.14-dt-2' of... · 8761f3b3
      Olof Johansson authored
      Merge tag 'tegra-for-3.14-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/dt
      
      From Stephen Warren:
      ARM: tegra: second set of device tree changes
      
      This branch contains changes to Tegra's device tree that came in after
      I sent the previous pull-request/tag tegra-for-3.14-dt. Changes are:
      
      * Set up aliases for RTCs, so that the correct RTC is chosen to
        initialize the system date/time.
      * Venice2 pinctrl and regulator configuration.
      * Built-in panel enablement for Harmony, Cardhu, Dalmore.
      * HDMI enablement for Dalmore.
      * USB2 port enablement for Beaver.
      * Keyboard and power key enablement for Venice2.
      
      * tag 'tegra-for-3.14-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        ARM: tegra: Enable power key on Venice2
        ARM: tegra: Enable Venice2 keyboard
        ARM: tegra: enable USB2 on Tegra30 Beaver
        ARM: tegra: modify Tegra30 USB2 default phy_type to UTMI
        ARM: tegra: Enable HDMI support on Dalmore
        ARM: tegra: Enable DSI support on Dalmore
        ARM: tegra: Add Tegra114 gr3d support
        ARM: tegra: Add Tegra114 gr2d support
        ARM: tegra: Add Tegra114 DSI support
        ARM: tegra: Add host1x, DC and HDMI to Tegra114 device tree
        ARM: tegra: Add MIPI calibration DT entries for Tegra114
        ARM: tegra: Enable LVDS on Cardhu
        ARM: tegra: Enable LVDS on Harmony
        ARM: tegra: set up /aliases for RTCs on Venice2
        ARM: tegra: add ams AS3722 device to Venice2 DT
        ARM: tegra: fix missing pincontrol configuration for Venice2
        ARM: tegra: set up /aliases entries for RTCs
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      8761f3b3
  6. 26 Dec, 2013 4 commits
    • Olof Johansson's avatar
      Merge tag 'tegra-for-3.14-dt' of... · 5aceaab3
      Olof Johansson authored
      Merge tag 'tegra-for-3.14-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/dt
      
      From Stephen Warren:
      ARM: tegra: device tree changes
      
      This branch contains all the changes to Tegra's device tree. The
      highlights are:
      
      * Many patches for Tegra124 SoC support, and the Venice2 board which
        uses that SoC.
      * Conversion to use more headers providing named constants for pinctrl
        and key codes, which improves readability.
      * A few cleanups.
      
      This branch is based on tag tegra-for-3.14-dmas-resets-rework in order
      to avoid conflicts with the DT changes required to use the common
      bindings for DMAs and resets.
      
      * tag 'tegra-for-3.14-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: (24 commits)
        ARM: tegra: Add SPI controller nodes for Tegra124
        ARM: tegra: Fix misconfiguration of pin PH2 on Venice2
        ARM: tegra: fix pinctrl misconfiguration on Venice2
        ARM: tegra: add default pinctrl nodes for Venice2
        ARM: tegra: correct Colibri T20 regulator settings
        ARM: tegra: convert dts files of Tegra30 platforms to use pinctrl defines
        ARM: tegra: convert dts files of Tegra20 platforms to use pinctrl defines
        ARM: tegra: convert dts files of Tegra114 platforms to use pinctrl defines
        ARM: tegra: Add header file for pinctrl constants
        ARM: tegra: convert device tree files to use key defines
        ARM: tegra: Enable PWM on Venice2
        ARM: tegra: Add Tegra124 PWM support
        ARM: tegra: add sound card to Venice2 DT
        ARM: tegra: add audio-related device to Tegra124 DT
        ARM: tegra: enable I2C controllers on Venice2
        ARM: tegra: add I2C controllers to Tegra124 DT
        ARM: tegra: add MMC controllers to Tegra124 DT
        ARM: tegra: add Tegra124 pinmux node to DT
        ARM: tegra: add APB DMA controller to Tegra124 DT
        ARM: tegra: add reset properties to Tegra124 DTs
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      5aceaab3
    • Olof Johansson's avatar
      Merge branch 'tegra/dma-reset-rework' into next/dt · 770039fe
      Olof Johansson authored
      Bringing in the tegra dma/reset framework cleanup as a base for the DT changes.
      
      * tegra/dma-reset-rework: (320 commits)
        spi: tegra: checking for ERR_PTR instead of NULL
        ASoC: tegra: update module reset list for Tegra124
        clk: tegra: remove bogus PCIE_XCLK
        clk: tegra: remove legacy reset APIs
        ARM: tegra: remove legacy DMA entries from DT
        ARM: tegra: remove legacy clock entries from DT
        USB: EHCI: tegra: use reset framework
        Input: tegra-kbc - use reset framework
        serial: tegra: convert to standard DMA DT bindings
        serial: tegra: use reset framework
        spi: tegra: convert to standard DMA DT bindings
        spi: tegra: use reset framework
        staging: nvec: use reset framework
        i2c: tegra: use reset framework
        ASoC: tegra: convert to standard DMA DT bindings
        ASoC: tegra: allocate AHUB FIFO during probe() not startup()
        ASoC: tegra: call pm_runtime APIs around register accesses
        ASoC: tegra: use reset framework
        dma: tegra: register as an OF DMA controller
        dma: tegra: use reset framework
        ...
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      770039fe
    • Simon Horman's avatar
      Revert "ARM: shmobile: r8a7791: Add SSI clocks in device tree" · 3effae8c
      Simon Horman authored
      This reverts commit b652896b.
      
      Unfortunately this commit prevents multiplatform from booting to
      the point where a serial console is available. Revert it while
      a solution is sought.
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      3effae8c
    • Simon Horman's avatar
      Revert "ARM: shmobile: r8a7790: Add SSI clocks in device tree" · 4d081025
      Simon Horman authored
      This reverts commit 6dea2c1e.
      
      Unfortunately this commit prevents multiplatform from booting to
      the point where a serial console is available. Revert it while
      a solution is sought.
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      4d081025
  7. 25 Dec, 2013 3 commits
  8. 24 Dec, 2013 8 commits
  9. 22 Dec, 2013 6 commits
  10. 21 Dec, 2013 1 commit
  11. 20 Dec, 2013 2 commits