aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-238-199/+310
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-2311-0/+4980
|\
| * enclosure: fix WARN_ON in dual path device removingJames Bottomley2014-01-031-0/+7
| * MISC: hpilo, remove pci_disable_deviceJiri Slaby2013-01-031-2/+9
| * SGI-XP: handle non-fatal trapsRobin Holt2013-01-031-2/+32
| * drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt2012-09-121-19/+65
| * x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel2012-04-131-17/+0
| * kgdbts: (2 of 2) fix single step awareness to work correctly with SMPJason Wessel2012-04-131-11/+62
| * kgdbts: (1 of 2) fix single step awareness to work correctly with SMPJason Wessel2012-04-131-11/+43
| * kgdbts: Fix kernel oops with CONFIG_DEBUG_RODATAJason Wessel2012-04-131-24/+28
| * cs5535-mfgpt: don't call __init function from __devinitDanny Kukawka2012-03-121-1/+1
| * mmc: cb710 core: Add missing spin_lock_init for irq_lock of struct cb710_chipAxel Lin2012-02-131-0/+1
| * Merge branch 'char-misc-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-11-214-31/+69
| |\
| | * misc: ad525x_dpot: Fix AD8400 spi transfer size.Michael Hennerich2011-11-181-1/+1
| | * pch_phub: Fix MAC address writing issue for LAPIS ML7831Tomoya MORINAGA2011-11-151-1/+1
| | * pch_phub: Improve ADE(Address Decode Enable) controlTomoya MORINAGA2011-11-151-17/+34
| | * pch_phub: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2011-11-151-4/+4
| | * pch_phub: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-11-152-7/+28
| | * pcie-gadget-spear: Add "platform:" prefix for platform modaliasAxel Lin2011-11-141-1/+1
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-11-182-10/+8
| |\ \
| | * | carma-fpga: Missed switch from of_register_platform_driver()Al Viro2011-11-162-10/+8
| | |/
| * | drivers/misc/eeprom: fix dependecy on 'PPC_MPC5200_GPIO'Paul Bolle2011-11-151-1/+1
| |/
| * Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-069-0/+9
| |\
| | * drivers/misc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker2011-10-312-0/+2
| | * drivers/misc: Add module.h to files who are really modular.Paul Gortmaker2011-10-317-0/+7
| * | drivers/misc/vmw_balloon.c: fix typo in code commentRakib Mullick2011-11-021-1/+1
| * | drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside ...Rakib Mullick2011-11-021-1/+1
| * | Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-1/+1
| |\ \
| | * \ Merge branch 'fixes' into next/fixesArnd Bergmann2011-10-081-1/+1
| | |\ \
| | | * | ARM: at91: remove dependency for Atmel PWM driver selector in KconfigNicolas Ferre2011-10-071-1/+1
| * | | | Merge branch 'akpm' (Andrew's incoming)Linus Torvalds2011-10-316-199/+250
| |\ \ \ \
| | * | | | drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161Peter Korsgaard2011-10-311-0/+1
| | * | | | driver/misc/fsa9480.c fix potential null-pointer dereferenceJonghwan Choi2011-10-311-1/+2
| | * | | | lis3lv02d: make regulator API usage unconditionalMark Brown2011-10-311-22/+12
| | * | | | lis3: remove the references to the global variable in core driverÉric Piel2011-10-312-103/+133
| | * | | | lis3: change exported function to use passed parameterÉric Piel2011-10-314-7/+7
| | * | | | lis3: use consistent naming of variablesÉric Piel2011-10-311-60/+60
| | * | | | lis3: free regulators if probe() failsÉric Piel2011-10-311-2/+7
| | * | | | lis3lv02d: avoid divide by zero due to uncheckedÉric Piel2011-10-312-7/+31
| | | |_|/ | | |/| |
| * | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-10-3110-0/+3929
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [media] altera-stapl: it is time to move out from stagingIgor M. Liplianin2011-09-2310-0/+3928
| * | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-10-251-2/+8
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | pch_phub: use kernel's '%pM' format option to print MACAndy Shevchenko2011-08-221-2/+1
| | * | | pch_phub: Care FUNCSEL register in PMTomoya MORINAGA2011-08-221-0/+7
| * | | | lis3: fix regression of HP DriveGuard with 8bit chipTakashi Iwai2011-10-031-6/+8
| | |_|/ | |/| |
| * | | drivers/misc/pti.c: give 'comm' function scope in pti_control_frame_built_and...Jesper Juhl2011-09-141-7/+5
| | |/ | |/|
| * | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-08-264-1/+62
| |\ \
| | * | drivers:misc: ti-st: fix unexpected UART closePavan Savoy2011-08-221-0/+1
| | * | drivers:misc: ti-st: free skb on firmware downloadPavan Savoy2011-08-221-0/+1
| | * | drivers:misc: ti-st: wait for completion at failPavan Savoy2011-08-221-0/+13