summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-04-30viocons: BKL lockingAlan Cox1-2/+5
2008-04-30synclink series: Prepare for BKL pushdownAlan Cox3-21/+55
2008-04-30sx: prepare for BKL pushdownAlan Cox1-13/+4
2008-04-30stallion: Prepare for BKL push downAlan Cox1-12/+3
2008-04-30specialix: Prepare for BKL pushdownAlan Cox1-40/+6
2008-04-30serial167: prepare to push BKL down into driversAlan Cox1-12/+3
2008-04-30rocket: Prepare for BKL pushdownAlan Cox1-9/+18
2008-04-30riscom8: Prepare for BKL pushdownAlan Cox1-14/+11
2008-04-30mxser: prepare for BKL pushdownAlan Cox1-25/+38
2008-04-30isicom: istallion prepare for lock_kernel pushdownAlan Cox1-0/+6
2008-04-30isicom: prepare for lock_kernel push downAlan Cox1-14/+8
2008-04-30esp: lock_kernel push downAlan Cox1-6/+16
2008-04-30epca: lock_kernel push downAlan Cox1-15/+2
2008-04-30cyclades: Prepare for relaxed locking in callersAlan Cox1-12/+17
2008-04-30amiserial: prepare for locking relaxation in callerAlan Cox1-2/+11
2008-04-30md: support blocking writes to an array on device failureDan Williams4-7/+115
2008-04-30md: prevent duplicates in bind_rdev_to_arrayDan Williams1-0/+5
2008-04-30md: remove a stray command from a copy and paste error in resync_start_storeDan Williams1-1/+0
2008-04-30md: fix up switching md arrays between read-only and read-writeNeilBrown1-4/+10
2008-04-30md: fix 'safemode' handling for external metadata.NeilBrown1-11/+19
2008-04-30md: reinitialise more mddev fields in do_md_stop.NeilBrown1-0/+25
2008-04-30md: skip all metadata update processing when using external metadata.NeilBrown1-0/+2
2008-04-30md: fix use after free when removing rdev via sysfsDan Williams1-1/+1
2008-04-30pxafb: preliminary smart panel interface support (update)Eric Miao2-2/+2
2008-04-30pxafb: preliminary smart panel interface supportEric Miao3-43/+281
2008-04-30pxafb: move parallel LCD timing setup into dedicate functionEric Miao2-50/+47
2008-04-30pxafb: use completion for LCD disable wait codeEric Miao2-8/+6
2008-04-30pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l()Eric Miao1-24/+35
2008-04-30pxafb: introduce register independent LCD connection type for pxafberic miao1-14/+62
2008-04-30pxafb: introduce "struct pxafb_dma_buff" for palette and dma descriptorseric miao2-83/+95
2008-04-30pxafb: convert fb driver to use ioremap() and __raw_{readl, writel}eric miao2-23/+73
2008-04-30pxafb: sanitize the usage of #ifdef .. processing pxafb parameterseric miao1-29/+28
2008-04-30pxafb: purge unnecessary pr_debug and comments from pxafberic miao1-71/+0
2008-04-30pxafb: fix various coding style issues for pxafberic miao1-136/+144
2008-04-30pxafb: un-nest pxafb_parse_options() to cleanup the coding style issueeric miao1-140/+166
2008-04-30atmel_spi: clean up baud rate divisor calculationHaavard Skinnemoen1-9/+20
2008-04-30Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UARTBryan Wu4-0/+721
2008-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds7-10/+16
2008-04-30V4L/DVB (7798): tuners/Kconfig: Change config name and help to reflect dynami...Mauro Carvalho Chehab1-2/+7
2008-04-30V4L/DVB (7794): cx88: Fix a warningMauro Carvalho Chehab1-1/+0
2008-04-30V4L/DVB (7792): ivtv: correct misspelled "HIMEM4G" to "HIGHMEM4G" in error me...Robert P. J. Day1-3/+3
2008-04-30V4L/DVB (7791): ivtv: POLLHUP must be returned on eofHans Verkuil1-1/+3
2008-04-29pasemi_edac needs to include linux/edac.hStephen Rothwell1-0/+1
2008-04-29V4L/DVB (7789b): Fix merge conflictsMauro Carvalho Chehab3-3/+3
2008-04-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds3-8/+17
2008-04-29Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-8/+12
2008-04-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-10/+20
2008-04-29[IA64] Provide ACPI fixup for /proc/cpuinfo/physical_idAlex Chiang1-0/+9
2008-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds140-700/+11030
2008-04-29Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds42-240/+297