<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/Documentation/devicetree/bindings/arm/mediatek.txt, branch linux-4.3.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2015-09-01T20:29:48Z</updated>
<entry>
<title>Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc</title>
<updated>2015-09-01T20:29:48Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-09-01T20:29:48Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8d01b66b4f23a9fcf5c6787b27f0be5f8cbae98c'/>
<id>urn:sha1:8d01b66b4f23a9fcf5c6787b27f0be5f8cbae98c</id>
<content type='text'>
Pull ARM SoC 64-bit changes from Olof Johansson:
 "Here's our branch of ARM64 contents for this merge window.

  Most of this is DT contents for new SoCs (or those who have seen new
  device support added).  Maybe we should stop separating out the arm64
  contents here to avoid the kind of internal conflicts as we got this
  time around, where 32- and 64-bit contents conflicted.

  Anyhow, on the actual contents:

  New SoCs:

   - Broadcom North Star 2 (ns2)
   - Marvell Berlin4CT
   - Mediatek MT6795
   - Rockchip RK3368

  In addition, there are enhancements for the following platforms:

   - Mediatek MT8173: cpuidle-dt updates, misc other additions
   - ZyncMP: A bunch of devices added to the existing DTSI
   - Qualcomm MSM8916 and APQ8016 updates for USB, etc.

  + a handful of other updates for various platforms"

* tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (47 commits)
  ARM64: dts: vexpress: Use assigned-clock-parents for sp810
  ARM64: dts: mt6795: enable basic SMP bringup for MT6795
  arm64: Enable Marvell Berlin SoC family in defconfig
  arm64: Enable Marvell Berlin SoC family in Kconfig
  arm64: dts: Add dts files for Marvell Berlin4CT SoC
  ARM64: zynqmp: Move SPI nodes to the right location
  ARM64: zynqmp: Move uart and ttcs to the right location
  ARM64: zynqmp: Enable spi flashes on ep108
  ARM64: zynqmp: Add eeprom memories on i2c bus
  ARM64: zynqmp: Enable sdhci on ep108
  ARM64: zynqmp: Enable watchdog on ep108
  ARM64: zynqmp: Add DWC3 usb support
  ARM64: zynqmp: Add SMMU support
  ARM64: zynqmp: Add CANs node for platform
  ARM64: zynqmp: Use zynqmp specific compatible string for gpio
  devicetree: xilinx: zynqmp: add sata node
  PCI: iproc: Fix BCMA dependency in Kconfig
  arm64: dts: Add Broadcom North Star 2 support
  arm64: Add Broadcom iProc family support
  PCI: iproc: Fix ARM64 dependency in Kconfig
  ...
</content>
</entry>
<entry>
<title>Document: DT: Add bindings for mediatek MT6795 SoC Platform</title>
<updated>2015-07-23T17:55:55Z</updated>
<author>
<name>Mars Cheng</name>
<email>mars.cheng@mediatek.com</email>
</author>
<published>2015-07-14T06:58:12Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=afc257bc9ac9c2f9055c9f9829322b3ff7574165'/>
<id>urn:sha1:afc257bc9ac9c2f9055c9f9829322b3ff7574165</id>
<content type='text'>
This adds DT binding documentation for Mediatek MT6795.

Signed-off-by: Mars Cheng &lt;mars.cheng@mediatek.com&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
<entry>
<title>Document: DT: Add bindings for mediatek MT6580 SoC Platform</title>
<updated>2015-07-17T22:22:42Z</updated>
<author>
<name>Mars Cheng</name>
<email>mars.cheng@mediatek.com</email>
</author>
<published>2015-07-14T06:07:08Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=69a462b9532c906441ccbec52b62e4a8b5f26271'/>
<id>urn:sha1:69a462b9532c906441ccbec52b62e4a8b5f26271</id>
<content type='text'>
This adds a DT binding documentation for the MT6580 SoC from Mediatek.

Signed-off-by: Mars Cheng &lt;mars.cheng@mediatek.com&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
<entry>
<title>Document: DT: Add bindings for mediatek MT8173 SoC Platform</title>
<updated>2015-01-26T11:33:57Z</updated>
<author>
<name>Eddie Huang</name>
<email>eddie.huang@mediatek.com</email>
</author>
<published>2015-12-01T09:14:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=83af225c3989cab7ba747b52c445b93660410334'/>
<id>urn:sha1:83af225c3989cab7ba747b52c445b93660410334</id>
<content type='text'>
MT8173 is a 64-bit four core Soc.
And mt8173-evb is a evaluation board based on mt8173.
This commit add the devicetree binding document for
  mediatek MT8173 SoC
  MT8173 sysirq
  MT8173 uart

Signed-off-by: Eddie Huang &lt;eddie.huang@mediatek.com&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
<entry>
<title>dt-bindings: add documentation for Mediatek SoC</title>
<updated>2014-11-14T12:50:47Z</updated>
<author>
<name>Howard Chen</name>
<email>ibanezchen@gmail.com</email>
</author>
<published>2014-11-14T05:14:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=256e7653c8bac60f1ccf9e0a58cc45b01a7954b9'/>
<id>urn:sha1:256e7653c8bac60f1ccf9e0a58cc45b01a7954b9</id>
<content type='text'>
This adds a DT binding documentation for the MT6592 SoC from Mediatek.

Signed-off-by: Howard Chen &lt;ibanezchen@gmail.com&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
<entry>
<title>dt-bindings: add more chips in documentation for Mediatek SoC</title>
<updated>2014-11-14T12:45:36Z</updated>
<author>
<name>Joe.C</name>
<email>yingjoe.chen@mediatek.com</email>
</author>
<published>2014-11-04T07:30:52Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=491374c67817796785a2403a0d7825c50a39f6ce'/>
<id>urn:sha1:491374c67817796785a2403a0d7825c50a39f6ce</id>
<content type='text'>
Add MT8127 &amp; MT8135 from Mediatek.

Signed-off-by: Joe.C &lt;yingjoe.chen@mediatek.com&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: mediatek: Add compatible property for aquaris5</title>
<updated>2014-09-24T18:12:27Z</updated>
<author>
<name>Matthias Brugger</name>
<email>matthias.bgg@gmail.com</email>
</author>
<published>2014-08-18T14:58:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6e9cb2633698ddadd2493b3793dbc9723f570538'/>
<id>urn:sha1:6e9cb2633698ddadd2493b3793dbc9723f570538</id>
<content type='text'>
Add the missing 'compatible' property to device tree root node of

 - mt6589-aquaris5.dts

and document the new values.

Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;
</content>
</entry>
<entry>
<title>dt-bindings: add documentation for Mediatek SoC</title>
<updated>2014-07-22T15:52:38Z</updated>
<author>
<name>Matthias Brugger</name>
<email>matthias.bgg@gmail.com</email>
</author>
<published>2014-05-12T23:14:17Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=860c06499a53b1dac4747b7aa7be5246b3169808'/>
<id>urn:sha1:860c06499a53b1dac4747b7aa7be5246b3169808</id>
<content type='text'>
This adds a DT binding documentation for the MT6589 SoC from Mediatek.

Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
</feed>
