Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1486622 > unrolled thread
| Started by | Sudeep Holla <sudeep.holla@arm.com> |
|---|---|
| First post | 2016-09-19 18:00 +0200 |
| Last post | 2016-09-19 18:00 +0200 |
| Articles | 1 — 1 participant |
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 v3 4/8] scpi: Add support for Legacy match table for Amlogic GXBB SoC Sudeep Holla <sudeep.holla@arm.com> - 2016-09-19 18:00 +0200
| From | Sudeep Holla <sudeep.holla@arm.com> |
|---|---|
| Date | 2016-09-19 18:00 +0200 |
| Subject | Re: [PATCH v3 4/8] scpi: Add support for Legacy match table for Amlogic GXBB SoC |
| Message-ID | <sj998-7ii-11@gated-at.bofh.it> |
On 19/09/16 16:50, Sudeep Holla wrote:
>
>
> On 07/09/16 16:34, Neil Armstrong wrote:
>> Add new DT match table to setup the is_legacy boolean value across
>> the scpi functions.
>> Add the Amlogic GXBB SoC compatible for platform and as legacy match
>> entry.
>>
>> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
>> ---
>> drivers/firmware/arm_scpi.c | 9 +++++++++
>> 1 file changed, 9 insertions(+)
>>
>> diff --git a/drivers/firmware/arm_scpi.c b/drivers/firmware/arm_scpi.c
>> index 6a16100..60a76e63 100644
>> --- a/drivers/firmware/arm_scpi.c
>> +++ b/drivers/firmware/arm_scpi.c
>> @@ -979,6 +979,11 @@ static int scpi_alloc_xfer_list(struct device
>> *dev, struct scpi_chan *ch)
>> return 0;
>> }
>>
>> +static const struct of_device_id legacy_scpi_of_match[] = {
>> + {.compatible = "amlogic,meson-gxbb-scpi"},
>> + {},
>> +};
>
> This needs to be documented.
>
Ignore that I see you have done that in the later patch.
--
Regards,
Sudeep
Back to top | Article view | linux.kernel
csiph-web