aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-08[libata] ahci: Add SATA GEN3 related messagesShane Huang2-0/+3
2009-01-08ata_piix: save, use saved and restore IOCFGTejun Heo1-15/+34
2009-01-08pata_ali: Fix and workaround for FIFO DMA bugAlan Cox1-2/+30
2009-01-08pata_ali: force initialise a few bitsAlan Cox1-33/+38
2009-01-08pata_hpt3x3: Workarounds for chipsetAlan Cox1-6/+45
2009-01-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds10-3/+1293
2009-01-08fix similar typos to successfullColy Li13-13/+13
2009-01-08Make various things staticRoel Kluin3-6/+5
2009-01-08generic swap(): iphase: rename swap() to swap_byte_order()Wu Fengguang1-3/+3
2009-01-08w1: send status messages after command processingEvgeniy Polyakov2-8/+47
2009-01-08w1: added w1 reset commandEvgeniy Polyakov2-0/+4
2009-01-08w1: move w1 commands from defines to enumEvgeniy Polyakov1-5/+8
2009-01-08w1: allow master IO commandsEvgeniy Polyakov1-65/+77
2009-01-08w1: list slaves commandsEvgeniy Polyakov1-17/+85
2009-01-08w1: add touch block commandEvgeniy Polyakov4-4/+35
2009-01-08w1: add list masters w1 commandEvgeniy Polyakov2-0/+57
2009-01-08w1: add 1-wire master driver for i.MX27 / i.MX31Sascha Hauer3-0/+219
2009-01-08tpm: clean up tpm_nsc driver for platform_device suspend/resume complianceDavid Smith1-13/+22
2009-01-08misc: add dell-laptop driverMatthew Garrett3-0/+449
2009-01-08dcdbas: export functionality for use in other driversMatthew Garrett2-4/+7
2009-01-08rtc-ds1307: remove legacy probe() checksJüri Reitel1-27/+4
2009-01-08rtc-ds1307: SMBus compatibilityBARRE Sebastien1-88/+35
2009-01-08xen: add xenfs to allow usermode <-> Xen interactionAlex Zeffertt8-6/+715
2009-01-08drivers/xen/xenbus/xenbus_client.c: cleanup kerneldocQinghuang Feng1-2/+1
2009-01-08serial: Add driver for the Cell Network Processor serial port NWP deviceBenjamin Krill4-1/+513
2009-01-08powerpc/cell: Use correct types in beat filesIngo Molnar1-2/+2
2009-01-08mtd/ps3vram: Use _PAGE_NO_CACHE in memory ioremapGeoff Levand1-6/+8
2009-01-08mtd/ps3vram: Use msleep in waitsGeoff Levand1-23/+17
2009-01-08mtd/ps3vram: Use proper kernel typesGeoff Levand1-26/+30
2009-01-08mtd/ps3vram: Cleanup ps3vram driver messagesGeoff Levand1-48/+68
2009-01-08mtd/ps3vram: Remove ps3vram debug routinesGeoff Levand1-29/+0
2009-01-08mtd/ps3vram: Add modalias support to the ps3vram driverGeert Uytterhoeven1-0/+1
2009-01-08mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTDJim Paris3-0/+784
2009-01-08powerpc: Fix iseries drivers build failure without CONFIG_VIOPATHKamalesh Babulal2-0/+2
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-10/+10
2009-01-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds27-184/+106
2009-01-07V4L/DVB (10190): cx88: Fix some Kbuild troublesMauro Carvalho Chehab6-47/+65
2009-01-07V4L/DVB (10189): dm1105: Fix build with INPUT=m and DVB_DM1105=yMauro Carvalho Chehab1-0/+1
2009-01-07V4L/DVB (10185): Use negated usb_endpoint_xfer_control, etcJulia Lawall5-7/+5
2009-01-07V4L/DVB (10182): tda8290: fix TDA8290 + TDA18271 initializationMichael Krufky1-1/+2
2009-01-07V4L/DVB (10181): v4l2-device: Fix some sparse warningsMauro Carvalho Chehab1-2/+2
2009-01-07V4L/DVB (10180): drivers/media: Fix a number of sparse warningsMauro Carvalho Chehab6-9/+9
2009-01-07V4L/DVB (10179): tda8290: Fix two sparse warningsMauro Carvalho Chehab1-2/+1
2009-01-07V4L/DVB (10178): dvb_frontend: Fix some sparse warnings due to static symbolsMauro Carvalho Chehab1-11/+15
2009-01-07V4L/DVB (10177): Fix sparse warnings on em28xxMauro Carvalho Chehab3-3/+3
2009-01-07V4L/DVB (10176b): pxa-camera: fix redefinition warnings and missing DMA definitionsEric Miao2-98/+1
2009-01-07V4L/DVB (10176a): Switch remaining clear_user_page users over to clear_user_highpageGuennadi Liakhovetski2-4/+2
2009-01-07staging: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison64-360/+360
2009-01-07trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison5-10/+10
2009-01-07Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds41-1088/+1867