<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/ide, branch v3.12.15</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/ide?h=v3.12.15</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/ide?h=v3.12.15'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2013-09-05T19:21:30Z</updated>
<entry>
<title>ide: sgiioc4: Staticize ioc4_ide_attach_one()</title>
<updated>2013-09-05T19:21:30Z</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2013-08-07T05:17:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=64110c16e012547d5c9ab71f8afd3bab025f1103'/>
<id>urn:sha1:64110c16e012547d5c9ab71f8afd3bab025f1103</id>
<content type='text'>
ioc4_ide_attach_one() is used only in this file.
Fix the following sparse warnings:

drivers/ide/sgiioc4.c:603:5: warning: symbol 'ioc4_ide_attach_one' was not declared. Should it be static?

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>ide: palm_bk3710: add missing __iomem annotation</title>
<updated>2013-09-05T19:21:29Z</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2013-08-07T05:17:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=70ddce832a964f5fc570b585a18d301a8ee59790'/>
<id>urn:sha1:70ddce832a964f5fc570b585a18d301a8ee59790</id>
<content type='text'>
Added missing __iomem annotation in order to fix the following
sparse warnings:

drivers/ide/palm_bk3710.c:194:31: warning: incorrect type in initializer (different address spaces)
drivers/ide/palm_bk3710.c:194:31:    expected void [noderef] &lt;asn:2&gt;*base
drivers/ide/palm_bk3710.c:194:31:    got void *&lt;noident&gt;
drivers/ide/palm_bk3710.c:212:31: warning: incorrect type in initializer (different address spaces)
drivers/ide/palm_bk3710.c:212:31:    expected void [noderef] &lt;asn:2&gt;*base
drivers/ide/palm_bk3710.c:212:31:    got void *&lt;noident&gt;

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>ide: use dev_get_platdata()</title>
<updated>2013-09-05T19:21:29Z</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2013-07-30T08:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7b6b5612380c829ea026c4a3ff427d362f46a1d9'/>
<id>urn:sha1:7b6b5612380c829ea026c4a3ff427d362f46a1d9</id>
<content type='text'>
Use the wrapper function for retrieving the platform data instead of
accessing dev-&gt;platform_data directly.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>ide-disk_proc: use macro to replace magic number</title>
<updated>2013-09-05T19:21:29Z</updated>
<author>
<name>Xinghai Yu</name>
<email>yuxinghai@cn.fujitsu.com</email>
</author>
<published>2013-07-25T10:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6fcf0497ffcc18c18991b81cf5e4c388264df938'/>
<id>urn:sha1:6fcf0497ffcc18c18991b81cf5e4c388264df938</id>
<content type='text'>
Signed-off-by: Xinghai Yu &lt;yuxinghai@cn.fujitsu.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>ide: replace strict_strtol() with kstrtol()</title>
<updated>2013-09-05T19:21:29Z</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2013-07-19T07:01:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=79c8fa0b6bfa6953352a8e73b7105ac268e02743'/>
<id>urn:sha1:79c8fa0b6bfa6953352a8e73b7105ac268e02743</id>
<content type='text'>
The usage of strict_strtol() is not preferred, because
strict_strtol() is obsolete. Thus, kstrtol() should be
used.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere</title>
<updated>2013-07-30T12:36:20Z</updated>
<author>
<name>Rafael J. Wysocki</name>
<email>rafael.j.wysocki@intel.com</email>
</author>
<published>2013-07-30T12:36:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8ad928d52e63a9b7d69f0873d7318c4561e2f8cd'/>
<id>urn:sha1:8ad928d52e63a9b7d69f0873d7318c4561e2f8cd</id>
<content type='text'>
There are several places in the tree where ACPI_STATE_D3 is used
instead of ACPI_STATE_D3_COLD which should be used instead for
clarity.  Modify them all to use ACPI_STATE_D3_COLD as appropriate.

[The definition of ACPI_STATE_D3 itself cannot go away at this point
 as it is part of ACPICA.]

Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
Reviewed-by: Aaron Lu &lt;aaron.lu@intel.com&gt;
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide</title>
<updated>2013-07-11T01:15:41Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2013-07-11T01:15:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4ece92df296f472e49d26ee38ddbed4596458132'/>
<id>urn:sha1:4ece92df296f472e49d26ee38ddbed4596458132</id>
<content type='text'>
Pull IDE updates from David Miller:
 "Just a few small things:

   1) module_platform_driver_probe() conversions from Jingoo Han.

   2) module_pci_driver() conversion from Libo Chen.

   3) PIO size calculation fix from Steven J Hill"

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide:
  ide: Fix IDE PIO size calculation
  drivers/ide/delkin_cb: Convert to module_pci_driver
  ide: gayle: use module_platform_driver_probe()
  ide: tx4939ide: use module_platform_driver_probe()
  ide: tx4938ide: use module_platform_driver_probe()
</content>
</entry>
<entry>
<title>ide: Fix IDE PIO size calculation</title>
<updated>2013-07-10T19:09:10Z</updated>
<author>
<name>Steven J. Hill</name>
<email>sjhill@mips.com</email>
</author>
<published>2013-06-20T15:30:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1581208b2f0643eebfa7a3fbe5bad831c0bb7f0e'/>
<id>urn:sha1:1581208b2f0643eebfa7a3fbe5bad831c0bb7f0e</id>
<content type='text'>
IDE PIO calculates the size wrong when passing the parameter
"ide-core.nodma=0.0" to the kernel.

Signed-off-by: Leonid Yegoshin &lt;Leonid.Yegoshin@imgtec.com&gt;
Acked-by: Steven J. Hill &lt;Steven.Hill@imgtec.com&gt;

Signed-off-by: Steven J. Hill &lt;sjhill@mips.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>drivers/ide/delkin_cb: Convert to module_pci_driver</title>
<updated>2013-07-10T19:09:10Z</updated>
<author>
<name>Libo Chen</name>
<email>libo.chen@huawei.com</email>
</author>
<published>2013-05-27T02:28:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=99bfdd878693f440e723a7b33ccedd0b9dc1ca16'/>
<id>urn:sha1:99bfdd878693f440e723a7b33ccedd0b9dc1ca16</id>
<content type='text'>
use module_pci_driver instead of init/exit, make code clean.

Signed-off-by: Libo Chen &lt;libo.chen@huawei.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>drivers: avoid format string in dev_set_name</title>
<updated>2013-07-03T23:07:41Z</updated>
<author>
<name>Kees Cook</name>
<email>keescook@chromium.org</email>
</author>
<published>2013-07-03T22:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=02aa2a37636c8fa4fb9322d91be46ff8225b7de0'/>
<id>urn:sha1:02aa2a37636c8fa4fb9322d91be46ff8225b7de0</id>
<content type='text'>
Calling dev_set_name with a single paramter causes it to be handled as a
format string.  Many callers are passing potentially dynamic string
content, so use "%s" in those cases to avoid any potential accidents,
including wrappers like device_create*() and bdi_register().

Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
</feed>
