| Commit message (Expand) | Author | Age | Files | Lines |
* | driver/ps3: Include <video/cmdline.h> for mode parsing | Thomas Zimmermann | 2023-02-20 | 1 | -12/+6 |
* | drivers/ps3: Read video= option with fb_get_option() | Thomas Zimmermann | 2023-02-20 | 1 | -2/+9 |
* | drivers/ps3: Fix double word in comments | Shaomin Deng | 2022-11-24 | 1 | -1/+1 |
* | powerpc/ps3: Warn on PS3 device errors | Geoff Levand | 2021-06-10 | 2 | -12/+12 |
* | powerpc/ps3: use dma_mapping_error() | Vincent Stehlé | 2020-12-15 | 1 | -1/+1 |
* | powerpc/ps3: make system bus's remove and shutdown callbacks return void | Uwe Kleine-König | 2020-12-03 | 2 | -8/+5 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 2 | -3/+3 |
* | drivers/ps3: Remove duplicate error messages | Markus Elfring | 2020-05-18 | 2 | -3/+0 |
* | drivers/powerpc: Replace _ALIGN_UP() by ALIGN() | Christophe Leroy | 2020-05-11 | 1 | -3/+3 |
* | powerpc/ps3: Move static keyword to the front of declaration | Xiongfeng Wang | 2020-05-04 | 1 | -2/+2 |
* | powerpc/ps3: Remove an unneeded NULL check | Dan Carpenter | 2020-04-02 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 | Thomas Gleixner | 2019-05-30 | 6 | -78/+6 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164 | Thomas Gleixner | 2019-05-30 | 2 | -26/+2 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | ps3: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 2017-12-04 | 1 | -9/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | powerpc: Remove all usages of NO_IRQ | Michael Ellerman | 2016-09-20 | 1 | -2/+2 |
* | drivers/ps3: Fix ps3-vuart null dereference | Colin King | 2015-09-29 | 1 | -2/+1 |
* | drivers/ps3: Fix ps3-lpm white space | Rudhresh Kumar J | 2015-09-29 | 1 | -1/+1 |
* | ps3: Fix trivial typos in comment and debug message | Yannick Guerrini | 2015-03-26 | 1 | -2/+2 |
* | powerpc/ps3: Fix sys-manager-core sparse warnings | Geoff Levand | 2015-01-22 | 1 | -3/+3 |
* | powerpc/ps3: Fix vuart sparse warnings | Geoff Levand | 2015-01-22 | 2 | -5/+16 |
* | ps3-vuart: don't use PREPARE_WORK | Tejun Heo | 2014-03-07 | 1 | -3/+1 |
* | Drivers: misc: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 3 | -3/+3 |
* | drivers/ps3: Fix checkpatch warnings in ps3av.c | Valentin Ilie | 2012-04-25 | 1 | -15/+9 |
* | powerpc/ps3: irq: Remove IRQF_DISABLED | Yong Zhang | 2011-11-08 | 2 | -2/+2 |
* | powerpc: Fix up modules that should be including module.h | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | powerpc: add export.h to files making use of EXPORT_SYMBOL | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 2 | -4/+4 |
* | powerpc/ps3: Replace the use of <module>-objs with <module>-y | Tracey Dent | 2010-11-29 | 1 | -1/+1 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2010-04-23 | 3 | -0/+3 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 3 | -0/+3 |
* | | Fix typos in comments | Thomas Weber | 2010-03-16 | 1 | -1/+1 |
|/ |
|
* | powerpc: Remove trailing space in messages | Frans Pop | 2010-02-09 | 1 | -1/+1 |
* | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | powerpc/ps3: Workaround for flash memory I/O error | Geoff Levand | 2009-09-11 | 1 | -3/+62 |
* | drivers/ps3: Add missing annotations | Geert Uytterhoeven | 2009-06-15 | 2 | -3/+3 |
* | ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h> | Geert Uytterhoeven | 2009-06-15 | 1 | -1/+2 |
* | ps3av: Set 16:9 aspect ratio for 720p video modes | sebastian.blanes@gmail.com | 2009-06-15 | 1 | -2/+2 |
* | powerpc/ps3: Make ps3av_set_video_mode mode ID signed | roel kluin | 2009-03-11 | 1 | -4/+12 |
* | powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/ps3 | Stephen Rothwell | 2009-01-16 | 3 | -19/+19 |
* | powerpc/ps3: The lv1_ routines have u64 parameters | Stephen Rothwell | 2009-01-16 | 1 | -11/+13 |
* | powerpc/ps3: Replace the flip_ctl logic in ps3av and ps3fb by a mutex | Geert Uytterhoeven | 2008-11-19 | 2 | -22/+2 |
* | powerpc/ps3: Fix compile error in ps3-lpm.c | Alexey Dobriyan | 2008-11-05 | 1 | -0/+1 |
* | ps3: Add passthru support for non-audio streams | Takashi Iwai | 2008-10-20 | 1 | -9/+10 |
* | ps3: Add ps3av_audio_mute_analog() | Masakazu Mokuno | 2008-10-20 | 1 | -0/+16 |
* | [POWERPC] PS3: Remove unsupported wakeup sources | Geoff Levand | 2008-05-02 | 1 | -6/+1 |
* | [POWERPC] PS3: Add time include to lpm | FUJITA Tomonori | 2008-05-02 | 1 | -0/+1 |
* | [POWERPC] PS3: Sys-manager Wake-on-LAN support | Geoff Levand | 2008-04-01 | 1 | -2/+44 |
* | [POWERPC] PS3: Save power in busy loops on halt | Geert Uytterhoeven | 2008-04-01 | 2 | -16/+30 |