<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/ipack, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2012-11-16T16:14:18Z</updated>
<entry>
<title>Staging: ipack: move out of staging</title>
<updated>2012-11-16T16:14:18Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-11-16T16:14:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=05e5027efc9c0bb6d1d04cde279afbafca0a7929'/>
<id>urn:sha1:05e5027efc9c0bb6d1d04cde279afbafca0a7929</id>
<content type='text'>
The ipack subsystem is cleaned up enough to now move out of the staging
tree, and into drivers/ipack.

Cc: Samuel Iglesias Gonsalvez &lt;siglesias@igalia.com&gt;
Cc: Jens Taprogge &lt;jens.taprogge@taprogge.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: ipack: adapt copyright to CERN guidelines</title>
<updated>2012-11-16T16:09:08Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-11-16T15:19:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=76859725ad31ac480d55bf176e5bbe0f9ab6e6cb'/>
<id>urn:sha1:76859725ad31ac480d55bf176e5bbe0f9ab6e6cb</id>
<content type='text'>
Adapt the copyright clause to CERN guidelines, as it has the copyright over
them.

Signed-off-by: Samuel Iglesias Gonsalvez &lt;siglesias@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: ipack: remove last TODO items</title>
<updated>2012-11-16T01:55:24Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-11-16T01:55:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a369aa0eb7082da3d97c63f7d2265fddc84923d3'/>
<id>urn:sha1:a369aa0eb7082da3d97c63f7d2265fddc84923d3</id>
<content type='text'>
The code is checkpatch clean, and the logic and flow looks good to me,
so I don't think there's anything left to do here.

Cc: Samuel Iglesias Gonsalvez &lt;siglesias@igalia.com&gt;
Cc: Jens Taprogge &lt;jens.taprogge@taprogge.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: ipack: CONFIG_HOTPLUG is always enabled</title>
<updated>2012-11-16T01:50:14Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-11-16T01:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=bdbd3b38d3bf664e5c04904bd734ac79660e41b5'/>
<id>urn:sha1:bdbd3b38d3bf664e5c04904bd734ac79660e41b5</id>
<content type='text'>
as CONFIG_HOTPLUG is always enabled now, just remove the #ifdef logic in
the ipack core for it if was disabled.

Cc:Samuel Iglesias Gonsalvez &lt;siglesias@igalia.com&gt;
Cc: Jens Taprogge &lt;jens.taprogge@taprogge.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: ipack: tpci200: fixes 80 character line length issue</title>
<updated>2012-11-13T23:05:50Z</updated>
<author>
<name>Johan Meiring</name>
<email>johanmeiring@gmail.com</email>
</author>
<published>2012-11-11T20:41:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9d10b221264b9383fcf8e8628f89e9859c05599d'/>
<id>urn:sha1:9d10b221264b9383fcf8e8628f89e9859c05599d</id>
<content type='text'>
This fixes one of the two instances of an 80+ char line in the file.
Fixing the other instance would have decreased the readability of the
code, in my opinion.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: ipack: ipack: fix coding style issues</title>
<updated>2012-11-13T23:05:50Z</updated>
<author>
<name>Johan Meiring</name>
<email>johanmeiring@gmail.com</email>
</author>
<published>2012-11-11T20:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0a8f4a07e668ea9500df83bbe1d73cd06145cdb8'/>
<id>urn:sha1:0a8f4a07e668ea9500df83bbe1d73cd06145cdb8</id>
<content type='text'>
This uses linux/io.h instead of asm/io.h and cleans up an 80+ character issue.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: ipack/carriers: fix missing include linux/slab.h</title>
<updated>2012-10-22T22:57:31Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-10-22T07:36:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9f3059c91b44b4c2bde1a1d706856d79fc5ea14c'/>
<id>urn:sha1:9f3059c91b44b4c2bde1a1d706856d79fc5ea14c</id>
<content type='text'>
Kernel build failed for parisc architecture:

drivers/staging/ipack/carriers/tpci200.c: In function 'tpci200_free_irq':
drivers/staging/ipack/carriers/tpci200.c:190:2: error: implicit declaration of
function 'kfree' [-Werror=implicit-function-declaration]
drivers/staging/ipack/carriers/tpci200.c: In function 'tpci200_request_irq':
drivers/staging/ipack/carriers/tpci200.c:217:2: error: implicit declaration of
function 'kzalloc' [-Werror=implicit-function-declaration]

Reported-by: Fengguang Wu &lt;fengguang.wu@intel.com&gt;
Signed-off-by: Samuel Iglesias Gonsalvez &lt;siglesias@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: ipack/bridges/tpci200: use module_pci_driver to simplify the code</title>
<updated>2012-10-19T18:45:35Z</updated>
<author>
<name>Wei Yongjun</name>
<email>yongjun_wei@trendmicro.com.cn</email>
</author>
<published>2012-10-18T15:18:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1bc7c1c71d7f84baff254868222312bf14915128'/>
<id>urn:sha1:1bc7c1c71d7f84baff254868222312bf14915128</id>
<content type='text'>
Use the module_pci_driver() macro to make the code simpler
by eliminating module_init and module_exit calls.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun &lt;yongjun_wei@trendmicro.com.cn&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: ipack: fix wrong return value.</title>
<updated>2012-10-19T18:45:11Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-09-27T10:37:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=58b2c0ca0bd16ddefd1d981fe8748ca8083294c6'/>
<id>urn:sha1:58b2c0ca0bd16ddefd1d981fe8748ca8083294c6</id>
<content type='text'>
In case it is not possible to remap the memory, it returns 0 and
the driver thinks that everything went fine.

Signed-off-by: Samuel Iglesias Gonsalvez &lt;siglesias@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: ipack: Documentation cleanups.</title>
<updated>2012-10-19T18:45:11Z</updated>
<author>
<name>Jens Taprogge</name>
<email>jens.taprogge@taprogge.org</email>
</author>
<published>2012-09-27T10:37:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=26c295cb4bd2a18f943a9962c6f954c8daee90f7'/>
<id>urn:sha1:26c295cb4bd2a18f943a9962c6f954c8daee90f7</id>
<content type='text'>
Signed-off-by: Jens Taprogge &lt;jens.taprogge@taprogge.org&gt;
Signed-off-by: Samuel Iglesias Gonsalvez &lt;siglesias@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
