summaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc2000_i2c.c
AgeCommit message (Expand)Author
2020-01-29Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-22staging: kpc2000: rename variables with kpc namespaceJerry Lin
2020-01-22Staging: kpc2000: Remove warning: "dubious: x | !y" detected by sparseFelipe Cardoso Resende
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-10-29staging: kpc2000: kpc_i2c: Remove commented codeJamal Shareef
2019-10-29staging: kpc2000: kpc_i2c: Fix lines over 80 charsJamal Shareef
2019-08-21staging: kpc2000: kpc2000_i2c: Fix different address spaces warningsEduardo Barretto
2019-07-01staging: kpc2000: drop useless softdep statementJean Delvare
2019-06-26staging: kpc2000: add missing spaces in kpc2000_i2c.cSimon Sandström
2019-06-09staging: kpc2000: kpc2000_i2c: add space after ,Hao Xu
2019-06-09staging: kpc2000: kpc2000_i2c: void* -> void *Hao Xu
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-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-21staging: kpc2000: move the i2c driver out of its subdirectoryGreg Kroah-Hartman