<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/Documentation/zh_CN, branch v3.8.10</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>Documentation: remove __dev* attributes.</title>
<updated>2013-01-03T23:57:16+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-12-21T23:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=63a29f744fe1c19742039ce7526663a98f172f7e'/>
<id>63a29f744fe1c19742039ce7526663a98f172f7e</id>
<content type='text'>
CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
markings need to be removed.

This change removes the use of __devinit, __devexit_p, __devinitdata,
__devinitconst, and __devexit from the kernel documentation.

Based on patches originally written by Bill Pemberton, but redone by me
in order to handle some of the coding style issues better, by hand.

Cc: Bill Pemberton &lt;wfp5p@virginia.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
markings need to be removed.

This change removes the use of __devinit, __devexit_p, __devinitdata,
__devinitconst, and __devexit from the kernel documentation.

Based on patches originally written by Bill Pemberton, but redone by me
in order to handle some of the coding style issues better, by hand.

Cc: Bill Pemberton &lt;wfp5p@virginia.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation:Update Documentation/zh_CN/arm64/memory.txt</title>
<updated>2012-11-27T00:25:37+00:00</updated>
<author>
<name>Fu Wei</name>
<email>tekkamanninja@gmail.com</email>
</author>
<published>2012-11-18T10:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a550e566f2468cfedac44de33184329660276424'/>
<id>a550e566f2468cfedac44de33184329660276424</id>
<content type='text'>
This is a update of Chinese
documentation:Documentation/zh_CN/arm64/memory.txt

It is based on the modifications of Documentation/arm64/memory.txt in
submission :"e3978cde".

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Harry Wei &lt;harryxiyou@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a update of Chinese
documentation:Documentation/zh_CN/arm64/memory.txt

