<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/include/asm-blackfin/mach-bf537, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/include/asm-blackfin/mach-bf537?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/include/asm-blackfin/mach-bf537?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2008-08-27T02:51:02Z</updated>
<entry>
<title>Blackfin arch: move include/asm-blackfin header files to arch/blackfin</title>
<updated>2008-08-27T02:51:02Z</updated>
<author>
<name>Bryan Wu</name>
<email>cooloney@kernel.org</email>
</author>
<published>2008-08-27T02:51:02Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=639f6571458948b5112be2cf00c0c2c04db2897d'/>
<id>urn:sha1:639f6571458948b5112be2cf00c0c2c04db2897d</id>
<content type='text'>
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;

</content>
</entry>
<entry>
<title>Blackfin arch: convert L2 defines to be the same as the L1 defines</title>
<updated>2008-08-13T08:16:11Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier.adi@gmail.com</email>
</author>
<published>2008-08-13T08:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=07aa7be5708afb3d9afa68f6f853c98e51bc64b3'/>
<id>urn:sha1:07aa7be5708afb3d9afa68f6f853c98e51bc64b3</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier.adi@gmail.com&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;

</content>
</entry>
<entry>
<title>Blackfin arch: Add return value check in bfin_sir_probe(), remove SSYNC().</title>
<updated>2008-07-19T07:54:10Z</updated>
<author>
<name>Graf Yang</name>
<email>graf.yang@analog.com</email>
</author>
<published>2008-07-19T07:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=aa3348f461da1df5c583f9916ab80298ddd68eff'/>
<id>urn:sha1:aa3348f461da1df5c583f9916ab80298ddd68eff</id>
<content type='text'>
Signed-off-by: Graf Yang &lt;graf.yang@analog.com&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;

</content>
</entry>
<entry>
<title>Blackfin arch: add TXDWA definition to enable new feature</title>
<updated>2008-07-15T04:08:50Z</updated>
<author>
<name>Bryan Wu</name>
<email>cooloney@kernel.org</email>
</author>
<published>2008-07-15T04:08:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=1c0d20cd29aec11a3580cedf0bccec25052e8d4c'/>
<id>urn:sha1:1c0d20cd29aec11a3580cedf0bccec25052e8d4c</id>
<content type='text'>
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;

</content>
</entry>
<entry>
<title>Blackfin arch: Fix bug - Kernel does not boot if re-program clocks</title>
<updated>2008-07-14T08:51:57Z</updated>
<author>
<name>Michael Hennerich</name>
<email>michael.hennerich@analog.com</email>
</author>
<published>2008-07-14T08:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=68e2fc78e5055740126df8eab0d31005495756c9'/>
<id>urn:sha1:68e2fc78e5055740126df8eab0d31005495756c9</id>
<content type='text'>
Don't write conflicting data to EBIU_SDBCTL after the SDRAM is
configured. This can cause data corruption, since we might change SDRAM
row and column addressing modes.

Signed-off-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;

</content>
</entry>
<entry>
<title>Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.</title>
<updated>2008-06-19T09:46:39Z</updated>
<author>
<name>Sonic Zhang</name>
<email>sonic.zhang@analog.com</email>
</author>
<published>2008-06-19T09:46:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f30ac0ce34f32bb998ac87e37b251374de03e603'/>
<id>urn:sha1:f30ac0ce34f32bb998ac87e37b251374de03e603</id>
<content type='text'>
This allows other threads to run when the serial driver polls the CTS
PIN in a loop.

Signed-off-by: Sonic Zhang &lt;sonic.zhang@analog.com&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;

</content>
</entry>
<entry>
<title>Blackfin Serial Driver: Clean up BF54x macro in blackfin UART driver.</title>
<updated>2008-06-03T04:19:45Z</updated>
<author>
<name>Sonic Zhang</name>
<email>sonic.zhang@analog.com</email>
</author>
<published>2008-06-03T04:19:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=1feaa51d84e9611521ec6e59172f9f90db274588'/>
<id>urn:sha1:1feaa51d84e9611521ec6e59172f9f90db274588</id>
<content type='text'>
Hide difference in head file.

Signed-off-by: Sonic Zhang &lt;sonic.zhang@analog.com&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;

</content>
</entry>
<entry>
<title>Blackfin arch: update anomaly headers from toolchain trunk</title>
<updated>2008-05-31T07:47:17Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier.adi@gmail.com</email>
</author>
<published>2008-05-31T07:47:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a70ce072b3883e431575449f3e294c27235590e5'/>
<id>urn:sha1:a70ce072b3883e431575449f3e294c27235590e5</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier.adi@gmail.com&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;

</content>
</entry>
<entry>
<title>Blackfin Serial Driver: abstract away DLAB differences into header</title>
<updated>2008-05-07T03:41:26Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier.adi@gmail.com</email>
</author>
<published>2008-05-07T03:41:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=45828b812ddb608ddf83eff11601f62b726d13ab'/>
<id>urn:sha1:45828b812ddb608ddf83eff11601f62b726d13ab</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier.adi@gmail.com&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;

</content>
</entry>
<entry>
<title>Blackfin Serial Driver: macro away the IER differences between processors</title>
<updated>2008-05-07T03:41:26Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier.adi@gmail.com</email>
</author>
<published>2008-05-07T03:41:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=89bf6dc51ac7adb5a7d443648d9eb76909a1df8e'/>
<id>urn:sha1:89bf6dc51ac7adb5a7d443648d9eb76909a1df8e</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier.adi@gmail.com&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;

</content>
</entry>
</feed>
