[PATCH v3 01/11] coresight-etm4x: Adding CoreSight ETM4x driver

Mathieu Poirier mathieu.poirier at linaro.org
Fri May 8 06:12:48 PDT 2015


On 8 May 2015 at 02:27, Ivan T. Ivanov <iivanov at mm-sol.com> wrote:
>
> Hi Mathieu,
>
> On Wed, 2015-05-06 at 09:27 -0600, Mathieu Poirier wrote:
>>
>> +static struct amba_id etm4_ids[] = {
>> +       {       /* ETM 4.0 - Juno board */
>> +               .id     = 0x000bb95e,
>> +               .mask   = 0x000fffff,
>> +               .data   = "ETM 4.0",
>> +       },
>> +       { 0, 0},
>> +};
>> +
>>
>
> Any particular reason to remove device ID for the
> Hi6220 board? It happens to be the same ID used in
> Qualcomm 8x16 ETM components.

Efforts to push support for the Hi6220 board upstream have been
abandoned, hence the decision to remove the entry.  Apologies for the
inconvenience, I will add it back.

Mathieu

>
> Regards,
> Ivan



More information about the linux-arm-kernel mailing list