Re: [PATCH V2 1/2] gmux: Add generic write32 function

2012-08-13 Thread Seth Forshee
On Mon, Aug 13, 2012 at 06:52:48PM -0400, Matthew Garrett wrote: > Move the special-cased backlight update function to a generic gmux_write32 > function. > > Signed-off-by: Matthew Garrett > Cc: Seth Forshee Acked-by: Seth Forshee -- To unsubscribe from this list: send the line "unsubscribe

[PATCH V2 1/2] gmux: Add generic write32 function

2012-08-13 Thread Matthew Garrett
Move the special-cased backlight update function to a generic gmux_write32 function. Signed-off-by: Matthew Garrett Cc: Seth Forshee --- Fixed the typo and irrelevant hunk drivers/platform/x86/apple-gmux.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff

[PATCH V2 1/2] gmux: Add generic write32 function

2012-08-13 Thread Matthew Garrett
Move the special-cased backlight update function to a generic gmux_write32 function. Signed-off-by: Matthew Garrett m...@redhat.com Cc: Seth Forshee seth.fors...@canonical.com --- Fixed the typo and irrelevant hunk drivers/platform/x86/apple-gmux.c | 23 +-- 1 file changed,

Re: [PATCH V2 1/2] gmux: Add generic write32 function

2012-08-13 Thread Seth Forshee
On Mon, Aug 13, 2012 at 06:52:48PM -0400, Matthew Garrett wrote: Move the special-cased backlight update function to a generic gmux_write32 function. Signed-off-by: Matthew Garrett m...@redhat.com Cc: Seth Forshee seth.fors...@canonical.com Acked-by: Seth Forshee seth.fors...@canonical.com