summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* mei: move doc files Documentation/misc-devices/meiTomas Winkler2012-05-093-705/+0
* mei: export mei.h for the user spaceTomas Winkler2012-05-0911-120/+9
* mei: pci_probe/remove: use dev_err instead of printk(KERN_ERRTomas Winkler2012-05-091-8/+8
* mei: use pr_err instead of printk(KERN_ERRTomas Winkler2012-05-091-1/+1
* Staging: mei: move the mei code out of stagingGreg Kroah-Hartman2012-05-0117-0/+6644
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-7/+1
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-7/+1
* | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-041-45/+115
|\ \
| * | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel2012-03-291-17/+0
| * | kgdbts: (2 of 2) fix single step awareness to work correctly with SMPJason Wessel2012-03-291-11/+62
| * | kgdbts: (1 of 2) fix single step awareness to work correctly with SMPJason Wessel2012-03-291-11/+43
| * | kgdbts: Fix kernel oops with CONFIG_DEBUG_RODATAJason Wessel2012-03-291-24/+28
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-282-1/+1
|\ \ \ | |_|/ |/| |
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
| * | Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-281-0/+1
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-10/+54
|\ \ \ | |/ / |/| |
| * | ARM: at91/tc/clocksource: Add 32 bit variant to Timer CounterNicolas Ferre2012-03-011-0/+20
| * | ARM: at91/tc: add device tree support to atmel_tclibNicolas Ferre2012-03-011-2/+25
| * | ARM: at91/tclib: take iomem size from resourceNicolas Ferre2012-03-011-8/+9
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-211-42/+72
|\ \ \
| * | | carma-fpga: fix race between data dumping and DMA callbackIra Snyder2012-02-271-40/+61
| * | | carma-fpga: fix lockdep warningIra Snyder2012-02-271-2/+11
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-212-16/+11
|\ \ \
| * | | ibmasmfs: make register_filesystem the last failure exitAl Viro2012-03-201-6/+5
| * | | tidy up after d_make_root() conversionAl Viro2012-03-201-8/+6
| * | | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
| | |/ | |/|
* | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-201-10/+2
|\ \ \
| * | | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-4/+1
| * | | TTY: remove minor_num from tty_driverJiri Slaby2012-03-081-1/+0
| * | | Merge tag 'tty-3.3-rc3' tty-nextGreg Kroah-Hartman2012-02-101-5/+1
| |\ \ \ | | |_|/ | |/| |
| | * | TTY: use tty_standard_installJiri Slaby2012-02-021-5/+1
* | | | Merge tag 'char-misc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2012-03-2026-306/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | misc: bmp085: Use unsigned long to store jiffiesBernhard Walle2012-03-021-1/+1
| * | | misc: bmp085: Handle jiffies overflow correctlyBernhard Walle2012-02-241-1/+2
| * | | misc: fsa9480: Remove obsolete cleanup for clientdataWolfram Sang2012-02-241-2/+0
| * | | cs5535-mfgpt: don't call __init function from __devinitDanny Kukawka2012-02-091-1/+1
| * | | MISC: convert drivers/misc/* to use module_spi_driver()Axel Lin2012-01-245-57/+5
| * | | MISC: convert drivers/misc/* to use module_i2c_driver()Axel Lin2012-01-2416-194/+17
| * | | MISC: convert drivers/misc/* to use module_platform_driver()Axel Lin2012-01-244-50/+4
| | |/ | |/|
* | | c2port: class_create() returns an ERR_PTRDan Carpenter2012-03-051-2/+2
| |/ |/|
* | Merge tag 'char-misc-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-02-095-22/+13
|\ \
| * | mmc: cb710 core: Add missing spin_lock_init for irq_lock of struct cb710_chipAxel Lin2012-02-021-0/+1
| * | cs5535-mfgpt: don't call __init function from __devinitDanny Kukawka2012-02-021-1/+1
| * | vmw_balloon: fix for a -Wuninitialized warningDanny Kukawka2012-02-021-7/+7
| * | drivers: misc: Remove MISC_DEVICES config optionFabio Estevam2012-01-241-14/+3
| * | c2port: fix build error for duramar2150 due to missing header.Paul Gortmaker2012-01-241-0/+1
| |/
* | lkdtm: avoid calling lkdtm_do_action() with spinlock heldCong Wang2012-02-031-1/+5
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-171-1/+1
|\
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-1/+1
| |\
| | * carma: move to dma_transfer_directionVinod Koul2011-10-311-1/+1
OpenPOWER on IntegriCloud