<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/soc/brcmstb, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/soc/brcmstb?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/soc/brcmstb?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2016-05-31T18:06:34Z</updated>
<entry>
<title>soc: Move brcmstb to bcm/brcmstb</title>
<updated>2016-05-31T18:06:34Z</updated>
<author>
<name>Florian Fainelli</name>
<email>f.fainelli@gmail.com</email>
</author>
<published>2016-05-20T18:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=34642650e5bc052674b982433631fcc619237225'/>
<id>urn:sha1:34642650e5bc052674b982433631fcc619237225</id>
<content type='text'>
Unify the different Broadcom SoCs directory and have everybody live
under drivers/soc/bcm/*.

Acked-by: Scott Branden &lt;scott.branden@broadcom.com&gt;
Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>soc: brcmstb: Unmap sun_top_ctrl_base on errors</title>
<updated>2016-04-25T23:13:54Z</updated>
<author>
<name>Florian Fainelli</name>
<email>f.fainelli@gmail.com</email>
</author>
<published>2016-04-25T23:08:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8d3fd357a28e420b1e154daf1cabdaa103911c08'/>
<id>urn:sha1:8d3fd357a28e420b1e154daf1cabdaa103911c08</id>
<content type='text'>
Do not leak a ioremap()'d cookie around, unmaping it in case of errors

Fixes: cef4bafcea2c ("soc: brcmstb: add SoC driver to brcmstb")
Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>soc: brcmstb: select SOC_BUS</title>
<updated>2016-04-25T23:13:47Z</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2016-04-25T22:53:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d3829c1b8443a83324419eb129c7e4c780bf435f'/>
<id>urn:sha1:d3829c1b8443a83324419eb129c7e4c780bf435f</id>
<content type='text'>
The newly added code for the SoC bus fails to link if the
bus is not built:

drivers/soc/built-in.o: In function `brcmstb_soc_device_init':
:(.init.text+0x110): undefined reference to `soc_device_register'

This adds a 'select' statement to avoid the error.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Fixes: cef4bafcea2c ("soc: brcmstb: add SoC driver to brcmstb")
Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>soc: brcmstb: add SoC driver to brcmstb</title>
<updated>2016-04-18T21:20:10Z</updated>
<author>
<name>Justin Chen</name>
<email>justin.chen@broadcom.com</email>
</author>
<published>2016-03-23T18:56:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=cef4bafcea2c33b0c296595cebd95f0cfd99f278'/>
<id>urn:sha1:cef4bafcea2c33b0c296595cebd95f0cfd99f278</id>
<content type='text'>
Value of soc_dev_attributes:
* family = chip family id
* soc_id = product id
* revision = product revision

Signed-off-by: Justin Chen &lt;justin.chen@broadcom.com&gt;
Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>soc: brcmstb: Add Bus Interface Unit control setup</title>
<updated>2015-10-09T20:42:16Z</updated>
<author>
<name>Florian Fainelli</name>
<email>f.fainelli@gmail.com</email>
</author>
<published>2015-09-14T19:09:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9a764234eee689ea800424ab99b08ff07a8bdbcd'/>
<id>urn:sha1:9a764234eee689ea800424ab99b08ff07a8bdbcd</id>
<content type='text'>
Broadcom STB SoCs (brcmstb) require an early setup of their Bus
Interface Unit control register, this needs to happen before SMP is
brought up because it affects how the CPU complex will be interfaced to
the memory controller.

Add support code which properly initializes the BIU registers based on
whether "brcm,write-pairing" is present in Device Tree, and take care of
saving and restoring credit register settings during system-wide
suspend/resume operations.

Acked-by: Gregory Fong &lt;gregory.0xf0@gmail.com&gt;
Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>soc: add stubs for brcmstb SoC's</title>
<updated>2015-09-14T22:44:18Z</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2015-06-19T00:11:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d52fad262041217be0a0e7049253186ec9cfb2a6'/>
<id>urn:sha1:d52fad262041217be0a0e7049253186ec9cfb2a6</id>
<content type='text'>
Used on BCM7xxx Set-Top Box chips (e.g., BCM7445).

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
</feed>
