All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Yoshinori Sato <ysato@users.sourceforge.jp>,
	Rich Felker <dalias@libc.org>
Cc: linux-sh@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	Lee Jones <lee.jones@linaro.org>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Jingoo Han <jingoohan1@gmail.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Daniel Thompson <daniel.thompson@linaro.org>,
	Linus Walleij <linus.walleij@linaro.org>
Subject: Re: [PATCH v3 0/7] backlight: gpio: simplify the driver
Date: Thu, 08 Aug 2019 08:17:00 +0000	[thread overview]
Message-ID: <CAMRc=Mex_Ricd+C4F7nGLmpBggO-hWwJDB6duX8kFpPEeaTDjQ@mail.gmail.com> (raw)
In-Reply-To: <20190724082508.27617-1-brgl@bgdev.pl>

śr., 24 lip 2019 o 10:25 Bartosz Golaszewski <brgl@bgdev.pl> napisał(a):
>
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> While working on my other series related to gpio-backlight[1] I noticed
> that we could simplify the driver if we made the only user of platform
> data use GPIO lookups and device properties. This series tries to do
> that.
>
> The first patch adds all necessary data structures to ecovec24. Patch
> 2/7 unifies much of the code for both pdata and non-pdata cases. Patches
> 3-4/7 remove unused platform data fields. Last three patches contain
> additional improvements for the GPIO backlight driver while we're already
> modifying it.
>
> I don't have access to this HW but hopefully this works. Only compile
> tested.
>
> [1] https://lkml.org/lkml/2019/6/25/900
>
> v1 -> v2:
> - rebased on top of v5.3-rc1 and adjusted to the recent changes from Andy
> - added additional two patches with minor improvements
>
> v2 -> v3:
> - in patch 7/7: used initializers to set values for pdata and dev local vars
>
> Bartosz Golaszewski (7):
>   sh: ecovec24: add additional properties to the backlight device
>   backlight: gpio: simplify the platform data handling
>   sh: ecovec24: don't set unused fields in platform data
>   backlight: gpio: remove unused fields from platform data
>   backlight: gpio: remove dev from struct gpio_backlight
>   backlight: gpio: remove def_value from struct gpio_backlight
>   backlight: gpio: use a helper variable for &pdev->dev
>
>  arch/sh/boards/mach-ecovec24/setup.c         | 33 ++++++--
>  drivers/video/backlight/gpio_backlight.c     | 82 +++++---------------
>  include/linux/platform_data/gpio_backlight.h |  3 -
>  3 files changed, 44 insertions(+), 74 deletions(-)
>
> --
> 2.21.0
>

Hi Rich, Yoshinori,

can you ack the sh patches in this series?

Bart

WARNING: multiple messages have this Message-ID (diff)
From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Yoshinori Sato <ysato@users.sourceforge.jp>,
	Rich Felker <dalias@libc.org>
Cc: linux-sh@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	Lee Jones <lee.jones@linaro.org>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Jingoo Han <jingoohan1@gmail.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Daniel Thompson <daniel.thompson@linaro.org>,
	Linus Walleij <linus.walleij@linaro.org>
Subject: Re: [PATCH v3 0/7] backlight: gpio: simplify the driver
Date: Thu, 8 Aug 2019 10:17:00 +0200	[thread overview]
Message-ID: <CAMRc=Mex_Ricd+C4F7nGLmpBggO-hWwJDB6duX8kFpPEeaTDjQ@mail.gmail.com> (raw)
In-Reply-To: <20190724082508.27617-1-brgl@bgdev.pl>

śr., 24 lip 2019 o 10:25 Bartosz Golaszewski <brgl@bgdev.pl> napisał(a):
>
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> While working on my other series related to gpio-backlight[1] I noticed
> that we could simplify the driver if we made the only user of platform
> data use GPIO lookups and device properties. This series tries to do
> that.
>
> The first patch adds all necessary data structures to ecovec24. Patch
> 2/7 unifies much of the code for both pdata and non-pdata cases. Patches
> 3-4/7 remove unused platform data fields. Last three patches contain
> additional improvements for the GPIO backlight driver while we're already
> modifying it.
>
> I don't have access to this HW but hopefully this works. Only compile
> tested.
>
> [1] https://lkml.org/lkml/2019/6/25/900
>
> v1 -> v2:
> - rebased on top of v5.3-rc1 and adjusted to the recent changes from Andy
> - added additional two patches with minor improvements
>
> v2 -> v3:
> - in patch 7/7: used initializers to set values for pdata and dev local vars
>
> Bartosz Golaszewski (7):
>   sh: ecovec24: add additional properties to the backlight device
>   backlight: gpio: simplify the platform data handling
>   sh: ecovec24: don't set unused fields in platform data
>   backlight: gpio: remove unused fields from platform data
>   backlight: gpio: remove dev from struct gpio_backlight
>   backlight: gpio: remove def_value from struct gpio_backlight
>   backlight: gpio: use a helper variable for &pdev->dev
>
>  arch/sh/boards/mach-ecovec24/setup.c         | 33 ++++++--
>  drivers/video/backlight/gpio_backlight.c     | 82 +++++---------------
>  include/linux/platform_data/gpio_backlight.h |  3 -
>  3 files changed, 44 insertions(+), 74 deletions(-)
>
> --
> 2.21.0
>

