summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2012-04-19misc: add support for bmp18x chips to the bmp085 driverEric Andersson6-100/+306
2012-04-19misc: bmp085: add device tree propertiesEric Andersson1-1/+36
2012-04-19misc: clean up bmp085 driverEric Andersson1-103/+103
2012-04-19misc: do not mark exported functions __devexitArnd Bergmann1-1/+1
2012-04-19misc: add missing __devexit_p() annotationsArnd Bergmann2-2/+2
2012-04-19pch_phub: delete duplicate definitionsTomoya MORINAGA1-4/+0
2012-04-19misc: Fix irq leak in max8997_muic_probe error pathAxel Lin1-4/+2
2012-04-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-7/+1
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-04-05Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-45/+115
2012-03-30x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel1-17/+0
2012-03-30kgdbts: (2 of 2) fix single step awareness to work correctly with SMPJason Wessel1-11/+62
2012-03-30kgdbts: (1 of 2) fix single step awareness to work correctly with SMPJason Wessel1-11/+43
2012-03-30kgdbts: Fix kernel oops with CONFIG_DEBUG_RODATAJason Wessel1-24/+28
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-03-28Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+54
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-42/+72
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-16/+11
2012-03-21ibmasmfs: make register_filesystem the last failure exitAl Viro1-6/+5
2012-03-21tidy up after d_make_root() conversionAl Viro1-8/+6
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-10/+2
2012-03-20Merge tag 'char-misc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds26-306/+30
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-4/+1
2012-03-08TTY: remove minor_num from tty_driverJiri Slaby1-1/+0
2012-03-06c2port: class_create() returns an ERR_PTRDan Carpenter1-2/+2
2012-03-03misc: bmp085: Use unsigned long to store jiffiesBernhard Walle1-1/+1
2012-03-01ARM: at91/tc/clocksource: Add 32 bit variant to Timer CounterNicolas Ferre1-0/+20
2012-03-01ARM: at91/tc: add device tree support to atmel_tclibNicolas Ferre1-2/+25
2012-03-01ARM: at91/tclib: take iomem size from resourceNicolas Ferre1-8/+9
2012-02-27carma-fpga: fix race between data dumping and DMA callbackIra Snyder1-40/+61
2012-02-27carma-fpga: fix lockdep warningIra Snyder1-2/+11
2012-02-25misc: bmp085: Handle jiffies overflow correctlyBernhard Walle1-1/+2
2012-02-25misc: fsa9480: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2012-02-10Merge tag 'tty-3.3-rc3' tty-nextGreg Kroah-Hartman1-5/+1
2012-02-10Merge tag 'char-misc-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-22/+13
2012-02-09cs5535-mfgpt: don't call __init function from __devinitDanny Kukawka1-1/+1
2012-02-04lkdtm: avoid calling lkdtm_do_action() with spinlock heldCong Wang1-1/+5
2012-02-03mmc: cb710 core: Add missing spin_lock_init for irq_lock of struct cb710_chipAxel Lin1-0/+1
2012-02-03cs5535-mfgpt: don't call __init function from __devinitDanny Kukawka1-1/+1
2012-02-03vmw_balloon: fix for a -Wuninitialized warningDanny Kukawka1-7/+7
2012-02-03TTY: use tty_standard_installJiri Slaby1-5/+1
2012-01-25MISC: convert drivers/misc/* to use module_spi_driver()Axel Lin5-57/+5
2012-01-25MISC: convert drivers/misc/* to use module_i2c_driver()Axel Lin16-194/+17
2012-01-25MISC: convert drivers/misc/* to use module_platform_driver()Axel Lin4-50/+4
2012-01-25drivers: misc: Remove MISC_DEVICES config optionFabio Estevam1-14/+3
2012-01-25c2port: fix build error for duramar2150 due to missing header.Paul Gortmaker1-0/+1
2012-01-18Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1