<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/drivers/scsi/a2091.c, branch v4.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.kobert.dev/pm24.git/atom/drivers/scsi/a2091.c?h=v4.2</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom/drivers/scsi/a2091.c?h=v4.2'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2013-11-26T10:09:07Z</updated>
<entry>
<title>zorro: ZTWO_VADDR() should return "void __iomem *"</title>
<updated>2013-11-26T10:09:07Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2011-01-09T10:03:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=6112ea0862facaeaeab504ee01c0d04bcd22daaf'/>
<id>urn:sha1:6112ea0862facaeaeab504ee01c0d04bcd22daaf</id>
<content type='text'>
ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should
return "void __iomem *" instead of "unsigned long".

This allows to drop several casts, but requires adding a few casts to
accomodate legacy driver frameworks that store "unsigned long" I/O
addresses.

Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
</content>
</entry>
<entry>
<title>switch wd33c93 to -&gt;show_info()</title>
<updated>2013-04-09T18:13:15Z</updated>
<author>
<name>Al Viro</name>
<email>viro@zeniv.linux.org.uk</email>
</author>
<published>2013-03-31T04:30:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=408bb25ba50c6abaf516d844fd62556ec89a0af2'/>
<id>urn:sha1:408bb25ba50c6abaf516d844fd62556ec89a0af2</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>Drivers: scsi: remove __dev* attributes.</title>
<updated>2013-01-03T23:57:01Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-12-21T21:08:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=6f039790510fd630ff348efe8c4802dbaa041fba'/>
<id>urn:sha1:6f039790510fd630ff348efe8c4802dbaa041fba</id>
<content type='text'>
CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
markings need to be removed.

This change removes the use of __devinit, __devexit_p, __devinitdata,
__devinitconst, and __devexit from these drivers.

Based on patches originally written by Bill Pemberton, but redone by me
in order to handle some of the coding style issues better, by hand.

Cc: Bill Pemberton &lt;wfp5p@virginia.edu&gt;
Cc: Adam Radford &lt;linuxraid@lsi.com&gt;
Cc: "James E.J. Bottomley" &lt;JBottomley@parallels.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>scsi: Fix up files implicitly depending on module.h inclusion</title>
<updated>2011-10-31T23:31:24Z</updated>
<author>
<name>Paul Gortmaker</name>
<email>paul.gortmaker@windriver.com</email>
</author>
<published>2011-05-27T13:47:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=acf3368ffb75fc4a83726655d697e79646fe4eb3'/>
<id>urn:sha1:acf3368ffb75fc4a83726655d697e79646fe4eb3</id>
<content type='text'>
The module.h header was implicitly present everywhere, so files
with no explicit include of the module infrastructure would build
anyway.  We are now removing the implicit include, and so we need
to call out the module.h file that we need explicitly.

Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;
</content>
</entry>
<entry>
<title>m68k/scsi: a2091 - Do not use legacy Scsi_Host.base</title>
<updated>2010-05-26T17:51:08Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2010-04-12T19:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=65c2784a24d8d0a67ba3a50029846e0b82bdc223'/>
<id>urn:sha1:65c2784a24d8d0a67ba3a50029846e0b82bdc223</id>
<content type='text'>
Acked-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
</content>
</entry>
<entry>
<title>m68k: amiga - A2091/A590 SCSI zorro_driver conversion</title>
<updated>2010-05-26T17:51:08Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2009-08-16T09:17:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=c737e22cde37e4e2ad126316e4aab7349a491ab3'/>
<id>urn:sha1:c737e22cde37e4e2ad126316e4aab7349a491ab3</id>
<content type='text'>
Acked-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
</content>
</entry>
<entry>
<title>m68k/scsi: a2091 - Kill a2091_scsiregs typedef</title>
<updated>2010-05-26T17:51:07Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2009-05-17T19:05:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=56522e39ab75ea7f1f4f5fe4cb760f00815f3d81'/>
<id>urn:sha1:56522e39ab75ea7f1f4f5fe4cb760f00815f3d81</id>
<content type='text'>
Acked-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
</content>
</entry>
<entry>
<title>[SCSI] a2091: Kill ugly DMA() macro</title>
<updated>2010-05-02T20:02:11Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2010-04-04T09:00:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=b1de6ab79456724d316d5dfa4bbb28f166cda99e'/>
<id>urn:sha1:b1de6ab79456724d316d5dfa4bbb28f166cda99e</id>
<content type='text'>
Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>[SCSI] a2091: Use shost_priv() and kill ugly HDATA() macro</title>
<updated>2010-05-02T20:01:09Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2010-04-04T09:00:36Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=6d1d5d43e5911bfdb7ec47cc3d1438dbbf2a9de2'/>
<id>urn:sha1:6d1d5d43e5911bfdb7ec47cc3d1438dbbf2a9de2</id>
<content type='text'>
Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>[SCSI] a2091: Reindentation</title>
<updated>2010-05-02T19:54:31Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2010-04-04T09:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=09bc85b08cc1c146e9b298015601b01a572a543e'/>
<id>urn:sha1:09bc85b08cc1c146e9b298015601b01a572a543e</id>
<content type='text'>
Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
</feed>
