aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2012-10-10Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds3-180/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2-5/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-77/+67
2012-09-26drivers/misc/lis3lv02d/lis3lv02d_i2c.c: add lis3lv02d device tree initAnilKumar Ch1-0/+23
2012-09-26drivers/misc/lis3lv02d/lis3lv02d_spi.c: add lis3lv02d device tree initAnilKumar Ch1-2/+6
2012-09-26drivers/misc/lis3lv02d: remove lis3lv02d driver DT initAnilKumar Ch2-6/+3
2012-09-26drivers/misc/lis3lv02d/lis3lv02d_spi.c: add DT matching table passthru codeDaniel Mack1-0/+17
2012-09-26drivers/misc/lis3lv02d: add generic DT matching codeDaniel Mack2-0/+157
2012-09-26lis3lv02d: fix some comments specific to lis331dlh driverAnilKumar Ch3-8/+9
2012-09-26MISC: hpilo, remove pci_disable_deviceJiri Slaby1-2/+9
2012-09-20pwm: Move AB8500 PWM driver to PWM frameworkThierry Reding3-180/+0
2012-09-18char/misc: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman4-12/+11
2012-09-10mei: don't print buffer as a stringTomas Winkler1-8/+1
2012-09-10mei: struct mei_message_data doesn't have to be packedTomas Winkler1-1/+1
2012-09-10mei: add error messages for open count errorsTomas Winkler1-2/+8
2012-09-05misc: use module_spi_driverDevendra Naga1-12/+1
2012-09-05tifm: use module_pci_driverDevendra Naga1-13/+1
2012-09-05misc/at25, dt: Improve at25 SPI eeprom device tree bindings.David Daney1-25/+58
2012-09-05mei: add lynx point pci device idsTomas Winkler2-0/+4
2012-09-05mei: fix max number of open handlesTomas Winkler1-6/+8
2012-09-05mei: rename struct pci_dev *mei_device to mei_pdevTomas Winkler2-14/+8
2012-09-05lis3lv02d: Add STMicroelectronics lis331dlh digital accelerometerAnilKumar Ch3-8/+85
2012-08-27Merge v3.6-rc3 into 'char-misc-next'Greg Kroah-Hartman14-336/+312
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman4-21/+94
2012-08-21drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt1-19/+65
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-16ti-st: Fix check for pdata->chip_awake function pointerMatthias Kaehlcke1-1/+1
2012-08-16mei: add mei_quirk_probe functionTomas Winkler1-0/+27
2012-08-16drivers/misc/ti-st: check chip_awake NULL checkMatthias Kaehlcke1-1/+1
2012-08-16drivers/misc/ti-st: fix read fw version cmdPavan Savoy1-13/+27
2012-08-16drivers/misc/ti-st: use cpu friendly completionsPavan Savoy1-9/+9
2012-08-16drivers/misc/ti-st: chip_disable on timeoutPavan Savoy1-1/+1
2012-08-16drivers/misc/ti-st: remove sparse warningsPavan Savoy2-11/+13
2012-08-16drivers/misc/ti-st: remove gpio handlingPavan Savoy1-36/+1
2012-08-16driver: misc: bmp085: remove "of_match_table" property.Sourav Poddar1-7/+0
2012-08-16carma: remove unnecessary DMA_INTERRUPT capabilityQiang Liu2-2/+1
2012-08-16pch_phub: use module_pci_driverDevendra Naga1-12/+1
2012-08-16pch_phub: fix sparse warningDevendra Naga1-1/+1
2012-08-16mei: wd: use watchdog_set/get_drvdata for passing mei_deviceTomas Winkler1-13/+16
2012-08-16mei: wd: decouple and revamp watchdog state machineTomas Winkler6-27/+34
2012-08-16mei: wd: rename watchdog constants to be more descriptiveTomas Winkler4-26/+23
2012-08-16mei: wd: add option WDIOF_SETTIMEOUTTomas Winkler1-1/+3
2012-08-16mei: fix device stall after wd is stoppedTomas Winkler1-1/+1
2012-08-16mei: fix device stall after wd is stoppedTomas Winkler1-1/+1
2012-08-16mei: name space for mei device stateTomas Winkler6-55/+77
2012-08-16mei: style : reformat PCI device IDsTomas Winkler1-40/+39
2012-08-16mei: use KBUILD_MODNAME when allocating resources from the OSTomas Winkler1-8/+6
2012-08-16mei: add mei_quirk_probe functionTomas Winkler1-0/+27
2012-08-16mei: revamp me client search functionTomas Winkler5-74/+60
2012-08-10misc: pti, use tty_port_register_deviceJiri Slaby1-3/+3
2012-08-10misc: pti, fix tty_port countJiri Slaby1-7/+10
2012-08-10misc: pti, fix fail pathsJiri Slaby1-28/+25
2012-08-10misc: pti, do the opposite of ->probe in ->removeJiri Slaby1-14/+7
2012-08-10misc: pti, move ->remove to the PCI codeJiri Slaby1-16/+16
2012-08-10misc: pti, stop using iomap's unmap on ioremap spaceJiri Slaby1-1/+1
2012-08-10misc: pti, pci drvdata cannot be NULL in ->removeJiri Slaby1-9/+6
2012-08-10misc: pti, add const to pci_device_id tableJiri Slaby1-1/+1
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman27-2359/+220
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-0/+7
2012-07-30drivers/misc/lkdtm.c: fix missing allocation failure checkAlan Cox1-0/+2
2012-07-30drivers/misc/ti-st/st_core.c: missing NULL checkAlan Cox1-0/+5
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-6/+0
2012-07-30Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds1-0/+1
2012-07-26Merge tag 'char-misc-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-249/+211
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-07-23pwm: Conflict with legacy PWM APIThierry Reding1-0/+1
2012-07-19mei: use module_pci_driverTomas Winkler1-38/+1
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2012-07-18Merge 3.5-rc7 into char-misc-next.Greg Kroah-Hartman4-9/+10
2012-07-178250: three way resolve of the 8250 diffsAlan Cox1-8/+8
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-2103/+0
2012-07-11Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+2
2012-07-11sgi-xp: nested calls to spin_lock_irqsave()Dan Carpenter1-2/+2
2012-07-11iwmc3200top: remove driver for unavailable hardwareJohn W. Linville12-2103/+0
2012-07-10mei: mei_irq_thread_write_handler - line break fixTomas Winkler1-28/+16
2012-07-10mei: streamline the _mei_irq_thread_close/ioctol functionsTomas Winkler1-33/+30
2012-07-10mei: introduce mei_data2slots wrapperTomas Winkler3-23/+18
2012-07-10mei: mei_wd_host_init: update the commentTomas Winkler1-1/+2
2012-07-10mei: remove write only wariable wd_due_counterTomas Winkler4-13/+4
2012-07-10mei: mei_device can be const for mei register access functionsTomas Winkler1-6/+7
2012-07-10mei: pci_resume: set IRQF_ONESHOT for msi request_threaded_irqTomas Winkler1-1/+1
2012-07-09mfd: Register ab8500 devices using the newly DT:ed MFD APILee Jones1-6/+0
2012-06-26mei: revamp host buffer interface functionTomas Winkler3-29/+24
2012-06-26mei: don't query HCSR for host buffer depthTomas Winkler7-21/+24
2012-06-23PCI: do not call pci_set_power_state with PCI_D3coldHuang Ying1-1/+1
2012-06-20mei: group wd_interface_reg with watchdog variables within struct mei_deviceTomas Winkler1-3/+1
2012-06-20mei: mei_irq_thread_write_handler check for overflowTomas Winkler1-0/+3
2012-06-20mei: make mei_write_message more readableTomas Winkler1-31/+18
2012-06-20mei: check for error codes that mei_flow_ctrl_creds retunsTomas Winkler1-2/+2
2012-06-14misc: at25: Parse dt settingsAlexandre Pereira da Silva1-16/+45
2012-06-14misc: hpilo: increase number of max supported channelsCamuso, Tony2-13/+24
2012-06-13misc: mei: set WDIOF_ALARMONLY on mei watchdogTomas Winkler1-1/+1
2012-06-13misc: mei: Disable MSI when IRQ registration failsSamuel Ortiz1-2/+2
2012-06-13misc: mei: fix stalled readTomas Winkler1-1/+1
2012-06-13misc: mei: unregister misc device in pci_remove functionTomas Winkler1-1/+2
2012-06-13misc: mei: set IRQF_ONESHOT for msi request_threaded_irqTomas Winkler1-1/+1
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-0/+6
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2012-05-22Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-0/+5828
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-502/+0
2012-05-20mfd: Enable Device Tree support in the ab8500-pwm driverLee Jones1-0/+6
2012-05-09misc: MAX8997: Remove max8997-muic driverChanwoo Choi3-504/+0
2012-05-09mei: move doc files Documentation/misc-devices/meiTomas Winkler3-705/+0
2012-05-09mei: export mei.h for the user spaceTomas Winkler11-120/+9
2012-05-09mei: pci_probe/remove: use dev_err instead of printk(KERN_ERRTomas Winkler1-8/+8
2012-05-09mei: use pr_err instead of printk(KERN_ERRTomas Winkler1-1/+1
2012-05-07c2port: fix bogus Kconfig "default no"Paul Bolle1-3/+3
2012-05-01Staging: mei: move the mei code out of stagingGreg Kroah-Hartman17-0/+6644
2012-04-18Support M95040 SPI EEPROMIvo Sieben1-3/+16
2012-04-18misc: add support for bmp18x chips to the bmp085 driverEric Andersson6-100/+306
2012-04-18misc: bmp085: add device tree propertiesEric Andersson1-1/+36
2012-04-18misc: clean up bmp085 driverEric Andersson1-103/+103
2012-04-18misc: do not mark exported functions __devexitArnd Bergmann1-1/+1
2012-04-18misc: add missing __devexit_p() annotationsArnd Bergmann2-2/+2
2012-04-18pch_phub: delete duplicate definitionsTomoya MORINAGA1-4/+0
2012-04-18misc: Fix irq leak in max8997_muic_probe error pathAxel Lin1-4/+2
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-7/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-04-04Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-45/+115
2012-03-29x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel1-17/+0
2012-03-29kgdbts: (2 of 2) fix single step awareness to work correctly with SMPJason Wessel1-11/+62
2012-03-29kgdbts: (1 of 2) fix single step awareness to work correctly with SMPJason Wessel1-11/+43
2012-03-29kgdbts: Fix kernel oops with CONFIG_DEBUG_RODATAJason Wessel1-24/+28
2012-03-28Merge 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-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/pow...Linus Torvalds1-42/+72
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/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-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/gi...Linus 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/same...Linus 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/gi...Linus 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/jik...Linus Torvalds14-14/+14
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus 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
2012-01-04drivers:misc: ti-st: protect registrationsPavan Savoy1-4/+14
2012-01-03switch procfs to umode_t useAl Viro1-1/+1
2012-01-02misc latin1 to utf8 conversionsAl Viro14-14/+14
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-31/+69
2011-11-26eeprom_93cx6: Add write supportBen Dooks1-0/+85
2011-11-26eeprom_93cx6: Add data direction control.Ben Dooks1-0/+3
2011-11-21Merge branch 'char-misc-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-31/+69
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+9
2011-11-18misc: ad525x_dpot: Add support for SPI module device table matchingMichael Hennerich4-86/+53
2011-11-18misc: ad525x_dpot: Fix AD8400 spi transfer size.Michael Hennerich1-1/+1
2011-11-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-10/+8
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-1/+1
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-1/+1
2011-11-16carma-fpga: Missed switch from of_register_platform_driver()Al Viro2-10/+8
2011-11-15drivers/misc/eeprom: fix dependecy on 'PPC_MPC5200_GPIO'Paul Bolle1-1/+1
2011-11-15pch_phub: Fix MAC address writing issue for LAPIS ML7831Tomoya MORINAGA1-1/+1
2011-11-15pch_phub: Improve ADE(Address Decode Enable) controlTomoya MORINAGA1-17/+34
2011-11-15pch_phub: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-4/+4
2011-11-15pch_phub: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-7/+28
2011-11-14pcie-gadget-spear: Add "platform:" prefix for platform modaliasAxel Lin1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-0/+9
2011-11-02drivers/misc/vmw_balloon.c: fix typo in code commentRakib Mullick1-1/+1
2011-11-02drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside ...Rakib Mullick1-1/+1
2011-11-01Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-1/+1
2011-10-31Merge branch 'akpm' (Andrew's incoming)Linus Torvalds6-199/+250
2011-10-31drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161Peter Korsgaard1-0/+1