mbox series

[Resend,0/2] amba: irq cleanup

Message ID 20211115135148.171786-1-wangkefeng.wang@huawei.com (mailing list archive)
Headers show
Series amba: irq cleanup | expand

Message

Kefeng Wang Nov. 15, 2021, 1:51 p.m. UTC
As the v1 of "amba: Properly handle device probe without IRQ domain"
is merged, some comments[1] from Rob and Saravana is not included,
let's send them separately again.

patch1 has been ACKed by Rob[2].
patch2 is suggested by Saravana.

Resend:
- Rebase on v5.16-rc1
- Fix patch2's build error

[1] https://lore.kernel.org/lkml/20210816074619.177383-1-wangkefeng.wang@huawei.com/
[2] https://lore.kernel.org/linux-arm-kernel/20210827150600.78811-4-wangkefeng.wang@huawei.com/

Resend:
- fix mistakes about patch2

Kefeng Wang (2):
  amba: Kill sysfs attribute file of irq
  amba: Move of_amba_device_decode_irq() into amba_probe()

 drivers/amba/bus.c | 71 ++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 43 deletions(-)

Comments

Kefeng Wang Nov. 29, 2021, 2:56 p.m. UTC | #1
Hi Russell,same as the reply of kfence patch, kindly ping...

On 2021/11/15 21:51, Kefeng Wang wrote:
> As the v1 of "amba: Properly handle device probe without IRQ domain"
> is merged, some comments[1] from Rob and Saravana is not included,
> let's send them separately again.
>
> patch1 has been ACKed by Rob[2].
> patch2 is suggested by Saravana.
>
> Resend:
> - Rebase on v5.16-rc1
> - Fix patch2's build error
>
> [1] https://lore.kernel.org/lkml/20210816074619.177383-1-wangkefeng.wang@huawei.com/
> [2] https://lore.kernel.org/linux-arm-kernel/20210827150600.78811-4-wangkefeng.wang@huawei.com/
>
> Resend:
> - fix mistakes about patch2
>
> Kefeng Wang (2):
>    amba: Kill sysfs attribute file of irq
>    amba: Move of_amba_device_decode_irq() into amba_probe()
>
>   drivers/amba/bus.c | 71 ++++++++++++++++++----------------------------
>   1 file changed, 28 insertions(+), 43 deletions(-)
>