Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1254354

Re: [PATCH v4 0/4] simplefb: Add regulator handling support

From Maxime Ripard <maxime.ripard@free-electrons.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 0/4] simplefb: Add regulator handling support
Date 2015-10-23 08:10 +0200
Message-ID <qmDI6-1cs-11@gated-at.bofh.it> (permalink)
References <qmBGi-6uW-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Fri, Oct 23, 2015 at 11:50:37AM +0800, Chen-Yu Tsai wrote:
> Hi everyone,
> 
> This is v4 of the simplefb regulator support series. This series adds
> regulator claiming and enabling support for simplefb.
> 
> Changes since v4:
>   - Fixed inverted logic when testing the property name.
>   - Fixed regulator supply name string copy length off by 1.
>   - Added real world user, MSI Primo 81 dts patches.
> 
> Changes since v3:
>   - Dropped extra "if" which is always true, leftover from v1.
>   - Updated commit message of patch 1
> 
> Sometimes the simplefb display output path consits of external conversion
> chips and/or LCD drivers and backlights. These devices normally have
> GPIOs to turn them on and/or bring them out of reset, and regulators
> supplying power to them.
> 
> While the kernel does not touch unclaimed GPIOs, the regulator core
> happily disables unused regulators. Thus we need simplefb to claim
> and enable the regulators used throughout the display pipeline.
> 
> The binding supports any named regulator supplies under its device
> node. The driver will look through its properties, and claim any
> regulators by matching "*-supply", as Mark suggested.
> 
> I've not done a generic helper in the regulator core yet, instead doing
> the regulator property handling in the simplefb code for now.
> 
> 
> Patch 1 adds the regulator properties to the DT binding.
> 
> Patch 2 adds code to the simplefb driver to claim and enable regulators.
> Hans, I dropped your Reviewed-by tag from this patch.
> 
> Patch 3 adds labels to the simplefb device nodes in sun6i-a31.dtsi
> so we can reference them in the board dts files, like in the next
> patch.
> 
> Patch 4 adds a dts file for MSI's Primo 81 tablet.

Applied 3 and 4.

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/4] simplefb: Add regulator handling support Chen-Yu Tsai <wens@csie.org> - 2015-10-23 06:00 +0200
  [PATCH v4 2/4] simplefb: Claim and enable regulators Chen-Yu Tsai <wens@csie.org> - 2015-10-23 06:00 +0200
  [PATCH v4 4/4] ARM: dts: sun6i: Add dts file for MSI Primo81 tablet Chen-Yu Tsai <wens@csie.org> - 2015-10-23 06:00 +0200
    Re: [PATCH v4 4/4] ARM: dts: sun6i: Add dts file for MSI Primo81  tablet Karsten Merker <merker@debian.org> - 2015-10-23 17:00 +0200
      Re: [PATCH v4 4/4] ARM: dts: sun6i: Add dts file for MSI Primo81 tablet Chen-Yu Tsai <wens@csie.org> - 2015-10-23 17:50 +0200
        Re: [PATCH v4 4/4] ARM: dts: sun6i: Add dts file for MSI Primo81 tablet Chen-Yu Tsai <wens@csie.org> - 2015-10-23 18:00 +0200
          Re: [PATCH v4 4/4] ARM: dts: sun6i: Add dts file for MSI Primo81  tablet Karsten Merker <merker@debian.org> - 2015-10-23 19:00 +0200
            Re: [PATCH v4 4/4] ARM: dts: sun6i: Add dts file for MSI Primo81 tablet Chen-Yu Tsai <wens@csie.org> - 2015-10-24 05:20 +0200
              Re: [PATCH v4 4/4] ARM: dts: sun6i: Add dts file for MSI Primo81  tablet Karsten Merker <merker@debian.org> - 2015-10-24 23:00 +0200
                [PATCH] ARM: dts: sunxi: sun6i-a31s-primo81.dts: add touchscreen axis swapping property Karsten Merker <merker@debian.org> - 2015-10-24 23:20 +0200
                Re: [PATCH] ARM: dts: sunxi: sun6i-a31s-primo81.dts: add touchscreen  axis swapping property Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-28 07:30 +0100
          Re: [PATCH v4 4/4] ARM: dts: sun6i: Add dts file for MSI Primo81  tablet Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-24 09:10 +0200
        Re: [PATCH v4 4/4] ARM: dts: sun6i: Add dts file for MSI Primo81  tablet Siarhei Siamashka <siarhei.siamashka@gmail.com> - 2015-10-24 11:40 +0200
  Re: [PATCH v4 0/4] simplefb: Add regulator handling support Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-23 08:10 +0200
  Re: [PATCH v4 0/4] simplefb: Add regulator handling support Hans de Goede <hdegoede@redhat.com> - 2015-10-23 15:50 +0200

csiph-web