<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/of/resolver.c, branch v4.11</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v4.11</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.11'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2017-01-04T20:01:28Z</updated>
<entry>
<title>of: drop duplicate headers</title>
<updated>2017-01-04T20:01:28Z</updated>
<author>
<name>Geliang Tang</name>
<email>geliangtang@gmail.com</email>
</author>
<published>2016-12-24T15:45:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=30965eeab5c873ca7af410506e6f0965074bf702'/>
<id>urn:sha1:30965eeab5c873ca7af410506e6f0965074bf702</id>
<content type='text'>
Drop duplicate headers string.h and of_platform.h.

Signed-off-by: Geliang Tang &lt;geliangtang@gmail.com&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>of: Fix issue where code would fall through to error case.</title>
<updated>2016-12-09T16:33:03Z</updated>
<author>
<name>Moritz Fischer</name>
<email>mdf@kernel.org</email>
</author>
<published>2016-12-02T06:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=32bed310ad32b1cf66525fae89913d76dde4d797'/>
<id>urn:sha1:32bed310ad32b1cf66525fae89913d76dde4d797</id>
<content type='text'>
No longer fall through into the error case that prints out
an error if no error (err = 0) occurred.

Fixes d9181b20a83(of: Add back an error message, restructured)
Signed-off-by: Moritz Fischer &lt;mdf@kernel.org&gt;
Reviewed-by: Frank Rowand &lt;frank.rowand@am.sony.com&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>of: Remove unused variable overlay_symbols</title>
<updated>2016-11-15T15:17:18Z</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@am.sony.com</email>
</author>
<published>2016-10-29T06:26:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5581a95f2dacb3674827f450ac406e1f8ae3b3e5'/>
<id>urn:sha1:5581a95f2dacb3674827f450ac406e1f8ae3b3e5</id>
<content type='text'>
Remove unused pointer to node "__symbols__".

Signed-off-by: Frank Rowand &lt;frank.rowand@am.sony.com&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>of: Move setting of pointer to beside test for non-null</title>
<updated>2016-11-15T15:17:17Z</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@am.sony.com</email>
</author>
<published>2016-10-29T06:26:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4458db4c9b7363a60d9ad07275fb2eea4ecf3b52'/>
<id>urn:sha1:4458db4c9b7363a60d9ad07275fb2eea4ecf3b52</id>
<content type='text'>
Value of pointer was calculated in an earlier block than
where it was used.  Move it down into the block where it
is used, immediately before where is is checked to be valid.

Signed-off-by: Frank Rowand &lt;frank.rowand@am.sony.com&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>of: Add back an error message, restructured</title>
<updated>2016-11-15T15:17:17Z</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@am.sony.com</email>
</author>
<published>2016-10-29T06:26:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d9181b20a83bd8de207e0cb54be499d9880b00e3'/>
<id>urn:sha1:d9181b20a83bd8de207e0cb54be499d9880b00e3</id>
<content type='text'>
Add a single pr_err() to cover a range of errors that were reported
by several pr_err() that were removed earlier in this series.

Signed-off-by: Frank Rowand &lt;frank.rowand@am.sony.com&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>of: Update comments to reflect changes and increase clarity</title>
<updated>2016-11-15T15:17:16Z</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@am.sony.com</email>
</author>
<published>2016-10-29T06:26:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=269f1a67d0978b2fbf26a00fc8e5970272f862fe'/>
<id>urn:sha1:269f1a67d0978b2fbf26a00fc8e5970272f862fe</id>
<content type='text'>
Update comments to better explain what functions are doing.

Signed-off-by: Frank Rowand &lt;frank.rowand@am.sony.com&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>of: Remove redundant size check</title>
<updated>2016-11-15T15:17:16Z</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@am.sony.com</email>
</author>
<published>2016-10-29T06:26:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ea8229b78899bd1edee3051686a4370e5dd56762'/>
<id>urn:sha1:ea8229b78899bd1edee3051686a4370e5dd56762</id>
<content type='text'>
Remove a redundant check of buffer size.

Signed-off-by: Frank Rowand &lt;frank.rowand@am.sony.com&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>of: Update structure of code to be clearer, also remove BUG_ON()</title>
<updated>2016-11-15T15:17:15Z</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@am.sony.com</email>
</author>
<published>2016-10-29T06:26:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=624ab2a49ca30fd61f6c268567d74aaaf949a489'/>
<id>urn:sha1:624ab2a49ca30fd61f6c268567d74aaaf949a489</id>
<content type='text'>
Remove BUG_ON(), which is frowned upon and not needed here.
Restructure to remove some excessive complexity.

Signed-off-by: Frank Rowand &lt;frank.rowand@am.sony.com&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>of: Rename variables to better reflect purpose or follow convention</title>
<updated>2016-11-15T15:17:15Z</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@am.sony.com</email>
</author>
<published>2016-10-29T06:26:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=25e1687767612e593c054d5855f6717cf8104c1f'/>
<id>urn:sha1:25e1687767612e593c054d5855f6717cf8104c1f</id>
<content type='text'>
Rename variables to better reflect what their purpose is.  As a side
effect, this reduces the need for some of the comments previously
removed in this series.

Signed-off-by: Frank Rowand &lt;frank.rowand@am.sony.com&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
<entry>
<title>of: Remove prefix "__of_" from local function names</title>
<updated>2016-11-15T15:17:14Z</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@am.sony.com</email>
</author>
<published>2016-10-29T06:26:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=fad556bf3f5a9182aa8ec9d1a988735dabfd6631'/>
<id>urn:sha1:fad556bf3f5a9182aa8ec9d1a988735dabfd6631</id>
<content type='text'>
Remove "__of_" prefix from local function names.  The pattern of
a leading "__" is used in drivers/of/ to signify a function that
must be called with a lock held.  These functions do not fit
that pattern.

Signed-off-by: Frank Rowand &lt;frank.rowand@am.sony.com&gt;
Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;
</content>
</entry>
</feed>
