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


Groups > linux.kernel > #1508488

Re: [PATCH v2 0/4] ARM: K2G: Add support for TI-SCI Generic PM Domains

From Kevin Hilman <khilman@baylibre.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 0/4] ARM: K2G: Add support for TI-SCI Generic PM Domains
Date 2016-10-25 19:10 +0200
Message-ID <swdoC-54-47@gated-at.bofh.it> (permalink)
References <su5Ox-6he-7@gated-at.bofh.it>
Organization BayLibre

Show all headers | View raw


Dave Gerlach <d-gerlach@ti.com> writes:

> Hi,
> This is v2 of the series to add support for TI SCI PM Domains. v1 of
> the series can be found here [1]. Several things have changed since v1:
>
> - New patch to add a void *data to struct generic_pm_domain_data to
>   allow to store per device data associated with a genpd
> - From v1, squash patch 1 and 2 to introduce docs and dt-bindings in
>   one patch based on comment from Ulf
> - Fix some grammar errors in Documentation
> - Based on comments from Ulf, rework actual genpd implementation to
>   avoid creating one genpd per device and instead use device start/stop
>   hooks provided as part of genpd to control device state based on pm_runtime
>   implementation. Also make use of new of_genpd_add_provider_simple API
>   introduced by Jon Hunter and do not provide custom of_xlate to genpd core,
>   instead registering devices as they probe through attach_dev hook provided
>   by genpd framework.
>
> Most of the changes were motivated by the comments from Ulf Hannson on v1 that we
> should not use a 1-to-1 genpd to device mapping. The new approach allows us to
> create a single genpd and store information about each device as they attach to
> the genpd. Then the device start/stop hooks for that genpd leverage the
> per-device data to control power states over the TI SCI protocol.
>
> This driver makes use of the ti_sci driver sent here [2] by Nishanth Menon and
> applies on top of his series on v4.9-rc1.

Reviewed-by: Kevin Hilman <khilman@baylibre.com>

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


Thread

[PATCH v2 0/4] ARM: K2G: Add support for TI-SCI Generic PM Domains Dave Gerlach <d-gerlach@ti.com> - 2016-10-19 22:40 +0200
  [PATCH v2 2/4] dt-bindings: Add TI SCI PM Domains Dave Gerlach <d-gerlach@ti.com> - 2016-10-19 22:40 +0200
    Re: [PATCH v2 2/4] dt-bindings: Add TI SCI PM Domains Kevin Hilman <khilman@baylibre.com> - 2016-10-21 20:50 +0200
      Re: [PATCH v2 2/4] dt-bindings: Add TI SCI PM Domains Dave Gerlach <d-gerlach@ti.com> - 2016-10-21 22:00 +0200
        Re: [PATCH v2 2/4] dt-bindings: Add TI SCI PM Domains Kevin Hilman <khilman@baylibre.com> - 2016-10-24 19:10 +0200
          Re: [PATCH v2 2/4] dt-bindings: Add TI SCI PM Domains Rob Herring <robh@kernel.org> - 2016-10-27 00:10 +0200
    Re: [PATCH v2 2/4] dt-bindings: Add TI SCI PM Domains Rob Herring <robh@kernel.org> - 2016-10-27 01:00 +0200
  [PATCH v2 1/4] PM / Domains: Add generic data pointer to genpd data struct Dave Gerlach <d-gerlach@ti.com> - 2016-10-19 22:40 +0200
    Re: [PATCH v2 1/4] PM / Domains: Add generic data pointer to genpd  data struct Ulf Hansson <ulf.hansson@linaro.org> - 2016-10-25 11:50 +0200
  [PATCH v2 3/4] soc: ti: Add ti_sci_pm_domains driver Dave Gerlach <d-gerlach@ti.com> - 2016-10-19 22:40 +0200
    Re: [PATCH v2 3/4] soc: ti: Add ti_sci_pm_domains driver Kevin Hilman <khilman@baylibre.com> - 2016-10-21 21:10 +0200
      Re: [PATCH v2 3/4] soc: ti: Add ti_sci_pm_domains driver Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-10-21 21:10 +0200
        Re: [PATCH v2 3/4] soc: ti: Add ti_sci_pm_domains driver Dave Gerlach <d-gerlach@ti.com> - 2016-10-21 21:20 +0200
    Re: [PATCH v2 3/4] soc: ti: Add ti_sci_pm_domains driver Ulf Hansson <ulf.hansson@linaro.org> - 2016-10-25 11:50 +0200
  [PATCH v2 4/4] ARM: keystone: Drop PM domain support for k2g Dave Gerlach <d-gerlach@ti.com> - 2016-10-19 22:40 +0200
  Re: [PATCH v2 0/4] ARM: K2G: Add support for TI-SCI Generic PM Domains "Rafael J. Wysocki" <rafael@kernel.org> - 2016-10-21 15:30 +0200
  Re: [PATCH v2 0/4] ARM: K2G: Add support for TI-SCI Generic PM Domains Kevin Hilman <khilman@baylibre.com> - 2016-10-25 19:10 +0200

csiph-web