aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-23drivers/char/mem.c: clean up the codeChangli Gao1-4/+1
2011-03-23drivers/char: add MSM smd_pkt driverNiranjana Vishwanathapura3-0/+475
2011-03-23drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky1-1/+1
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds2-3/+3
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-03-17char: change to new flag variablematt mooney2-3/+3
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King14-118/+1957
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-141/+83
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds108-93082/+9
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-11/+237
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+19
2011-03-10ipmi: Fix IPMI errors due to timing problemsDoe, YiCheng1-0/+8
2011-03-07tty: move cd1865.h to drivers/staging/tty/Arnd Bergmann1-263/+0
2011-03-07Staging: tty: fix build with epca.c driverGreg Kroah-Hartman3-278/+0
2011-03-06virtio: console: Don't access vqs if device was unpluggedAmit Shah1-0/+8
2011-03-01Revert "TPM: Long default timeout fix"Linus Torvalds1-6/+4
2011-03-01pcmcia: synclink_cs: fix prototype for mgslpc_ioctl()Axel Lin1-2/+1
2011-02-28dt: xilinx_hwicap: merge platform and of_platform driver bindingsGrant Likely1-82/+47
2011-02-28ipmi: convert OF driver to platform driverRob Herring1-47/+23
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-7/+9
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2011-02-25tty: forgot to remove ipwireless from drivers/char/pcmcia/MakefileGreg Kroah-Hartman1-2/+0
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman6-41/+1870
2011-02-24Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel into drm-fixesDave Airlie2-35/+22
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+1
2011-02-23amd64-agp: fix crash at second module loadFlorian Mickler1-2/+7
2011-02-22tty: move obsolete and broken generic_serial drivers to drivers/staging/generic_serial/Greg Kroah-Hartman51-20308/+0
2011-02-22tty: move obsolete and broken tty drivers to drivers/staging/tty/Greg Kroah-Hartman27-28968/+0
2011-02-22tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/Greg Kroah-Hartman10-3632/+0
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman17-39363/+0
2011-02-22tty: move Kconfig entries into drivers/tty from drivers/charGreg Kroah-Hartman1-252/+2
2011-02-22Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2-22/+33
2011-02-22agp/intel: Experiment with a 855GM GWB bitChris Wilson2-35/+22
2011-02-21random: update interface comments to reflect realityJarod Wilson1-3/+10
2011-02-20Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds3-21/+3
2011-02-19cm4000_cs: Fix undefined ops warningAlan Cox1-2/+1
2011-02-19drivers/char/pcmcia/ipwireless/main.c: Convert release_resource to release_region/release_mem_regionJulia Lawall1-20/+32
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox22-40/+36
2011-02-17tiocmset: kill the file pointer argumentAlan Cox20-39/+38
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox20-27/+27
2011-02-17hvc: add Blackfin JTAG console supportMike Frysinger1-0/+9
2011-02-16hwrng: omap - Convert release_resource to release_region/release_mem_regionJulia Lawall1-8/+6
2011-02-11Merge branch 'for-james' of git://tpmdd.git.sourceforge.net/gitroot/tpmdd/tpmdd into for-linusJames Morris3-3/+21
2011-02-11tpm_tis: Use timeouts returned from TPMStefan Berger3-3/+21
2011-02-10char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driverCorey Minyard1-10/+2
2011-02-10Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2-0/+1851
2011-02-04agp: ensure GART has an address before enabling itStephen Kitt1-11/+16
2011-02-04Revert "agp: AMD AGP is used on UP1100 & UP1500 alpha boxen"Matt Turner1-1/+1
2011-02-04amd-k7-agp: remove non-x86 codeMatt Turner1-19/+0
2011-02-03virtio: console: Move file back to drivers/char/Amit Shah2-0/+1839