summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-142-8/+22
|\
| * i8k: Fix temperature bug handling in i8k_get_temp()Pali Rohár2014-11-261-6/+10
| * Revert "misc: always assign miscdevice to file->private_data in open()"Greg Kroah-Hartman2014-11-141-1/+1
| * Revert "char: misc: document behaviour of open()"Greg Kroah-Hartman2014-11-141-3/+1
| * hangcheck-timer: cleanup casting in hangcheck_init()Dan Carpenter2014-11-071-2/+2
| * char: misc: document behaviour of open()Martin Kepplinger2014-11-071-1/+3
| * misc: always assign miscdevice to file->private_data in open()Martin Kepplinger2014-11-071-1/+1
| * i8k: Add MODULE_DEVICE_TABLE macroPali Rohár2014-11-071-0/+2
| * i8k: Add support for Dell Latitude E6440Pali Rohár2014-11-071-0/+8
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1421-21/+0
|\ \
| * \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0321-21/+0
| |\ \ | | |/ | |/|
| | * char: xillybus: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | * char: tpm: drop owner assignment from platform_driversWolfram Sang2014-10-203-3/+0
| | * char: ipmi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | * char: hw_random: drop owner assignment from platform_driversWolfram Sang2014-10-2014-14/+0
| | * char: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-133-13/+16
|\ \ \
| * | | hwrng: atmel - add DT supportBoris Brezillon2014-11-202-1/+8
| * | | hwrng: atmel - use clk_prepapre_enable/_disable_unprepareBoris Brezillon2014-11-201-4/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2014-11-122-5/+5
| |\ \ \ | | |/ /
| * | | hwrng: core - Changed from using strncat to strlcatRickard Strandqvist2014-10-241-8/+4
| | |/ | |/|
* | | ipmi: Check the BT interrupt enable periodicallyCorey Minyard2014-12-111-2/+25
* | | ipmi: Fix attention handling for system interfacesCorey Minyard2014-12-111-15/+30
* | | ipmi: Periodically check to see if irqs and messages are set rightCorey Minyard2014-12-111-96/+101
* | | drivers/char/ipmi: Add powernv IPMI driverJeremy Kerr2014-12-113-0/+317
* | | ipmi: Add SMBus interface driver (SSIF)Corey Minyard2014-12-113-0/+1879
* | | ipmi: Remove the now unused priority from SMI senderCorey Minyard2014-12-112-4/+3
* | | ipmi: Remove the now unnecessary message queueCorey Minyard2014-12-111-78/+34
* | | ipmi: Make the message handler easier to use for SMI interfacesCorey Minyard2014-12-111-40/+162
* | | ipmi: Move message sending into its own functionCorey Minyard2014-12-111-4/+9
* | | ipmi: rename waiting_msgs to waiting_rcv_msgsCorey Minyard2014-12-111-15/+16
* | | ipmi: Fix handling of BMC flagsCorey Minyard2014-12-111-37/+68
* | | ipmi: Initialize BMC device attributesCorey Minyard2014-12-111-0/+2
* | | ipmi: Unregister previously registered driver in error casetrenn@suse.de2014-12-111-0/+1
* | | ipmi: Fix a bug in hot add/removeCorey Minyard2014-12-111-1/+1
* | | ipmi: Remove useless sysfs_name parametersCorey Minyard2014-12-112-30/+5
* | | ipmi: clean up the device handling for the bmc deviceCorey Minyard2014-12-111-193/+92
* | | ipmi: Move the address source to string to ipmi-generic codeCorey Minyard2014-12-112-7/+15
* | | ipmi: Ignore SSIF in the PNP handlingCorey Minyard2014-12-111-0/+5
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-12-111-17/+22
|\ \ \
| * | | virtio_console: fix sparse warningsMichael S. Tsirkin2014-12-091-4/+5
| * | | virtio: drop VIRTIO_F_VERSION_1 from driversMichael S. Tsirkin2014-12-091-1/+0
| * | | virtio_console: virtio 1.0 supportMichael S. Tsirkin2014-12-091-12/+17
| * | | virtio: use u32, not bitmap for featuresMichael S. Tsirkin2014-12-091-1/+1
* | | | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-1/+1
|\ \ \ \
| * | | | hwrandom / exynos / PM: Use CONFIG_PM in #ifdefRafael J. Wysocki2014-12-041-1/+1
| |/ / /
* | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-091-5/+8
|\ \ \ \ | |/ / / |/| | |
| * | | /dev/mem: Use more consistent data typesThierry Reding2014-11-101-5/+8
| |/ /
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-11-131-2/+2
|\ \ \
| * | | virtio_console: move early VQ enablementCornelia Huck2014-11-131-2/+2
| | |/ | |/|
OpenPOWER on IntegriCloud