summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* drivers/misc/ad525x_dpot.c: fix typo in spi write16 and write24 transfer countsMichael Hennerich2010-10-261-2/+2
* sgi-xp: incoming XPC channel messages can come in after the channel's partiti...Robin Holt2010-10-261-0/+17
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-3/+3
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-2/+2
| * Fix typo in Kconfig help textThomas Weber2010-08-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-224-6/+736
|\ \
| * | hpilo: Despecificate driver from iLO generationdann frazier2010-10-222-6/+6
| * | pch_phub: fix build warningsGreg Kroah-Hartman2010-10-221-5/+5
| * | add Packet hub driver for Topcliff Platform controller hubMasayuki Ohtak2010-10-223-0/+730
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-226-0/+19
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-153-0/+3
| * | | ibmasmfs: use generic_file_llseekArnd Bergmann2010-09-161-0/+4
| * | | lkdtm: use generic_file_llseek in debugfsArnd Bergmann2010-09-161-0/+9
| * | | net/wireless: use generic_file_llseek in debugfsArnd Bergmann2010-09-161-0/+3
* | | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-5/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+6
| |/ /
* | | i2c: Remove obsolete cleanup for clientdataWolfram Sang2010-09-301-1/+0
* | | vmware balloon: rename moduleDmitry Torokhov2010-09-223-2/+2
|/ /
* | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-2/+2
|\ \
| * | param: remove unnecessary writable charpRusty Russell2010-08-111-2/+2
| |/
* | cs5535-mfgpt: reuse timers that have never been set upJens Rottmann2010-08-111-0/+11
|/
* hmc6352: add driver for the HMC6352 compassKalhan Trisal2010-08-093-0/+174
* drivers/misc: support for the pressure sensor BMP085 from Bosch SensortecChristoph Mair2010-08-093-0/+493
* hpilo: fix pointer warning in ilo_ccb_setupPrarit Bhargava2010-08-092-12/+13
* drivers/misc: ROHM BH1780GLI ambient light sensor driverHemanth V2010-08-093-0/+284
* Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-2/+2
|\
| * time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-08-041-2/+5
|\ \
| * | [SCSI] enclosure: fix error path - actually return ERR_PTR() on errorJames Bottomley2010-07-271-2/+5
| | |
| \ \
*-. \ \ Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King2010-07-313-0/+407
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| | * ARM: 6214/2: driver for the character LCD found in ARM refdesignsLinus Walleij2010-07-263-0/+407
| |/
* | Andres has movedAndres Salomon2010-07-201-1/+1
|/
* vmware balloon: clamp number of collected non-balloonable pagesDmitry Torokhov2010-06-041-3/+15
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-1/+0
* lktdm: add support for hardlockup, softlockup and hung task crashesFrederic Weisbecker2010-05-271-0/+20
* ad525x_dpot: add support for one time programmable potsMichael Hennerich2010-05-254-20/+150
* ad525x_dpot: add support for ADN2860 and AD528x potsMichael Hennerich2010-05-254-14/+26
* ad525x_dpot: add support for AD524x potsMichael Hennerich2010-05-254-96/+175
* ad525x_dpot: add support for SPI partsMichael Hennerich2010-05-256-319/+806
* ad525x_dpot: extend write argument to 16bitsMichael Hennerich2010-05-251-2/+2
* ad525x_dpot: simplify duplicated sysfs definesMichael Hennerich2010-05-251-195/+43
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-05-214-407/+0
|\
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-05-073-0/+849
| |\
| * | Remove unused HDPU driverBenjamin Herrenschmidt2010-04-074-407/+0
* | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-05-211-11/+48
|\ \ \
| * | | at24: Fall back to byte or word reads if neededJean Delvare2010-05-211-11/+48
* | | | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-216-10/+17
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-203-69/+58
|\ \ \
| * | | EEPROM: max6875: Header file cleanupArce, Abraham2010-05-141-26/+26
| * | | EEPROM: 93cx6: Header file cleanupArce, Abraham2010-05-141-23/+16
OpenPOWER on IntegriCloud