<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/ipack, branch v3.5</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=v3.5</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v3.5'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2012-05-19T00:38:17Z</updated>
<entry>
<title>Staging: ipack/bridges/tpci200: remove unneeded casts</title>
<updated>2012-05-19T00:38:17Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-05-18T09:10:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dd8a95ed1643f32f98012e93dd7af31a8d9538f4'/>
<id>urn:sha1:dd8a95ed1643f32f98012e93dd7af31a8d9538f4</id>
<content type='text'>
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: remove TPCI200_SHORTNAME constant</title>
<updated>2012-05-19T00:38:17Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-05-18T09:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c63a7dd0e5be722095d93e45cd2cad8bf1a68c7f'/>
<id>urn:sha1:c63a7dd0e5be722095d93e45cd2cad8bf1a68c7f</id>
<content type='text'>
Removed TPCI200_SHORTNAME. For the pr_* the name of the module is already
included due to pr_fmt declaration.

In other cases, KBUILD_MODNAME is used instead.

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 board_name and bus_name fields from struct ipack_device</title>
<updated>2012-05-19T00:36:01Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-05-18T09:10:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=611b564d196f8f6b90e0d8808be44eb5e18db9a2'/>
<id>urn:sha1:611b564d196f8f6b90e0d8808be44eb5e18db9a2</id>
<content type='text'>
Removed board_name and bus_name fields from struct ipack_device that are
completely useless.

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: improve the register of a bus and a device in the bus.</title>
<updated>2012-05-19T00:36:01Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-05-18T09:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ec440335b1e360ab82ef4ce169b682ab4b9dcd2a'/>
<id>urn:sha1:ec440335b1e360ab82ef4ce169b682ab4b9dcd2a</id>
<content type='text'>
It adds and removes some fields in the struct ipack_device and
ipack_bus_device to make it cleaner.

The API has change to group all the operations on these structures inside
of the ipack driver.

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: fix a few sparse warnings</title>
<updated>2012-05-14T20:43:19Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-05-14T10:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5a81b4a0b673bf34823191a83318377c0e66e713'/>
<id>urn:sha1:5a81b4a0b673bf34823191a83318377c0e66e713</id>
<content type='text'>
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: added more info in Kconfig's help about ipack</title>
<updated>2012-05-14T20:41:29Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-05-11T08:17:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=55dfd881f1726fd2e79cfc1b7b22a893c44f9af4'/>
<id>urn:sha1:55dfd881f1726fd2e79cfc1b7b22a893c44f9af4</id>
<content type='text'>
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/devices/ipoctal: change the licence to explicitly GPLv2</title>
<updated>2012-05-14T20:41:29Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-05-11T08:17:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=32254363c2bb1a5384e8919ea706cf0355ecc2eb'/>
<id>urn:sha1:32254363c2bb1a5384e8919ea706cf0355ecc2eb</id>
<content type='text'>
Change the licence to explicitly GPLv2 to avoid possible conflicts in the
future.

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: change the licence to explicitly GPLv2</title>
<updated>2012-05-14T20:41:29Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-05-11T08:17:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b995069af54cf1cf0de19ff440a93e528ea993de'/>
<id>urn:sha1:b995069af54cf1cf0de19ff440a93e528ea993de</id>
<content type='text'>
Change the licence to explicitly GPLv2 to avoid possible conflicts in the
future.

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: change the licence to explicitly GPLv2</title>
<updated>2012-05-14T20:41:29Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-05-11T08:17:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=416289b14a8ab1a0fea7b7ee03724c4820578427'/>
<id>urn:sha1:416289b14a8ab1a0fea7b7ee03724c4820578427</id>
<content type='text'>
Change the licence to explicitly GPLv2 to avoid possible conflicts in the
future.

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: add contact email in TODO file</title>
<updated>2012-05-14T20:41:28Z</updated>
<author>
<name>Samuel Iglesias Gonsalvez</name>
<email>siglesias@igalia.com</email>
</author>
<published>2012-05-11T08:17:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=91296a28fd241877e8214bf45d1eb2c866cc771a'/>
<id>urn:sha1:91296a28fd241877e8214bf45d1eb2c866cc771a</id>
<content type='text'>
Added myself in the TODO file.

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>
