summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* tpm: Split out the devm stuff from tpmm_chip_allocJason Gunthorpe2016-06-252-15/+38
* tpm: Get rid of module lockingStefan Berger2016-06-251-5/+1
* tpm: Provide strong locking for device removalJason Gunthorpe2016-06-255-21/+100
* tpm: Get rid of devnameJason Gunthorpe2016-06-256-12/+15
* tpm: Get rid of chip->pdevJason Gunthorpe2016-06-2513-93/+89
* tpm/st33zp24/spi: Change xxx_request_resources headerChristophe RICARD2016-06-251-14/+17
* tpm/st33zp24/i2c: Change xxx_request_resources headerChristophe RICARD2016-06-251-9/+12
* tpm: st33zp24: Add support for acpi probing for spi device.Christophe RICARD2016-06-251-0/+49
* tpm/st33zp24: Add support for acpi probing for i2c device.Christophe RICARD2016-06-251-0/+50
* tpm/st33zp24: Extend Copyright headersChristophe RICARD2016-06-252-2/+2
* tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latencyChristophe RICARD2016-06-251-0/+5
* tpm/st33zp24: Remove unneeded CONFIG_OF switchesChristophe RICARD2016-06-252-69/+7
* tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structureChristophe RICARD2016-06-251-24/+25
* tpm/st33zp24/spi: Remove useless use of memcpy.Christophe RICARD2016-06-251-14/+4
* tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefixChristophe RICARD2016-06-251-22/+23
* tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usageChristophe RICARD2016-06-251-112/+72
* tpm/st33zp24/spi: Change xxx_request_resources headerChristophe RICARD2016-06-251-14/+17
* tpm/st33zp24/i2c: Change xxx_request_resources headerChristophe RICARD2016-06-251-9/+12
* tpm: st33zp24: Add support for acpi probing for spi device.Christophe RICARD2016-06-251-0/+49
* tpm/st33zp24: Add support for acpi probing for i2c device.Christophe RICARD2016-06-251-0/+50
* tpm/st33zp24: Extend Copyright headersChristophe RICARD2016-06-254-4/+4
* tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latencyChristophe RICARD2016-06-251-0/+5
* tpm/st33zp24: Auto-select core moduleChristophe RICARD2016-06-251-6/+5
* tpm/st33zp24: Remove unneeded CONFIG_OF switchesChristophe RICARD2016-06-252-18/+0
* tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structureChristophe RICARD2016-06-251-24/+25
* tpm/st33zp24/spi: Remove useless use of memcpy.Christophe RICARD2016-06-251-14/+4
* tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefixChristophe RICARD2016-06-251-22/+23
* tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usageChristophe RICARD2016-06-251-11/+9
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-211-20/+1
|\
| * lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-211-20/+1
* | Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-213-22/+3
|\ \
| * | char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven2016-05-011-1/+0
| * | char/rtc: replace blacklist with whitelistArnd Bergmann2016-05-011-2/+1
| * | char: xillybus: use devm_add_action_or_resetSudip Mukherjee2016-04-302-19/+2
* | | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-211-18/+11
|\ \ \ | |_|/ |/| |
| * | tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-6/+6
| * | tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-301-6/+2
| * | tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-4/+1
| * | tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
| * | tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-181-2/+2
|\ \
| * | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-175-168/+169
|\ \
| * | crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter2016-04-203-161/+0
| * | hwrng: hisi - Add support for Hisilicon SoC RNGKefeng Wang2016-04-153-0/+140
| * | hwrng: exynos - Fix misspelled Samsung addressKrzysztof Kozlowski2016-04-051-1/+1
| * | hwrng: exynos - Enable COMPILE_TESTKrzysztof Kozlowski2016-04-051-1/+2
| * | hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski2016-04-051-0/+9
| * | hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski2016-04-051-1/+8
| * | hwrng: exynos - Fix unbalanced PM runtime put on timeout error pathKrzysztof Kozlowski2016-04-051-3/+7