summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-172-14/+9
|\
| * Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman2016-02-142-2/+2
| |\
| * | char: constify tty_port_operations structsAya Mahfouz2016-02-061-1/+1
| * | tty: Use termios c_*flag macrosPeter Hurley2016-01-281-13/+8
* | | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-177-186/+241
|\ \ \
| * | | char: genrtc: replace blacklist with whitelistArnd Bergmann2016-03-051-1/+2
| * | | drivers: char: mem: fix IS_ERROR_VALUE usageAndrzej Hajda2016-03-051-1/+1
| * | | char: xillybus: Fix internal data structure initializationEli Billauer2016-03-051-1/+3
| * | | Merge 4.5-rc6 into char-misc-nextGreg Kroah-Hartman2016-03-012-1/+23
| |\ \ \
| * | | | ppdev: use dev_* macrosSudip Mukherjee2016-02-141-7/+7
| * | | | ppdev: use new parport device modelSudip Mukherjee2016-02-141-5/+20
| * | | | ppdev: remove space before tabSudip Mukherjee2016-02-141-1/+1
| * | | | ppdev: fix parenthesis alignmentSudip Mukherjee2016-02-141-13/+13
| * | | | ppdev: remove bracesSudip Mukherjee2016-02-141-35/+22
| * | | | ppdev: add missing blank lineSudip Mukherjee2016-02-141-0/+6
| * | | | ppdev: remove whitespace around pointersSudip Mukherjee2016-02-141-12/+12
| * | | | ppdev: space prohibited between function name and parenthesisSudip Mukherjee2016-02-141-96/+96
| * | | | Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman2016-02-142-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | char: nwbutton: avoid unused variable warningArnd Bergmann2016-02-091-3/+2
| * | | | ppdev: add support for compat ioctlBamvor Jian Zhang2016-02-081-0/+12
| * | | | ppdev: convert to y2038 safeBamvor Jian Zhang2016-02-081-20/+55
| * | | | drivers: char: raw: Removed unnecessary bracesBhumika Goyal2016-02-081-3/+1
| * | | | char/nvram: set array of const as constLABBE Corentin2016-02-081-6/+6
| | |_|/ | |/| |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-176-214/+297
|\ \ \ \
| * | | | tpm_tis: fix build warning with tpm_tis_resumeJarkko Sakkinen2016-02-261-0/+2
| * | | | tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen2016-02-201-2/+2
| * | | | tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen2016-02-202-2/+6
| * | | | tpm_eventlog.c: fix binary_bios_measurementsHarald Hoyer2016-02-201-4/+10
| * | | | tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen2016-02-201-1/+6
| * | | | tpm: fix: set continueSession attribute for the unseal operationJarkko Sakkinen2016-02-201-3/+7
| * | | | tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen2016-02-101-1/+3
| * | | | tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen2016-02-101-5/+5
| * | | | tpm_crb: Use devm_ioremap_resourceJason Gunthorpe2016-02-101-49/+102
| * | | | tpm_crb: Drop le32_to_cpu(ioread32(..))Jason Gunthorpe2016-02-101-11/+11
| * | | | tpm_tis: Clean up the force=1 module parameterJason Gunthorpe2016-02-101-65/+104
| * | | | tpm_tis: Use devm_ioremap_resourceJason Gunthorpe2016-02-101-15/+18
| * | | | tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe2016-02-101-30/+18
| * | | | tpm_tis: Disable interrupt auto probing on a per-device basisJason Gunthorpe2016-02-101-8/+10
| * | | | tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe2016-02-103-30/+10
| * | | | tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen2016-02-101-8/+4
| * | | | tpm: remove unneeded include of actbl2.hJerry Snitselaar2016-02-101-1/+0
| | |/ / | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-176-9/+193
|\ \ \ \
| * | | | hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann2016-03-111-6/+4
| * | | | hwrng: bcm63xx - fix non device tree compatibilityÁlvaro Fernández Rojas2016-02-281-1/+3
| * | | | hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson2016-02-173-0/+169
| * | | | hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUsAnatoly Pugachev2016-01-261-0/+10
| * | | | hwrng: bcm63xx - allow building for BMIPS_GENERICÁlvaro Fernández Rojas2016-01-251-1/+1
| * | | | hwrng: bcm63xx - add device tree supportÁlvaro Fernández Rojas2016-01-251-0/+7
| * | | | hwrng: bcm63xx - remove unused variablesÁlvaro Fernández Rojas2016-01-251-2/+0
| | |/ / | |/| |
* | | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-1/+0
|\ \ \ \ | |_|_|/ |/| | |
OpenPOWER on IntegriCloud