<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/ide/ide-floppy.h, branch v3.3.4</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>[PATCH] switch ide_disk_ops -&gt;ioctl() to sane prototype</title>
<updated>2008-10-21T11:47:30+00:00</updated>
<author>
<name>Al Viro</name>
<email>viro@zeniv.linux.org.uk</email>
</author>
<published>2008-10-16T14:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=badf8082c33d18b118d3a6f1b32d5ea6b97d3839'/>
<id>badf8082c33d18b118d3a6f1b32d5ea6b97d3839</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-floppy: remove idefloppy_floppy_t typedef</title>
<updated>2008-10-17T16:09:16+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0df962777b550a4b67191b3ee2555be139da4e7d'/>
<id>0df962777b550a4b67191b3ee2555be139da4e7d</id>
<content type='text'>
There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Acked-by: Sergei Shtylyov &lt;sshtylyov@ru.mvista.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Acked-by: Sergei Shtylyov &lt;sshtylyov@ru.mvista.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide: add generic ATA/ATAPI disk driver</title>
<updated>2008-10-17T16:09:14+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=806f80a6fc203ad0bde84e5a9e94572617d2ae45'/>
<id>806f80a6fc203ad0bde84e5a9e94572617d2ae45</id>
<content type='text'>
* Add struct ide_disk_ops containing protocol specific methods.

* Add 'struct ide_disk_ops *' to ide_drive_t.

* Convert ide-{disk,floppy} drivers to use struct ide_disk_ops.

* Merge ide-{disk,floppy} drivers into generic ide-gd driver.

While at it:
- ide_disk_init_capacity() -&gt; ide_disk_get_capacity()

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add struct ide_disk_ops containing protocol specific methods.

* Add 'struct ide_disk_ops *' to ide_drive_t.

* Convert ide-{disk,floppy} drivers to use struct ide_disk_ops.

* Merge ide-{disk,floppy} drivers into generic ide-gd driver.

While at it:
- ide_disk_init_capacity() -&gt; ide_disk_get_capacity()

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide: prepare for merging ide-gd-floppy.c with ide-gd.c</title>
<updated>2008-10-17T16:09:13+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9a6eb74d07f9152dd0e0ea551e878e869b8d2fc1'/>
<id>9a6eb74d07f9152dd0e0ea551e878e869b8d2fc1</id>
<content type='text'>
- idefloppy_ref_mutex -&gt; ide_disk_ref_mutex
- idefloppy_cleanup_obj() -&gt; ide_disk_release()
- ide_floppy_get() -&gt; ide_disk_get()
- ide_floppy_put() -&gt; ide_disk_put()
- ide_floppy_capacity() -&gt; ide_gd_capacity()
- ide_floppy_remove() -&gt; ide_gd_remove()
- ide_floppy_probe() -&gt; ide_gd_probe()
- idefloppy_driver -&gt; ide_gd_driver
- idefloppy_open() -&gt; ide_gd_open()
- idefloppy_release() -&gt; ide_gd_release()
- idefloppy_getgeo() -&gt; ide_gd_getgeo()
- idefloppy_media_changed() -&gt; ide_gd_media_changed()
- idefloppy_revalidate_disk() -&gt; ide_gd_revalidate_disk()
- idefloppy_ops -&gt; ide_gd_ops
- idefloppy_init() -&gt; ide_gd_init()
- idefloppy_exit() -&gt; ide_gd_exit()

- 'floppy' -&gt; 'idkp' in ide_disk_*() and ide_gd_*()
- idefloppy_floppy_t -&gt; struct ide_floppy_obj

There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- idefloppy_ref_mutex -&gt; ide_disk_ref_mutex
- idefloppy_cleanup_obj() -&gt; ide_disk_release()
- ide_floppy_get() -&gt; ide_disk_get()
- ide_floppy_put() -&gt; ide_disk_put()
- ide_floppy_capacity() -&gt; ide_gd_capacity()
- ide_floppy_remove() -&gt; ide_gd_remove()
- ide_floppy_probe() -&gt; ide_gd_probe()
- idefloppy_driver -&gt; ide_gd_driver
- idefloppy_open() -&gt; ide_gd_open()
- idefloppy_release() -&gt; ide_gd_release()
- idefloppy_getgeo() -&gt; ide_gd_getgeo()
- idefloppy_media_changed() -&gt; ide_gd_media_changed()
- idefloppy_revalidate_disk() -&gt; ide_gd_revalidate_disk()
- idefloppy_ops -&gt; ide_gd_ops
- idefloppy_init() -&gt; ide_gd_init()
- idefloppy_exit() -&gt; ide_gd_exit()

- 'floppy' -&gt; 'idkp' in ide_disk_*() and ide_gd_*()
- idefloppy_floppy_t -&gt; struct ide_floppy_obj

There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-floppy: factor out generic disk handling code to ide-gd-floppy.c</title>
<updated>2008-10-17T16:09:13+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c84d9bbe7c77aea7e1194da056d44a2ed982e72b'/>
<id>c84d9bbe7c77aea7e1194da056d44a2ed982e72b</id>
<content type='text'>
While at it:
- idefloppy_do_request() -&gt; ide_floppy_do_request()
- idefloppy_end_request() -&gt; ide_floppy_end_request()
- idefloppy_setup() -&gt; ide_floppy_setup()

There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it:
- idefloppy_do_request() -&gt; ide_floppy_do_request()
- idefloppy_end_request() -&gt; ide_floppy_end_request()
- idefloppy_setup() -&gt; ide_floppy_setup()

