<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/arch/blackfin, branch linux-3.15.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=linux-3.15.y</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=linux-3.15.y'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2014-04-13T00:26:45+00:00</updated>
<entry>
<title>Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux</title>
<updated>2014-04-13T00:26:45+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-04-13T00:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=fd18f00dd9d4e896060aa3d3e074a04830b13e50'/>
<id>urn:sha1:fd18f00dd9d4e896060aa3d3e074a04830b13e50</id>
<content type='text'>
Pull blackfin updates from Steven Miao:
 "Code cleanup, some previously ignored patches, and bug fixes"

* tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux:
  blackfin: cleanup board files
  bf609: clock: drop unused clock bit set/clear functions
  Blackfin: bf537: rename "CONFIG_ADT75"
  Blackfin: bf537: rename "CONFIG_AD7314"
  Blackfin: bf537: rename ad2s120x -&gt;ad2s1200
  blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE"
  blackfin: dma: current count mmr is read only
  bfin_crc: Move architecture independant crc header file out of the blackfin folder.
  bf54x: drop unuesd HOST status,control,timeout registers bit define macros
  blackfin: portmux: cleanup head file
  Blackfin: remove "config IP_CHECKSUM_L1"
  blackfin: Remove GENERIC_GPIO config option again
  blackfin:Use generic /proc/interrupts implementation
  blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"
</content>
</entry>
<entry>
<title>blackfin: cleanup board files</title>
<updated>2014-04-12T00:48:01+00:00</updated>
<author>
<name>Steven Miao</name>
<email>realmz6@gmail.com</email>
</author>
<published>2014-04-11T18:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=c4a2c58d20953ff1080f50f705cdd952f6d301b2'/>
<id>urn:sha1:c4a2c58d20953ff1080f50f705cdd952f6d301b2</id>
<content type='text'>
using IS_ENABLED() macro instead of defined(CONFIG_XXX) || defined(CONFIG_XXX_MODULE)

Signed-off-by: Steven Miao &lt;realmz6@gmail.com&gt;
</content>
</entry>
<entry>
<title>bf609: clock: drop unused clock bit set/clear functions</title>
<updated>2014-04-12T00:48:00+00:00</updated>
<author>
<name>Steven Miao</name>
<email>realmz6@gmail.com</email>
</author>
<published>2014-04-11T15:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f8ef77d9389f9b52fe80de4f1b236af3391420b8'/>
<id>urn:sha1:f8ef77d9389f9b52fe80de4f1b236af3391420b8</id>
<content type='text'>
Signed-off-by: Steven Miao &lt;realmz6@gmail.com&gt;
</content>
</entry>
<entry>
<title>Blackfin: bf537: rename "CONFIG_ADT75"</title>
<updated>2014-04-12T00:47:59+00:00</updated>
<author>
<name>Paul Bolle</name>
<email>pebolle@tiscali.nl</email>
</author>
<published>2013-04-04T10:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f57ac8a744db2fcda47d13e6b54d2d2ed2624d6a'/>
<id>urn:sha1:f57ac8a744db2fcda47d13e6b54d2d2ed2624d6a</id>
<content type='text'>
In v3.2 the Analog Devices ADT75 temperature sensor driver was removed
as an IIO driver and support for it was added to the LM75 HWMON driver.
But it was apparently overlooked to rename one reference to CONFIG_ADT75
to CONFIG_SENSORS_LM75. Do so now. Use the IS_ENABLED() macro, while
we're at it.

Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;
</content>
</entry>
<entry>
<title>Blackfin: bf537: rename "CONFIG_AD7314"</title>
<updated>2014-04-12T00:47:58+00:00</updated>
<author>
<name>Paul Bolle</name>
<email>pebolle@tiscali.nl</email>
</author>
<published>2013-04-04T10:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=e3dd192956b17aed83f19487aa4caa009ad15006'/>
<id>urn:sha1:e3dd192956b17aed83f19487aa4caa009ad15006</id>
<content type='text'>
In v3.2 the Analog Devices AD7314 temperature sensor driver was removed
as an IIO driver and added as a HWMON driver. But it was apparently
overlooked to rename two references to CONFIG_AD7314 to
CONFIG_SENSORS_AD7314. Do so now. Use the IS_ENABLED() macro, while
we're at it.

Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;
</content>
</entry>
<entry>
<title>Blackfin: bf537: rename ad2s120x -&gt;ad2s1200</title>
<updated>2014-04-12T00:47:57+00:00</updated>
<author>
<name>Paul Bolle</name>
<email>pebolle@tiscali.nl</email>
</author>
<published>2013-04-04T11:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=6ffe34638e54d792e3d58633008891c2f3619d64'/>
<id>urn:sha1:6ffe34638e54d792e3d58633008891c2f3619d64</id>
<content type='text'>
In v3.2 the Analog Devices ad2s1200/ad2s1205 driver was renamed from
ad2s120x to ad2s1200. But it apparently forgot to rename the references
to this driver in the BF537-STAMP code. Rename these now, and use the
IS_ENABLED() macro, while we're at it.

Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;
</content>
</entry>
<entry>
<title>blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE"</title>
<updated>2014-04-12T00:47:56+00:00</updated>
<author>
<name>Paul Bolle</name>
<email>pebolle@tiscali.nl</email>
</author>
<published>2013-03-08T12:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=cb8f05f74f7e8dda92095e2f9d400f799a8d1846'/>
<id>urn:sha1:cb8f05f74f7e8dda92095e2f9d400f799a8d1846</id>
<content type='text'>
There's a (rather subtle) typo in "CONFIG_SND_SOC_ADV80X_MODULE". Fix it
once and for all by using IS_ENABLED(), which is designed to avoid
issues like this.

Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;
</content>
</entry>
<entry>
<title>blackfin: dma: current count mmr is read only</title>
<updated>2014-04-12T00:47:54+00:00</updated>
<author>
<name>Sonic Zhang</name>
<email>sonic.zhang@analog.com</email>
</author>
<published>2014-04-02T08:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3def9074f981761d0eb449a68a4c21618a70ab29'/>
<id>urn:sha1:3def9074f981761d0eb449a68a4c21618a70ab29</id>
<content type='text'>
Signed-off-by: Sonic Zhang &lt;sonic.zhang@analog.com&gt;
</content>
</entry>
<entry>
<title>bfin_crc: Move architecture independant crc header file out of the blackfin folder.</title>
<updated>2014-04-12T00:47:53+00:00</updated>
<author>
<name>Sonic Zhang</name>
<email>sonic.zhang@analog.com</email>
</author>
<published>2014-03-27T08:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3356c99ea392cb903ab84a7cf1ef804e117f88a3'/>
<id>urn:sha1:3356c99ea392cb903ab84a7cf1ef804e117f88a3</id>
<content type='text'>
Signed-off-by: Sonic Zhang &lt;sonic.zhang@analog.com&gt;
Signed-off-by: Steven Miao &lt;realmz6@gmail.com&gt;
</content>
</entry>
<entry>
<title>bf54x: drop unuesd HOST status,control,timeout registers bit define macros</title>
<updated>2014-04-12T00:47:51+00:00</updated>
<author>
<name>Steven Miao</name>
<email>realmz6@gmail.com</email>
</author>
<published>2014-03-17T06:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=ba3b6d75046b266ded31c8f91ce558c7c819fc80'/>
<id>urn:sha1:ba3b6d75046b266ded31c8f91ce558c7c819fc80</id>
<content type='text'>
Signed-off-by: Steven Miao &lt;realmz6@gmail.com&gt;
</content>
</entry>
</feed>
