1. 23 10月, 2015 2 次提交
  2. 16 10月, 2015 10 次提交
  3. 15 10月, 2015 5 次提交
    • A
      Merge tag 'qcom-dt-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm into next/dt · d819e7a7
      Arnd Bergmann 提交于
      Pull "Qualcomm ARM Based Device Tree Updates for v4.4" from Andy Gross:
      
      * Add DT binding document for SMEM
      * Add SMD, RPM, and Regulator nodes on MSM8974
      * Remove extra reg element from iadc device
      * Remove redunandant i2c pinctrl properties on APQ8064
      * Remove unnecessary eeprom label on IFC6410
      * Remove unnecessary eeprom label from QS600
      * Add PM8921 RTC support on APQ8064
      * Add PM8921 pwrkey support on APQ8064
      * Prefix GSBI6 uart pins on APQ8064 correctly
      * Add missing GSBI7 uart pinctrl on APQ8064
      * Add missing GSBI7 uart pinctrl on IFC6410
      * Add missing GSBI7 pinctrl uart property on QS600
      * Add pwrseq support for WLAN on IFC6410
      * Add pwrseq support for WLAN on QS600
      * Add notify led support on IFC6410
      * Add SD card detect support onQS600
      * Add #power-domain-cells property to documentation
      * Add Qualcomm SMBB binding document
      * Add PM8941 charge node
      * Fix typo in disabled property on MSM8974
      
      * tag 'qcom-dt-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm:
        ARM: dts: msm8974: fix typo in "disabled" property
        ARM: dts: qcom-pm8941: Add charger node
        dt-binding: power: Add Qualcomm SMBB binding
        arm: dts: qcom: Add #power-domain-cells property
        ARM: dts: qs600: Add SD card detect support.
        ARM: dts: apq8064-ifc6410: add notify led support.
        ARM: dts: qs600: add pwrseq support to WLAN
        ARM: dts: ifc6410: Add pwrseq support for WLAN
        ARM: dts: qs600: Add missing pinctrl property for gsbi7 uart
        ARM: dts: ifc6410: Add missing pinctrl to gsbi7 uart
        ARM: dts: apq8064: add missing gsbi7 uart pinctrl
        ARM: dts: apq8064: Prefix the gsbi6 uart pins correctly
        ARM: dts: apq8064: add pm8921 pwrkey support
        ARM: dts: apq8064: add pm8921 rtc
        ARM: dts: qs600: remove unnecessary eeprom label
        ARM: dts: ifc6410: remove unnecessary eeprom label
        ARM: dts: apq8064: remove redundant i2c pinctrl properties
        ARM: dts: qcom: Remove extra reg element from iadc device
        ARM: dts: msm8974: Add smd, rpm and regulator nodes
        soc: qcom: Add device tree binding for SMEM
      d819e7a7
    • L
      ARM64: juno: add NOR flash to device tree · 5078f77e
      Linus Walleij 提交于
      The Juno motherboard has a NOR flash on the motherboard, enable
      this to be accessed with the CFI flash driver. Results after
      enabling MTD, MTD_CFI, MTD_PHYSMAP, MTD_PHYSMAP_OF,
      MTD_CFI_INTELEXT:
      
      8000000.flash: Found 2 x16 devices at 0x0 in 32-bit bank.
      Manufacturer ID 0x000089 Chip ID 0x008919
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Using buffer write method
      Using auto-unlock on power-up/resume
      cfi_cmdset_0001: Erase suspend on write enabled
      erase region 0: offset=0x0,size=0x40000,blocks=255
      erase region 1: offset=0x3fc0000,size=0x10000,blocks=4
      
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Acked-by: NLiviu Dudau <Liviu.Dudau@arm.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      5078f77e
    • A
      Merge tag 'renesas-dt2-for-v4.4' of... · e3d05583
      Arnd Bergmann 提交于
      Merge tag 'renesas-dt2-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
      
      Pull "Second Round of Renesas ARM Based SoC DT Updates for v4.4" from Simon Horman:
      
      * Enable the following on the porter board:
        I2C2, PCI, PCIe, QSPI, SATA0, SDHI0/2, USB PHY and VIN0/ADV7180.
      
      * tag 'renesas-dt2-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: porter: enable internal PCI and USB PHY
        ARM: shmobile: porter: enable PCIe
        ARM: shmobile: porter: add QSPI DT support
        ARM: shmobile: porter: add VIN0/ADV7180 DT support
        ARM: shmobile: porter: add I2C2 DT support
        ARM: shmobile: porter: enable SATA0
        ARM: shmobile: porter: add SDHI0/2 DT support
      e3d05583
    • M
      ARM: dts: uniphier: change the external bus address mapping · 36dd6066
      Masahiro Yamada 提交于
      In UniPhier SoCs before ProXstream2 and PH1-LD6b, two address spaces
       0x00000000 - 0x0fffffff
       0x40000000 - 0x4fffffff
      are both mapped to the external bus (also called system bus),
      so either was OK.
      
      In the newest two SoCs, the former (0x00000000 - 0x0fffffff) is
      assigned for the serial NOR interface.
      
      For the consistency, use the latter for all the SoCs.
      
      Also, fix the range properties to reflect the real address mapping,
      where the support card is located at the offset address 0x01f00000
      of CS1 of the external bus.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      36dd6066
    • L
      ARM: dts: omap3-igep: Use OMAP3_CORE1_IOPAD pinmux macro · be146412
      Laurent Pinchart 提交于
      Use the macro instead of absolute register offsets to make the code more
      readable as the values now match register addresses from the datasheet.
      Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Acked-by: NJavier Martinez Canillas <javier@osg.samsung.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      be146412
  4. 14 10月, 2015 23 次提交