aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-06-15ps3flash: Cache the last accessed FLASH chunkGeert Uytterhoeven1-105/+104
2009-06-15ps3: Replace direct file operations by callbackGeert Uytterhoeven1-24/+70
2009-06-15drivers/ps3: Add missing annotationsGeert Uytterhoeven2-3/+3
2009-06-15ps3fb: Use ps3_system_bus_[gs]et_drvdata() instead of direct accessGeert Uytterhoeven1-3/+3
2009-06-15ps3flash: Use ps3_system_bus_[gs]et_drvdata() instead of direct accessGeert Uytterhoeven1-6/+6
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven5-50/+43
2009-06-15block/ps3: remove driver_data direct access of struct deviceRoel Kluin2-35/+38
2009-06-15ps3vram: Make ps3vram_priv.reports a void *Geert Uytterhoeven1-3/+3
2009-06-15ps3vram: Remove no longer used ps3vram_priv.ddr_baseGeert Uytterhoeven1-13/+1
2009-06-15ps3vram: Replace mutex by spinlock + bio_listGeert Uytterhoeven1-15/+36
2009-06-15ps3fb: Tear down FB setup during cleanupGeert Uytterhoeven1-1/+4
2009-06-15ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven3-65/+31
2009-06-15ps3vram: GPU memory mapping cleanupGeert Uytterhoeven1-5/+14
2009-06-15ps3fb: GPU memory mapping cleanupGeert Uytterhoeven1-3/+12
2009-06-15ps3fb: Correct handling of device opening in ps3fb_probe()Geert Uytterhoeven1-6/+10
2009-06-15ps3fb: Inline functions in ps3fb_probe(), to ease cleanup in the error pathGeert Uytterhoeven1-106/+86
2009-06-15ps3fb: Remove useless debug checks in ps3fb_shutdown()Geert Uytterhoeven1-12/+2
2009-06-15ps3vram: Correct exchanged gotos in ps3vram_probe() error pathJim Paris1-2/+2
2009-06-15ps3vram: Use proc_create_data() instead of proc_create()Geert Uytterhoeven1-5/+3
2009-06-15ps3vram: Fix error path (return -EIO) for short read/writeGeert Uytterhoeven1-0/+1
2009-06-15ps3av: Set 16:9 aspect ratio for 720p video modes[email protected]1-2/+2
2009-06-15Merge commit 'origin/master' into nextBenjamin Herrenschmidt423-11388/+55082
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds24-136/+181
2009-06-14fusion: fix recent kernel-doc problemsRandy Dunlap2-4/+3
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds26-203/+2129
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds64-95/+96
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds16-51/+805
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds43-178/+4145
2009-06-14Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier22-133/+150
2009-06-14mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-14Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King9-6/+1570
2009-06-13IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-13atmel-mci: add MCI2 register definitionsNicolas Ferre1-0/+22
2009-06-13atmel-mci: Integrate AT91 specific definition in header fileNicolas Ferre1-0/+11
2009-06-13tmio_mmc: allow compilation for ASIC3Philipp Zabel2-3/+3
2009-06-13mmc_block: do not DMA to stackBen Dooks1-4/+12
2009-06-13sdhci: Print ADMA status and pointer on debugBen Dooks1-0/+5
2009-06-13tmio_mmc: fix clock setupIan Molton1-10/+5
2009-06-13tmio_mmc: map SD control registers after enabling the MFD cellPhilipp Zabel1-10/+10
2009-06-13tmio_mmc: correct probe return value for num_resources != 3Philipp Zabel1-7/+5
2009-06-13tmio_mmc: don't use set_irq_typePhilipp Zabel1-4/+2
2009-06-13tmio_mmc: add bus_shift supportPhilipp Zabel2-81/+125
2009-06-13MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel4-13/+26
2009-06-13mmc_spi: don't use EINVAL for possible transmission errorsWolfgang Muees1-5/+6
2009-06-13cb710: more cleanup for the DEBUG case.Michał Mirosław2-0/+7
2009-06-13sdhci: platform driver for SDHCIRichard Röjfors3-0/+180
2009-06-13mxcmmc: remove frequency workaroundPierre Ossman1-2/+0
2009-06-13cb710: handle DEBUG define in MakefilePierre Ossman1-0/+4
2009-06-13cb710: add missing parenthesisPierre Ossman1-1/+1
2009-06-13cb710: fix printk format stringPierre Ossman1-1/+1