Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1336051
| From | "majun (F)" <majun258@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 4/5] irqchip:create irq domain for each mbigen device |
| Date | 2016-02-17 05:30 +0100 |
| Message-ID | <r31Ut-17Z-1@gated-at.bofh.it> (permalink) |
| References | <r2HsK-408-7@gated-at.bofh.it> <r2HsL-408-43@gated-at.bofh.it> <r2JEf-5wa-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
在 2016/2/16 16:50, Marc Zyngier 写道:
> On Tue, 16 Feb 2016 14:37:27 +0800
> MaJun <majun258@huawei.com> wrote:
>
>> From: Ma Jun <majun258@huawei.com>
[...]
>> + unsigned int nid;
>> +
>> + nid = get_mbigen_nid(hwirq);
>> +
>> + if (nid < 4)
>> + return (nid * 4) + REG_MBIGEN_VEC_OFFSET;
>> + else
>> + return (nid - 4) * 4 + REG_MBIGEN_EXT_VEC_OFFSET;
>> +}
>> +
>> +static struct irq_chip mbigen_irq_chip = {
>> + .name = "mbigen-v1",
>> +};
>> +
>> +static void mbigen_write_msg(struct msi_desc *desc, struct msi_msg *msg)
>> +{
>> + /* The address of doorbell is encoded in mbigen register by default
>> + * So,we don't need to program the doorbell address at here
>> + * Besides, the event ID is decided by the hardware pin number,
>> + * we can't change it in software.So, we don't need to encode the
>> + * event ID in mbigen register.
>> + */
>
> Really? What if tomorrow I decide to change the EventID allocation
> policy in the ITS driver? Have your HW engineers really baked the
> behaviour of the Linux driver into the device?
>
Yes.
If we really need to support this chip,is there
any possible solution for this problem?
Thanks!
MaJun
> I'm puzzled.
>
> M.
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 4/5] irqchip:create irq domain for each mbigen device MaJun <majun258@huawei.com> - 2016-02-16 07:40 +0100
Re: [PATCH v2 4/5] irqchip:create irq domain for each mbigen device Marc Zyngier <marc.zyngier@arm.com> - 2016-02-16 10:00 +0100
Re: [PATCH v2 4/5] irqchip:create irq domain for each mbigen device "majun (F)" <majun258@huawei.com> - 2016-02-17 05:30 +0100
Re: [PATCH v2 4/5] irqchip:create irq domain for each mbigen device Marc Zyngier <marc.zyngier@arm.com> - 2016-02-17 08:50 +0100
csiph-web