<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/arch/arm/mm/cache-tauros2.c, branch linux-6.2.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.2.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.2.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2022-06-10T12:51:35Z</updated>
<entry>
<title>treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1)</title>
<updated>2022-06-10T12:51:35Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2022-06-07T14:11:14Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0fdebc5ec2ca492d69df2d93a6a7abade4941aae'/>
<id>urn:sha1:0fdebc5ec2ca492d69df2d93a6a7abade4941aae</id>
<content type='text'>
Based on the normalized pattern:

    this file is licensed under the terms of the gnu general public
    license version 2 this program is licensed as is without any warranty
    of any kind whether express or implied

extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

has been chosen to replace the boilerplate/reference.

Reviewed-by: Allison Randal &lt;allison@lohutok.net&gt;
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>ARM: l2c: tauros2: use descriptive definitions for register bits</title>
<updated>2015-11-26T22:12:26Z</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2015-11-26T22:12:26Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1d93ba2aaacc96bef018c5c2e12840f07372a2be'/>
<id>urn:sha1:1d93ba2aaacc96bef018c5c2e12840f07372a2be</id>
<content type='text'>
Use descriptive definitions for the Tauros2 register bits, and while
we're here, clean up the "Tauros2: %s line fill burt8." message.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: l2c: tauros2: fix OF-enabled non-DT boot</title>
<updated>2015-11-26T22:12:02Z</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2015-11-26T22:12:02Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=172f3fcb17382faafc71091868370b6765da7a43'/>
<id>urn:sha1:172f3fcb17382faafc71091868370b6765da7a43</id>
<content type='text'>
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: convert printk(KERN_* to pr_*</title>
<updated>2014-11-21T15:24:50Z</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2014-10-28T11:26:42Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4ed89f2228061422ce5f62545fd0b6f6648bd2cc'/>
<id>urn:sha1:4ed89f2228061422ce5f62545fd0b6f6648bd2cc</id>
<content type='text'>
Convert many (but not all) printk(KERN_* to pr_* to simplify the code.
We take the opportunity to join some printk lines together so we don't
split the message across several lines, and we also add a few levels
to some messages which were previously missing them.

Tested-by: Andrew Lunn &lt;andrew@lunn.ch&gt;
Tested-by: Felipe Balbi &lt;balbi@ti.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: cache-tauros2: remove ARMv6 code</title>
<updated>2014-03-27T01:49:24Z</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2014-03-11T16:41:33Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=027f3f96962df3a222c11dace0d1ff266d836371'/>
<id>urn:sha1:027f3f96962df3a222c11dace0d1ff266d836371</id>
<content type='text'>
When building a kernel with support for both ARMv6 and ARMv7 but
no MMU, the call from tauros2_internal_init to adjust_cr causes
a link error. While that could probably be resolved, we don't
actually support cache-tauros2 on ARMv6 any more. All PJ4 CPU
implementations support both ARMv6 and ARMv7 and we already assume
that we are using them only in ARMv7 mode.

Removing the ARMv6 code path reduces the code size and avoids
the linker error.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Acked-by: Haojian Zhuang &lt;haojian.zhuang@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: cache: add dt support for tauros2 cache</title>
<updated>2012-08-16T08:16:50Z</updated>
<author>
<name>Chao Xie</name>
<email>xiechao.mail@gmail.com</email>
</author>
<published>2012-07-31T06:13:14Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c2b7e05c753156dfba3240c59c400d557c5c8746'/>
<id>urn:sha1:c2b7e05c753156dfba3240c59c400d557c5c8746</id>
<content type='text'>
Signed-off-by: Chao Xie &lt;xiechao.mail@gmail.com&gt;
Signed-off-by: Haojian Zhuang &lt;haojian.zhuang@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: cache: add extra feature enable for tauros2</title>
<updated>2012-08-16T08:16:27Z</updated>
<author>
<name>Chao Xie</name>
<email>xiechao.mail@gmail.com</email>
</author>
<published>2012-07-31T06:13:12Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=38f2e3772429f29a273a2ed7e95dd7a41f662f06'/>
<id>urn:sha1:38f2e3772429f29a273a2ed7e95dd7a41f662f06</id>
<content type='text'>
The extra feature may be used by SOCs are prefetch, burst8,
write buffer coalesce

Signed-off-by: Chao Xie &lt;xiechao.mail@gmail.com&gt;
Signed-off-by: Haojian Zhuang &lt;haojian.zhuang@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: cache: add cputype.h for tauros2</title>
<updated>2012-08-16T08:16:17Z</updated>
<author>
<name>Chao Xie</name>
<email>xiechao.mail@gmail.com</email>
</author>
<published>2012-07-31T06:13:11Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=fa79b8d6a2f38bf2c612acf38787a7fcf60c5db7'/>
<id>urn:sha1:fa79b8d6a2f38bf2c612acf38787a7fcf60c5db7</id>
<content type='text'>
Signed-off-by: Chao Xie &lt;xiechao.mail@gmail.com&gt;
Signed-off-by: Haojian Zhuang &lt;haojian.zhuang@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: cache: fix uninitialized ptr in tauros2_init</title>
<updated>2012-08-16T08:16:06Z</updated>
<author>
<name>Chao Xie</name>
<email>xiechao.mail@gmail.com</email>
</author>
<published>2012-07-31T06:13:10Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=5967b546dd7142e7747993bb4c79422cd7b6f34f'/>
<id>urn:sha1:5967b546dd7142e7747993bb4c79422cd7b6f34f</id>
<content type='text'>
init the variable "mode" to NULL to ensure the later NULL checking is
taking effect.

Signed-off-by: Chao Xie &lt;xiechao.mail@gmail.com&gt;
Signed-off-by: Haojian Zhuang &lt;haojian.zhuang@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: cache: tauros2: add disable and resume callback</title>
<updated>2012-05-07T03:43:48Z</updated>
<author>
<name>Chao Xie</name>
<email>chao.xie@marvell.com</email>
</author>
<published>2012-05-07T03:23:59Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=89326f76b7ae602eb6a2d3e4cc028190fc8d480f'/>
<id>urn:sha1:89326f76b7ae602eb6a2d3e4cc028190fc8d480f</id>
<content type='text'>
For the SOC chips using tauros2 cache, will need disable
and resume tauros2 cache for SOC suspend/resume.

Signed-off-by: Chao Xie &lt;chao.xie@marvell.com&gt;
Signed-off-by: Haojian Zhuang &lt;haojian.zhuang@gmail.com&gt;
</content>
</entry>
</feed>
