summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2009-05-15[SCSI] ses: fix problems caused by empty SES provided nameYinghai Lu-3/+3
2009-05-06isl29003: fix resume functionalityDaniel Mack-2/+7
2009-04-21sgi-xp/sgi-gru: allow modules to load on non-uv systemsRobin Holt-7/+7
2009-04-13sgi-xpc: clean up numerous globalsRobin Holt-295/+254
2009-04-13sgi-xpc: implement opencomplete messagingRobin Holt-61/+124
2009-04-13sgi-xpc: prevent false heartbeat failuresRobin Holt-152/+123
2009-04-13at25: make input buffers of at25_*write() constGeert Uytterhoeven-2/+3
2009-04-13at24: make input buffers of at24_*write() constGeert Uytterhoeven-4/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-1/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2009-04-02xpc_sn2: fix max() warning about pointers of different typesRobin Holt-5/+5
2009-04-02sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UVRobin Holt-2/+2
2009-04-02sgi-gru: support multiple pagesizes in GRUJack Steiner-38/+35
2009-04-02sgi-gru: fix bugs related to module unload of the GRU driverJack Steiner-1/+24
2009-04-02sgi-gru: macro for scanning all gru chipletsJack Steiner-13/+14
2009-04-02sgi-gru: add support to the GRU driver for message queue interruptsJack Steiner-118/+305
2009-04-02sgi-gru: restructure the GRU vtop functionsJack Steiner-24/+44
2009-04-02sgi-gru: aSID (context management) bug fixesJack Steiner-4/+10
2009-04-02sgi-gru: add support for a user to explicitly unload a GRU contextJack Steiner-0/+36
2009-04-02sgi-gru: add statistics to the GRU context management functionsJack Steiner-0/+59
2009-04-02sgi-gru: change GRU CCH commands from inline functions to outofline functionsJack Steiner-160/+218
2009-04-02sgi-gru: improvements to GRU debug messages & statisticsJack Steiner-27/+38
2009-04-02sgi-gru: misc GRU cleanupJack Steiner-43/+55
2009-04-02memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMsDavid Brownell-14/+44
2009-04-02memory_accessor: implement the new memory_accessor interface for I2C EEPROMKevin Hilman-13/+54
2009-04-01drivers/misc/isl29003.c: driver for the ISL29003 ambient light sensorDaniel Mack-0/+481
2009-04-01hpilo: reduce frequency of IO operationsDavid Altobelli-4/+8
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante-3/+3
2009-03-28Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds-1/+1
2009-03-28eeprom/at24: Remove EXPERIMENTALWolfram Sang-1/+1
2009-03-01Merge branch 'x86/urgent' into x86/patIngo Molnar-1/+2
2009-02-27hpilo: new pci deviceDavid Altobelli-1/+2
2009-02-11SGI IA64 UV: fix ia64 build error in the linux-next treeDean Nelson-31/+11
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar-13/+17
2009-02-05sgi-xp: fix writing past the end of kzalloc()'d spaceDean Nelson-8/+8
2009-02-05atmel-ssc: fix misuse of dev_dbg when requested ssc instance is not foundHans-Christian Egtvedt-1/+1
2009-02-05misc: dell-laptop should depend on POWER_SUPPLYMatthew Garrett-0/+1
2009-02-05hpilo: open/close fixDavid Altobelli-3/+5
2009-02-03sgi-xp: link XPNET's net_device_ops to its net_device structureDean Nelson-1/+2
2009-01-30Merge branch 'linus' into core/percpuIngo Molnar-17/+24
2009-01-29hpilo: increment versionDavid Altobelli-1/+1
2009-01-29sgi-xpc: fix up stale DBUG_ON statementsRobin Holt-7/+11
2009-01-29sgi-xpc: Remove NULL pointer dereference.Robin Holt-4/+6
2009-01-29sgi-xpc: ensure flags are updated before bte_copyRobin Holt-5/+6
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar-9/+1293
2009-01-26eeprom: More consistent symbol namesJean Delvare-7/+7
2009-01-26eeprom: Move 93cx6 eeprom driver to /drivers/misc/eepromWolfram Sang-9/+9
2009-01-26spi: Move at25 (for SPI eeproms) to /drivers/misc/eepromWolfram Sang-0/+401
2009-01-26i2c: Move old eeprom driver to /drivers/misc/eepromWolfram Sang-0/+269
2009-01-26i2c: Move at24 to drivers/misc/eepromWolfram Sang-0/+614