Age | Commit message (Expand) | Author | Files | Lines |
2008-04-01 | [POWERPC] PS3: Sys-manager Wake-on-LAN support | Geoff Levand | 1 | -2/+44 |
2008-04-01 | [POWERPC] PS3: Save power in busy loops on halt | Geert Uytterhoeven | 2 | -16/+30 |
2008-02-14 | [POWERPC] PS3: Update sys-manager button events | Geoff Levand | 1 | -6/+23 |
2008-02-14 | [POWERPC] PS3: Sys-manager code cleanup | Geoff Levand | 1 | -6/+7 |
2008-02-14 | [POWERPC] PS3: Use system reboot on restart | Geoff Levand | 1 | -1/+1 |
2008-02-14 | [POWERPC] PS3: Fix reading pm interval in logical performance monitor | Takashi Yamamoto | 1 | -8/+10 |
2008-02-14 | [POWERPC] PS3: Fix setting bookmark in logical performance monitor | Takashi Yamamoto | 1 | -2/+2 |
2008-02-06 | ps3: use symbolic names for video modes | Geert Uytterhoeven | 1 | -19/+20 |
2008-02-06 | ps3av: ps3av_get_scanmode() and ps3av_get_refresh_rate() are unused | Geert Uytterhoeven | 1 | -45/+13 |
2008-01-25 | [POWERPC] PS3: Vuart: change semaphore to mutex | Geoff Levand | 1 | -11/+11 |
2008-01-25 | [POWERPC] PS3: Add logical performance monitor driver support | Takashi Yamamoto | 2 | -0/+1249 |
2008-01-25 | [POWERPC] PS3: Checkpatch cleanups for drivers/ps3/ps3-vuart.c | Geert Uytterhoeven | 1 | -9/+7 |
2008-01-25 | [POWERPC] PS3: Checkpatch cleanups for drivers/ps3/ps3-sys-manager.c | Geert Uytterhoeven | 1 | -7/+7 |
2007-12-23 | ps3: vuart: fix error path locking | Daniel Walker | 1 | -1/+0 |
2007-11-29 | ps3: prefix all ps3-specific kernel modules with `ps3-' | Geert Uytterhoeven | 3 | -2/+2 |
2007-10-19 | remove asm/bitops.h includes | Jiri Slaby | 1 | -1/+1 |
2007-10-19 | ps3av: remove unused fields in ps3av_monitor_quirks | Geert Uytterhoeven | 1 | -5/+1 |
2007-10-18 | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 1 | -1/+1 |
2007-10-16 | ps3fb: default to 480p on DVI-D/HDMI if video=safe | Geert Uytterhoeven | 1 | -0/+13 |
2007-10-16 | ps3av: dont distinguish between `boot' and `non-boot' autodetection | Geert Uytterhoeven | 1 | -29/+6 |
2007-10-16 | ps3av: remove unused ps3av_set_mode() | Geert Uytterhoeven | 1 | -21/+0 |
2007-10-16 | ps3av: add quirk database for broken monitors | Geert Uytterhoeven | 1 | -0/+41 |
2007-10-16 | ps3av: add autodetection for VESA modes | Geert Uytterhoeven | 1 | -37/+58 |
2007-10-16 | ps3av: treat DVI-D like HDMI in autodetect | Geert Uytterhoeven | 1 | -16/+8 |
2007-10-16 | ps3av: use PS3 video mode ids in autodetect code | Geert Uytterhoeven | 1 | -50/+40 |
2007-10-16 | ps3av: eliminate PS3AV_DEBUG | Geert Uytterhoeven | 2 | -71/+67 |
2007-10-16 | ps3av: eliminate unneeded temporary variables | Geert Uytterhoeven | 1 | -11/+6 |
2007-10-16 | ps3: Fix black and white stripes | Masashi Kimoto | 1 | -20/+38 |
2007-06-28 | [POWERPC] PS3: Storage Driver Core | Geert Uytterhoeven | 2 | -0/+303 |
2007-06-28 | [POWERPC] PS3: Rework AV settings driver | Geoff Levand | 3 | -208/+202 |
2007-06-28 | [POWERPC] PS3: System manager re-work | Geoff Levand | 3 | -99/+260 |
2007-06-28 | [POWERPC] PS3: Vuart rework | Geoff Levand | 2 | -374/+510 |
2007-06-28 | [POWERPC] PS3: Add support for HDMI RGB Full Range mode | Masashi Kimoto | 1 | -0/+16 |
2007-06-28 | [POWERPC] PS3: Use __maybe_unused | Geoff Levand | 1 | -2/+2 |
2007-05-08 | Merge branch 'linux-2.6' | Paul Mackerras | 2 | -56/+72 |
2007-05-04 | ps3av: Use __func__ instead of __FUNCTION__ | Geert Uytterhoeven | 2 | -33/+29 |
2007-05-04 | ps3: Make `ps3videomode -v 0 (auto mode) work again | Masashi Kimoto | 1 | -0/+7 |
2007-05-04 | ps3av: misc updates | Geert Uytterhoeven | 1 | -7/+22 |
2007-05-04 | ps3av: thread updates | Geert Uytterhoeven | 1 | -16/+14 |
2007-05-02 | [POWERPC] PS3: Interrupt routine fixups. | Geoff Levand | 1 | -4/+4 |
2007-04-30 | [POWERPC] Remove dev_dbg redefinition in drivers/ps3/vuart.c | Paul Mackerras | 1 | -8/+0 |
2007-03-14 | [PATCH] C99 initializers, proper use of const in drivers/ps3 | Al Viro | 1 | -11/+13 |
2007-03-14 | [PATCH] misc NULL noise | Al Viro | 1 | -2/+2 |
2007-03-10 | [POWERPC] ps3: always make sure were running on a PS3 | Geert Uytterhoeven | 3 | -2/+15 |
2007-02-16 | [POWERPC] PS3: System manager support | Geoff Levand | 2 | -0/+605 |
2007-02-16 | [POWERPC] PS3: Vuart add async read | Geoff Levand | 2 | -4/+78 |
2007-02-16 | [POWERPC] PS3: Vuart cleanups | Geoff Levand | 2 | -132/+245 |
2007-02-12 | [PATCH] ps3: disable display flipping during mode changes | Geert Uytterhoeven | 1 | -1/+4 |
2007-02-12 | [PATCH] ps3: AV Settings Driver | Geert Uytterhoeven | 3 | -0/+1992 |
2007-02-12 | [PATCH] ps3: add shutdown to virtual uart port driver framework | Geert Uytterhoeven | 2 | -0/+18 |