aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus 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-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+54
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-42/+72
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-16/+11
2012-03-20ibmasmfs: make register_filesystem the last failure exitAl Viro1-6/+5
2012-03-20tidy up after d_make_root() conversionAl Viro1-8/+6
2012-03-20switch 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/gregkh/char-miscLinus 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-05c2port: class_create() returns an ERR_PTRDan Carpenter1-2/+2
2012-03-02misc: 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-24misc: bmp085: Handle jiffies overflow correctlyBernhard Walle1-1/+2
2012-02-24misc: 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-09Merge tag 'char-misc-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-22/+13
2012-02-09cs5535-mfgpt: don't call __init function from __devinitDanny Kukawka1-1/+1
2012-02-03lkdtm: avoid calling lkdtm_do_action() with spinlock heldCong Wang1-1/+5
2012-02-02mmc: cb710 core: Add missing spin_lock_init for irq_lock of struct cb710_chipAxel Lin1-0/+1
2012-02-02cs5535-mfgpt: don't call __init function from __devinitDanny Kukawka1-1/+1
2012-02-02vmw_balloon: fix for a -Wuninitialized warningDanny Kukawka1-7/+7
2012-02-02TTY: use tty_standard_installJiri Slaby1-5/+1
2012-01-24MISC: convert drivers/misc/* to use module_spi_driver()Axel Lin5-57/+5
2012-01-24MISC: convert drivers/misc/* to use module_i2c_driver()Axel Lin16-194/+17
2012-01-24MISC: convert drivers/misc/* to use module_platform_driver()Axel Lin4-50/+4
2012-01-24drivers: misc: Remove MISC_DEVICES config optionFabio Estevam1-14/+3
2012-01-24c2port: fix build error for duramar2150 due to missing header.Paul Gortmaker1-0/+1
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2-6/+8
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds4-1/+515
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-6/+6
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell1-0/+2
2012-01-09Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds8-122/+123
2012-01-09misc: Remove max8997-muic sysfs attributesDonggeun Kim1-133/+4
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij1-1/+1
2012-01-09misc: Add driver support for MAX8997 MUICDonggeun Kim3-0/+643
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds14-14/+14
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-04isl29020: Remove a redundant semi-colon from return statementJesper Juhl1-1/+1
2012-01-04BMP085: Remove redundant semi-colon from return statementJesper Juhl1-1/+1
2012-01-04drivers:misc: ti-st: DEBUG uart, baud rate modsPavan Savoy1-0/+30
2012-01-04drivers:misc: ti-st: flush UART upon fw failurePavan Savoy1-30/+24