04 Dec, 2009

1 commit

  • That is "success", "unknown", "through", "performance", "[re|un]mapping"
    , "access", "default", "reasonable", "[con]currently", "temperature"
    , "channel", "[un]used", "application", "example","hierarchy", "therefore"
    , "[over|under]flow", "contiguous", "threshold", "enough" and others.

    Signed-off-by: André Goddard Rosa
    Signed-off-by: Jiri Kosina

    André Goddard Rosa
     

11 Sep, 2009

1 commit

  • A workaround for flash memory I/O errors when the PS3 internal
    hard disk has not been formatted for OtherOS use.

    This error condition mainly effects 'Live CD' users who have not
    formatted the PS3's internal hard disk for OtherOS.

    Fixes errors similar to these when using the ps3-flash-util
    or ps3-boot-game-os programs:

    ps3flash read failed 0x2050000
    os_area_header_read: read error: os_area_header: Input/output error
    main:627: os_area_read_hp error.
    ERROR: can't change boot flag

    Signed-off-by: Geoff Levand
    Signed-off-by: Benjamin Herrenschmidt

    Geoff Levand
     

15 Jun, 2009

3 commits


11 Mar, 2009

1 commit


16 Jan, 2009

2 commits

  • Also some min -> mint_t conversion.

    Signed-off-by: Stephen Rothwell
    Acked-by: Geoff Levand
    Signed-off-by: Benjamin Herrenschmidt

    Stephen Rothwell
     
  • We just fix up the reference parameters as the others are dealt with by
    arithmetic promotion rules and don't cause warnings.

    This removes warnings like this:

    arch/powerpc/platforms/ps3/interrupt.c:327: warning: passing argument 1 of 'lv1_construct_event_receive_port' from incompatible pointer type

    Also, these:

    drivers/ps3/ps3-vuart.c:462: warning: passing argument 4 of 'ps3_vuart_raw_read' from incompatible pointer type
    drivers/ps3/ps3-vuart.c:592: warning: passing argument 4 of 'ps3_vuart_raw_read' from incompatible pointer type

    Signed-off-by: Stephen Rothwell
    Acked-by: Geoff Levand
    Signed-off-by: Benjamin Herrenschmidt

    Stephen Rothwell
     

19 Nov, 2008

1 commit


05 Nov, 2008

1 commit

  • Compiling with CONFIG_SMP = n and CONFIG_PS3_LPM != n gives this error:

    drivers/ps3/ps3-lpm.c:838: error: implicit declaration of function 'get_hard_smp_processor_id'

    This fixes it. We have to include rather than
    because the UP definition of get_hard_smp_processor_id()
    is in , and only includes if
    CONFIG_SMP = y.

    Signed-off-by: Alexey Dobriyan
    Acked-by: Geoff Levand
    Signed-off-by: Paul Mackerras

    Alexey Dobriyan
     

20 Oct, 2008

2 commits


02 May, 2008

2 commits


01 Apr, 2008

2 commits


14 Feb, 2008

5 commits


07 Feb, 2008

2 commits


25 Jan, 2008

4 commits


24 Dec, 2007

1 commit

  • This stray down would cause a permanent sleep which doesn't seem correct.
    The other uses of this semaphore appear fairly mutex like it's even
    initialized with init_MUTEX() .. So here a patch for removing this one
    down().

    Signed-off-by: Geoff Levand
    Signed-off-by: Daniel Walker
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Daniel Walker
     

30 Nov, 2007

1 commit


20 Oct, 2007

2 commits

  • remove asm/bitops.h includes

    including asm/bitops directly may cause compile errors. don't include it
    and include linux/bitops instead. next patch will deny including asm header
    directly.

    Cc: Adrian Bunk
    Signed-off-by: Jiri Slaby
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jiri Slaby
     
  • Remove the `clear_50' and `clear_vesa' fields of struct
    ps3av_monitor_quirk, as they're currently unused. We can always re-add
    them when we really need them.

    Signed-off-by: Geert Uytterhoeven
    Cc: "Antonino A. Daplas"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Geert Uytterhoeven
     

19 Oct, 2007

1 commit

  • Found these while looking at printk uses.

    Add missing newlines to dev_ uses
    Add missing KERN_ prefixes to multiline dev_s
    Fixed a wierd->weird spelling typo
    Added a newline to a printk

    Signed-off-by: Joe Perches
    Cc: "Luck, Tony"
    Cc: Jens Axboe
    Cc: Mark M. Hoffman
    Cc: Roland Dreier
    Cc: Tilman Schmidt
    Cc: David Woodhouse
    Cc: Jeff Garzik
    Cc: Stephen Hemminger
    Cc: Greg KH
    Cc: Jeremy Fitzhardinge
    Cc: Geert Uytterhoeven
    Cc: Alessandro Zummo
    Cc: David Brownell
    Cc: James Smart
    Cc: Andrew Vasquez
    Cc: "Antonino A. Daplas"
    Cc: Evgeniy Polyakov
    Cc: Russell King
    Cc: Jaroslav Kysela
    Cc: Takashi Iwai
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Joe Perches
     

17 Oct, 2007

8 commits