Hi Rich, Yoshinori,

can you ack the sh patches in this series?

Bart

  parent reply	other threads:[~2019-08-08  8:17 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-24  8:25 [PATCH v3 0/7] backlight: gpio: simplify the driver Bartosz Golaszewski
2019-07-24  8:25 ` Bartosz Golaszewski
2019-07-24  8:25 ` [PATCH v3 1/7] sh: ecovec24: add additional properties to the backlight device Bartosz Golaszewski
2019-07-24  8:25   ` Bartosz Golaszewski
2019-07-24  8:25 ` [PATCH v3 2/7] backlight: gpio: simplify the platform data handling Bartosz Golaszewski
2019-07-24  8:25   ` Bartosz Golaszewski
2019-07-24 11:12   ` Daniel Thompson
2019-07-24 11:12     ` Daniel Thompson
2019-07-24 11:12     ` Daniel Thompson
2019-07-24 11:44   ` Andy Shevchenko
2019-07-24 11:44     ` Andy Shevchenko
2019-07-24  8:25 ` [PATCH v3 3/7] sh: ecovec24: don't set unused fields in platform data Bartosz Golaszewski
2019-07-24  8:25   ` Bartosz Golaszewski
2019-07-24  8:25 ` [PATCH v3 4/7] backlight: gpio: remove unused fields from " Bartosz Golaszewski
2019-07-24  8:25   ` Bartosz Golaszewski
2019-07-24 11:13   ` Daniel Thompson
2019-07-24 11:13     ` Daniel Thompson
2019-07-24  8:25 ` [PATCH v3 5/7] backlight: gpio: remove dev from struct gpio_backlight Bartosz Golaszewski
2019-07-24  8:25   ` Bartosz Golaszewski
2019-07-24 11:13   ` Daniel Thompson
2019-07-24 11:13     ` Daniel Thompson
2019-07-24 11:13     ` Daniel Thompson
2019-07-24  8:25 ` [PATCH v3 6/7] backlight: gpio: remove def_value " Bartosz Golaszewski
2019-07-24  8:25   ` Bartosz Golaszewski
2019-07-24 11:13   ` Daniel Thompson
2019-07-24 11:13     ` Daniel Thompson
2019-07-24 11:13     ` Daniel Thompson
2019-07-24  8:25 ` [PATCH v3 7/7] backlight: gpio: use a helper variable for &pdev->dev Bartosz Golaszewski
2019-07-24  8:25   ` Bartosz Golaszewski
2019-07-24 11:13   ` Daniel Thompson
2019-07-24 11:13     ` Daniel Thompson
2019-07-24 11:13     ` Daniel Thompson
2019-07-24 11:41   ` Andy Shevchenko
2019-07-24 11:41     ` Andy Shevchenko
2019-07-24  8:27 ` [PATCH v3 0/7] backlight: gpio: simplify the driver Bartosz Golaszewski
2019-07-24  8:27   ` Bartosz Golaszewski
2019-08-05 21:12 ` Linus Walleij
2019-08-05 21:12   ` Linus Walleij
2019-08-08  8:17 ` Bartosz Golaszewski [this message]
2019-08-08  8:17   ` Bartosz Golaszewski
2019-08-16 15:48   ` Bartosz Golaszewski
2019-08-16 15:48     ` Bartosz Golaszewski
2019-08-28  7:32     ` Bartosz Golaszewski
2019-08-28  7:32       ` Bartosz Golaszewski
2019-08-28  8:36       ` Geert Uytterhoeven
2019-08-28  8:36         ` Geert Uytterhoeven
2019-08-28 16:31         ` Linus Walleij
2019-08-28 16:31           ` Linus Walleij
2019-08-28 16:40           ` Jacopo Mondi
2019-08-28 16:40             ` Jacopo Mondi
2019-09-02  9:31 ` Lee Jones
2019-09-02  9:31   ` Lee Jones
2019-09-02 12:35   ` Bartosz Golaszewski
2019-09-02 12:35     ` Bartosz Golaszewski

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='CAMRc=Mex_Ricd+C4F7nGLmpBggO-hWwJDB6duX8kFpPEeaTDjQ@mail.gmail.com' \
    --to=brgl@bgdev.pl \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=dalias@libc.org \
    --cc=daniel.thompson@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jingoohan1@gmail.com \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=ysato@users.sourceforge.jp \
    /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.