aboutsummaryrefslogtreecommitdiff
path: root/drivers/ps3
AgeCommit message (Expand)AuthorFilesLines
2009-03-11powerpc/ps3: Make ps3av_set_video_mode mode ID signedGravatar roel kluin 1-4/+12
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/ps3Gravatar Stephen Rothwell 3-19/+19
2009-01-16powerpc/ps3: The lv1_ routines have u64 parametersGravatar Stephen Rothwell 1-11/+13
2008-11-19powerpc/ps3: Replace the flip_ctl logic in ps3av and ps3fb by a mutexGravatar Geert Uytterhoeven 2-22/+2
2008-11-05powerpc/ps3: Fix compile error in ps3-lpm.cGravatar Alexey Dobriyan 1-0/+1
2008-10-20ps3: Add passthru support for non-audio streamsGravatar Takashi Iwai 1-9/+10
2008-10-20ps3: Add ps3av_audio_mute_analog()Gravatar Masakazu Mokuno 1-0/+16
2008-05-02[POWERPC] PS3: Remove unsupported wakeup sourcesGravatar Geoff Levand 1-6/+1
2008-05-02[POWERPC] PS3: Add time include to lpmGravatar FUJITA Tomonori 1-0/+1
2008-04-01[POWERPC] PS3: Sys-manager Wake-on-LAN supportGravatar Geoff Levand 1-2/+44
2008-04-01[POWERPC] PS3: Save power in busy loops on haltGravatar Geert Uytterhoeven 2-16/+30
2008-02-14[POWERPC] PS3: Update sys-manager button eventsGravatar Geoff Levand 1-6/+23
2008-02-14[POWERPC] PS3: Sys-manager code cleanupGravatar Geoff Levand 1-6/+7
2008-02-14[POWERPC] PS3: Use system reboot on restartGravatar Geoff Levand 1-1/+1
2008-02-14[POWERPC] PS3: Fix reading pm interval in logical performance monitorGravatar Takashi Yamamoto 1-8/+10
2008-02-14[POWERPC] PS3: Fix setting bookmark in logical performance monitorGravatar Takashi Yamamoto 1-2/+2
2008-02-06ps3: use symbolic names for video modesGravatar Geert Uytterhoeven 1-19/+20
2008-02-06ps3av: ps3av_get_scanmode() and ps3av_get_refresh_rate() are unusedGravatar Geert Uytterhoeven 1-45/+13
2008-01-25[POWERPC] PS3: Vuart: change semaphore to mutexGravatar Geoff Levand 1-11/+11
2008-01-25[POWERPC] PS3: Add logical performance monitor driver supportGravatar Takashi Yamamoto 2-0/+1249
2008-01-25[POWERPC] PS3: Checkpatch cleanups for drivers/ps3/ps3-vuart.cGravatar Geert Uytterhoeven 1-9/+7
2008-01-25[POWERPC] PS3: Checkpatch cleanups for drivers/ps3/ps3-sys-manager.cGravatar Geert Uytterhoeven 1-7/+7
2007-12-23ps3: vuart: fix error path lockingGravatar Daniel Walker 1-1/+0
2007-11-29ps3: prefix all ps3-specific kernel modules with `ps3-'Gravatar Geert Uytterhoeven 3-2/+2
2007-10-19remove asm/bitops.h includesGravatar Jiri Slaby 1-1/+1
2007-10-19ps3av: remove unused fields in ps3av_monitor_quirksGravatar Geert Uytterhoeven 1-5/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesGravatar Joe Perches 1-1/+1
2007-10-16ps3fb: default to 480p on DVI-D/HDMI if video=safeGravatar Geert Uytterhoeven 1-0/+13
2007-10-16ps3av: dont distinguish between `boot' and `non-boot' autodetectionGravatar Geert Uytterhoeven 1-29/+6
2007-10-16ps3av: remove unused ps3av_set_mode()Gravatar Geert Uytterhoeven 1-21/+0
2007-10-16ps3av: add quirk database for broken monitorsGravatar Geert Uytterhoeven 1-0/+41
2007-10-16ps3av: add autodetection for VESA modesGravatar Geert Uytterhoeven 1-37/+58
2007-10-16ps3av: treat DVI-D like HDMI in autodetectGravatar Geert Uytterhoeven 1-16/+8
2007-10-16ps3av: use PS3 video mode ids in autodetect codeGravatar Geert Uytterhoeven 1-50/+40
2007-10-16ps3av: eliminate PS3AV_DEBUGGravatar Geert Uytterhoeven 2-71/+67
2007-10-16ps3av: eliminate unneeded temporary variablesGravatar Geert Uytterhoeven 1-11/+6
2007-10-16ps3: Fix black and white stripesGravatar Masashi Kimoto 1-20/+38
2007-06-28[POWERPC] PS3: Storage Driver CoreGravatar Geert Uytterhoeven 2-0/+303
2007-06-28[POWERPC] PS3: Rework AV settings driverGravatar Geoff Levand 3-208/+202
2007-06-28[POWERPC] PS3: System manager re-workGravatar Geoff Levand 3-99/+260
2007-06-28[POWERPC] PS3: Vuart reworkGravatar Geoff Levand 2-374/+510
2007-06-28[POWERPC] PS3: Add support for HDMI RGB Full Range modeGravatar Masashi Kimoto 1-0/+16
2007-06-28[POWERPC] PS3: Use __maybe_unusedGravatar Geoff Levand 1-2/+2
2007-05-08Merge branch 'linux-2.6'Gravatar Paul Mackerras 2-56/+72
2007-05-04ps3av: Use __func__ instead of __FUNCTION__Gravatar Geert Uytterhoeven 2-33/+29
2007-05-04ps3: Make `ps3videomode -v 0 (auto mode) work againGravatar Masashi Kimoto 1-0/+7
2007-05-04ps3av: misc updatesGravatar Geert Uytterhoeven 1-7/+22
2007-05-04ps3av: thread updatesGravatar Geert Uytterhoeven 1-16/+14
2007-05-02[POWERPC] PS3: Interrupt routine fixups.Gravatar Geoff Levand 1-4/+4
2007-04-30[POWERPC] Remove dev_dbg redefinition in drivers/ps3/vuart.cGravatar Paul Mackerras 1-8/+0