summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | [BNX2]: Update version and reldate.Michael Chan2007-05-032-4/+4
| * | [BNX2]: Print bus information for PCIE devices.Michael Chan2007-05-032-50/+87
| * | [BNX2]: Add 1-shot MSI handler for 5709.Michael Chan2007-05-032-41/+81
| * | [BNX2]: Restructure PHY event handling.Michael Chan2007-05-031-23/+32
| * | [BNX2]: Add indirect spinlock.Michael Chan2007-05-032-1/+12
| * | [BNX2]: Add support for 5709 Serdes.Michael Chan2007-05-032-12/+227
| * | [BNX2]: Re-structure the 2.5G Serdes code.Michael Chan2007-05-031-39/+108
| * | [BNX2]: Put MII register offsets in the bnx2 struct.Michael Chan2007-05-032-47/+58
| * | [BNX2]: Add ipv6 TSO and checksum for 5709.Michael Chan2007-05-032-28/+67
| * | [BNX2]: Update 5709 firmware.Michael Chan2007-05-031-3930/+3938
| * | [BNX2]: Update 5708 firmware.Michael Chan2007-05-031-653/+1044
| * | [BNX2]: Save PCI state during suspend.Michael Chan2007-05-031-0/+2
| * | [BNX2]: Fix race conditions when calling register_netdev().Michael Chan2007-05-031-14/+14
| * | [BNX2]: Add 40-bit DMA workaround for 5708.Michael Chan2007-05-032-18/+21
| * | [BNX2]: Fix register and memory test on 5709.Michael Chan2007-05-031-24/+46
| * | [BNX2]: Block MII access when ifdown.Michael Chan2007-05-031-0/+6
| |/
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-05-05112-3166/+4122
|\ \
| * | Input: gpio_keys - add support for switches (EV_SW)Roman Moravcik2007-05-011-7/+12
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-011666-55507/+128759
| |\|
| * | Input: cobalt_btns - convert to use polldev libraryDmitry Torokhov2007-04-302-37/+23
| * | Input: add skeleton for simple polled devicesDmitry Torokhov2007-04-303-0/+183
| * | Input: wistron - fix typo in keymap for Acer TM610Eric Piel2007-04-301-1/+1
| * | Input: add input_set_capability() helperDmitry Torokhov2007-04-251-0/+56
| * | Input: i8042 - add Fujitsu touchscreen/touchpad PNP IDsDmitry Torokhov2007-04-251-0/+2
| * | Input: i8042 - add Panasonic CF-29 to nomux listDmitry Torokhov2007-04-251-0/+11
| * | Input: lifebook - split into 2 devicesDmitry Torokhov2007-04-251-20/+93
| * | Input: lifebook - add signature of Panasonic CF-29Dmitry Torokhov2007-04-251-0/+8
| * | Input: lifebook - activate 6-byte protocol on select modelsDmitry Torokhov2007-04-121-13/+65
| * | Input: lifebook - work properly on Panasonic CF-18Dmitry Torokhov2007-04-121-0/+14
| * | Input: cobalt buttons - separate device and driver registrationDmitry Torokhov2007-04-121-23/+1
| * | Input: ati_remote - make button repeat sensitivity configurableKarl Pickett2007-04-121-3/+20
| * | Input: pxa27x - do not use deprecated SA_INTERRUPT flagThomas Gleixner2007-04-121-1/+1
| * | Input: ucb1400 - make delays configurableCliff Brake2007-04-121-3/+14
| * | Input: misc devices - switch to using input_dev->dev.parentDmitry Torokhov2007-04-124-6/+6
| * | Input: joysticks - switch to using input_dev->dev.parentDmitry Torokhov2007-04-1218-18/+19
| * | Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov2007-04-1210-6/+10
| * | Input: mice - switch to using input_dev->dev.parentDmitry Torokhov2007-04-124-4/+4
| * | Input: USB devices - switch to using input_dev->dev.parentDmitry Torokhov2007-04-1213-13/+13
| * | Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov2007-04-1214-13/+15
| * | Input: prepare to switching to struct deviceDmitry Torokhov2007-04-121-0/+3
| * | Input: drivers/usb/input - don't access dev->private directlyDmitry Torokhov2007-04-1213-41/+56
| * | Input: drivers/input/misc - don't access dev->private directlyDmitry Torokhov2007-04-122-10/+9
| * | Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov2007-04-1214-20/+13
| * | Input: drivers/input/joystick - don't access dev->private directlyDmitry Torokhov2007-04-1220-49/+59
| * | Input: drivers/input/touchscreen - don't access dev->private directlyDmitry Torokhov2007-04-129-13/+8
| * | Input: drivers/input/mice - don't access dev->private directlyDmitry Torokhov2007-04-124-5/+0
| * | Input: USB devices - handle errors when registering input devicesDmitry Torokhov2007-04-1211-67/+99
| * | Input: remove old USB touchscreen driversDmitry Torokhov2007-04-124-998/+0
| * | Input: logips2pp - add model 1 informationDmitry Torokhov2007-04-121-0/+1
| * | Input: add logical channel support for ATI Remote Wonder IIPeter Stokes2007-04-121-9/+80