aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
* ARM: 5698/1: MMCI pass capabilities in platform dataLinus Walleij2009-09-15
* ARM: 5697/1: MMCI Break out clock divider setupLinus Walleij2009-09-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-09-14
|\
| * at_hdmac: Rework suspend_late()/resume_early()Dan Williams2009-09-14
| * PM: Reset transition_started at dpm_resume_noirqXiaotian Feng2009-09-14
| * PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki2009-09-14
| * hp-wmi: Switch driver to dev_pm_opsFrans Pop2009-09-14
| * floppy: Switch driver to dev_pm_opsFrans Pop2009-09-14
| * Merge branch 'master' into for-linusRafael J. Wysocki2009-09-14
| |\
| * \ Merge branch 'master' into for-linusRafael J. Wysocki2009-09-09
| |\ \
| * | | PM: Run-time PM platform device bus supportMagnus Damm2009-08-22
| * | | PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-22
| * | | Merge branch 'master' into for-linusRafael J. Wysocki2009-08-22
| |\ \ \
| * \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-20
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-18
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-17
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-10
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-05
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-07-30
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-07-29
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-23
| * | | | | | | | | | | | PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm2009-07-21
| * | | | | | | | | | | | USB: Rework musb suspend()/resume_early()Magnus Damm2009-07-21
| * | | | | | | | | | | | I2C: Rework i2c-s3c2410 suspend_late()/resume() V2Magnus Damm2009-07-21
| * | | | | | | | | | | | I2C: Rework i2c-pxa suspend_late()/resume_early()Magnus Damm2009-07-21
| * | | | | | | | | | | | DMA: Rework txx9dmac suspend_late()/resume_early()Magnus Damm2009-07-21
| * | | | | | | | | | | | DMA: Rework dw_dmac suspend_late()/resume_early()Magnus Damm2009-07-21
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2009-09-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Input: bcm5974 - silence uninitialized variables warningsHenrik Rydberg2009-09-13
| | * | | | | | | | | | | | | Input: wistron_btns - add keymap for AOpen 1557Dmitry Torokhov2009-09-13
| | * | | | | | | | | | | | | Input: psmouse - use boolean typeDmitry Torokhov2009-09-11
| | * | | | | | | | | | | | | Input: i8042 - use platform_driver_probeDmitry Torokhov2009-09-11
| | * | | | | | | | | | | | | Input: i8042 - use boolean type where it makes senseDmitry Torokhov2009-09-11
| | * | | | | | | | | | | | | Input: i8042 - try disabling and re-enabling AUX port at closeDmitry Torokhov2009-09-11
| | * | | | | | | | | | | | | Input: pxa27x_keypad - allow modifying keymap from userspaceDmitry Torokhov2009-09-11
| | * | | | | | | | | | | | | Input: sunkbd - fix formattingDmitry Torokhov2009-09-11
| | * | | | | | | | | | | | | Input: i8042 - bypass AUX IRQ delivery test on laptopsDmitry Torokhov2009-09-11
| | * | | | | | | | | | | | | Input: wacom_w8001 - simplify querying logicDmitry Torokhov2009-09-03
| | * | | | | | | | | | | | | Input: atkbd - allow setting force-release bitmap via sysfsDmitry Torokhov2009-09-03
| | * | | | | | | | | | | | | Input: w90p910_keypad - move a dereference below a NULL testJulia Lawall2009-08-30
| | * | | | | | | | | | | | | Input: add twl4030_keypad driverDavid Brownell2009-08-28
| | * | | | | | | | | | | | | Input: matrix-keypad - add function to build device keymapDmitry Torokhov2009-08-28
| | * | | | | | | | | | | | | Input: tosakbd - fix cleaning up KEY_STROBEs after errorRoel Kluin2009-08-28
| | * | | | | | | | | | | | | Input: joydev - validate axis/button maps before clobbering current onesStephen Kitt2009-08-28
| | * | | | | | | | | | | | | Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov2009-08-28
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Input: xpad - add USB ID for the drumkit controller from Rock BandCorbin Simpson2009-08-21
| | * | | | | | | | | | | | | | Input: w90p910_keypad - rename driver name to match platformWan ZongShun2009-08-21
| | * | | | | | | | | | | | | | Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang2009-08-20