Skip to content
  1. Nov 01, 2013
  2. Oct 31, 2013
    • Arnaud Ebalard's avatar
      ARM: mvebu: Add Netgear ReadyNAS 104 board · 45e8815f
      Arnaud Ebalard authored
      
      
      Main hardware parts of the (Armada 370 based) NETGEAR ReadyNAS 104 are
      supported by mainline kernel (USB 3.0 rear ports, USB 2.0 front port,
      Gigabit controller and PHYs, serial port, LEDs, buttons, SATA ports,
      G762 fan controller) and referenced in provided .dts file. Some additonal
      work remains for:
      
       - Intersil ISL12057 I2C RTC and Alarm chip: working driver but needs
         to be splitted for submission of RTC part first;
       - Front LCD (Winstar 1602G): driver needs to be written
       - Armada NAND controller (to access onboard 128MB of NAND): support
         being pushed by @free-electrons people
       - 4 front SATA LEDs controlled via GPIO brought by NXP PCA9554:
         driver is available upstream. Not referenced/tested yet.
      
      but the device is usable w/o those.
      
      Signed-off-by: default avatarArnaud Ebalard <arno@natisbad.org>
      Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
      45e8815f
    • Hiroshi Doyu's avatar
      ARM: tegra: fix Tegra114 IOMMU register address · 4cca9593
      Hiroshi Doyu authored
      
      
      The IOMMU node's reg property contains completely bogus values! Somehow,
      this had no practical effect, despite the fact the IOMMU driver appears
      to be writing to those registers. I suppose that since no HW modules is
      actually at that address, the writes simply had no effect.
      
      Note that I'm not CCing stable here, even though the problem exists as
      far back as v3.9, simply because this patch doesn't fix any observed
      issue, and I don't want to run the risk of suddenly writing to some
      registers and causing a regression.
      
      Signed-off-by: default avatarHiroshi Doyu <hdoyu@nvidia.com>
      [swarren, wrote commit description]
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      4cca9593
    • Thomas Petazzoni's avatar
      ARM: kirkwood: add support for OpenBlocks A7 platform · f24b56cb
      Thomas Petazzoni authored
      
      
      The OpenBlocks A7 board is designed and sold by PlatHome, and based on
      a Kirkwood 6283 Marvell SoC. It is quite similar to the OpenBlocks A6
      already supported in the kernel, with the following main differences:
      
       - The A6 uses a RTC on I2C, while the A7 uses the internal SoC RTC.
      
       - The A6 has one Ethernet port, while the A7 has two Ethernet ports
      
       - The A6 has only one USB port, while the A7 integrates a USB hub,
         which provides two front-side USB port, and an internal USB port as
         well.
      
       - The A6 has 512 MB of RAM, while the A7 has 1 GB of RAM.
      
       - Slightly different GPIOs for some functions.
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
      Acked-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
      Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
      f24b56cb
  3. Oct 30, 2013
  4. Oct 29, 2013
    • Olof Johansson's avatar
      Merge tag 'omap-for-v3.13/dt-late' of... · 5f55c317
      Olof Johansson authored
      Merge tag 'omap-for-v3.13/dt-late' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
      
      Some more dts changes from Benoit Cousson <bcousson@baylibre.com> via
      Tony Lindgren:
      
      - Add a lot of N900 nodes
      - Add OPP table to OMAP5/DRA7
      - Add support for Newflow NanoBone board
      - Add i2c aliases
      - Add McASP and audio support
      - Add reset/idle on init bindings for OMAP
      - Add more nodes for AM4272
      
      * tag 'omap-for-v3.13/dt-late' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap
      
      : (42 commits)
        ARM: dts: omap5-uevm: Remove pinmux for dmic pins
        ARM: dts: omap5-uevm: Correct twl6040 reset GPIO pinmux
        ARM: dts: TWL4030: Add power button support
        ARM: dts: omap3-n900: Add LP5523 support
        ARM: dts: omap3-n900: Add TLV320AIC3X support
        ARM: dts: omap3-n900:: Mux RX51_LCD_RESET_GPIO in DTS
        ARM: dts: omap3-n900: Add NAND support
        ARM: dts: omap3-n900: Specify regulator info
        ARM: dts: TWL4030: Add missing regulators
        ARM: dts: omap3-n900: Add LP5523 support
        ARM: dts: omap3-n900: Add vibrator device
        ARM: dts: omap3-n900: GPIO key definitions
        ARM: dts: omap3-n900: Add support for SD cards
        ARM: dts: omap3-n900: Add UART support
        ARM: dts: omap3-n900: Fix i2c bus speed
        ARM: dts: omap3-n900: Add pinctrl for i2c devices
        ARM: dts: DRA7: Add CPU OPP table
        ARM: dts: OMAP5: Add CPU OPP table
        ARM: dts: dra7-evm: add smps123 supply for CPU
        ARM: dts: omap5-uevm: add smps123 supply for CPU
        ...
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      5f55c317
    • Olof Johansson's avatar
      Merge tag 'omap-for-v3.13/cpufreq-late' of... · 137f66ee
      Olof Johansson authored
      Merge tag 'omap-for-v3.13/cpufreq-late' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
      
      From Tony Lindgren:
      Few patches to make cpufreq work for omap3 with device tree.
      
      Note that this branch has a dependency to the patches merged
      with omap-for-v3.13/board-removal-signed-take2.
      
      * tag 'omap-for-v3.13/cpufreq-late' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap
      
      :
        ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot
        ARM: OMAP2+: add missing lateinit hook for calling pm late init
        ARM: OMAP3+: do not register non-dt OPP tables for device tree boot
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      137f66ee
    • Olof Johansson's avatar
      Merge tag 'dt-3.13-4' of git://git.infradead.org/linux-mvebu into next/dt · 7a54698f
      Olof Johansson authored
      From Jason Cooper, mvebu dt changes for v3.13 (round 4):
      
       - mvebu
          - core divider clock driver dt binding and nodes
      
      * tag 'dt-3.13-4' of git://git.infradead.org/linux-mvebu:
        ARM: mvebu: Add the core-divider clock to Armada 370/XP
        ARM: mvebu: Add a 2 GHz fixed-clock Armada 370/XP
        ARM: mvebu: Add Core Divider clock device-tree binding
      7a54698f
    • Olof Johansson's avatar
      Merge tag 'imx-dt-3.13' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/dt · 0f564380
      Olof Johansson authored
      From Shawn Guo:
      The imx/mxs device tree changes for 3.13:
      
      - Use macros for mxs pinctrl settings
      - New board support: VF610 Cosmic/Cosmic+, imx6q-udoo, MSR M28CU3
      - Support DSPI device for vf610
      - Add PCIe device for imx6qdl
      - Add UHS pinctrl states for imx6sl and imx6qdl
      - Display support for APF and imx51-babbage boards
      - Enable SPI NOR and USB for imx6sl-evk board
      - Enable LVDS for imx6q-sabrelite and SPDIF for imx6qdl-wandboard
      - Misc updates on boards: TX28, imx6qdl-wandboard, imx53-qsb etc.
      - Some random updates on imx51 device tree
      
      * tag 'imx-dt-3.13' of git://git.linaro.org/people/shawnguo/linux-2.6
      
      : (44 commits)
        ARM: imx: imx6sl iomuxc syscon is compatible to imx6q
        ARM: dts: imx6sl-evk: enable the SPI NOR
        ARM: dts: imx6sl: add a pinctrl for ECSPI1
        ARM: imx27: add missing #pwm-cells property
        ARM: dts: imx6sl: add pinctrl uhs states for usdhc
        ARM: dts: imx6qdl-sabresd: Add backlight support for lvds
        ARM: dts: imx51-babbage: Make DVI and WVGA panel functional
        ARM: imx27-apf27dev: Add framebuffer support
        ARM: imx51-apf51dev: Add parallel display support
        ARM: dts: imx53-qsb: Do not use GPIO1_8 as wakeup source
        ARM: dts: imx53-qsb: SDHC1 does not have cd-gpios
        ARM: dts: imx53-qsb: SDHC3 is connected in 8-bit mode
        ARM: dts: mxs: Add MSR M28CU3 board
        ARM: dts: imx6qdl-wandboard: Provide phy-reset-gpios
        ARM: dts: imx6qdl-sabresd: Provide phy-reset-gpios
        ARM: dts: imx6q-sabrelite: Add ethernet phy reset pin into hog
        ARM: dts: imx6qdl: add pcie device node
        ARM: dts: imx6q-udoo: Add initial board support
        ARM: dts: mxs: Add muxing options for the SSP2 MMC
        ARM: dts: add initial VF610 Cosmic/Cosmic+ board support
        ...
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      0f564380
  5. Oct 28, 2013
  6. Oct 23, 2013