summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2009-09-144-2/+414
|\
| * kconfig: add missing dependency of conf to localyesconfigSteven Rostedt2009-08-211-1/+1
| * kconfig: test if a .config already existsSteven Rostedt2009-08-181-10/+20
| * kconfig: make local .config default for streamline_configSteven Rostedt2009-08-181-4/+4
| * kconfig: test for /boot/config-uname after /proc/config.gz in localconfigSteven Rostedt2009-08-181-0/+4
| * kconfig: unset IKCONFIG_PROC and clean up nestingSteven Rostedt2009-08-181-6/+3
| * kconfig: search for a config to base the local(mod|yes)config onSteven Rostedt2009-08-181-1/+62
| * kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not setSteven Rostedt2009-08-181-1/+1
| * kconfig: have extract-ikconfig read ELF filesSteven Rostedt2009-08-181-0/+10
| * kconfig: add check if end exists in extract-ikconfigSteven Rostedt2009-08-181-0/+4
| * kconfig: enable CONFIG_IKCONFIG from streamline_config.plSteven Rostedt2009-08-181-10/+23
| * kconfig: do not warn about modules built inSteven Rostedt2009-08-181-3/+5
| * kconfig: streamline_config.pl do not stop with no dependsSteven Rostedt2009-08-181-5/+3
| * kconfig: add make localyesconfig optionSteven Rostedt2009-08-181-1/+12
| * kconfig: make localmodconfig to run streamline_config.plSteven Rostedt2009-08-181-1/+12
| * kconfig: add streamline_config.pl to scriptsSteven Rostedt2009-08-181-0/+291
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-1477-1572/+4347
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2009-09-138905-492122/+898852
| |\ \
| | * | 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-102-83/+94
| | * | 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-274-6/+505
| | * | Input: matrix-keypad - add function to build device keymapDmitry Torokhov2009-08-273-26/+37
| | * | 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-271284-18787/+32489
| | |\ \
| | * | | 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-199-4/+1488
| | * | | Input: psmouse - allow defining read-only attributesDmitry Torokhov2009-08-191-5/+16
| | * | | Input: eeti_ts - allow active high irq linesDaniel Mack2009-08-122-3/+28
| | * | | Input: w90p910_keypad - adjust to use definitions from matrix_keypad.hDmitry Torokhov2009-08-092-83/+66
| | * | | Input: add keypad driver for w90p910Wan ZongShun2009-08-094-0/+334
| | * | | Input: combine hil_kbd and hil_ptr driversDmitry Torokhov2009-08-095-493/+219
| | * | | Input: hil_kbd - prepare for merging with hil_ptrDmitry Torokhov2009-08-091-78/+78
| | * | | Input: hil_kbd - switch to use completion instead of semaphoreDmitry Torokhov2009-08-091-132/+140
| | * | | Input: wistron_btns - switch to using dev_pm_opsDmitry Torokhov2009-08-081-29/+37
| | * | | Input: serio - don't use serio->write() directlyDmitry Torokhov2009-08-056-86/+91
| | * | | Input: hgpk - forced recalibration for the OLPC touchpadPaul Fox2009-08-051-3/+52
| | * | | Input: tsc2007 - check if I2C communication works during probeRichard Röjfors2009-08-041-3/+5
| | * | | Input: tsc2007 - make get_pendown_state platform callback optionalDmitry Torokhov2009-08-041-79/+93