All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: linux-fbdev@vger.kernel.org
Subject: Re: [PATCH 1/2] video: jz4740-fb: Fix LCD_CMD bit definitions
Date: Thu, 26 Sep 2013 10:24:21 +0000	[thread overview]
Message-ID: <52440B55.5070703@ti.com> (raw)
In-Reply-To: <1379844109-10513-1-git-send-email-lars@metafoo.de>

[-- Attachment #1: Type: text/plain, Size: 953 bytes --]

On 22/09/13 13:01, Lars-Peter Clausen wrote:
> Fix the bit offsets for the LCD_CMD definitions.
> 
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
> ---
>  drivers/video/jz4740_fb.c |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/video/jz4740_fb.c b/drivers/video/jz4740_fb.c
> index 2c49112..23aa475 100644
> --- a/drivers/video/jz4740_fb.c
> +++ b/drivers/video/jz4740_fb.c
> @@ -99,9 +99,9 @@
>  #define JZ_LCD_CTRL_BPP_15_16		0x4
>  #define JZ_LCD_CTRL_BPP_18_24		0x5
>  
> -#define JZ_LCD_CMD_SOF_IRQ BIT(15)
> -#define JZ_LCD_CMD_EOF_IRQ BIT(16)
> -#define JZ_LCD_CMD_ENABLE_PAL BIT(12)
> +#define JZ_LCD_CMD_SOF_IRQ BIT(31)
> +#define JZ_LCD_CMD_EOF_IRQ BIT(30)
> +#define JZ_LCD_CMD_ENABLE_PAL BIT(28)
>  
>  #define JZ_LCD_SYNC_MASK 0x3ff
>  
> 

Thanks, queuing this and the second patch for 3.13.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

      reply	other threads:[~2013-09-26 10:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-22 10:01 [PATCH 1/2] video: jz4740-fb: Fix LCD_CMD bit definitions Lars-Peter Clausen
2013-09-26 10:24 ` Tomi Valkeinen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52440B55.5070703@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=linux-fbdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.