lkml.org 
[lkml]   [2019]   [Apr]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v2 31/36] coresight: stm: ACPI support for parsing stimulus base
From
Date


On 23/04/2019 18:59, Mathieu Poirier wrote:
> On Mon, Apr 15, 2019 at 05:04:14PM +0100, Suzuki K Poulose wrote:
>> The stimulus base for STM device must be listed as the second memory
>> resource, followed by the programming base address as described in
>> "Section 2.3 Resources" in ACPI for CoreSightTM 1.0 Platform Design
>> documen (DEN0067).
>
> Thank you for adding more information.
>
>>
>> Add support for parsing the information for ACPI.


>
> I would copy the description in the changelog just before the
> list_for_each_entry() loop.
>


>> static int stm_get_stimulus_area(struct device *dev, struct resource *res)
>> {
>> if (dev->of_node)
>
> I noticed the direct access of ->of_node in patch 16 and thought it was a little
> odd that is_of_node() wasn't used.
>
>> return of_stm_get_stimulus_area(dev, res);
>> + else if (is_acpi_node(dev->fwnode))
>> + return acpi_stm_get_stimulus_area(dev, res);
>> return -ENOENT;
>
> With the above:

Both addressed.

>
> Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>

Thanks !
Suzuki

\
 
 \ /
  Last update: 2019-04-25 18:18    [W:0.066 / U:0.536 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site