summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* ipmi: Fix compile warning with tv_usecCorey Minyard2014-12-301-1/+2
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-258-8/+8
|\
| * agp: Fix up email address & attributions in AGP MODULE_AUTHOR tagsDave Jones2014-12-238-8/+8
* | ipmi: Fix compile issue with isspace()Corey Minyard2014-12-211-0/+1
* | ipmi: Finish cleanup of BMC attributesCorey Minyard2014-12-211-29/+17
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-4/+0
|\
| * Merge tag 'v3.18-rc7' into drm-nextDave Airlie2014-12-022-6/+9
| |\
| * \ Merge tag 'v3.18-rc4' into drm-nextDave Airlie2014-11-121-1/+1
| |\ \
| * \ \ Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o...Dave Airlie2014-10-281-4/+0
| |\ \ \
| | * | | agp/intel-gtt: Remove get/put_pagesDaniel Vetter2014-09-191-4/+0
* | | | | 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
|\ \ \ \ \ \
OpenPOWER on IntegriCloud