aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc2000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-12staging: drop kpc2000 driverGreg Kroah-Hartman6-1252/+0
2021-04-06staging: kpc2000: pcie.h: Remove extra blank lineDavid Villasana Jiménez1-1/+0
2020-10-26staging: kpc2000: Use BIT macro instead of bit maskingDeepak R Varma1-7/+7
2020-10-26staging: kpc2000: re-indent code for better readabilityDeepak R Varma2-3/+3
2020-10-26staging: kpc2000: rearrange lines exceeding 100 columnsDeepak R Varma1-16/+55
2020-05-13staging: kpc2000: fix error return code in kp2000_pcie_probe()Wei Yongjun1-5/+4
2020-03-04staging: kpc2000: prevent underflow in cpld_reconfigure()Dan Carpenter1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-09-03staging: kpc2000: Fix long constant sparse warningHarsh Jain2-18/+18
2019-06-20staging: kpc2000: fix integer overflow with left shiftsColin Ian King1-4/+6
2019-06-20staging: kpc2000: simplify error handling in kp2000_pcie_probeSimon Sandström1-12/+10
2019-06-15staging: kpc2000: remove dead code in core.cSimon Sandström1-6/+0
2019-06-13staging: kpc2000: remove unnecessary comments in kp2000_pcie_probeSimon Sandström1-33/+5
2019-06-13staging: kpc2000: improve label names in kp2000_pcie_probeSimon Sandström1-22/+20
2019-06-10staging: kpc2000: remove unnecessary debug prints in core.cSimon Sandström1-6/+0
2019-06-10staging: kpc2000: remove unnecessary debug prints in cell_probe.cSimon Sandström1-5/+0
2019-06-06staging: kpc2000: Use '%llx' for printing 'long long int' typeFabio Estevam2-2/+2
2019-06-06staging: kpc2000: fix incorrect code comment in core.cSimon Sandström1-1/+1
2019-06-06staging: kpc2000: use sizeof(var) in kzalloc callSimon Sandström1-1/+1
2019-06-06staging: kpc2000: remove unnecessary include in core.cSimon Sandström1-1/+0
2019-06-06staging: kpc2000: use __func__ in debug messages in core.cSimon Sandström1-5/+5
2019-06-06staging: kpc2000: remove unnecessary oom message in core.cSimon Sandström1-4/+1
2019-06-06staging: kpc2000: remove unnecessary parentheses in core.cSimon Sandström1-3/+3
2019-06-06staging: kpc2000: simplify comparisons to NULL in core.cSimon Sandström1-6/+6
2019-06-03staging: kpc2000: removed misc device.Jeremy Sowden2-127/+2
2019-06-03staging: kpc2000: export more device attributes via sysfs.Jeremy Sowden1-0/+57
2019-05-30staging: kpc2000: replace bogus variable name in core.cSimon Sandström1-13/+13
2019-05-30staging: kpc2000: remove extra spaces in core.cSimon Sandström1-2/+2
2019-05-30staging: kpc2000: remove extra blank line in core.cSimon Sandström1-1/+0
2019-05-24staging: kpc2000: remove unnecessary oom messageSimon Sandström1-3/+1
2019-05-24staging: kpc2000: remove unnecessary include in cell_probe.cSimon Sandström1-1/+0
2019-05-24staging: kpc2000: remove unnecessary braces in cell_probe.cSimon Sandström1-7/+4
2019-05-24staging: kpc2000: use kzalloc(sizeof(var)...) in cell_probe.cSimon Sandström1-1/+1
2019-05-24staging: kpc2000: remove extra blank lines in cell_probe.cSimon Sandström1-4/+0
2019-05-24staging: kpc2000: fix alignment issues in cell_probe.cSimon Sandström1-19/+15
2019-05-24staging: kpc2000: add missing asterisk in commentSimon Sandström1-1/+1
2019-05-24staging: kpc2000: use __func__ in debug messagesSimon Sandström1-7/+12
2019-05-24staging: kpc2000: add blank line after declarationsSimon Sandström1-0/+4
2019-05-23staging: kpc2000: remove invalid spaces in cell_probe.cSimon Sandström1-2/+2
2019-05-23staging: kpc2000: add space after comma in cell_probe.cSimon Sandström1-1/+1
2019-05-23staging: kpc2000: add spaces around operators in cell_probe.cSimon Sandström1-3/+3
2019-05-23staging: kpc2000: fix invalid linebreaks in cell_probe.cSimon Sandström1-5/+12
2019-05-23staging: kpc2000: add space between ) and { in cell_probe.cSimon Sandström1-18/+18
2019-05-23staging: kpc2000: fix indent in cell_probe.cSimon Sandström1-286/+286
2019-05-22staging: kpc2000: removed superfluous NULL checks from device attribute call-backs.Jeremy Sowden1-27/+0
2019-05-22staging: kpc2000: simplified kp2000_device retrieval in device attribute call-backs.Jeremy Sowden1-19/+9
2019-05-22staging: kpc2000: use IDA to assign card numbers.Jeremy Sowden1-4/+15
2019-05-22staging: kpc2000: added separate show functions for readable kp device attributes, defined them as read-only, and declared them static.Jeremy Sowden1-33/+73
2019-05-22staging: kpc2000: added a helper to get struct kp2000_device from struct device.Jeremy Sowden1-16/+13
2019-05-22staging: kpc2000: improved formatting of core.c.Jeremy Sowden1-347/+422