<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/include/asm-blackfin/mach-bf548, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/include/asm-blackfin/mach-bf548?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/include/asm-blackfin/mach-bf548?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: 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: Functional power management support</title>
<updated>2008-07-19T08:57:32Z</updated>
<author>
<name>Michael Hennerich</name>
<email>michael.hennerich@analog.com</email>
</author>
<published>2008-07-19T08:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=1efc80b53eb54770139219f99657abd92595fc86'/>
<id>urn:sha1:1efc80b53eb54770139219f99657abd92595fc86</id>
<content type='text'>
Enable: PM_SUSPEND_MEM -&gt; Blackfin Hibernate to SDRAM
This feature requires a special bootloader (u-boot)
supporting return from hibernate.

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 arch: fix typo error in bf548 serial header file</title>
<updated>2008-06-19T09:07:15Z</updated>
<author>
<name>Sonic Zhang</name>
<email>sonic.zhang@analog.com</email>
</author>
<published>2008-06-19T09:07:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=ec64b6c8763c83899908fdd62746435c19211686'/>
<id>urn:sha1:ec64b6c8763c83899908fdd62746435c19211686</id>
<content type='text'>
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] arch: Equalize include files: Add VR_CTL masks</title>
<updated>2008-05-07T03:41:26Z</updated>
<author>
<name>Michael Hennerich</name>
<email>michael.hennerich@analog.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=c2f9527979c14a21bbaa31c12a14204aabeb6e45'/>
<id>urn:sha1:c2f9527979c14a21bbaa31c12a14204aabeb6e45</id>
<content type='text'>
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] arch: add Blackfin on-chip SIR IrDA driver support</title>
<updated>2008-04-24T19:09:15Z</updated>
<author>
<name>Graf Yang</name>
<email>graf.yang@analog.com</email>
</author>
<published>2008-04-24T19:09:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=5be36d22b28f01e5074f78b29aa6128da0a53641'/>
<id>urn:sha1:5be36d22b28f01e5074f78b29aa6128da0a53641</id>
<content type='text'>
 - add platform device resources in board files
 - add new bfin_sir.h to each machines

Signed-off-by: Graf Yang &lt;graf.yang@analog.com&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;

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