aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15lkdtm: Update usercopy tests for whitelistingKees Cook3-43/+53
2018-01-15lkdtm/usercopy: Adjust test to include an offset to check reportingKees Cook1-4/+9
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig1-1/+1
2018-01-09mei: fix an && vs || typoDan Carpenter1-1/+1
2018-01-09misc: ds1682: Ignore update-in-progress ETC readsThomas VanSelus1-1/+18
2018-01-09misc: ds1682: Show device registers as unsignedAaron Sierra1-9/+9
2018-01-09misc: fsa9480: Add blank line after declarations.Tejas Upadhyay1-0/+1
2018-01-02eeprom: at24: extend the list of chips supported in DTBartosz Golaszewski1-0/+9
2018-01-02mei: fix incorrect logical operator in if statementColin Ian King1-1/+1
2018-01-02mei: me: allow runtime pm for platform with D0i3Tomas Winkler1-1/+4
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2-16/+12
2018-01-01eeprom: at24: add support for the write-protect pinBartosz Golaszewski1-0/+11
2018-01-01eeprom: at24: remove temporary fix for at24mac402 sizeSven Van Asbroeck1-10/+0
2018-01-01eeprom: at24: convert magic numbers to structsSven Van Asbroeck1-121/+100
2018-01-01eeprom: at24: code shrinkBartosz Golaszewski1-17/+6
2018-01-01eeprom: at24: use a common prefix for all symbols in at24.cBartosz Golaszewski1-16/+18
2018-01-01eeprom: at24: fix coding style issuesBartosz Golaszewski1-9/+9
2018-01-01eeprom: at24: support eeproms that do not auto-rollover readsSven Van Asbroeck1-12/+27
2018-01-01eeprom: at24: remove now unneeded smbus-related codeHeiner Kallweit1-48/+8
2018-01-01eeprom: at24: remove old read functionsHeiner Kallweit1-186/+0
2018-01-01eeprom: at24: add regmap-based read functionHeiner Kallweit1-1/+56
2018-01-01eeprom: at24: remove old write functionsHeiner Kallweit1-117/+0
2018-01-01eeprom: at24: add regmap-based write functionHeiner Kallweit1-1/+26
2018-01-01eeprom: at24: change at24_translate_offset return typeHeiner Kallweit1-10/+24
2018-01-01eeprom: at24: add basic regmap_i2c supportHeiner Kallweit2-13/+45
2017-12-19genwqe: Remove unused parameter in some functionsGuilherme G. Piccoli3-13/+10
2017-12-19genwqe: Make defines uppercaseGuilherme G. Piccoli5-29/+29
2017-12-19genwqe: Remove unused variable and rename functionGuilherme G. Piccoli2-16/+7
2017-12-19mei: fix spelling mistake: "botther" -> "bother"Colin Ian King1-1/+1
2017-12-18misc: ad525x_dpot: macros should not use a trailing semicolonDhaval Shah1-3/+3
2017-12-18misc: ad525x_dpot: please, no space before tabsDhaval Shah1-1/+1
2017-12-18misc: ad525x_dpot: Prefer 'unsigned int' to bare use of 'unsigned'Dhaval Shah1-11/+11
2017-12-18misc: apds990x: Missing a blank line after declarations.Dhaval Shah1-0/+11
2017-12-18misc: ics932s401: open brace should be on the previous lineDhaval Shah1-2/+1
2017-12-18misc: ics932s401: please, no space before tabsDhaval Shah1-2/+2
2017-12-18misc: ics932s401: Missing a blank line after declarationsDhaval Shah1-0/+1
2017-12-18misc: mic: remove unused label 'done'Colin Ian King1-1/+0
2017-12-18eeprom: at25: Add DT support for EEPROMs with odd address bitsGeert Uytterhoeven1-0/+3
2017-12-18misc: ad525x_dpot: Unnecessary space before function pointer argumentsDhaval Shah1-6/+6
2017-12-17Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-12-17drivers/misc/intel/pti: Rename the header file to free up the namespaceIngo Molnar1-1/+1
2017-12-13mei: speed up the power down flowTomas Winkler4-5/+17
2017-12-11Merge 4.15-rc3 into char-misc-nextGreg Kroah-Hartman2-3/+28
2017-12-07misc: isl29003: Missing a blank line after declarationsDhaval Shah1-0/+7
2017-12-07misc: hpilo: Use SPDX-License-IdentifierDhaval Shah2-8/+2
2017-12-07misc: enclosure: Remove unnecessary error checkArvind Yadav1-7/+1
2017-12-07misc: enclosure: Fix space before '[' errorArvind Yadav1-2/+2
2017-12-07misc: mic: Use memdup_user() as a cleanupVasyl Gomonovych1-14/+7
2017-12-07misc: vexpress: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-3/+1
2017-12-06eeprom: at24: change nvmem stride to 1David Lechner1-1/+1