summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-05-20ata: remove FIT() macroHarvey Harrison9-64/+64
2008-05-20sata_mv: ensure empty request queue for FBS-NCQ EHMark Lord1-2/+14
2008-05-20sata_mv: cache main_irq_mask register in hprivMark Lord1-5/+7
2008-05-20sata_mv: disregard masked irqsMark Lord1-4/+5
2008-05-20sata_mv: fix pmp drives not foundMark Lord1-1/+4
2008-05-20sata_mv: consolidate main_irq_mask updatesMark Lord1-25/+32
2008-05-20sata_mv: don't blindly enable IRQsMark Lord1-26/+6
2008-05-20sata_mv: async notify for genIIe onlyMark Lord1-2/+12
2008-05-20sata_mv: group genIIe flagsMark Lord1-9/+8
2008-05-20sata_mv: fis irq register fixesMark Lord1-4/+12
2008-05-20sata_mv: always do softresetMark Lord1-0/+1
2008-05-20avr32/pata: avoid unnecessary memset (updated after comments)Christophe Jaillet1-2/+0
2008-05-20pata-bf54x: Set ATAPI HSM to control IDE device terminate sequence.Sonic Zhang1-1/+4
2008-05-20Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds22-1403/+513
2008-05-19Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds20-64/+173
2008-05-19m68k: Return -ENODEV if no device is foundGeert Uytterhoeven5-8/+8
2008-05-19m68k: Some input drivers do not check the platformGeert Uytterhoeven3-0/+14
2008-05-19m68k: Some network drivers do not check the platformGeert Uytterhoeven5-0/+19
2008-05-19m68k: dnfb doesnt check for ApolloGeert Uytterhoeven1-0/+3
2008-05-19m68k: macide doesnt check for MacGeert Uytterhoeven1-0/+3
2008-05-19m68k vme_scc: avoid global namespace pollutionGeert Uytterhoeven1-3/+1
2008-05-19m68k: FB_HP300 depends on DIO and doesnt need FB_CFB_FILLRECTGeert Uytterhoeven1-2/+1
2008-05-19m68k: Kill CONFIG_FB_DAFBGeert Uytterhoeven1-1/+0
2008-05-18i2c/max6875: Really prevent 24RF08 corruptionJean Delvare1-3/+0
2008-05-18i2c-amd756: Fix functionality flagsJean Delvare1-1/+1
2008-05-18i2c: Kill the old driver matching schemeJean Delvare1-17/+5
2008-05-18i2c: Convert remaining new-style drivers to use module aliasingJean Delvare16-39/+143
2008-05-18i2c-nforce2: Disable the second SMBus channel on the DFI Lanparty NF4 ExpertJean Delvare1-4/+24
2008-05-18Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+2
2008-05-18[ARM] pxa: fix pxafb build when cpufreq is enabledRussell King1-3/+2
2008-05-16byteorder: don't directly include linux/byteorder/generic.hHarvey Harrison7-7/+7
2008-05-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2-1/+4
2008-05-16Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds3-5/+3
2008-05-15tty: fix BKL related leak and crashIngo Molnar1-3/+10
2008-05-15Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds7-45/+18
2008-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds9-63/+63
2008-05-15[S390] tape: Use ccw_dev_id to build cdev_id.Cornelia Huck1-26/+5
2008-05-15[S390] dasd: fix timeout handling in interrupt handlerStefan Weinhuber1-2/+3
2008-05-15[S390] dasd: Use const in busid functions.Cornelia Huck2-6/+6
2008-05-15[S390] blacklist.c: removed duplicated includeHuang Weiyi1-1/+0
2008-05-15[S390] vmlogrdr: module initialization function should return negative errorsMarcin Slusarz1-1/+1
2008-05-15[S390] cio: Remove CCW_CMD_SUSPEND_RECONN in front of CCW_CMD_SET_PGID.Michael Ernst1-9/+3
2008-05-15drivers/parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison9-63/+63
2008-05-15[POWERPC] macintosh: Replace deprecated __initcall with device_initcallRobert P. J. Day1-1/+1
2008-05-15[POWERPC] Add null pointer check to of_find_propertyTimur Tabi1-0/+3
2008-05-15tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lockAndrew Morton1-2/+5
2008-05-15Remove blkdev warning triggered by using mdNeil Brown6-2/+10
2008-05-15char: select fw_loader by moxaJiri Slaby1-0/+1
2008-05-15lib: create common ascii hex arrayHarvey Harrison1-4/+4
2008-05-15video/logo: add support for Blackfin/Linux logo for framebuffer consoleRobin Getz5-0/+2276