There should be no functional changes caused by this patch.

Acked-by: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-floppy: move /proc handling to ide-floppy_proc.c (take 2)</title>
<updated>2008-10-13T19:39:44+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-13T19:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b9103da463f72d03c513acdb18f1aebd7931ed1e'/>
<id>b9103da463f72d03c513acdb18f1aebd7931ed1e</id>
<content type='text'>
While at it:
- idefloppy_capacity() -&gt; ide_floppy_capacity()
- idefloppy_proc[] -&gt; ide_floppy_proc[]
- idefloppy_settings[] -&gt; ide_floppy_settings[]

v2:
Build fix for CONFIG_IDE_PROC_FS=n from Elias Oltmanns.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it:
- idefloppy_capacity() -&gt; ide_floppy_capacity()
- idefloppy_proc[] -&gt; ide_floppy_proc[]
- idefloppy_settings[] -&gt; ide_floppy_settings[]

v2:
Build fix for CONFIG_IDE_PROC_FS=n from Elias Oltmanns.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-floppy: move all ioctl handling to ide-floppy_ioctl.c (take 2)</title>
<updated>2008-10-13T19:39:44+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-13T19:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5bb1536a07cca0b66f2bb41dfdf84140939b8f1f'/>
<id>5bb1536a07cca0b66f2bb41dfdf84140939b8f1f</id>
<content type='text'>
While at it:
- idefloppy_ioctl() -&gt; ide_floppy_ioctl()

v2:
Fix for idefloppy_ioctl name change from Stephen Rothwell.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it:
- idefloppy_ioctl() -&gt; ide_floppy_ioctl()

v2:
Fix for idefloppy_ioctl name change from Stephen Rothwell.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide: make ide_transfer_pc() static</title>
<updated>2008-10-13T19:39:32+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-13T19:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=baf08f0be6d986521bb2fbdc7af51fc4847da734'/>
<id>baf08f0be6d986521bb2fbdc7af51fc4847da734</id>
<content type='text'>
* Move -&gt;ticks field from struct ide_floppy_obj to ide_drive_t.

* Move idefloppy_transfer_pc() to ide-atapi.c and make
  ide_transfer_pc() use it.

* Always use ide_transfer_pc as a handler in ide_issue_pc().

* Remove no longer used idefloppy_start_pc_transfer(),
  ide*_transfer_pc() and 'handler' argument from ide_issue_pc().

* Make ide_transfer_pc() static.

While at it:

* idefloppy_transfer_pc() -&gt; ide_delayed_transfer_pc()

* IDEFLOPPY_TICKS_DELAY -&gt; IDEFLOPPY_PC_DELAY

* -&gt;ticks -&gt; -&gt;pc_delay

There should be no functional changes caused by this patch.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move -&gt;ticks field from struct ide_floppy_obj to ide_drive_t.

* Move idefloppy_transfer_pc() to ide-atapi.c and make
  ide_transfer_pc() use it.

* Always use ide_transfer_pc as a handler in ide_issue_pc().

* Remove no longer used idefloppy_start_pc_transfer(),
  ide*_transfer_pc() and 'handler' argument from ide_issue_pc().

* Make ide_transfer_pc() static.

While at it:

* idefloppy_transfer_pc() -&gt; ide_delayed_transfer_pc()

* IDEFLOPPY_TICKS_DELAY -&gt; IDEFLOPPY_PC_DELAY

* -&gt;ticks -&gt; -&gt;pc_delay

There should be no functional changes caused by this patch.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide: add ide_retry_pc() helper</title>
<updated>2008-10-13T19:39:32+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-13T19:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6b0da28b2d0f4f4e2c55689fc062db569075ff60'/>
<id>6b0da28b2d0f4f4e2c55689fc062db569075ff60</id>
<content type='text'>
* Add ide_create_request_sense_cmd() and ide_retry_pc() helpers
  and convert ide-{atapi,floppy,tape}.c to use them.

* Remove no longer used ide*_create_request_sense_cmd(),
  ide*_retry_pc() and 'retry_pc' argument from ide_pc_intr().

* Make ide_queue_pc_head() static.

There should be no functional changes caused by this patch.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add ide_create_request_sense_cmd() and ide_retry_pc() helpers
  and convert ide-{atapi,floppy,tape}.c to use them.

* Remove no longer used ide*_create_request_sense_cmd(),
  ide*_retry_pc() and 'retry_pc' argument from ide_pc_intr().

* Make ide_queue_pc_head() static.

There should be no functional changes caused by this patch.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide: add request_sense_{pc,rq} to ide_drive_t</title>
<updated>2008-10-13T19:39:31+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-13T19:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=67c56364df843fb9e3ed1af014b8fbe4b22ff25d'/>
<id>67c56364df843fb9e3ed1af014b8fbe4b22ff25d</id>
<content type='text'>
Add 'struct ide_atapi_pc request_sense_pc' and 'request request_sense_rq' to
ide_drive_t and use them instead of fields in struct ide_{floppy,tape}_obj.

There should be no functional changes caused by this patch.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add 'struct ide_atapi_pc request_sense_pc' and 'request request_sense_rq' to
ide_drive_t and use them instead of fields in struct ide_{floppy,tape}_obj.

There should be no functional changes caused by this patch.

Cc: Borislav Petkov &lt;petkovbb@gmail.com&gt;
Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
