<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/arch/arc/boot/dts, branch v3.13.7</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/arch/arc/boot/dts?h=v3.13.7</id>
<link rel='self' href='https://git.amat.us/linux/atom/arch/arc/boot/dts?h=v3.13.7'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2013-11-12T04:15:38Z</updated>
<entry>
<title>ARC: Add perf support for ARC700 cores</title>
<updated>2013-11-12T04:15:38Z</updated>
<author>
<name>Mischa Jonker</name>
<email>mjonker@synopsys.com</email>
</author>
<published>2013-11-07T13:55:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0dd450fe13da4aeacc69916ecfe39d3d0b531900'/>
<id>urn:sha1:0dd450fe13da4aeacc69916ecfe39d3d0b531900</id>
<content type='text'>
This adds basic perf support for ARC700 cores. Most PERF_COUNT_HW* events
are supported now.

Signed-off-by: Mischa Jonker &lt;mjonker@synopsys.com&gt;
Acked-by: Peter Zijlstra &lt;peterz@infradead.org&gt;
Signed-off-by: Vineet Gupta &lt;vgupta@synopsys.com&gt;
</content>
</entry>
<entry>
<title>ARC: [TB10x] Updates for GPIO and pinctrl</title>
<updated>2013-11-11T04:27:44Z</updated>
<author>
<name>Christian Ruppert</name>
<email>christian.ruppert@abilis.com</email>
</author>
<published>2013-10-31T12:58:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9c8e612d9d622d6e094d67489f5a7da225eb0ea3'/>
<id>urn:sha1:9c8e612d9d622d6e094d67489f5a7da225eb0ea3</id>
<content type='text'>
Device tree and Kconfig updates for GPIO and pinctrl drivers.

