aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-09-1414-185/+1283
|\
| * at_hdmac: Rework suspend_late()/resume_early()Dan Williams2009-09-141-7/+12
| * PM: Reset transition_started at dpm_resume_noirqXiaotian Feng2009-09-141-1/+1
| * PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki2009-09-141-85/+84
| * hp-wmi: Switch driver to dev_pm_opsFrans Pop2009-09-141-5/+10
| * floppy: Switch driver to dev_pm_opsFrans Pop2009-09-141-2/+7
| * Merge branch 'master' into for-linusRafael J. Wysocki2009-09-14999-40936/+83588
| |\
| * \ Merge branch 'master' into for-linusRafael J. Wysocki2009-09-1099-658/+1155
| |\ \
| * | | PM: Run-time PM platform device bus supportMagnus Damm2009-08-231-9/+37
| * | | PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-235-8/+1068
| * | | Merge branch 'master' into for-linusRafael J. Wysocki2009-08-2320-229/+373
| |\ \ \
| * \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-2021-263/+468
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-1843-309/+452
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-171-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-1671-353/+622
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-1079-1025/+1609
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-05128-1850/+4677
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-07-30100-4509/+4768
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-07-29124-458/+6687
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-243-12/+14
| * | | | | | | | | | | | PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm2009-07-221-36/+0
| * | | | | | | | | | | | USB: Rework musb suspend()/resume_early()Magnus Damm2009-07-221-6/+12
| * | | | | | | | | | | | I2C: Rework i2c-s3c2410 suspend_late()/resume() V2Magnus Damm2009-07-221-9/+16
| * | | | | | | | | | | | I2C: Rework i2c-pxa suspend_late()/resume_early()Magnus Damm2009-07-221-8/+17
| * | | | | | | | | | | | DMA: Rework txx9dmac suspend_late()/resume_early()Magnus Damm2009-07-221-5/+10
| * | | | | | | | | | | | DMA: Rework dw_dmac suspend_late()/resume_early()Magnus Damm2009-07-221-5/+10
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-1466-1557/+3747
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2009-09-133471-326570/+481356
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Input: bcm5974 - silence uninitialized variables warningsHenrik Rydberg2009-09-131-15/+16
| | * | | | | | | | | | | | | Input: wistron_btns - add keymap for AOpen 1557Dmitry Torokhov2009-09-131-1/+17
| | * | | | | | | | | | | | | Input: psmouse - use boolean typeDmitry Torokhov2009-09-1020-125/+133
| | * | | | | | | | | | | | | Input: i8042 - use platform_driver_probeDmitry Torokhov2009-09-101-23/+22
| | * | | | | | | | | | | | | Input: i8042 - use boolean type where it makes senseDmitry Torokhov2009-09-102-70/+71
| | * | | | | | | | | | | | | Input: i8042 - try disabling and re-enabling AUX port at closeDmitry Torokhov2009-09-101-1/+49
| | * | | | | | | | | | | | | Input: pxa27x_keypad - allow modifying keymap from userspaceDmitry Torokhov2009-09-101-82/+91
| | * | | | | | | | | | | | | Input: sunkbd - fix formattingDmitry Torokhov2009-09-101-55/+73
| | * | | | | | | | | | | | | Input: i8042 - bypass AUX IRQ delivery test on laptopsDmitry Torokhov2009-09-102-1/+36
| | * | | | | | | | | | | | | Input: wacom_w8001 - simplify querying logicDmitry Torokhov2009-09-031-81/+40
| | * | | | | | | | | | | | | Input: atkbd - allow setting force-release bitmap via sysfsDmitry Torokhov2009-09-031-6/+37
| | * | | | | | | | | | | | | Input: w90p910_keypad - move a dereference below a NULL testJulia Lawall2009-08-301-1/+3
| | * | | | | | | | | | | | | Input: add twl4030_keypad driverDavid Brownell2009-08-273-0/+492
| | * | | | | | | | | | | | | Input: matrix-keypad - add function to build device keymapDmitry Torokhov2009-08-272-26/+5
| | * | | | | | | | | | | | | Input: tosakbd - fix cleaning up KEY_STROBEs after errorRoel Kluin2009-08-271-9/+9
| | * | | | | | | | | | | | | Input: joydev - validate axis/button maps before clobbering current onesStephen Kitt2009-08-271-32/+74
| | * | | | | | | | | | | | | Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov2009-08-27500-9002/+16493
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Input: xpad - add USB ID for the drumkit controller from Rock BandCorbin Simpson2009-08-201-0/+2
| | * | | | | | | | | | | | | | Input: w90p910_keypad - rename driver name to match platformWan ZongShun2009-08-201-3/+3
| | * | | | | | | | | | | | | | Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang2009-08-197-4/+1012
| | * | | | | | | | | | | | | | Input: psmouse - allow defining read-only attributesDmitry Torokhov2009-08-191-5/+16
| | * | | | | | | | | | | | | | Input: eeti_ts - allow active high irq linesDaniel Mack2009-08-121-3/+19