1. 05 Sep, 2014 4 commits
  2. 04 Sep, 2014 2 commits
  3. 02 Sep, 2014 5 commits
  4. 01 Sep, 2014 3 commits
  5. 27 Aug, 2014 4 commits
  6. 22 Aug, 2014 7 commits
  7. 19 Aug, 2014 1 commit
    • Nicolas Ferre's avatar
      Merge tag 'at91-dt-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux · 464d6e18
      Nicolas Ferre authored
      Pull AT91 ramc and reset/poweroff related DT patches from Maxim Ripard:
       "This branch gathers a few devicetree patches needed for the reworks found in
        the later patches to be sent. More precisely, it holds:
          - The addition of ddrck for the sama5d3 and the sam9 SoCs
          - The addition of the shutdown controller node in the sama5d3 DTSI
          - The slight rework of the ramc bindings for the SoCs that have several RAM
            controllers"
      
      Conflicts:
      	arch/arm/boot/dts/at91sam9g45.dtsi
      464d6e18
  8. 17 Aug, 2014 12 commits
  9. 16 Aug, 2014 2 commits
    • Doug Anderson's avatar
      ARM: dts: Move the PMIC interrupt pinctrl line to rk3288-evb common · 91ff8cd8
      Doug Anderson authored
      The PMIC interrupt pinctrl line was added to the rk3288-evb-act8846,
      but it's the same line on both the ACT8846 version and the RK808
      version.  This makes a lot of sense since they share the same SoC
      daugherboard.  Move the pinctrl definition to the common file so we
      can use it for the RK808 version.
      
      NOTE: The PMIC interrupt doesn't _actually_ go to the PMIC on the
      ACT8846 version of the board (it does on the RK808), but our
      convention is to label things as they're labelled on the schematics.
      In the very least you can argue that this is the interrupt from the
      PMIC daughtercard even if it doesn't actually go to the PMIC chip.
      Signed-off-by: default avatarDoug Anderson <dianders@chromium.org>
      Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
      91ff8cd8
    • Doug Anderson's avatar
      ARM: dts: Enable emmc and sdmmc on the rk3288-evb boards · 2c31d949
      Doug Anderson authored
      This enables basic SD and eMMC support.  Things are not yet running at
      the fastest speed and we don't have the regulators specified, but we
      can at least use the eMMC and SD cards now.
      
      A note:
      * Though MMC DDR50 mode is partially supported in the dw_mmc
        rk3288-specific code in Addy's patch, Addy's patch doesn't add
        tuning support.  That means DDR50 mode is not reliable.  From the
        3288 TRM: "Tuning is required for other speed modes-such as
        DDR50-even though the output delay from the card is less than one
        cycle."  Thus, we don't enable MMC DDR50 mode in this patch.
      Signed-off-by: default avatarDoug Anderson <dianders@chromium.org>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
      2c31d949