aboutsummaryrefslogtreecommitdiffstats
path: root/.get_maintainer.ignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30staging: kpc2000: fix typo in KconfigSimon Sandström1-2/+2
2019-05-30staging: speakup: serialio: fix warning linux/serial.h is included more than onceHariprasad Kelam1-3/+0
2019-05-30staging: erofs: fix i_blocks calculationGao Xiang1-2/+12
2019-05-30staging: erofs: support statxGao Xiang3-0/+23
2019-05-24MAINTAINERS: Add entry for anybuss driversSven Van Asbroeck1-0/+5
2019-05-24MAINTAINERS: Add entry for fieldbus subsystemSven Van Asbroeck1-0/+6
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-24staging: pi433: Remove unnecessary variableNishka Dasgupta1-3/+2
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: rtl8723bs: core: rtw_recv: fix warning Comparison to NULLHariprasad Kelam1-24/+24
2019-05-23staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2019-05-23staging: unisys: visornic: Replace GFP_ATOMIC with GFP_KERNELHariprasad Kelam1-2/+2
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: rtl8192u: Remove an unnecessary NULL checkNathan Chancellor1-2/+1
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-22staging: rtl8723bs: Fix Coverity warning in rtw_dbg_port()Hans de Goede1-1/+1
2019-05-22staging: wilc1000: remove redundant masking of pkt_offsetColin Ian King1-3/+0
2019-05-22staging: fieldbus: arcx-anybus: change custom -> mmio regmapSven Van Asbroeck1-31/+13
2019-05-22Staging: rtl8188eu: core: Use !x in place of NULL comparisonsPuranjay Mohan1-7/+7
2019-05-22Staging: rtl8188eu: os_dep: Replace comparison with zero to !xPuranjay Mohan1-1/+1
2019-05-22Staging: rtl8192u: ieee80211: Replace function names in strings with "%s", __func__Puranjay Mohan1-5/+5
2019-05-22Staging: rtl8723bs: os_dep: Remove functions that don't do anything.Puranjay Mohan1-27/+1
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: rtl8723bs: hal: Remove unused variableNishka Dasgupta1-1/+0
2019-05-21staging: vt6656: manage error path during device initializationQuentin Deslandes1-7/+13
2019-05-21staging: vt6656: clean-up registers initialization error pathQuentin Deslandes1-67/+96
2019-05-21staging: vt6656: use meaningful error code during buffer allocationQuentin Deslandes1-14/+28