aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000
AgeCommit message (Expand)Author
2019-06-06staging: kpc2000: remove unnecessary oom message in core.cSimon Sandström
2019-06-06staging: kpc2000: remove unnecessary parentheses in core.cSimon Sandström
2019-06-06staging: kpc2000: simplify comparisons to NULL in core.cSimon Sandström
2019-06-03staging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O spaceGeordan Neukum
2019-06-03staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word()Geordan Neukum
2019-06-03staging: kpc2000: kpc_spi: remove fifo_depth from kp_spi structGeordan Neukum
2019-06-03staging: kpc2000: kpc_spi: column-align switch and subordinate casesGeordan Neukum
2019-06-03staging: kpc2000: kpc_spi: Remove unnecessary consecutive newlinesGeordan Neukum
2019-06-03staging: kpc2000: removed misc device.Jeremy Sowden
2019-06-03staging: kpc2000: export more device attributes via sysfs.Jeremy Sowden
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman
2019-05-30staging: kpc2000: replace bogus variable name in core.cSimon Sandström
2019-05-30staging: kpc2000: remove extra spaces in core.cSimon Sandström
2019-05-30staging: kpc2000: remove extra blank line in core.cSimon Sandström
2019-05-30staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped I/O spaceGeordan Neukum
2019-05-30staging: kpc2000: kpc_i2c: fail probe if unable to map I/O spaceGeordan Neukum
2019-05-30staging: kpc2000: kpc_i2c: fail probe if unable to get I/O resourceGeordan Neukum
2019-05-30staging: kpc2000: kpc_i2c: Use drvdata instead of platform_dataGeordan Neukum
2019-05-30staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlinesGeordan Neukum
2019-05-30staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit shiftingGeordan Neukum
2019-05-30staging: kpc2000: kpc_i2c: Remove pldev from i2c_device structureGeordan Neukum
2019-05-30staging: kpc2000: kpc_i2c: Remove unused rw_semGeordan Neukum
2019-05-30staging: kpc2000: replace white spaces with tabs for kpc2000_spi.cMao Wenan
2019-05-30staging: kpc2000: report error status to spi coreMao Wenan
2019-05-30staging: kpc2000: Change to use DIV_ROUND_UPNishka Dasgupta
2019-05-30staging: kpc2000: fix typo in KconfigSimon Sandström
2019-05-24staging: kpc2000: Add dependency on MFD_CORE to kconfig symbol 'KPC2000'Geordan Neukum
2019-05-24staging: kpc2000: remove unnecessary oom messageSimon Sandström
2019-05-24staging: kpc2000: remove unnecessary include in cell_probe.cSimon Sandström
2019-05-24staging: kpc2000: remove unnecessary braces in cell_probe.cSimon Sandström
2019-05-24staging: kpc2000: use kzalloc(sizeof(var)...) in cell_probe.cSimon Sandström
2019-05-24staging: kpc2000: remove extra blank lines in cell_probe.cSimon Sandström
2019-05-24staging: kpc2000: fix alignment issues in cell_probe.cSimon Sandström
2019-05-24staging: kpc2000: add missing asterisk in commentSimon Sandström
2019-05-24staging: kpc2000: use __func__ in debug messagesSimon Sandström
2019-05-24staging: kpc2000: add blank line after declarationsSimon Sandström
2019-05-23staging: kpc2000: remove invalid spaces in cell_probe.cSimon Sandström
2019-05-23staging: kpc2000: add space after comma in cell_probe.cSimon Sandström
2019-05-23staging: kpc2000: add spaces around operators in cell_probe.cSimon Sandström
2019-05-23staging: kpc2000: fix invalid linebreaks in cell_probe.cSimon Sandström
2019-05-23staging: kpc2000: add space between ) and { in cell_probe.cSimon Sandström
2019-05-23staging: kpc2000: fix indent in cell_probe.cSimon Sandström
2019-05-23staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci warningskbuild test robot
2019-05-22staging: kpc2000: kpc_i2c: add static qual to local symbols in kpc_i2c.cGeordan Neukum
2019-05-22staging: kpc2000: kpc_i2c: Remove unnecessary function tracing printsGeordan Neukum
2019-05-22staging: kpc2000: kpc_i2c: use <linux/io.h> instead of <asm/io.h>Geordan Neukum
2019-05-22staging: kpc2000: kpc_i2c: newline fixups to meet linux style guideGeordan Neukum
2019-05-22staging: kpc2000: kpc_i2c: remove unused module param disable_featuresGeordan Neukum
2019-05-22staging: kpc2000: removed superfluous NULL checks from device attribute call-...Jeremy Sowden
2019-05-22staging: kpc2000: simplified kp2000_device retrieval in device attribute call...Jeremy Sowden