Kernel/AlreadyUpstreamPatches

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (Kernel/Upstream moved to Kernel/AlreadyUpstreamPatches: better description)
 
Line 15: Line 15:
 
     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
 
     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
 
     Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
 
     Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
 +
 +
[[Category:Kernel]]

Latest revision as of 11:27, 10 February 2012

This page is for patches that are already upstream:

[edit] ARM: s3c24xx: Set ARCH_NR_GPIOS according to the selected SoC types.

lindi: bugfix/feature. sounds sensible. s3c specific

Already upstream:

commit 8a8ab2e64e09b56dc1324fd2f7da12346166cad1
Author: Peter Korsgaard <jacmet@sunsite.dk>
Date:   Mon Oct 10 19:55:58 2011 +0900

    gpio/samsung: only register available gpio banks
    
    Only register gpio banks provided by SoC instead of the maximum possible
    to lessen confusion, get rid of a warning from gpiolib and stop it from
    eating into the extra gpios for configs with S3C24XX_GPIO_EXTRA != 0.
    
    Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
    Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Personal tools

This page is for patches that are already upstream:

ARM: s3c24xx: Set ARCH_NR_GPIOS according to the selected SoC types.

lindi: bugfix/feature. sounds sensible. s3c specific

Already upstream:

commit 8a8ab2e64e09b56dc1324fd2f7da12346166cad1
Author: Peter Korsgaard <jacmet@sunsite.dk>
Date:   Mon Oct 10 19:55:58 2011 +0900

    gpio/samsung: only register available gpio banks
    
    Only register gpio banks provided by SoC instead of the maximum possible
    to lessen confusion, get rid of a warning from gpiolib and stop it from
    eating into the extra gpios for configs with S3C24XX_GPIO_EXTRA != 0.
    
    Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
    Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>