<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/memory/pl172.c, branch v4.3</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.3</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2015-07-22T23:10:09Z</updated>
<entry>
<title>memory: pl172: fix modular build</title>
<updated>2015-07-22T23:10:09Z</updated>
<author>
<name>Joachim Eastwood</name>
<email>manabian@gmail.com</email>
</author>
<published>2015-07-22T22:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0ff818eff55aa80cb00bb3d89e824dd568d5a7f8'/>
<id>urn:sha1:0ff818eff55aa80cb00bb3d89e824dd568d5a7f8</id>
<content type='text'>
Building pl172 as a module fails with:
&gt; ERROR: "of_default_bus_match_table" [drivers/memory/pl172.ko] undefined!

Because the symbol of_default_bus_match_table isn't exported by the OF
core code so can't be referenced from modules. Fix this by removing
the usage of of_default_bus_match_table for now. The side effect of
this is that child nodes can't use "simple-bus" or "simple-mfd".

Reported-by: Mark Brown &lt;broonie@kernel.org&gt;
Signed-off-by: Joachim Eastwood &lt;manabian@gmail.com&gt;
Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;
</content>
</entry>
<entry>
<title>memory: add ARM PL172 MultiPort Memory Controller driver</title>
<updated>2015-07-17T17:43:44Z</updated>
<author>
<name>Joachim Eastwood</name>
<email>manabian@gmail.com</email>
</author>
<published>2015-07-13T21:20:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=17c50b700c3b46fe85e96caa1d0fc5940cc276d4'/>
<id>urn:sha1:17c50b700c3b46fe85e96caa1d0fc5940cc276d4</id>
<content type='text'>
This driver makes it possible to configure the static memory
chip selects on the ARM PL172 MultiPort Memory Controller
from a set of properties in DT. Configuration of dynamic
memory is not supported and is left to the boot loader.

The intended usage is to setup timing and configuration for
static memory devices like NAND and NOR Flash before they
are probed by a driver.

Signed-off-by: Joachim Eastwood &lt;manabian@gmail.com&gt;
Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;
</content>
</entry>
</feed>
