aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped I/O spaceGeordan Neukum1-1/+3
2019-05-30staging: kpc2000: kpc_i2c: fail probe if unable to map I/O spaceGeordan Neukum1-0/+2
2019-05-30staging: kpc2000: kpc_i2c: fail probe if unable to get I/O resourceGeordan Neukum1-0/+3
2019-05-30staging: kpc2000: kpc_i2c: Use drvdata instead of platform_dataGeordan Neukum1-2/+2
2019-05-30staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlinesGeordan Neukum1-5/+0
2019-05-30staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit shiftingGeordan Neukum1-5/+5
2019-05-30staging: kpc2000: kpc_i2c: Remove pldev from i2c_device structureGeordan Neukum1-2/+0
2019-05-30staging: kpc2000: kpc_i2c: Remove unused rw_semGeordan Neukum1-3/+0
2019-05-30staging: kpc2000: replace white spaces with tabs for kpc2000_spi.cMao Wenan1-361/+361
2019-05-30staging: kpc2000: report error status to spi coreMao Wenan1-2/+6
2019-05-30staging: kpc2000: Change to use DIV_ROUND_UPNishka Dasgupta1-4/+1
2019-05-30staging: kpc2000: fix typo in KconfigSimon Sandström1-2/+2
2019-05-24staging: kpc2000: Add dependency on MFD_CORE to kconfig symbol 'KPC2000'Geordan Neukum1-0/+1
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-23staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2019-05-22staging: kpc2000: kpc_i2c: add static qual to local symbols in kpc_i2c.cGeordan Neukum1-3/+3
2019-05-22staging: kpc2000: kpc_i2c: Remove unnecessary function tracing printsGeordan Neukum1-26/+0
2019-05-22staging: kpc2000: kpc_i2c: use <linux/io.h> instead of <asm/io.h>Geordan Neukum1-1/+1
2019-05-22staging: kpc2000: kpc_i2c: newline fixups to meet linux style guideGeordan Neukum1-53/+29
2019-05-22staging: kpc2000: kpc_i2c: remove unused module param disable_featuresGeordan Neukum1-4/+0
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 Sowden2-5/+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
2019-05-21staging: kpc2000: removed two kpc_uio_class device attributes.Jeremy Sowden1-16/+0
2019-05-21staging: kpc2000: added separate show functions for kpc_uio_class device attributes, defined them as read-only and declared them static.Jeremy Sowden1-46/+89
2019-05-21staging: kpc2000: remove SetBackEndControl() functionGreg Kroah-Hartman2-10/+10
2019-05-21staging: kpc2000: dma_common_defs.h: remove unused inline functionsGreg Kroah-Hartman1-14/+0
2019-05-21staging: kpc2000: move the i2c driver out of its subdirectoryGreg Kroah-Hartman3-6/+2
2019-05-21staging: kpc2000: move the spi driver out of its subdirectoryGreg Kroah-Hartman3-6/+2
2019-05-21staging: kpc2000: remove spi_parts.hGreg Kroah-Hartman2-49/+42
2019-05-21staging: kpc2000: fix coding style in pcie.hGreg Kroah-Hartman1-53/+53
2019-05-21staging: kpc2000: remove fileops.c file.Greg Kroah-Hartman4-128/+114
2019-05-20staging: kpc2000: kpc_i2c: fixup block comment style in i2c_driver.cGeordan Neukum1-15/+21