summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-022-1/+23
| |\
| * | ppdev: use dev_* macrosSudip Mukherjee2016-02-151-7/+7
| * | ppdev: use new parport device modelSudip Mukherjee2016-02-151-5/+20
| * | ppdev: remove space before tabSudip Mukherjee2016-02-151-1/+1
| * | ppdev: fix parenthesis alignmentSudip Mukherjee2016-02-151-13/+13
| * | ppdev: remove bracesSudip Mukherjee2016-02-151-35/+22
| * | ppdev: add missing blank lineSudip Mukherjee2016-02-151-0/+6
| * | ppdev: remove whitespace around pointersSudip Mukherjee2016-02-151-12/+12
| * | ppdev: space prohibited between function name and parenthesisSudip Mukherjee2016-02-151-96/+96
| * | Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman2016-02-142-2/+2
| |\ \
| * | | char: nwbutton: avoid unused variable warningArnd Bergmann2016-02-101-3/+2
| * | | ppdev: add support for compat ioctlBamvor Jian Zhang2016-02-091-0/+12
| * | | ppdev: convert to y2038 safeBamvor Jian Zhang2016-02-091-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-271-1/+3
| * | | | hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson2016-02-163-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
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
| |/ /
* | | drivers: char: random: add get_random_long()Daniel Cashman2016-02-271-0/+22
* | | hpet: Drop stale URLsMichael S. Tsirkin2016-02-171-1/+1
| |/ |/|
* | Merge tag 'for-linus-4.5-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2016-02-031-2/+1
|\ \