aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-26video/stifb.c: make 2 functions staticAdrian Bunk1-4/+2
2008-07-26video/console/stico{n,re}.c: make code staticAdrian Bunk3-21/+16
2008-07-26make macfb_setup() staticAdrian Bunk1-1/+1
2008-07-26drivers/char/rtc.c: make 2 functions staticAdrian Bunk1-2/+3
2008-07-26make parport_cs_release() staticAdrian Bunk1-1/+1
2008-07-26make pnp_add_card_id() staticAdrian Bunk2-2/+1
2008-07-26drm: make drm_minors_cleanup() staticAdrian Bunk1-1/+1
2008-07-26Use WARN() in drivers/base/Arjan van de Ven3-14/+7
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-2/+2
2008-07-26Documentation cleanup: trivial misspelling, punctuation, and grammar corrections.Matt LaPlante1-3/+3
2008-07-26mm: speculative page referencesNick Piggin1-0/+12
2008-07-26memstick: use fully asynchronous request processingAlex Dubov4-217/+218
2008-07-26memstick: add "start" and "stop" methods to memstick deviceAlex Dubov2-3/+41
2008-07-26memstick: allow "set_param" method to return an error codeAlex Dubov3-32/+70
2008-07-26tpm: Use correct data types for sizes in tpm_write() and tpm_read()Michael Halcrow1-2/+2
2008-07-26tpm: increase size of internal TPM response buffersMarcin Obara1-31/+93
2008-07-26tpm_bios.c: make 2 structs staticAdrian Bunk1-2/+2
2008-07-26tpm: add support for Broadcom TPM TIS device HIDLE DISEZ Erwan1-0/+1
2008-07-26parport_pc: add base_hi BAR for oxsemi_840Bernhard Walle1-1/+1
2008-07-26parport: remove superfluous local variableAndre Haupt1-2/+0
2008-07-26parport/share.c: proper externsAdrian Bunk1-3/+0
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori34-107/+117
2008-07-26pnp: fix the fcpnp_driver declaration to only exist if CONFIG_PNP=yDavid Howells1-2/+0
2008-07-26pnp: have quirk_system_pci_resources() include io resourcesRene Herman1-5/+8
2008-07-26isa: set 24-bit dma_mask for ISA devicesRene Herman1-0/+4
2008-07-26pnp: set the pnp_card dma_mask for use by ISAPnP cardsRene Herman1-0/+4
2008-07-26asic3: platform_get_irq() may return signed unnoticedRoel Kluin1-3/+5
2008-07-26drivers/mmc/host/sdhci.h needs scatterlist.hAndrew Morton1-0/+2
2008-07-25MFD_TC6393XB is ARM-onlyAdrian Bunk1-1/+1
2008-07-25Merge git://git.infradead.org/embedded-2.6Linus Torvalds3-3/+11
2008-07-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds6-50/+208
2008-07-25Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds17-603/+940
2008-07-25Fix ahci driver 'flags' typeLinus Torvalds1-1/+1
2008-07-25edac: mpc85xx fix pci ofdev 2nd passDave Jiang1-24/+43
2008-07-25edac: mv64x60 add pci fixupDave Jiang1-0/+35
2008-07-25edac: mv64x60 fix get_propertyDave Jiang1-1/+1
2008-07-25edac: e752x fix too loud on nonmemory errorsDoug Thompson1-17/+42
2008-07-25edac: core fix added newline to sysfs dimm labelsArthur Jones1-1/+5
2008-07-25edac: core fix static to dynamic ksetArthur Jones1-9/+6
2008-07-25edac: core fix redundant sysfs controls to parametersArthur Jones1-116/+1
2008-07-25edac: core fix workq timerArthur Jones1-1/+21
2008-07-25edac: core fix to use dynamic kobjectArthur Jones1-9/+21
2008-07-25edac: i5100: cleanupArthur Jones1-135/+261
2008-07-25edac: i5100 fix unmask ecc bitsArthur Jones1-0/+6
2008-07-25edac: i5100 fix enable ecc hardwareArthur Jones1-0/+10
2008-07-25edac: i5100 fix missing bitsArthur Jones1-3/+15
2008-07-25edac: i5100 new intel chipset driverArthur Jones3-0/+835
2008-07-25aoe: convert emsgs_sema into a completionMatthias Kaehlcke1-4/+5
2008-07-25unexport proc_clear_ttyAdrian Bunk1-1/+0
2008-07-25dell_rbu: use memory_read_from_buffer()Akinobu Mita1-25/+3