summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-04-101-83/+0
|\
| * char: rtc: remove unused rtc_control() APIAlexandre Belloni2018-03-011-83/+0
* | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-04-075-120/+249
|\ \
| * | tpm: fix intermittent failure with self testsJames Bottomley2018-03-233-40/+31
| * | tpm: add retry logicJames Bottomley2018-03-232-15/+61
| * | tpm: self test failure should not cause suspend to failChris Chiu2018-03-231-0/+4
| * | tpm2: add longer timeouts for creation commands.Tomas Winkler2018-03-233-13/+26
| * | tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler2018-03-231-2/+3
| * | tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas2018-03-232-5/+5
| * | tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas2018-03-231-2/+4
| * | tpm: cmd_ready command can be issued only after granting localityTomas Winkler2018-03-233-47/+119
* | | kernel.h: Retain constant expression output for max()/min()Kees Cook2018-04-051-4/+4
* | | Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-043-5/+4
|\ \ \
| * | | /dev/mem: Avoid overwriting "err" in read_mem()Kees Cook2018-03-281-3/+3
| * | | char: nvram: disable on ARMAlexandre Belloni2018-03-151-1/+1
| * | | PCI: Add Altera vendor IDJohannes Thumshirn2018-03-141-1/+0
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-0410-32/+330
|\ \ \
| * | | hwrng: ks-sa - add hw_random driverVitaly Andrianov2018-03-233-0/+265
| * | | hwrng: mxc-rnga - add driver support on boards with device treeVladimir Zapolskiy2018-03-161-9/+14
| * | | hwrng: omap - Fix clock resource by adding a register clockGregory CLEMENT2018-03-091-0/+16
| * | | hwrng: omap - Remove useless test before clk_disable_unprepareGregory CLEMENT2018-03-091-4/+2
| * | | hwrng: cavium - make two functions staticColin Ian King2018-03-092-2/+2
| * | | hwrng: stm32 - rework read timeout calculationlionel.debieve@st.com2018-03-031-15/+10
| * | | hwrng: stm32 - allow disable clock error detectionlionel.debieve@st.com2018-03-031-1/+9
| * | | hwrng: stm32 - add reset during probelionel.debieve@st.com2018-03-031-0/+9
| * | | hwrng: bcm2835 - Handle deferred clock properlyStefan Wahren2018-02-221-0/+2
| * | | hwrng: imx-rngc - make symbol imx_rngc_pm_ops staticweiyongjun \(A\)2018-02-151-1/+1
| | |/ | |/|
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-041-30/+28
|\ \ \
| * | | drivers/char/random.c: remove unused dont_count_entropyRasmus Villemoes2018-02-281-28/+25
| * | | random: optimize add_interrupt_randomnessAndi Kleen2018-02-281-1/+2
| * | | random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o2018-02-281-1/+1
* | | | Merge tag 'for-linus-4.17' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-04-0327-593/+1067
|\ \ \ \
| * | | | ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller2018-03-271-0/+21
| * | | | ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel2018-03-131-2/+2
| * | | | ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard2018-03-131-0/+12
| * | | | ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard2018-03-121-154/+0
| * | | | ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverCorey Minyard2018-03-121-105/+0
| * | | | ipmi: missing error code in try_smi_init()Dan Carpenter2018-03-061-0/+1
| * | | | ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculationColin Ian King2018-03-061-2/+1
| * | | | ipmi: Consolidate cleanup codeCorey Minyard2018-03-061-94/+70
| * | | | ipmi: Remove some unnecessary initializationsCorey Minyard2018-03-061-5/+0
| * | | | ipmi: Fix some error cleanup issuesCorey Minyard2018-03-061-4/+14
| * | | | ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-2722-206/+24
| * | | | ipmi: Re-use existing macros for built-in propertiesAndy Shevchenko2018-02-261-13/+5
| * | | | ipmi:pci: Make the PCI defines consistent with normal Linux onesCorey Minyard2018-02-261-17/+14
| * | | | ipmi: kcs_bmc: coding-style fixes and use new poll typeHaiyue Wang2018-02-263-36/+41
| * | | | ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_dataGustavo A. R. Silva2018-02-261-0/+1
| * | | | ipmi: add an Aspeed KCS IPMI BMC driverHaiyue Wang2018-02-263-0/+332
| * | | | ipmi: add a KCS IPMI BMC driverHaiyue Wang2018-02-264-0/+574
| |/ / /
* | | | char: remove blackfin OTP driverArnd Bergmann2018-03-263-266/+0
OpenPOWER on IntegriCloud