<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/ide/ide-disk.h, branch v3.10.78</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: 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-disk: factor out generic disk handling code to ide-gd.c</title>
<updated>2008-10-17T16:09:12+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5fef0e5c0283949f95a7891c9424a9f84448116b'/>
<id>5fef0e5c0283949f95a7891c9424a9f84448116b</id>
<content type='text'>
While at it:
- IDEDISK_VERSION -&gt; IDE_GD_VERSION
- ide_cacheflush_p() -&gt; ide_disk_flush()
- init_idedisk_capacity() -&gt; ide_disk_init_capacity()
- idedisk_set_doorlock() -&gt; ide_disk_set_doorlock()
- idedisk_setup() -&gt; ide_disk_setup()

- ide_disk_capacity() -&gt; ide_gd_capacity()
- ide_disk_remove() -&gt; ide_gd_remove()
- ide_disk_probe() -&gt; ide_gd_probe()
- ide_disk_resume() -&gt; ide_gd_resume()
- ide_device_shutdown() -&gt; ide_gd_shutdown()
- idedisk_driver -&gt; ide_gd_driver
- idedisk_open() -&gt; ide_gd_open()
- idedisk_release() -&gt; ide_gd_release()
- idedisk_getgeo() -&gt; ide_gd_getgeo()
- idedisk_media_changed() -&gt; ide_gd_media_changed()
- idedisk_revalidate_disk() -&gt; ide_gd_revalidate_disk()
- idedisk_ops -&gt; ide_gd_ops
- idedisk_init() -&gt; ide_gd_init()
- idedisk_exit() -&gt; ide_gd_exit()

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:
- IDEDISK_VERSION -&gt; IDE_GD_VERSION
- ide_cacheflush_p() -&gt; ide_disk_flush()
- init_idedisk_capacity() -&gt; ide_disk_init_capacity()
- idedisk_set_doorlock() -&gt; ide_disk_set_doorlock()
- idedisk_setup() -&gt; ide_disk_setup()

- ide_disk_capacity() -&gt; ide_gd_capacity()
- ide_disk_remove() -&gt; ide_gd_remove()
- ide_disk_probe() -&gt; ide_gd_probe()
- ide_disk_resume() -&gt; ide_gd_resume()
- ide_device_shutdown() -&gt; ide_gd_shutdown()
- idedisk_driver -&gt; ide_gd_driver
- idedisk_open() -&gt; ide_gd_open()
- idedisk_release() -&gt; ide_gd_release()
- idedisk_getgeo() -&gt; ide_gd_getgeo()
- idedisk_media_changed() -&gt; ide_gd_media_changed()
- idedisk_revalidate_disk() -&gt; ide_gd_revalidate_disk()
- idedisk_ops -&gt; ide_gd_ops
- idedisk_init() -&gt; ide_gd_init()
- idedisk_exit() -&gt; ide_gd_exit()

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-disk: use to_ide_drv() and ide_drv_g()</title>
<updated>2008-10-17T16:09:09+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-17T16:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d7e747596829c1c11833ca0a1f5e64f400d20bf2'/>
<id>d7e747596829c1c11833ca0a1f5e64f400d20bf2</id>
<content type='text'>
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>
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-disk: move /proc handling to ide-disk_proc.c (take 3)</title>
<updated>2008-10-13T19:39:45+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-13T19:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=06b89518fa69fb7243dc98c31f9a9cfa61bfe788'/>
<id>06b89518fa69fb7243dc98c31f9a9cfa61bfe788</id>
<content type='text'>
While at it:
- idedisk_capacity() -&gt; ide_disk_capacity()
- idedisk_proc[] -&gt; ide_disk_proc[]
- idedisk_settings[] -&gt; ide_disk_settings[]

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

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:
- idedisk_capacity() -&gt; ide_disk_capacity()
- idedisk_proc[] -&gt; ide_disk_proc[]
- idedisk_settings[] -&gt; ide_disk_settings[]

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

Signed-off-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ide-disk: move all ioctl handling to ide-disk_ioctl.c</title>
<updated>2008-10-13T19:39:45+00:00</updated>
<author>
<name>Bartlomiej Zolnierkiewicz</name>
<email>bzolnier@gmail.com</email>
</author>
<published>2008-10-13T19:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=f87904898e91923a91b925078ac933f05076c7fd'/>
<id>f87904898e91923a91b925078ac933f05076c7fd</id>
<content type='text'>
While at it:
- idedisk_ioctl() -&gt; ide_disk_ioctl()

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:
- idedisk_ioctl() -&gt; ide_disk_ioctl()

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