diff for duplicates of <20111220144408.8617af2c.akpm@linux-foundation.org> diff --git a/a/1.txt b/N1/1.txt index 8baeaa0..5faeec9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,7 @@ Donghwa Lee <dh09.lee@samsung.com> wrote: > This patch is based on Samsung Soc MIPI DSI Driver. > Please refer to the "[PATCH v3] video: support MIPI-DSI controller driver". > -> http://marc.info/?l=linux-fbdev&m\x132435297125837&w=2 +> http://marc.info/?l=linux-fbdev&m=132435297125837&w=2 > It's difficult when interdependent patches are spread around different @@ -89,9 +89,9 @@ See, I don't have S5P_MIPI_DSI so I can't even compile-test this. > +#define MIN_BRIGHTNESS (0) > +#define MAX_BRIGHTNESS (24) > + -> +#define POWER_IS_ON(pwr) ((pwr) = FB_BLANK_UNBLANK) -> +#define POWER_IS_OFF(pwr) ((pwr) = FB_BLANK_POWERDOWN) -> +#define POWER_IS_NRM(pwr) ((pwr) = FB_BLANK_NORMAL) +> +#define POWER_IS_ON(pwr) ((pwr) == FB_BLANK_UNBLANK) +> +#define POWER_IS_OFF(pwr) ((pwr) == FB_BLANK_POWERDOWN) +> +#define POWER_IS_NRM(pwr) ((pwr) == FB_BLANK_NORMAL) > + > +#define lcd_to_master(a) (a->dsim_dev->master) > +#define lcd_to_master_ops(a) ((lcd_to_master(a))->master_ops) diff --git a/a/content_digest b/N1/content_digest index b27c414..eda2714 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\04EF04096.30903@samsung.com\0" - "From\0Andrew Morton <akpm@linux-foundation.org>\0" - "Subject\0Re: [PATCH] video: backlight: support MIPI DSI based s6e8ax0 amoled\0" - "Date\0Tue, 20 Dec 2011 22:44:08 +0000\0" + "From\0akpm@linux-foundation.org (Andrew Morton)\0" + "Subject\0[PATCH] video: backlight: support MIPI DSI based s6e8ax0 amoled panel driver\0" + "Date\0Tue, 20 Dec 2011 14:44:08 -0800\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -17,7 +17,7 @@ "> This patch is based on Samsung Soc MIPI DSI Driver.\n" "> Please refer to the \"[PATCH v3] video: support MIPI-DSI controller driver\".\n" "> \n" - "> http://marc.info/?l=linux-fbdev&m\0232435297125837&w=2\n" + "> http://marc.info/?l=linux-fbdev&m=132435297125837&w=2\n" "> \n" "\n" "It's difficult when interdependent patches are spread around different\n" @@ -96,9 +96,9 @@ "> +#define MIN_BRIGHTNESS\t\t(0)\n" "> +#define MAX_BRIGHTNESS\t\t(24)\n" "> +\n" - "> +#define POWER_IS_ON(pwr)\t((pwr) = FB_BLANK_UNBLANK)\n" - "> +#define POWER_IS_OFF(pwr)\t((pwr) = FB_BLANK_POWERDOWN)\n" - "> +#define POWER_IS_NRM(pwr)\t((pwr) = FB_BLANK_NORMAL)\n" + "> +#define POWER_IS_ON(pwr)\t((pwr) == FB_BLANK_UNBLANK)\n" + "> +#define POWER_IS_OFF(pwr)\t((pwr) == FB_BLANK_POWERDOWN)\n" + "> +#define POWER_IS_NRM(pwr)\t((pwr) == FB_BLANK_NORMAL)\n" "> +\n" "> +#define lcd_to_master(a)\t(a->dsim_dev->master)\n" "> +#define lcd_to_master_ops(a)\t((lcd_to_master(a))->master_ops)\n" @@ -229,4 +229,4 @@ "> ...\n" > -5524760d8c3769086a27622d28efa6d8e710610f2407c2536c4f6a675179ed01 +72f5a7143130d41929980331730f8a2cba3cdfd7d86f2604a970705102cdd98e
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.