<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/staging/phison, branch v2.6.32</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v2.6.32</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v2.6.32'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2009-04-03T21:53:40+00:00</updated>
<entry>
<title>Staging: phison: depends on PCI</title>
<updated>2009-04-03T21:53:40+00:00</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2009-02-19T17:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3bfd0583639a292da151fba7321d6fe5bd40f50d'/>
<id>urn:sha1:3bfd0583639a292da151fba7321d6fe5bd40f50d</id>
<content type='text'>
phison uses PCI interfaces, so it should depend on PCI.

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Cc: Evan Ko &lt;evan_ko@phison.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: phison: fix kconfig for clean build</title>
<updated>2009-04-03T21:53:40+00:00</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2009-02-16T16:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1cc41726fddd423090d529f3eb845b55774b1ff4'/>
<id>urn:sha1:1cc41726fddd423090d529f3eb845b55774b1ff4</id>
<content type='text'>
phison is an ATA driver, not a classic IDE driver, so fix the Kconfig file
so that it will build.

drivers/staging/phison/phison.c:43: error: implicit declaration of function 'ATA_BMDMA_SHT'
drivers/staging/phison/phison.c:43: error: initializer element is not constant
drivers/staging/phison/phison.c:43: error: (near initialization for 'phison_sht.module')
drivers/staging/phison/phison.c:47: error: 'ata_bmdma_port_ops' undeclared here (not in a function)
drivers/staging/phison/phison.c:65: error: implicit declaration of function 'ata_pci_sff_init_one'

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: phison: add driver to the build system</title>
<updated>2009-04-03T21:53:40+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-09T21:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=301df5dce43124e926341665182a14f13a24ff96'/>
<id>urn:sha1:301df5dce43124e926341665182a14f13a24ff96</id>
<content type='text'>
Cc: Evan Ko &lt;evan_ko@phison.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: phison: port code to work properly with latest libata</title>
<updated>2009-04-03T21:53:40+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-12T21:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=76d86df9c4947fd49f320834b6d618c234ce0ed7'/>
<id>urn:sha1:76d86df9c4947fd49f320834b6d618c234ce0ed7</id>
<content type='text'>
This brings the driver up to modern times so that it can build and run
properly with the in-tree libata code.

Cc: Evan Ko &lt;evan_ko@phison.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: phison: fix up checkpatch and other formatting issues</title>
<updated>2009-04-03T21:53:40+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-12T21:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=33210206b69db88925a318b053ab7aa9693c097f'/>
<id>urn:sha1:33210206b69db88925a318b053ab7aa9693c097f</id>
<content type='text'>
Minor touchups to fix up the coding style issues in the phison driver.

Cc: Evan Ko &lt;evan_ko@phison.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: add phison ATA driver to the tree</title>
<updated>2009-04-03T21:53:40+00:00</updated>
<author>
<name>Evan Ko</name>
<email>evan_ko@phison.com</email>
</author>
<published>2009-02-09T21:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=cfc2f947f849d75dfb1bff780dfee023c2e5a390'/>
<id>urn:sha1:cfc2f947f849d75dfb1bff780dfee023c2e5a390</id>
<content type='text'>
It doesn't build properly yet as it is against an older kernel version.
That will be fixed up in patches following this.

From: Evan Ko &lt;evan_ko@phison.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
