summaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc2000_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* staging: drop kpc2000 driverGreg Kroah-Hartman2021-06-121-731/+0
* staging: kpc2000: code style: fix line length issueNikolay Kyx2021-03-101-1/+3
* staging: kpc2000: code style: match alignment with open parenthesisNikolay Kyx2021-03-101-1/+1
* Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-56/+64
|\
| * staging: kpc2000: rename variables with kpc namespaceJerry Lin2020-01-221-20/+20
| * Staging: kpc2000: Remove warning: "dubious: x | !y" detected by sparseFelipe Cardoso Resende2020-01-221-36/+44
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* staging: kpc2000: kpc_i2c: Remove commented codeJamal Shareef2019-10-291-3/+0
* staging: kpc2000: kpc_i2c: Fix lines over 80 charsJamal Shareef2019-10-291-64/+137
* staging: kpc2000: kpc2000_i2c: Fix different address spaces warningsEduardo Barretto2019-08-211-2/+2
* staging: kpc2000: drop useless softdep statementJean Delvare2019-07-011-1/+0
* staging: kpc2000: add missing spaces in kpc2000_i2c.cSimon Sandström2019-06-261-3/+3
* staging: kpc2000: kpc2000_i2c: add space after ,Hao Xu2019-06-091-1/+1
* staging: kpc2000: kpc2000_i2c: void* -> void *Hao Xu2019-06-091-2/+2
* 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: kpc_i2c: fix platform_no_drv_owner.cocci warningskbuild test robot2019-05-231-1/+0
* 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: kpc2000: move the i2c driver out of its subdirectoryGreg Kroah-Hartman2019-05-211-0/+710