It is based on the modifications of Documentation/arm64/memory.txt in
submission :"e3978cde".

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Harry Wei &lt;harryxiyou@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: Chinese translation of Documentation/arm/kernel_user_helpers.txt</title>
<updated>2012-11-16T01:46:42+00:00</updated>
<author>
<name>Fu Wei</name>
<email>tekkamanninja@gmail.com</email>
</author>
<published>2012-11-15T17:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=83ca897d170919035acfe5c472479941847e93cc'/>
<id>83ca897d170919035acfe5c472479941847e93cc</id>
<content type='text'>
This is a Chinese translated version of
Documentation/arm/kernel_user_helpers.txt

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a Chinese translated version of
Documentation/arm/kernel_user_helpers.txt

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: Fixes a term's translation in Documentation/zh_CN/arm64/memory.txt</title>
<updated>2012-11-01T15:54:59+00:00</updated>
<author>
<name>Tekkaman Ninja</name>
<email>tekkamanninja@gmail.com</email>
</author>
<published>2012-10-28T03:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bb3215e97bb1ab917ed858322a9399fb32e69e49'/>
<id>bb3215e97bb1ab917ed858322a9399fb32e69e49</id>
<content type='text'>
Fixes a term's translation in Documentation/zh_CN/arm64/memory.txt
The modification is based on Catalin Marinas &lt;catalin.marinas@arm.com&gt;'s
suggestion:
    "memory" in "ffffffc000000000 ffffffffffffffff 256GB memory"
    should  be treated as "kernel logical memory map",
    so the translation should be "内核逻辑内存映射".

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a term's translation in Documentation/zh_CN/arm64/memory.txt
The modification is based on Catalin Marinas &lt;catalin.marinas@arm.com&gt;'s
suggestion:
    "memory" in "ffffffc000000000 ffffffffffffffff 256GB memory"
    should  be treated as "kernel logical memory map",
    so the translation should be "内核逻辑内存映射".

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation:Chinese translation of Documentation/arm64/memory.txt</title>
<updated>2012-10-25T18:54:06+00:00</updated>
<author>
<name>Tekkaman Ninja</name>
<email>tekkamanninja@gmail.com</email>
</author>
<published>2012-10-24T16:02:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bf34be058158fd30622601346819d098dc5d623f'/>
<id>bf34be058158fd30622601346819d098dc5d623f</id>
<content type='text'>
This is a Chinese translated version of
Documentation/arm64/memory.txt

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Catalin Marinas &lt;catalin.marinas@arm.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a Chinese translated version of
Documentation/arm64/memory.txt

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Catalin Marinas &lt;catalin.marinas@arm.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation:Chinese translation of Documentation/arm64/booting.txt</title>
<updated>2012-10-25T18:54:06+00:00</updated>
<author>
<name>Tekkaman Ninja</name>
<email>tekkamanninja@gmail.com</email>
</author>
<published>2012-10-24T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4bdac7b668d29dcaa53b72921b7f6a51d0f80b9b'/>
<id>4bdac7b668d29dcaa53b72921b7f6a51d0f80b9b</id>
<content type='text'>
This is a Chinese translated version of
Documentation/arm64/booting.txt

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Catalin Marinas &lt;catalin.marinas@arm.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a Chinese translated version of
Documentation/arm64/booting.txt

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Catalin Marinas &lt;catalin.marinas@arm.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation:Chinese translation of Documentation/IRQ.txt</title>
<updated>2012-10-25T18:54:06+00:00</updated>
<author>
<name>Tekkaman Ninja</name>
<email>tekkamanninja@gmail.com</email>
</author>
<published>2012-09-27T15:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b5416d32a6f1a4cd4e399654b4bac7f558ab237e'/>
<id>b5416d32a6f1a4cd4e399654b4bac7f558ab237e</id>
<content type='text'>
This is a Chinese translated version of
Documentation/IRQ.txt

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Harry Wei &lt;harryxiyou@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a Chinese translated version of
Documentation/IRQ.txt

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Harry Wei &lt;harryxiyou@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: Fixes some translation error in Documentation/zh_CN/gpio.txt</title>
<updated>2012-09-26T20:12:32+00:00</updated>
<author>
<name>Tekkaman Ninja</name>
<email>tekkamanninja@gmail.com</email>
</author>
<published>2012-09-16T16:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1980a347a71693a41663a1780c2da869174a0025'/>
<id>1980a347a71693a41663a1780c2da869174a0025</id>
<content type='text'>
Fixes some translation error in Documentation/zh_CN/gpio.txt
The modification is based on Dong Aisheng &lt;b29396@freescale.com&gt;'s
corrections:
    1.Two "OUTPUT" is incorrectly translated as "输入";
    2.five improvement of translation;
    3.Delete a redundant paragraph,

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Harry Wei &lt;harryxiyou@gmail.com&gt;
Acked-by: Dong Aisheng &lt;b29396@freescale.com&gt;
Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes some translation error in Documentation/zh_CN/gpio.txt
The modification is based on Dong Aisheng &lt;b29396@freescale.com&gt;'s
corrections:
    1.Two "OUTPUT" is incorrectly translated as "输入";
    2.five improvement of translation;
    3.Delete a redundant paragraph,

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Harry Wei &lt;harryxiyou@gmail.com&gt;
Acked-by: Dong Aisheng &lt;b29396@freescale.com&gt;
Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: Remove 3 byte redundant code at the head of the Documentation/zh_CN/arm/booting</title>
<updated>2012-09-26T20:12:32+00:00</updated>
<author>
<name>Tekkaman Ninja</name>
<email>tekkamanninja@gmail.com</email>
</author>
<published>2012-09-16T17:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0a4dfa28f403f47a5aeb68394541fa1866de4922'/>
<id>0a4dfa28f403f47a5aeb68394541fa1866de4922</id>
<content type='text'>
Remove 3 byte redundant code at the head of
the Documentation/zh_CN/arm/booting

When I see the file Documentation/zh_CN/arm/booting using
Bless(binary Viewer),I find 3 byte redundant in it. So I
make a patch to correcting that error made by me.

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Harry Wei &lt;harryxiyou@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove 3 byte redundant code at the head of
the Documentation/zh_CN/arm/booting

When I see the file Documentation/zh_CN/arm/booting using
Bless(binary Viewer),I find 3 byte redundant in it. So I
make a patch to correcting that error made by me.

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Harry Wei &lt;harryxiyou@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: Chinese translation of Documentation/video4linux/omap3isp.txt</title>
<updated>2012-09-26T20:12:31+00:00</updated>
<author>
<name>Tekkaman Ninja</name>
<email>tekkamanninja@gmail.com</email>
</author>
<published>2012-09-17T13:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=2f05543029a2efaa19845a73f79b7330142d11e8'/>
<id>2f05543029a2efaa19845a73f79b7330142d11e8</id>
<content type='text'>
This is a Chinese translated version of Documentation/video4linux/omap3isp.txt

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Harry Wei &lt;harryxiyou@gmail.com&gt;
Cc: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a Chinese translated version of Documentation/video4linux/omap3isp.txt

Signed-off-by: Fu Wei &lt;tekkamanninja@gmail.com&gt;
Acked-by: Harry Wei &lt;harryxiyou@gmail.com&gt;
Cc: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
