summaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc2000
Commit message (Expand)AuthorAgeFilesLines
* staging: kpc2000: fix integer overflow with left shiftsColin Ian King2019-06-201-4/+6
* staging: kpc2000: simplify error handling in kp2000_pcie_probeSimon Sandström2019-06-201-12/+10Star
* staging: kpc2000: remove dead code in core.cSimon Sandström2019-06-151-6/+0Star
* staging: kpc2000: remove unnecessary comments in kp2000_pcie_probeSimon Sandström2019-06-131-33/+5Star
* staging: kpc2000: improve label names in kp2000_pcie_probeSimon Sandström2019-06-131-22/+20Star
* staging: kpc2000: remove unnecessary debug prints in core.cSimon Sandström2019-06-101-6/+0Star
* staging: kpc2000: remove unnecessary debug prints in cell_probe.cSimon Sandström2019-06-101-5/+0Star
* staging: kpc2000: Use '%llx' for printing 'long long int' typeFabio Estevam2019-06-062-2/+2
* staging: kpc2000: fix incorrect code comment in core.cSimon Sandström2019-06-061-1/+1
* staging: kpc2000: use sizeof(var) in kzalloc callSimon Sandström2019-06-061-1/+1
* staging: kpc2000: remove unnecessary include in core.cSimon Sandström2019-06-061-1/+0Star
* staging: kpc2000: use __func__ in debug messages in core.cSimon Sandström2019-06-061-5/+5
* staging: kpc2000: remove unnecessary oom message in core.cSimon Sandström2019-06-061-4/+1Star
* staging: kpc2000: remove unnecessary parentheses in core.cSimon Sandström2019-06-061-3/+3
* staging: kpc2000: simplify comparisons to NULL in core.cSimon Sandström2019-06-061-6/+6
* staging: kpc2000: removed misc device.Jeremy Sowden2019-06-032-127/+2Star
* staging: kpc2000: export more device attributes via sysfs.Jeremy Sowden2019-06-031-0/+57
* staging: kpc2000: replace bogus variable name in core.cSimon Sandström2019-05-301-13/+13
* staging: kpc2000: remove extra spaces in core.cSimon Sandström2019-05-301-2/+2
* staging: kpc2000: remove extra blank line in core.cSimon Sandström2019-05-301-1/+0Star
* staging: kpc2000: remove unnecessary oom messageSimon Sandström2019-05-241-3/+1Star
* staging: kpc2000: remove unnecessary include in cell_probe.cSimon Sandström2019-05-241-1/+0Star
* staging: kpc2000: remove unnecessary braces in cell_probe.cSimon Sandström2019-05-241-7/+4Star
* staging: kpc2000: use kzalloc(sizeof(var)...) in cell_probe.cSimon Sandström2019-05-241-1/+1
* staging: kpc2000: remove extra blank lines in cell_probe.cSimon Sandström2019-05-241-4/+0Star
* staging: kpc2000: fix alignment issues in cell_probe.cSimon Sandström2019-05-241-19/+15Star
* staging: kpc2000: add missing asterisk in commentSimon Sandström2019-05-241-1/+1
* staging: kpc2000: use __func__ in debug messagesSimon Sandström2019-05-241-7/+12
* staging: kpc2000: add blank line after declarationsSimon Sandström2019-05-241-0/+4
* staging: kpc2000: remove invalid spaces in cell_probe.cSimon Sandström2019-05-231-2/+2
* staging: kpc2000: add space after comma in cell_probe.cSimon Sandström2019-05-231-1/+1
* staging: kpc2000: add spaces around operators in cell_probe.cSimon Sandström2019-05-231-3/+3
* staging: kpc2000: fix invalid linebreaks in cell_probe.cSimon Sandström2019-05-231-5/+12
* staging: kpc2000: add space between ) and { in cell_probe.cSimon Sandström2019-05-231-18/+18
* staging: kpc2000: fix indent in cell_probe.cSimon Sandström2019-05-231-286/+286
* staging: kpc2000: removed superfluous NULL checks from device attribute call-...Jeremy Sowden2019-05-221-27/+0Star
* staging: kpc2000: simplified kp2000_device retrieval in device attribute call...Jeremy Sowden2019-05-221-19/+9Star
* staging: kpc2000: use IDA to assign card numbers.Jeremy Sowden2019-05-221-4/+15
* staging: kpc2000: added separate show functions for readable kp device attrib...Jeremy Sowden2019-05-221-33/+73
* staging: kpc2000: added a helper to get struct kp2000_device from struct device.Jeremy Sowden2019-05-221-16/+13Star
* staging: kpc2000: improved formatting of core.c.Jeremy Sowden2019-05-221-347/+422
* staging: kpc2000: removed two kpc_uio_class device attributes.Jeremy Sowden2019-05-211-16/+0Star
* staging: kpc2000: added separate show functions for kpc_uio_class device attr...Jeremy Sowden2019-05-211-46/+89
* staging: kpc2000: remove SetBackEndControl() functionGreg Kroah-Hartman2019-05-212-10/+10
* staging: kpc2000: dma_common_defs.h: remove unused inline functionsGreg Kroah-Hartman2019-05-211-14/+0Star
* staging: kpc2000: fix coding style in pcie.hGreg Kroah-Hartman2019-05-211-53/+53
* staging: kpc2000: remove fileops.c file.Greg Kroah-Hartman2019-05-214-128/+114Star
* staging: kpc2000: remove lock_card/unlock_card functionsGreg Kroah-Hartman2019-05-203-21/+7Star
* staging: kpc2000: remove kp200_module.c fileGreg Kroah-Hartman2019-05-204-59/+43Star
* staging: kpc2000: fix coding style in uapi.hGreg Kroah-Hartman2019-05-201-11/+11