aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 4-7/+7
2019-01-02Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 14-1062/+1123
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-4/+3
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-189/+197
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-1/+11
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-2/+2
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-31/+27
2018-12-19char: lp: use new parport device modelGravatar Sudip Mukherjee 1-4/+9
2018-12-19char: lp: properly count the lp devicesGravatar Sudip Mukherjee 1-0/+1
2018-12-19char: lp: use first unused lp number while registeringGravatar Sudip Mukherjee 1-1/+5
2018-12-19char: lp: detach the device when parallel port is removedGravatar Sudip Mukherjee 1-9/+10
2018-12-19char: lp: introduce list to save port numberGravatar Sudip Mukherjee 1-0/+4
2018-12-19char/rtc: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 1-2/+2
2018-12-17tpm: add support for partial readsGravatar Tadeusz Struk 2-19/+38
2018-12-10rtc: Switch to use %ptRGravatar Andy Shevchenko 1-4/+3
2018-12-06char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-14/+3
2018-11-27drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Gravatar Paul E. McKenney 1-1/+1
2018-11-27char: lp: fix spacing style before open parenthesisGravatar Sudip Mukherjee 1-92/+92
2018-11-27char: lp: fix whitespace with pointersGravatar Sudip Mukherjee 1-5/+5
2018-11-27char: lp: use tabs instead of spacesGravatar Sudip Mukherjee 1-9/+9
2018-11-27char: lp: do not use return as a functionGravatar Sudip Mukherjee 1-3/+3
2018-11-27char: lp: move trailing statement to next lineGravatar Sudip Mukherjee 1-3/+6
2018-11-27char: lp: remove trailing whitespaceGravatar Sudip Mukherjee 1-15/+15
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsGravatar Eric Biggers 1-26/+25
2018-11-16hwrng: bcm2835 - Switch to SPDX identifierGravatar Stefan Wahren 1-5/+2
2018-11-13tpm: tpm_ibmvtpm: fix kdoc warningsGravatar Tomas Winkler 1-4/+2
2018-11-13tpm: fix kdoc for tpm2_flush_context_cmd()Gravatar Tomas Winkler 1-4/+3
2018-11-13tpm: tpm_try_transmit() refactor error flow.Gravatar Tomas Winkler 1-7/+8
2018-11-13tpm: use u32 instead of int for PCR indexGravatar Tomas Winkler 5-15/+14
2018-11-13tpm1: reimplement tpm1_continue_selftest() using tpm_bufGravatar Tomas Winkler 2-20/+10
2018-11-13tpm1: reimplement SAVESTATE using tpm_bufGravatar Tomas Winkler 1-10/+12
2018-11-13tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Gravatar Tomas Winkler 4-5/+5
2018-11-13tpm1: implement tpm1_pcr_read_dev() using tpm_buf structureGravatar Tomas Winkler 2-33/+23
2018-11-13tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureGravatar Tomas Winkler 3-48/+49
2018-11-13tpm: tpm-space.c remove unneeded semicolonGravatar Tomas Winkler 1-1/+1
2018-11-13tpm: tpm-interface.c drop unused macrosGravatar Tomas Winkler 1-4/+0
2018-11-13tpm: add tpm_auto_startup() into tpm-interface.cGravatar Tomas Winkler 3-8/+19
2018-11-13tpm: factor out tpm_startup functionGravatar Tomas Winkler 4-45/+68
2018-11-13tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cGravatar Tomas Winkler 3-50/+68
2018-11-13tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cGravatar Tomas Winkler 6-151/+150
2018-11-13tpm: factor out tpm1_get_random into tpm1-cmd.cGravatar Tomas Winkler 3-51/+63
2018-11-13tpm: move tpm_getcap to tpm1-cmd.cGravatar Tomas Winkler 5-81/+71
2018-11-13tpm: move tpm1_pcr_extend to tpm1-cmd.cGravatar Tomas Winkler 3-28/+23
2018-11-13tpm: factor out tpm_get_timeouts()Gravatar Tomas Winkler 4-123/+135
2018-11-13tpm: add tpm_calc_ordinal_duration() wrapperGravatar Tomas Winkler 8-17/+25
2018-11-13tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cGravatar Tomas Winkler 8-288/+320
2018-11-13tpm: sort objects in the MakefileGravatar Tomas Winkler 1-3/+12
2018-11-13tpm2: add new tpm2 commands according to TCG 1.36Gravatar Tomas Winkler 2-164/+118
2018-11-13tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xGravatar Tomas Winkler 1-4/+7
2018-11-11tlclk: clean an indentation issue, remove extraneous tabsGravatar Colin Ian King 1-43/+44