Signed-off-by: Christian Ruppert &lt;christian.ruppert@abilis.com&gt;
Signed-off-by: Vineet Gupta &lt;vgupta@synopsys.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc</title>
<updated>2013-07-10T17:11:26Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2013-07-10T17:11:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8f041e6ca1901d7dbf017e6db67c264117211b8a'/>
<id>urn:sha1:8f041e6ca1901d7dbf017e6db67c264117211b8a</id>
<content type='text'>
Pull second set of ARC architecture updates from Vineet Gupta:
 "Couple of Platform updates (Device Tree files primarily) given that
  the corresponding drivers (net/ethernet/arc/*, irqctl/irq-tb10x.c)
  have now been merged into your tree.

  Ideally these shd have been part of same submissions, oh well..."

* tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
  ARC: [TB10x] Updates for irqchip driver
  ARC: [plat-arcfpga] Enable arc_emac for ARCAngle4 Board
</content>
</entry>
<entry>
<title>ARC: [TB10x] Updates for irqchip driver</title>
<updated>2013-06-28T09:37:42Z</updated>
<author>
<name>Christian Ruppert</name>
<email>christian.ruppert@abilis.com</email>
</author>
<published>2013-06-26T14:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=723e2b801d803035ec7a7c0fe162a6c9fc118164'/>
<id>urn:sha1:723e2b801d803035ec7a7c0fe162a6c9fc118164</id>
<content type='text'>
Device tree and Kconfig updates for irqchip driver.

Signed-off-by: Christian Ruppert &lt;christian.ruppert@abilis.com&gt;
Signed-off-by: Vineet Gupta &lt;vgupta@synopsys.com&gt;
</content>
</entry>
<entry>
<title>ARC: [plat-arcfpga] Enable arc_emac for ARCAngle4 Board</title>
<updated>2013-06-28T09:37:20Z</updated>
<author>
<name>Alexey Brodkin</name>
<email>abrodkin@synopsys.com</email>
</author>
<published>2013-06-26T10:02:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d0e63ed9411fb9fe95dac1690deb01f9ccb1701d'/>
<id>urn:sha1:d0e63ed9411fb9fe95dac1690deb01f9ccb1701d</id>
<content type='text'>
* Add arc_emac to DeviceTree DT description
  "Documentation/devicetree/bindings/net/arc_emac.txt".

* Update defconfig correspondingly

[vgupta: tweaked changelog]
Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Signed-off-by: Vineet Gupta &lt;vgupta@synopsys.com&gt;
</content>
</entry>
<entry>
<title>i2c-designware: make SDA hold time configurable</title>
<updated>2013-06-26T14:02:06Z</updated>
<author>
<name>Christian Ruppert</name>
<email>christian.ruppert@abilis.com</email>
</author>
<published>2013-06-26T08:55:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9803f868944e879c4623c0d910e81f1ae89ccfb4'/>
<id>urn:sha1:9803f868944e879c4623c0d910e81f1ae89ccfb4</id>
<content type='text'>
This patch makes the SDA hold time configurable through device tree.

Signed-off-by: Christian Ruppert &lt;christian.ruppert@abilis.com&gt;
Signed-off-by: Pierrick Hascoet &lt;pierrick.hascoet@abilis.com&gt;
Acked-by: Vineet Gupta &lt;vgupta@synopsys.com&gt; for arch/arc bits
Signed-off-by: Wolfram Sang &lt;wsa@the-dreams.de&gt;
</content>
</entry>
<entry>
<title>ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanism</title>
<updated>2013-05-15T04:42:03Z</updated>
<author>
<name>Christian Ruppert</name>
<email>christian.ruppert@abilis.com</email>
</author>
<published>2013-05-10T14:05:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7d19273cd0408f8520539d5d6b1f695cd311b109'/>
<id>urn:sha1:7d19273cd0408f8520539d5d6b1f695cd311b109</id>
<content type='text'>
The TB10x platform port includes a custom mechanism using to set up
default pin controller configurations using abilis,simple-default
pin configurations of nodes compatible with abilis,simple-pinctrl. This
mechanism is redundant with the Linux standard "default" pin
configuration, see commit ab78029ecc347debbd737f06688d788bd9d60c1d
"drivers/pinctrl: grab default handles from device core".
This patch removes the TB10x custom mechanism in favour of the Linux
standard.

Signed-off-by: Christian Ruppert &lt;christian.ruppert@abilis.com&gt;
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Vineet Gupta &lt;vgupta@synopsys.com&gt;
</content>
</entry>
<entry>
<title>ARC: Add support for nSIM OSCI System C model</title>
<updated>2013-05-07T08:14:00Z</updated>
<author>
<name>Mischa Jonker</name>
<email>mjonker@synopsys.com</email>
</author>
<published>2013-04-18T09:40:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a92a5d0dce5b02fa34792e313b5fe3d7d317b17b'/>
<id>urn:sha1:a92a5d0dce5b02fa34792e313b5fe3d7d317b17b</id>
<content type='text'>
This adds support for an ARC Virtual Platform. This platform is based on the
System C standard promoted by the OSCI (Open System C Initiative) and uses
nSIM to simulate the ARC CPU core itself.

Users can build a virtual SoC by combining System C models of peripherals
and CPU cores.

Signed-off-by: Mischa Jonker &lt;mjonker@synopsys.com&gt;
Signed-off-by: Vineet Gupta &lt;vgupta@synopsys.com&gt;
</content>
</entry>
<entry>
<title>ARC: [TB10x] Adapt device tree to new compatible string</title>
<updated>2013-05-07T08:13:59Z</updated>
<author>
<name>Christian Ruppert</name>
<email>christian.ruppert@abilis.com</email>
</author>
<published>2013-04-12T10:36:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0dfad77d0a03ea8e716d5a97d6387a999fd324dd'/>
<id>urn:sha1:0dfad77d0a03ea8e716d5a97d6387a999fd324dd</id>
<content type='text'>
The original device tree was written using a slightly different
implementation of the fixed-factor-clock device tree binding. The
compatible string must be modified in order to be compatible with the
new implementation.

Signed-off-by: Christian Ruppert &lt;christian.ruppert@abilis.com&gt;
Signed-off-by: Vineet Gupta &lt;vgupta@synopsys.com&gt;
</content>
</entry>
<entry>
<title>ARC: [TB10x] Device tree of TB100 and TB101 Development Kits</title>
<updated>2013-05-07T08:13:58Z</updated>
<author>
<name>Christian Ruppert</name>
<email>christian.ruppert@abilis.com</email>
</author>
<published>2013-04-11T13:19:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2eb9504bcc1f164ac137cd12c5deeb1e21cc6b1b'/>
<id>urn:sha1:2eb9504bcc1f164ac137cd12c5deeb1e21cc6b1b</id>
<content type='text'>
These are the device tree files for the Abilis Systems TB100 and TB101 ICs and
their respective development kit PCBs. These files are committed in preparation
of the following patch set which adds support for these chips to the ARC
platform.

Signed-off-by: Christian Ruppert &lt;christian.ruppert@abilis.com&gt;
Signed-off-by: Pierrick Hascoet &lt;pierrick.hascoet@abilis.com&gt;
Signed-off-by: Vineet Gupta &lt;vgupta@synopsys.com&gt;
</content>
</entry>
</feed>
