All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
To: Jyri Sarha <jsarha-l0cyMroinI0@public.gmane.org>
Cc: linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	tomi.valkeinen-l0cyMroinI0@public.gmane.org,
	maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org,
	bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH v2 0/5] fbdev/ssd1307fb: Some changes and improvement
Date: Wed, 08 Feb 2017 15:15:40 +0000	[thread overview]
Message-ID: <2411010.1mLqlC3XW4@amdc3058> (raw)
In-Reply-To: <cover.1484303628.git.jsarha-l0cyMroinI0@public.gmane.org>


Hi,

On Friday, January 13, 2017 12:35:44 PM Jyri Sarha wrote:
> Changes since first version:
> - Cherry-picked "fbdev/ssd1307fb: add support to enable VBAT" again
>   beacuse of weird mixup in the first version
> - Also tested the code on top of v4.10-rc3 with am335x-icev2 evm
> 
> We needed these changes for couple of our evm. Some of these patches
> have been on mainline list before, but after that forgotten. Now we
> are forward porting these on for out internal release, so this is a
> good time to get them to mainline too.
> 
> Everything else is quite straight forward, but removing the
> reset-active-low dts property is a questionable at least in
> theory. However, in practice if anyone was using the property in their
> device-tree blobs, they have never been able to get desired effect
> with mainline kernel.
> 
> Jyri Sarha (3):
>   fbdev: ssd1307fb: Start to use gpiod API for reset gpio
>   fbdev: ssd1307fb: Remove reset-active-low from the DT binding document
>   fbdev: ssd1307fb: Make reset gpio devicetree property optional
> 
> Tomi Valkeinen (2):
>   fbdev/ssd1307fb: add support to enable VBAT
>   fbdev/ssd1307fb: clear screen in probe
> 
>  .../devicetree/bindings/display/ssd1307fb.txt      |  5 +-
>  drivers/video/fbdev/ssd1307fb.c                    | 55 ++++++++++++++--------
>  2 files changed, 38 insertions(+), 22 deletions(-)

Patchset queued for 4.11, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics


WARNING: multiple messages have this Message-ID (diff)
From: Bartlomiej Zolnierkiewicz <b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Jyri Sarha <jsarha-l0cyMroinI0@public.gmane.org>
Cc: linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	tomi.valkeinen-l0cyMroinI0@public.gmane.org,
	maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org,
	bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH v2 0/5] fbdev/ssd1307fb: Some changes and improvement
Date: Wed, 08 Feb 2017 16:15:40 +0100	[thread overview]
Message-ID: <2411010.1mLqlC3XW4@amdc3058> (raw)
In-Reply-To: <cover.1484303628.git.jsarha-l0cyMroinI0@public.gmane.org>


Hi,

On Friday, January 13, 2017 12:35:44 PM Jyri Sarha wrote:
> Changes since first version:
> - Cherry-picked "fbdev/ssd1307fb: add support to enable VBAT" again
>   beacuse of weird mixup in the first version
> - Also tested the code on top of v4.10-rc3 with am335x-icev2 evm
> 
> We needed these changes for couple of our evm. Some of these patches
> have been on mainline list before, but after that forgotten. Now we
> are forward porting these on for out internal release, so this is a
> good time to get them to mainline too.
> 
> Everything else is quite straight forward, but removing the
> reset-active-low dts property is a questionable at least in
> theory. However, in practice if anyone was using the property in their
> device-tree blobs, they have never been able to get desired effect
> with mainline kernel.
> 
> Jyri Sarha (3):
>   fbdev: ssd1307fb: Start to use gpiod API for reset gpio
>   fbdev: ssd1307fb: Remove reset-active-low from the DT binding document
>   fbdev: ssd1307fb: Make reset gpio devicetree property optional
> 
> Tomi Valkeinen (2):
>   fbdev/ssd1307fb: add support to enable VBAT
>   fbdev/ssd1307fb: clear screen in probe
> 
>  .../devicetree/bindings/display/ssd1307fb.txt      |  5 +-
>  drivers/video/fbdev/ssd1307fb.c                    | 55 ++++++++++++++--------
>  2 files changed, 38 insertions(+), 22 deletions(-)

Patchset queued for 4.11, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2017-02-08 15:15 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170113103601epcas4p38f03c4eb4147ff5a08e93af2cda635ba@epcas4p3.samsung.com>
2017-01-13 10:35 ` [PATCH v2 0/5] fbdev/ssd1307fb: Some changes and improvement Jyri Sarha
2017-01-13 10:35   ` Jyri Sarha
     [not found]   ` <cover.1484303628.git.jsarha-l0cyMroinI0@public.gmane.org>
2017-01-13 10:35     ` [PATCH v2 1/5] fbdev: ssd1307fb: Start to use gpiod API for reset gpio Jyri Sarha
2017-01-13 10:35       ` Jyri Sarha
2017-01-13 10:35     ` [PATCH v2 2/5] fbdev: ssd1307fb: Remove reset-active-low from the DT binding document Jyri Sarha
2017-01-13 10:35       ` Jyri Sarha
     [not found]       ` <b68e1b9b735543b9e1511cfeb8e5d9ceec6c7666.1484303628.git.jsarha-l0cyMroinI0@public.gmane.org>
2017-01-18 22:28         ` Rob Herring
2017-01-18 22:28           ` Rob Herring
2017-01-19  8:24           ` Jyri Sarha
2017-01-19  8:24             ` Jyri Sarha
2017-01-13 10:35     ` [PATCH v2 3/5] fbdev: ssd1307fb: Make reset gpio devicetree property optional Jyri Sarha
2017-01-13 10:35       ` Jyri Sarha
2017-01-13 10:35     ` [PATCH v2 4/5] fbdev/ssd1307fb: add support to enable VBAT Jyri Sarha
2017-01-13 10:35       ` Jyri Sarha
     [not found]       ` <214ae9ca86009148f233be71a3606917f3150dcd.1484303628.git.jsarha-l0cyMroinI0@public.gmane.org>
2017-01-18 22:33         ` Rob Herring
2017-01-18 22:33           ` Rob Herring
2017-01-19 13:15           ` Tomi Valkeinen
2017-01-19 13:15             ` Tomi Valkeinen
     [not found]             ` <754f3644-a157-bb90-1494-aba4fc1264f8-l0cyMroinI0@public.gmane.org>
2017-01-19 15:03               ` Rob Herring
2017-01-19 15:03                 ` Rob Herring
     [not found]                 ` <CAL_JsqLjTa2SWP_cNU9AV4tRZLDcjJsUV7pUvy=4UhQix7ZjQQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-19 15:08                   ` Tomi Valkeinen
2017-01-19 15:08                     ` Tomi Valkeinen
     [not found]                     ` <c0372d48-b538-64ce-f187-0502a9a4a00e-l0cyMroinI0@public.gmane.org>
2017-01-19 16:22                       ` Rob Herring
2017-01-19 16:22                         ` Rob Herring
2017-01-13 10:35     ` [PATCH v2 5/5] fbdev/ssd1307fb: clear screen in probe Jyri Sarha
2017-01-13 10:35       ` Jyri Sarha
2017-02-08 15:15     ` Bartlomiej Zolnierkiewicz [this message]
2017-02-08 15:15       ` [PATCH v2 0/5] fbdev/ssd1307fb: Some changes and improvement Bartlomiej Zolnierkiewicz

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=2411010.1mLqlC3XW4@amdc3058 \
    --to=b.zolnierkie@samsung.com \
    --cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=jsarha-l0cyMroinI0@public.gmane.org \
    --cc=linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=tomi.valkeinen-l0cyMroinI0@public.gmane.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.