<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/soc/mediatek, branch v5.6</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=v5.6</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v5.6'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2020-01-10T10:00:45Z</updated>
<entry>
<title>Merge branch 'v5.5-next/cmdq-stable' into v5.5-next/soc</title>
<updated>2020-01-10T10:00:45Z</updated>
<author>
<name>Matthias Brugger</name>
<email>matthias.bgg@gmail.com</email>
</author>
<published>2020-01-10T10:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9c26abeb86ce6ab53b6397873bb3f556016c05ba'/>
<id>urn:sha1:9c26abeb86ce6ab53b6397873bb3f556016c05ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>soc: mediatek: cmdq: delete not used define</title>
<updated>2020-01-10T10:00:36Z</updated>
<author>
<name>Matthias Brugger</name>
<email>mbrugger@suse.com</email>
</author>
<published>2019-12-11T18:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=949601a71ac57e662d0529169b036d7f19685633'/>
<id>urn:sha1:949601a71ac57e662d0529169b036d7f19685633</id>
<content type='text'>
Define CMDQ_EOC_CMD was actually never used. Delete it.

Signed-off-by: Matthias Brugger &lt;mbrugger@suse.com&gt;
Reviewed-by: Bibby Hsieh &lt;bibby.hsieh@mediatek.com&gt;
Reviewed-by: CK Hu &lt;ck.hu@mediatek.com&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
<entry>
<title>soc: mediatek: cmdq: add cmdq_dev_get_client_reg function</title>
<updated>2020-01-08T11:59:57Z</updated>
<author>
<name>Bibby Hsieh</name>
<email>bibby.hsieh@mediatek.com</email>
</author>
<published>2019-11-21T01:54:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d412f18c9bc791d8951e903de9a68817e3098a6a'/>
<id>urn:sha1:d412f18c9bc791d8951e903de9a68817e3098a6a</id>
<content type='text'>
GCE cannot know the register base address, this function
can help cmdq client to get the cmdq_client_reg structure.

Signed-off-by: Bibby Hsieh &lt;bibby.hsieh@mediatek.com&gt;
Reviewed-by: CK Hu &lt;ck.hu@mediatek.com&gt;
Reviewed-by: Houlong Wei &lt;houlong.wei@mediatek.com&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
<entry>
<title>soc: mediatek: cmdq: add polling function</title>
<updated>2020-01-08T11:59:53Z</updated>
<author>
<name>Bibby Hsieh</name>
<email>bibby.hsieh@mediatek.com</email>
</author>
<published>2019-11-21T01:54:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b2ff2356bf93d66e7155acea63dcd503aca6c28f'/>
<id>urn:sha1:b2ff2356bf93d66e7155acea63dcd503aca6c28f</id>
<content type='text'>
add polling function in cmdq helper functions

Signed-off-by: Bibby Hsieh &lt;bibby.hsieh@mediatek.com&gt;
Reviewed-by: CK Hu &lt;ck.hu@mediatek.com&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
<entry>
<title>soc: mediatek: cmdq: define the instruction struct</title>
<updated>2020-01-08T11:59:45Z</updated>
<author>
<name>Bibby Hsieh</name>
<email>bibby.hsieh@mediatek.com</email>
</author>
<published>2019-11-21T01:54:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5c8b718c5a32bfa3e7a263c19b81bae9130229f1'/>
<id>urn:sha1:5c8b718c5a32bfa3e7a263c19b81bae9130229f1</id>
<content type='text'>
Define an instruction structure for gce driver to append command.
This structure can make the client's code more readability.

Signed-off-by: Bibby Hsieh &lt;bibby.hsieh@mediatek.com&gt;
Reviewed-by: CK Hu &lt;ck.hu@mediatek.com&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
<entry>
<title>soc: mediatek: cmdq: remove OR opertaion from err return</title>
<updated>2020-01-08T11:59:41Z</updated>
<author>
<name>Bibby Hsieh</name>
<email>bibby.hsieh@mediatek.com</email>
</author>
<published>2019-11-21T01:54:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=01d1b408ecb0fe277358ba006e569d87ef2a3a45'/>
<id>urn:sha1:01d1b408ecb0fe277358ba006e569d87ef2a3a45</id>
<content type='text'>
Debugging gets harder if we OR two error return values.
Return each error on it's own instead

Signed-off-by: Bibby Hsieh &lt;bibby.hsieh@mediatek.com&gt;
Reviewed-by: CK Hu &lt;ck.hu@mediatek.com&gt;
[mb: rephrase commit message]
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge mainline/master into arm/fixes</title>
<updated>2019-12-05T21:18:54Z</updated>
<author>
<name>Olof Johansson</name>
<email>olof@lixom.net</email>
</author>
<published>2019-12-05T21:16:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=942e6f8a8314e5550e254519dfba4ccd5170421d'/>
<id>urn:sha1:942e6f8a8314e5550e254519dfba4ccd5170421d</id>
<content type='text'>
This brings in the mainline tree right after armsoc contents was merged
this release cycle, so that we can re-run savedefconfig, etc.

Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;
</content>
</entry>
<entry>
<title>soc: mediatek: cmdq: fixup wrong input order of write api</title>
<updated>2019-12-05T18:10:58Z</updated>
<author>
<name>Bibby Hsieh</name>
<email>bibby.hsieh@mediatek.com</email>
</author>
<published>2019-11-27T16:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=47b6b604b2bf396e110e7c2e074fef459bf07b4f'/>
<id>urn:sha1:47b6b604b2bf396e110e7c2e074fef459bf07b4f</id>
<content type='text'>
Fixup a issue was caused by the previous fixup patch.

Fixes: 1a92f989126e ("soc: mediatek: cmdq: reorder the parameter")

Link: https://lore.kernel.org/r/20191127165428.19662-1-matthias.bgg@gmail.com
Cc: &lt;stable@vger.kernel.org&gt;
Signed-off-by: Bibby Hsieh &lt;bibby.hsieh@mediatek.com&gt;
Reviewed-by: CK Hu &lt;ck.hu@mediatek.com&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;
</content>
</entry>
<entry>
<title>soc: mediatek: Refactor bus protection control</title>
<updated>2019-11-07T09:11:04Z</updated>
<author>
<name>Weiyi Lu</name>
<email>weiyi.lu@mediatek.com</email>
</author>
<published>2019-08-28T09:11:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=662c9d55c5ccb37f3920ecab9720f2ebf2a6ca18'/>
<id>urn:sha1:662c9d55c5ccb37f3920ecab9720f2ebf2a6ca18</id>
<content type='text'>
Put bus protection enable and disable control in separate functions.

Signed-off-by: Weiyi Lu &lt;weiyi.lu@mediatek.com&gt;
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
<entry>
<title>soc: mediatek: Refactor sram control</title>
<updated>2019-11-07T09:11:04Z</updated>
<author>
<name>Weiyi Lu</name>
<email>weiyi.lu@mediatek.com</email>
</author>
<published>2019-08-28T09:11:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0545aa1b7a1472a4d0499ccc7666634c8cf47305'/>
<id>urn:sha1:0545aa1b7a1472a4d0499ccc7666634c8cf47305</id>
<content type='text'>
Put sram enable and disable control in separate functions.

Signed-off-by: Weiyi Lu &lt;weiyi.lu@mediatek.com&gt;
Reviewed-by: Nicolas Boichat &lt;drinkcat@chromium.org&gt;
[mb: fix coding style of reading register and changing the read value]
Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;
</content>
</entry>
</feed>
