summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-02-27MIPS: Loongson: Change the Email address of Wu ZhangjinWu Zhangjin4-4/+4
2010-02-27Staging: Octeon Ethernet: Use constants from in.hDavid Daney2-7/+4
2010-02-27Staging: Octeon Ethernet: Enable scatter-gather.David Daney2-9/+55
2010-02-27Staging: Octeon Ethernet: Convert to NAPI.David Daney5-163/+235
2010-02-27Staging: Octeon Ethernet: Rewrite transmit code.David Daney5-123/+150
2010-02-27Staging: Octeon Ethernet: Fix memory allocation.David Daney2-20/+31
2010-02-27Staging: Octeon Ethernet: Remove unused code.David Daney6-284/+55
2010-02-27MIPS: I2C: Add driver for Cavium OCTEON I2C ports.Rade Bozic3-0/+662
2010-02-27NET: au1000-eth: Convert to platform_driver modelFlorian Fainelli2-218/+232
2010-02-27MIPS: Alchemy: physmap-flash for all devboardsManuel Lauss3-173/+0
2010-02-27SERIAL 8250: Fixes for Alchemy UARTs.Manuel Lauss1-7/+8
2010-02-27MIPS: Alchemy: change dbdma to accept physical memory addressesManuel Lauss3-8/+8
2010-02-27MIPS: Alchemy: remove dbdma compat macrosManuel Lauss3-16/+15
2010-02-27MIPS: Alchemy: XXS1500 PCMCIA driver rewriteManuel Lauss4-189/+369
2010-02-27MIPS: PCMCIA: new socket driver for Au1000 demoboards.Manuel Lauss6-444/+644
2010-02-27MIPS: Alchemy: devboard register abstractionManuel Lauss3-47/+47
2010-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds14-15/+428
2010-02-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds6-192/+550
2010-02-26Merge branch 'ibft-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ko...Linus Torvalds1-5/+3
2010-02-26Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds257-4585/+26403
2010-02-26dvb-core: Fix DoS bug in ULE decapsulation code that can be triggered by an i...Ang Way Chuang1-0/+1
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds116-3291/+9988
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds12-483/+665
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-6/+122
2010-02-26drivers/firmware/iscsi_ibft.c: remove NIPQUAD_FMT, use %pI4Joe Perches1-5/+3
2010-02-26PM: Allow SCSI devices to suspend/resume asynchronouslyRafael J. Wysocki2-0/+8
2010-02-26PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki3-0/+3
2010-02-26USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern2-1/+134
2010-02-26PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki3-0/+3
2010-02-26PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki1-0/+11
2010-02-26PM: Start asynchronous resume threads upfrontRafael J. Wysocki1-19/+24
2010-02-26PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki1-0/+49
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki2-6/+7
2010-02-26PM: Asynchronous suspend and resume of devicesRafael J. Wysocki1-6/+109
2010-02-26PM: Add parent information to timing messagesRafael J. Wysocki1-2/+3
2010-02-26PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki2-0/+96
2010-02-26V4L-DVB: cx88-dvb: remove extra attribution for coreMauro Carvalho Chehab1-2/+0
2010-02-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds76-1113/+2672
2010-02-26V4L/DVB: v4l: soc_camera: fix bound checking of mbus_fmt[] indexBaruch Siach1-1/+2
2010-02-26V4L/DVB: Add support for SMT7020 to cx88Dirk Herrendoerfer4-0/+243
2010-02-26V4L/DVB: radio-si470x: Use UTF-8 encoding on a commentTobias Lorenz1-1/+1
2010-02-26V4L/DVB: gspca_stv06xx: Add support for camera buttonHans de Goede1-1/+28
2010-02-26V4L/DVB: gspca_ov519: add support for the button on ov511 based camsHans de Goede1-5/+17
2010-02-26V4L/DVB: gspca_ov519: Add support for the button on ov518 based camsHans de Goede1-25/+29
2010-02-26V4L/DVB: gspca_ov519: add support for the button on ov519 based camsHans de Goede1-0/+62
2010-02-26V4L/DVB: gspca_main: Fix a compile error when CONFIG_INPUT is not setHans de Goede1-1/+3
2010-02-26V4L/DVB: gspca_main: some input error handling fixesHans de Goede1-9/+10
2010-02-26V4L/DVB: gspca_main: Allow use of input device creation code for non int. inputsHans de Goede2-1/+4
2010-02-26V4L/DVB: gspca_pac7302: much improved exposure controlHans de Goede2-60/+54
2010-02-26V4L/DVB: gspca_sonixb: Make sonixb driver handle pas106 and pas202 camerasHans de Goede2-4/+8