17 Jun, 2009

1 commit


25 May, 2008

1 commit

  • Remove the old changelog entries which are now out of date and should be
    extractable from git anyway. Also tidy up the copyright for the driver.

    Signed-off-by: Ben Dooks
    Cc: Arnaud Patard
    Acked-by: Krzysztof Helt
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Ben Dooks
     

07 Feb, 2008

1 commit


17 Oct, 2007

3 commits

  • This patch:
    - moves more display mode preparations to s3c2410fb_check_var()
    - reduces number of fields in s3c2410fb_info
    - removes redundant values setting in s3c2410fb_probe()
    - removes static mach_info pointer
    - releases fb_info structure in s3c2410fb_remove()
    - changes s3c2410fb_init to __init from __devinit
    - fixes few typos in comments and removes unused includes

    Signed-off-by: Krzysztof Helt
    Signed-off-by: Antonino Daplas
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Krzysztof Helt
     
  • This patch adds a new structure to describe and handle
    more than one panel (display mode) for the s3c2410 framebuffer.
    This structure is added after the pxafb driver.

    Signed-off-by: Krzysztof Helt
    Signed-off-by: Antonino Daplas
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Krzysztof Helt
     
  • This patch removes redundant fb field from
    the s3c2410fb_info structure. This breaks circular
    reference fb_info -> s3c2410fb_info -> fb_info again.

    Signed-off-by: Krzysztof Helt
    Signed-off-by: Antonino Daplas
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Krzysztof Helt
     

01 Aug, 2007

1 commit

  • The implicit mapping has been removed from the arch
    as this should be handled in the driver, this patch
    fixes the s3c2410_fb driver to ioremap() the necessary
    registers.

    Signed-off-by: Ben Dooks
    Acked-by: Arnaud Patard
    Signed-off-by: Antonino Daplas
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Ben Dooks
     

04 Oct, 2006

1 commit


10 Sep, 2005

1 commit

  • This set of two patches add support for the framebuffer of the Samsung S3C2410
    ARM SoC. This driver was started about one year ago and is now used on iPAQ
    h1930/h1940, Acer n30 and probably other s3c2410-based machines I'm not aware
    of. I've also heard yesterday that it's working also on iPAQ rx3715/rx3115
    (s3c2440-based machines).

    Signed-Off-By: Arnaud Patard
    Signed-off-by: Antonino Daplas
    Signed-off-by: Ben Dooks
    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arnaud Patard