<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/conf/machine/boards, branch dizzy</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=dizzy</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=dizzy'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2015-04-24T03:37:28+00:00</updated>
<entry>
<title>zynq7-base.dtsi: Update bindings for PHYs attached to ethernet nodes</title>
<updated>2015-04-24T03:37:28+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-04-21T04:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=d429b1986931dac94b54acb1821d07e02cc532ce'/>
<id>urn:sha1:d429b1986931dac94b54acb1821d07e02cc532ce</id>
<content type='text'>
* Update the bindings to match upstream definitions for the PHY
* The macb driver does not follow the phy-handle property and relies on
  the PHY being located as the first child node of the ethernet device
* Remove the MDIO node and update all boards to nest the PHY as the
  first child node of the ethernet device, this change is backward
  compatible with the bindings for the linux-xlnx xemacps driver which
  follows the phy-handle definition

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>qemuzynq: Add fixed-clock to device tree for ethernet</title>
<updated>2015-04-24T03:36:50+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2015-04-17T01:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=eab360db54841bb39453abb9af1c7181b344498b'/>
<id>urn:sha1:eab360db54841bb39453abb9af1c7181b344498b</id>
<content type='text'>
* Add a fixed 125 MHz clock to trick the ethernet driver into thinking
  the reference clock is at the correct frequency
* This masks the 'macb e000b000.ps7-ethernet eth0: unable to generate
  target frequency: 125000000 Hz' message from the macb driver

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>boards/*microblaze*: Override udev max-children</title>
<updated>2014-12-05T05:56:49+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-12-03T06:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=7f759048bb0aeef3c0b3938be81d2bcade7acb7e'/>
<id>urn:sha1:7f759048bb0aeef3c0b3938be81d2bcade7acb7e</id>
<content type='text'>
* udev can overwhelm microblaze systems due to its processing of events
  in seperate processes, limit the number of child processes that udev
  launches to 1
* This is a issue with the older version of udev, and has since been
  resolved in systemd udev

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>boards/*.dtsi: Fix up USB PHY reset nodes</title>
<updated>2014-11-04T03:52:53+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-11-04T03:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=3bbc21f9f1e2d2980a459d76cc2385ce6417ea46'/>
<id>urn:sha1:3bbc21f9f1e2d2980a459d76cc2385ce6417ea46</id>
<content type='text'>
* Use the xlnx,phy-reset-gpio property to specify the USB PHY's reset
  signal

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>zynq7-base.dtsi: Remove unused properties</title>
<updated>2014-11-03T01:06:38+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-11-03T01:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=6daefe94f3de89ef77af9a3c710a2849e09145e0'/>
<id>urn:sha1:6daefe94f3de89ef77af9a3c710a2849e09145e0</id>
<content type='text'>
* the "xlnx,fb-clk" and "xlnx,qspi-mode" properties are not used

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>boards/*.dtsi: Updated Zynq device trees</title>
<updated>2014-10-31T08:18:52+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-10-31T08:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=589e95ca85ff7378a778ef27bd9d52c72aab2e67'/>
<id>urn:sha1:589e95ca85ff7378a778ef27bd9d52c72aab2e67</id>
<content type='text'>
* Removed use of very outdated 'gpio-mask-high' and 'gpio-mask-low'

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>zedboard-zynq7: Fixed up device tree</title>
<updated>2014-10-31T07:22:33+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-10-31T07:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ffa9c0f7425916527c5f75c9e6b9610a9415ca12'/>
<id>urn:sha1:ffa9c0f7425916527c5f75c9e6b9610a9415ca12</id>
<content type='text'>
* Added USB PHY reset binding
* Updated Ethernet PHY compat and init values

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>zynq7-base.dtsi: Add additional binding for OCM</title>
<updated>2014-10-27T07:58:50+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-10-10T06:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=9f886df3cbea38fa4d33d39a929050047e0bdb4e'/>
<id>urn:sha1:9f886df3cbea38fa4d33d39a929050047e0bdb4e</id>
<content type='text'>
* Add the 3.10 compatiblity string for the OCM node

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>conf/machine/boards/*: Remove obsolete kernel config fragments</title>
<updated>2014-10-27T07:58:49+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-10-10T06:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=ce2e468ef79cb566ba330287a325ac241fa4b916'/>
<id>urn:sha1:ce2e468ef79cb566ba330287a325ac241fa4b916</id>
<content type='text'>
* Kernel config fragments are now handled within the
  recipes-kernel/linux/config caches
* Remove the configs from the conf/machine/boards as they are no longer
  in use by any of the machines

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
<entry>
<title>kc705-trd-microblazeel: Fix device tree binding</title>
<updated>2014-10-27T07:58:48+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan.rossi@xilinx.com</email>
</author>
<published>2014-10-08T09:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=c865792cc7b0d4531b6120c2c3427f7f4e1552d1'/>
<id>urn:sha1:c865792cc7b0d4531b6120c2c3427f7f4e1552d1</id>
<content type='text'>
* XADC driver now uses clock framework, add clock binding

Signed-off-by: Nathan Rossi &lt;nathan.rossi@xilinx.com&gt;
</content>
</entry>
</feed>
