summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dt3155/dt3155.h
Commit message (Collapse)AuthorAgeFilesLines
* Staging: dt3155: remove the driverGreg Kroah-Hartman2010-08-021-161/+0
| | | | | | | | | There is now a proper V4L driver for this device in the tree, so remove this one. Cc: Scott Smedley <ss@aao.gov.au> Cc: H Hartley Sweeten <hartleys@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155: rename dt3155_fbuffer_sGreg Kroah-Hartman2010-05-111-2/+2
| | | | | | | | drop the "_s" as it's not needed. Cc: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155: rename dt3155_config_sGreg Kroah-Hartman2010-05-111-3/+3
| | | | | | | | | | Drop the "_s", as it's not needed. Now, dt3155.h is checkpatch.pl clean. Cc: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155: remove dt3155_read_tGreg Kroah-Hartman2010-05-111-2/+2
| | | | | | | | The typedef is not needed. Cc: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155: remove dt3155_status_tGreg Kroah-Hartman2010-05-111-4/+4
| | | | | | | | The typedef is not needed. Cc: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155: remove frame_info_tGreg Kroah-Hartman2010-05-111-4/+4
| | | | | | | | The typedef is not needed. Cc: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155: remove TRUE/FALSEGreg Kroah-Hartman2010-05-111-5/+2
| | | | | | | | These aren't needed in the kernel, so remove them. Cc: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155.h: remove #ifdefGreg Kroah-Hartman2010-05-111-7/+0
| | | | | | | | We are in the kernel now, don't check to see if we are not. Cc: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: dt3155: revert u_long to u64 usageH Hartley Sweeten2010-03-031-12/+12
| | | | | | | | | | | | | | | | 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-18/+18
| | | | | | | 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: coding style cleanups for the .h filesGreg Kroah-Hartman2010-03-031-76/+72
| | | | | | | | | 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/+175
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