summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dt3155/dt3155_io.h
Commit message (Collapse)AuthorAgeFilesLines
* staging: dt3155: revert u_long to u64 usageH Hartley Sweeten2010-03-031-87/+87
| | | | | | | | | | | | | | | | Commit 9c1390a923ddb6fba1cf9d7440743369140c6d8a replaced all u_int's with u32 and u_long's with u64. Unfortunately, a u_long is still only 32-bits so they should have been replaced with u32 also. This can be verified by the register definitions in dt3155_io.h. It specifically states that the memory mapped registers are 32-bit. Fix this by changing all the u64 to u32. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Greg Kroah-Hartman <greg@kroah.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155: replace u_int and u_long usageGreg Kroah-Hartman2010-03-031-87/+87
| | | | | | | Use u32 and u64 instead, that's the proper thing to do. Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155: replace u_char usageGreg Kroah-Hartman2010-03-031-45/+45
| | | | | | | Use u8 instead, that's the proper thing to do. Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155: coding cleanups for dt3155_io.hGreg Kroah-Hartman2010-03-031-251/+212
| | | | | | | | This fixes up some coding style issues in the dt3155_io.h file Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155: coding style cleanups for the .h filesGreg Kroah-Hartman2010-03-031-38/+35
| | | | | | | | | This cleans up some of the coding style issues in the .h files. More remains to be done. Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: add dt3155 driverScott Smedley2010-03-031-0/+400
This is a driver for the DT3155 Digitizer Signed-off-by: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud