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