aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ps3
AgeCommit message (Expand)AuthorFilesLines
2023-02-20driver/ps3: Include <video/cmdline.h> for mode parsingThomas Zimmermann1-12/+6
2023-02-20drivers/ps3: Read video= option with fb_get_option()Thomas Zimmermann1-2/+9
2022-11-24drivers/ps3: Fix double word in commentsShaomin Deng1-1/+1
2021-06-10powerpc/ps3: Warn on PS3 device errorsGeoff Levand2-12/+12
2020-12-15powerpc/ps3: use dma_mapping_error()Vincent Stehlé1-1/+1
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2-8/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-05-19drivers/ps3: Remove duplicate error messagesMarkus Elfring2-3/+0
2020-05-11drivers/powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-3/+3
2020-05-04powerpc/ps3: Move static keyword to the front of declarationXiongfeng Wang1-2/+2
2020-04-03powerpc/ps3: Remove an unneeded NULL checkDan Carpenter1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner6-78/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner2-26/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2017-12-04ps3: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-9/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-2/+2
2015-09-29drivers/ps3: Fix ps3-vuart null dereferenceColin King1-2/+1
2015-09-29drivers/ps3: Fix ps3-lpm white spaceRudhresh Kumar J1-1/+1
2015-03-26ps3: Fix trivial typos in comment and debug messageYannick Guerrini1-2/+2
2015-01-22powerpc/ps3: Fix sys-manager-core sparse warningsGeoff Levand1-3/+3
2015-01-22powerpc/ps3: Fix vuart sparse warningsGeoff Levand2-5/+16
2014-03-07ps3-vuart: don't use PREPARE_WORKTejun Heo1-3/+1
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman3-3/+3
2012-04-24drivers/ps3: Fix checkpatch warnings in ps3av.cValentin Ilie1-15/+9
2011-11-08powerpc/ps3: irq: Remove IRQF_DISABLEDYong Zhang2-2/+2
2011-10-31powerpc: Fix up modules that should be including module.hPaul Gortmaker1-0/+1
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi2-4/+4
2010-11-29powerpc/ps3: Replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-04-23Merge branch 'master' into for-nextJiri Kosina3-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-0/+3
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-02-09powerpc: Remove trailing space in messagesFrans Pop1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-11powerpc/ps3: Workaround for flash memory I/O errorGeoff Levand1-3/+62
2009-06-15drivers/ps3: Add missing annotationsGeert Uytterhoeven2-3/+3
2009-06-15ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven1-1/+2
2009-06-15ps3av: Set 16:9 aspect ratio for 720p video modessebastian.blanes@gmail.com1-2/+2
2009-03-11powerpc/ps3: Make ps3av_set_video_mode mode ID signedroel kluin1-4/+12
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/ps3Stephen Rothwell3-19/+19
2009-01-16powerpc/ps3: The lv1_ routines have u64 parametersStephen Rothwell1-11/+13
2008-11-19powerpc/ps3: Replace the flip_ctl logic in ps3av and ps3fb by a mutexGeert Uytterhoeven2-22/+2
2008-11-05powerpc/ps3: Fix compile error in ps3-lpm.cAlexey Dobriyan1-0/+1
2008-10-20ps3: Add passthru support for non-audio streamsTakashi Iwai1-9/+10
2008-10-20ps3: Add ps3av_audio_mute_analog()Masakazu Mokuno1-0/+16
2008-05-02[POWERPC] PS3: Remove unsupported wakeup sourcesGeoff Levand1-6/+1
2008-05-02[POWERPC] PS3: Add time include to lpmFUJITA Tomonori1-0/+1
2008-04-01[POWERPC] PS3: Sys-manager Wake-on-LAN supportGeoff Levand1-2/+44
2008-04-01[POWERPC] PS3: Save power in busy loops on haltGeert Uytterhoeven2-16/+30
2008-02-14[POWERPC] PS3: Update sys-manager button eventsGeoff Levand1-6/+23
2008-02-14[POWERPC] PS3: Sys-manager code cleanupGeoff Levand1-6/+7
2008-02-14[POWERPC] PS3: Use system reboot on restartGeoff Levand1-1/+1
2008-02-14[POWERPC] PS3: Fix reading pm interval in logical performance monitorTakashi Yamamoto1-8/+10
2008-02-14[POWERPC] PS3: Fix setting bookmark in logical performance monitorTakashi Yamamoto1-2/+2
2008-02-06ps3: use symbolic names for video modesGeert Uytterhoeven1-19/+20
2008-02-06ps3av: ps3av_get_scanmode() and ps3av_get_refresh_rate() are unusedGeert Uytterhoeven1-45/+13
2008-01-25[POWERPC] PS3: Vuart: change semaphore to mutexGeoff Levand1-11/+11
2008-01-25[POWERPC] PS3: Add logical performance monitor driver supportTakashi Yamamoto2-0/+1249
2008-01-25[POWERPC] PS3: Checkpatch cleanups for drivers/ps3/ps3-vuart.cGeert Uytterhoeven1-9/+7
2008-01-25[POWERPC] PS3: Checkpatch cleanups for drivers/ps3/ps3-sys-manager.cGeert Uytterhoeven1-7/+7
2007-12-23ps3: vuart: fix error path lockingDaniel Walker1-1/+0
2007-11-29ps3: prefix all ps3-specific kernel modules with `ps3-'Geert Uytterhoeven3-2/+2
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-19ps3av: remove unused fields in ps3av_monitor_quirksGeert Uytterhoeven1-5/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-10-16ps3fb: default to 480p on DVI-D/HDMI if video=safeGeert Uytterhoeven1-0/+13
2007-10-16ps3av: dont distinguish between `boot' and `non-boot' autodetectionGeert Uytterhoeven1-29/+6
2007-10-16ps3av: remove unused ps3av_set_mode()Geert Uytterhoeven1-21/+0
2007-10-16ps3av: add quirk database for broken monitorsGeert Uytterhoeven1-0/+41
2007-10-16ps3av: add autodetection for VESA modesGeert Uytterhoeven1-37/+58
2007-10-16ps3av: treat DVI-D like HDMI in autodetectGeert Uytterhoeven1-16/+8
2007-10-16ps3av: use PS3 video mode ids in autodetect codeGeert Uytterhoeven1-50/+40
2007-10-16ps3av: eliminate PS3AV_DEBUGGeert Uytterhoeven2-71/+67
2007-10-16ps3av: eliminate unneeded temporary variablesGeert Uytterhoeven1-11/+6
2007-10-16ps3: Fix black and white stripesMasashi Kimoto1-20/+38
2007-06-28[POWERPC] PS3: Storage Driver CoreGeert Uytterhoeven2-0/+303
2007-06-28[POWERPC] PS3: Rework AV settings driverGeoff Levand3-208/+202
2007-06-28[POWERPC] PS3: System manager re-workGeoff Levand3-99/+260
2007-06-28[POWERPC] PS3: Vuart reworkGeoff Levand2-374/+510
2007-06-28[POWERPC] PS3: Add support for HDMI RGB Full Range modeMasashi Kimoto1-0/+16
2007-06-28[POWERPC] PS3: Use __maybe_unusedGeoff Levand1-2/+2
2007-05-08Merge branch 'linux-2.6'Paul Mackerras2-56/+72
2007-05-04ps3av: Use __func__ instead of __FUNCTION__Geert Uytterhoeven2-33/+29
2007-05-04ps3: Make `ps3videomode -v 0 (auto mode) work againMasashi Kimoto1-0/+7
2007-05-04ps3av: misc updatesGeert Uytterhoeven1-7/+22
2007-05-04ps3av: thread updatesGeert Uytterhoeven1-16/+14
2007-05-02[POWERPC] PS3: Interrupt routine fixups.Geoff Levand1-4/+4
2007-04-30[POWERPC] Remove dev_dbg redefinition in drivers/ps3/vuart.cPaul Mackerras1-8/+0
2007-03-14[PATCH] C99 initializers, proper use of const in drivers/ps3Al Viro1-11/+13
2007-03-14[PATCH] misc NULL noiseAl Viro1-2/+2
2007-03-10[POWERPC] ps3: always make sure were running on a PS3Geert Uytterhoeven3-2/+15
2007-02-16[POWERPC] PS3: System manager supportGeoff Levand2-0/+605
2007-02-16[POWERPC] PS3: Vuart add async readGeoff Levand2-4/+78
2007-02-16[POWERPC] PS3: Vuart cleanupsGeoff Levand2-132/+245
2007-02-12[PATCH] ps3: disable display flipping during mode changesGeert Uytterhoeven1-1/+4
2007-02-12[PATCH] ps3: AV Settings DriverGeert Uytterhoeven3-0/+1992
2007-02-12[PATCH] ps3: add shutdown to virtual uart port driver frameworkGeert Uytterhoeven2-0/+18
2007-02-07[POWERPC] PS3: Move vuart declarations to ps3.hGeoff Levand1-37/+1
2007-02-07[POWERPC] PS3: Move system bus to platform directoryGeoff Levand2-363/+0
2007-02-07[POWERPC] ps3: bind interrupt to cpuGeoff Levand1-2/+2
2007-02-07[POWERPC] ps3: system bus minor mmio fixBenjamin Herrenschmidt1-3/+3
2006-12-11[POWERPC] ps3: Add vuart supportGeoff Levand3-0/+1060
2006-12-04[POWERPC] ps3: multiplatform build fixesArnd Bergmann1-0/+4
2006-12-04[POWERPC] ps3: add ps3 platform system bus supportGeoff Levand2-0/+359