summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped I/O spaceGeordan Neukum2019-05-301-1/+3
* staging: kpc2000: kpc_i2c: fail probe if unable to map I/O spaceGeordan Neukum2019-05-301-0/+2
* staging: kpc2000: kpc_i2c: fail probe if unable to get I/O resourceGeordan Neukum2019-05-301-0/+3
* staging: kpc2000: kpc_i2c: Use drvdata instead of platform_dataGeordan Neukum2019-05-301-2/+2
* staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlinesGeordan Neukum2019-05-301-5/+0
* staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit shiftingGeordan Neukum2019-05-301-5/+5
* staging: kpc2000: kpc_i2c: Remove pldev from i2c_device structureGeordan Neukum2019-05-301-2/+0
* staging: kpc2000: kpc_i2c: Remove unused rw_semGeordan Neukum2019-05-301-3/+0
* staging: kpc2000: replace white spaces with tabs for kpc2000_spi.cMao Wenan2019-05-301-361/+361
* staging: kpc2000: report error status to spi coreMao Wenan2019-05-301-2/+6
* staging: kpc2000: Change to use DIV_ROUND_UPNishka Dasgupta2019-05-301-4/+1
* staging: kpc2000: fix typo in KconfigSimon Sandström2019-05-301-2/+2
* staging: speakup: serialio: fix warning linux/serial.h is included more than ...Hariprasad Kelam2019-05-301-3/+0
* staging: erofs: fix i_blocks calculationGao Xiang2019-05-301-2/+12
* staging: erofs: support statxGao Xiang2019-05-303-0/+23
* staging: kpc2000: remove unnecessary oom messageSimon Sandström2019-05-241-3/+1
* staging: kpc2000: remove unnecessary include in cell_probe.cSimon Sandström2019-05-241-1/+0
* staging: kpc2000: remove unnecessary braces in cell_probe.cSimon Sandström2019-05-241-7/+4
* 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/+0
* staging: kpc2000: fix alignment issues in cell_probe.cSimon Sandström2019-05-241-19/+15
* 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: pi433: Remove unnecessary variableNishka Dasgupta2019-05-241-3/+2
* 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: rtl8723bs: core: rtw_recv: fix warning Comparison to NULLHariprasad Kelam2019-05-231-24/+24
* staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci warningskbuild test robot2019-05-231-1/+0
* staging: unisys: visornic: Replace GFP_ATOMIC with GFP_KERNELHariprasad Kelam2019-05-231-2/+2
* staging: kpc2000: kpc_i2c: add static qual to local symbols in kpc_i2c.cGeordan Neukum2019-05-221-3/+3
* staging: kpc2000: kpc_i2c: Remove unnecessary function tracing printsGeordan Neukum2019-05-221-26/+0
* staging: kpc2000: kpc_i2c: use <linux/io.h> instead of <asm/io.h>Geordan Neukum2019-05-221-1/+1
* staging: kpc2000: kpc_i2c: newline fixups to meet linux style guideGeordan Neukum2019-05-221-53/+29
* staging: kpc2000: kpc_i2c: remove unused module param disable_featuresGeordan Neukum2019-05-221-4/+0
* staging: rtl8192u: Remove an unnecessary NULL checkNathan Chancellor2019-05-221-2/+1
* staging: kpc2000: removed superfluous NULL checks from device attribute call-...Jeremy Sowden2019-05-221-27/+0
* staging: kpc2000: simplified kp2000_device retrieval in device attribute call...Jeremy Sowden2019-05-221-19/+9
* staging: kpc2000: use IDA to assign card numbers.Jeremy Sowden2019-05-222-5/+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/+13
* staging: kpc2000: improved formatting of core.c.Jeremy Sowden2019-05-221-347/+422
* staging: rtl8723bs: Fix Coverity warning in rtw_dbg_port()Hans de Goede2019-05-221-1/+1