summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: insert PCMCIA device resources into resource treeDominik Brodowski2010-08-036-34/+60
* pcmcia: export resource information to sysfsDominik Brodowski2010-08-031-0/+13
* pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski2010-08-038-55/+48
* pcmcia: remove memreq_tDominik Brodowski2010-08-0316-98/+41
* pcmcia: move local definitions out of include/pcmcia/cs.hDominik Brodowski2010-08-032-0/+6
* pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-0352-559/+495
* pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-0349-238/+219
* pcmcia: use struct resource for PCMCIA devicesDominik Brodowski2010-08-033-69/+93
* pcmcia: clean up cs.hDominik Brodowski2010-08-031-0/+3
* pcmcia: use pcmica_{read,write}_config_byteDominik Brodowski2010-08-0310-164/+102
* pcmcia: remove cs_types.hDominik Brodowski2010-07-3082-98/+4
* pcmcia: remove unused flag, simplify headersDominik Brodowski2010-07-302-11/+7
* pcmcia: split up central event handlerDominik Brodowski2010-07-303-92/+54
* pcmcia: simplify event callbackDominik Brodowski2010-07-302-40/+10
* pcmcia: remove obsolete ioctlDominik Brodowski2010-07-307-1144/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-07-227-13/+30
|\
| * Input: synaptics - relax capability ID checks on newer hardwareDmitry Torokhov2010-07-212-2/+8
| * Input: twl40300-keypad - fix handling of "all ground" rowsDmitry Torokhov2010-07-201-6/+11
| * Input: gamecon - reference correct pad in gc_psx_command()Dmitry Torokhov2010-07-201-1/+1
| * Input: gamecon - reference correct input device in NES modeDmitry Torokhov2010-07-201-2/+1
| * Input: w90p910_keypad - change platfrom driver name to 'nuc900-kpi'Wan ZongShun2010-07-191-1/+1
| * Input: i8042 - add Gigabyte Spring Peak to dmi_noloop_tableKamal Mostafa2010-07-191-0/+7
| * Input: qt2160 - rename kconfig symbol nameChristoph Fritz2010-07-171-1/+1
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-227-10/+15
|\ \
| * | drm/radeon/kms: add quirk to make HP DV5000 laptop resumeAlex Deucher2010-07-221-0/+8
| * | drm/radeon/kms: fix RADEON_INFO_CRTC_FROM_ID info ioctlAlex Deucher2010-07-221-1/+2
| * | Fix ttm_page_alloc.c build breakageLuck, Tony2010-07-221-3/+3
| * | drm/radeon/kms: fix legacy LVDS dpms sequenceAlex Deucher2010-07-221-0/+1
| * | drm/radeon/kms: drop taking lock around crtc lookup.Dave Airlie2010-07-223-6/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-07-221-1/+5
|\ \ \
| * | | crypto: talitos - fix bug in sg_copy_end_to_bufferLee Nipper2010-07-191-1/+5
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-07-221-1/+1
|\ \ \ \
| * | | | sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel2010-07-211-1/+1
* | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-07-211-1/+3
|\ \ \ \ \
| * | | | | pcmcia: fix 'driver ... did not release config properly' warningPatrick McHardy2010-07-211-1/+3
* | | | | | Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/...Linus Torvalds2010-07-211-1/+1
|\ \ \ \ \ \
| * | | | | | mm: add context argument to shrinker callback to remaining shrinkersDave Chinner2010-07-211-1/+1
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-07-213-7/+14
|\ \ \ \ \ \
| * | | | | | drivers/sbus: Remove unnecessary casts of private_dataJoe Perches2010-07-121-2/+2
| * | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-06-26909-9507/+97776
| |\ \ \ \ \ \
| * | | | | | | sunsu: Fix use after free in su_remove().David S. Miller2010-05-261-4/+9
| * | | | | | | sunserial: Don't call add_preferred_console() when console= is specified.David S. Miller2010-05-251-1/+3
* | | | | | | | Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds2010-07-212-2/+2
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-2020-49/+139
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | drm/r600: fix possible NULL pointer derefernceAlex Deucher2010-07-211-1/+4
| * | | | | | drm/radeon/kms: add quirk for ASUS HD 3600 boardAlex Deucher2010-07-211-0/+9
| * | | | | | drm/nouveau: Fix crashes during fbcon init on single head cards.Francisco Jerez2010-07-211-1/+2
| * | | | | | drm/nouveau: fix pcirom vbios shadow breakage from acpi rom patchBen Skeggs2010-07-211-24/+9
| * | | | | | drm/radeon/kms: fix shared ddc harderAlex Deucher2010-07-211-14/+9
| * | | | | | drm/i915: enable low power render writes on GEN3 hardware.Dave Airlie2010-07-201-0/+10