Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1665151 > unrolled thread
| Started by | Dave Gerlach <d-gerlach@ti.com> |
|---|---|
| First post | 2017-06-13 22:20 +0200 |
| Last post | 2017-06-14 19:30 +0200 |
| Articles | 4 — 4 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] dt-bindings: Drop k2g genpd device ID macros Dave Gerlach <d-gerlach@ti.com> - 2017-06-13 22:20 +0200
Re: [PATCH] dt-bindings: Drop k2g genpd device ID macros Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2017-06-13 22:40 +0200
Re: [PATCH] dt-bindings: Drop k2g genpd device ID macros Tero Kristo <t-kristo@ti.com> - 2017-06-14 09:10 +0200
Re: [PATCH] dt-bindings: Drop k2g genpd device ID macros "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> - 2017-06-14 19:30 +0200
| From | Dave Gerlach <d-gerlach@ti.com> |
|---|---|
| Date | 2017-06-13 22:20 +0200 |
| Subject | Re: [PATCH] dt-bindings: Drop k2g genpd device ID macros |
| Message-ID | <tS0s9-43P-3@gated-at.bofh.it> |
Santosh,
On 05/31/2017 11:28 AM, Rob Herring wrote:
> On Mon, May 22, 2017 at 01:37:37PM -0500, Dave Gerlach wrote:
>> Commit 7cc119f29b19 ("dt-bindings: Add TI SCI PM Domains") introduced a
>> number of K2G_DEV_x macros to represent each device ID available on the
>> K2G platform for use by the genpd, clock, and reset drivers. Rather than
>> use these macros, which are only used in the device tree for property
>> values and not actually used by the drivers, let's just use the device
>> ID number directly in the device tree to avoid macro bloat.
>>
>> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
>> ---
>> Based on discussion here [1] it was agreed that these macros are not needed
>> and it is better to just use the device IDs directly in dt.
>>
>> [1] https://www.spinics.net/lists/arm-kernel/msg577079.html
>>
>> .../devicetree/bindings/soc/ti/sci-pm-domain.txt | 5 +-
>> include/dt-bindings/genpd/k2g.h | 90 ----------------------
>> 2 files changed, 3 insertions(+), 92 deletions(-)
>> delete mode 100644 include/dt-bindings/genpd/k2g.h
>
> Acked-by: Rob Herring <robh@kernel.org>
>
Gentle ping on this. If you're OK with the patch any chance you can pick it up?
Regards,
Dave
[toc] | [next] | [standalone]
| From | Santosh Shilimkar <santosh.shilimkar@oracle.com> |
|---|---|
| Date | 2017-06-13 22:40 +0200 |
| Message-ID | <tS0Lv-4an-1@gated-at.bofh.it> |
| In reply to | #1665151 |
On 6/13/2017 1:16 PM, Dave Gerlach wrote: > Santosh, > On 05/31/2017 11:28 AM, Rob Herring wrote: >> On Mon, May 22, 2017 at 01:37:37PM -0500, Dave Gerlach wrote: [...] >>> [1] https://www.spinics.net/lists/arm-kernel/msg577079.html >>> >>> .../devicetree/bindings/soc/ti/sci-pm-domain.txt | 5 +- >>> include/dt-bindings/genpd/k2g.h | 90 ---------------------- >>> 2 files changed, 3 insertions(+), 92 deletions(-) >>> delete mode 100644 include/dt-bindings/genpd/k2g.h >> >> Acked-by: Rob Herring <robh@kernel.org> >> > > Gentle ping on this. If you're OK with the patch any chance you can pick it up? > Sorry Dave I missed to pick this one in pull request for 4.13. Will pick this one along with what Suman and Tero have been working for following merge window. Thanks for reminding about this one. Regards, Santosh
[toc] | [prev] | [next] | [standalone]
| From | Tero Kristo <t-kristo@ti.com> |
|---|---|
| Date | 2017-06-14 09:10 +0200 |
| Message-ID | <tSaBb-25w-9@gated-at.bofh.it> |
| In reply to | #1665161 |
On 13/06/17 23:32, Santosh Shilimkar wrote: > On 6/13/2017 1:16 PM, Dave Gerlach wrote: >> Santosh, >> On 05/31/2017 11:28 AM, Rob Herring wrote: >>> On Mon, May 22, 2017 at 01:37:37PM -0500, Dave Gerlach wrote: > [...] > >>>> [1] https://www.spinics.net/lists/arm-kernel/msg577079.html >>>> >>>> .../devicetree/bindings/soc/ti/sci-pm-domain.txt | 5 +- >>>> include/dt-bindings/genpd/k2g.h | 90 >>>> ---------------------- >>>> 2 files changed, 3 insertions(+), 92 deletions(-) >>>> delete mode 100644 include/dt-bindings/genpd/k2g.h >>> >>> Acked-by: Rob Herring <robh@kernel.org> >>> >> >> Gentle ping on this. If you're OK with the patch any chance you can >> pick it up? >> > Sorry Dave I missed to pick this one in pull request for 4.13. Will pick > this > one along with what Suman and Tero have been working for following merge > window. Thanks for reminding about this one. I think Stephen will probably be picking up the clock part directly by himself. -Tero
[toc] | [prev] | [next] | [standalone]
| From | "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> |
|---|---|
| Date | 2017-06-14 19:30 +0200 |
| Message-ID | <tSkhb-85J-1@gated-at.bofh.it> |
| In reply to | #1665495 |
On 6/14/17 12:07 AM, Tero Kristo wrote: > On 13/06/17 23:32, Santosh Shilimkar wrote: [...] >> Sorry Dave I missed to pick this one in pull request for 4.13. Will >> pick this >> one along with what Suman and Tero have been working for following merge >> window. Thanks for reminding about this one. > > I think Stephen will probably be picking up the clock part directly by > himself. > Works for me :-) Regards, Santosh
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web