summaryrefslogtreecommitdiffstats
path: root/drivers/staging/phison/phison.c
Commit message (Collapse)AuthorAgeFilesLines
* Staging: phison: adding __init/__exit macrosPeter Huewe2009-12-111-2/+2
| | | | | | | | | Trivial patch which adds the __init/__exit macros to the module_init/ module_exit functions of drivers/staging/phison/phison.c Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: phison: port code to work properly with latest libataGreg Kroah-Hartman2009-04-031-58/+7
| | | | | | | | | 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 <evan_ko@phison.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: phison: fix up checkpatch and other formatting issuesGreg Kroah-Hartman2009-04-031-98/+28
| | | | | | | | Minor touchups to fix up the coding style issues in the phison driver. Cc: Evan Ko <evan_ko@phison.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: add phison ATA driver to the treeEvan Ko2009-04-031-0/+227
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 <evan_ko@phison.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>