Message ID | 20240812005929.113499-1-sunilvl@ventanamicro.com |
---|---|
Headers | show |
Series | RISC-V: ACPI: Add external interrupt controller support | expand |
On Mon, Aug 12 2024 at 06:37, Sunil V. L. wrote: > On Mon, Aug 12, 2024 at 06:29:12AM +0530, Sunil V L wrote: >> This series adds support for the below ECR approved by ASWG. >> 1) MADT - https://drive.google.com/file/d/1oMGPyOD58JaPgMl1pKasT-VKsIKia7zR/view?usp=sharing >> >> The series primarily enables irqchip drivers for RISC-V ACPI based >> platforms. > > This series has spent quite a bit of time now on the list. As you are > aware, few clarifications like _PIC codes are also done now. There is > no major change after you had agreed for the design. So, can this be > considered for the next release please? Rafael, if you want to take it through the ACPI tree, then for the irqchip parts please add: Acked-by: Thomas Gleixner <tglx@linutronix.de> Thanks, tglx
On Mon, Aug 26, 2024 at 5:25 PM Thomas Gleixner <tglx@linutronix.de> wrote: > > On Mon, Aug 12 2024 at 06:37, Sunil V. L. wrote: > > On Mon, Aug 12, 2024 at 06:29:12AM +0530, Sunil V L wrote: > >> This series adds support for the below ECR approved by ASWG. > >> 1) MADT - https://drive.google.com/file/d/1oMGPyOD58JaPgMl1pKasT-VKsIKia7zR/view?usp=sharing > >> > >> The series primarily enables irqchip drivers for RISC-V ACPI based > >> platforms. > > > > This series has spent quite a bit of time now on the list. As you are > > aware, few clarifications like _PIC codes are also done now. There is > > no major change after you had agreed for the design. So, can this be > > considered for the next release please? > > Rafael, if you want to take it through the ACPI tree, then for the > irqchip parts please add: > > Acked-by: Thomas Gleixner <tglx@linutronix.de> Yes, I'm going ro do this. Thank you!
On Mon, Aug 26, 2024 at 06:15:18PM +0200, Rafael J. Wysocki wrote: > On Mon, Aug 26, 2024 at 5:25 PM Thomas Gleixner <tglx@linutronix.de> wrote: > > > > On Mon, Aug 12 2024 at 06:37, Sunil V. L. wrote: > > > On Mon, Aug 12, 2024 at 06:29:12AM +0530, Sunil V L wrote: > > >> This series adds support for the below ECR approved by ASWG. > > >> 1) MADT - https://drive.google.com/file/d/1oMGPyOD58JaPgMl1pKasT-VKsIKia7zR/view?usp=sharing > > >> > > >> The series primarily enables irqchip drivers for RISC-V ACPI based > > >> platforms. > > > > > > This series has spent quite a bit of time now on the list. As you are > > > aware, few clarifications like _PIC codes are also done now. There is > > > no major change after you had agreed for the design. So, can this be > > > considered for the next release please? > > > > Rafael, if you want to take it through the ACPI tree, then for the > > irqchip parts please add: > > > > Acked-by: Thomas Gleixner <tglx@linutronix.de> > > Yes, I'm going ro do this. > > Thank you! Thanks! There will be a conflict in PLIC irqchip driver due to a recent patch [1]. This patch is not in latest RC5 release but in linux-next. I usually base the series on latest RC release. Should I rebase to linux-next in this case and send the next revision of the series resolving the conflict? [1] - https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4d936f10ff80274841537a26d1fbfe9984de0ef9 Thanks, Sunil
On Mon, Aug 26, 2024 at 7:22 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > On Mon, Aug 26, 2024 at 06:15:18PM +0200, Rafael J. Wysocki wrote: > > On Mon, Aug 26, 2024 at 5:25 PM Thomas Gleixner <tglx@linutronix.de> wrote: > > > > > > On Mon, Aug 12 2024 at 06:37, Sunil V. L. wrote: > > > > On Mon, Aug 12, 2024 at 06:29:12AM +0530, Sunil V L wrote: > > > >> This series adds support for the below ECR approved by ASWG. > > > >> 1) MADT - https://drive.google.com/file/d/1oMGPyOD58JaPgMl1pKasT-VKsIKia7zR/view?usp=sharing > > > >> > > > >> The series primarily enables irqchip drivers for RISC-V ACPI based > > > >> platforms. > > > > > > > > This series has spent quite a bit of time now on the list. As you are > > > > aware, few clarifications like _PIC codes are also done now. There is > > > > no major change after you had agreed for the design. So, can this be > > > > considered for the next release please? > > > > > > Rafael, if you want to take it through the ACPI tree, then for the > > > irqchip parts please add: > > > > > > Acked-by: Thomas Gleixner <tglx@linutronix.de> > > > > Yes, I'm going ro do this. > > > > Thank you! > Thanks! > > There will be a conflict in PLIC irqchip driver due to a recent patch [1]. > This patch is not in latest RC5 release but in linux-next. I usually base the > series on latest RC release. Should I rebase to linux-next in this case > and send the next revision of the series resolving the conflict? No, please don't. That will be resolved at the merge time. > [1] - https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4d936f10ff80274841537a26d1fbfe9984de0ef9 Thanks!
On Mon, Aug 26 2024 at 19:27, Rafael J. Wysocki wrote: > On Mon, Aug 26, 2024 at 7:22 PM Sunil V L <sunilvl@ventanamicro.com> wrote: >> There will be a conflict in PLIC irqchip driver due to a recent patch [1]. >> This patch is not in latest RC5 release but in linux-next. I usually base the >> series on latest RC release. Should I rebase to linux-next in this case >> and send the next revision of the series resolving the conflict? > > No, please don't. > > That will be resolved at the merge time. Alternatively you can pull git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2024-08-25 which I'm about to send to Linus latest tomorrow morning. That contains the conflicting change. Thanks, tglx
On Mon, Aug 26, 2024 at 11:22 PM Thomas Gleixner <tglx@linutronix.de> wrote: > > On Mon, Aug 26 2024 at 19:27, Rafael J. Wysocki wrote: > > On Mon, Aug 26, 2024 at 7:22 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > >> There will be a conflict in PLIC irqchip driver due to a recent patch [1]. > >> This patch is not in latest RC5 release but in linux-next. I usually base the > >> series on latest RC release. Should I rebase to linux-next in this case > >> and send the next revision of the series resolving the conflict? > > > > No, please don't. > > > > That will be resolved at the merge time. > > Alternatively you can pull > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2024-08-25 > > which I'm about to send to Linus latest tomorrow morning. That contains > the conflicting change. So I've applied the series on top of the above. This included a full-swing rebase of the last patch, which I hope I've done correctly, but Sunil please see https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?h=bleeding-edge&id=5d1b549883c1bba331c419e491fda9bb934ea202 and let me know. Thanks!
On Tue, Aug 27, 2024 at 06:20:24PM +0200, Rafael J. Wysocki wrote: > On Mon, Aug 26, 2024 at 11:22 PM Thomas Gleixner <tglx@linutronix.de> wrote: > > > > On Mon, Aug 26 2024 at 19:27, Rafael J. Wysocki wrote: > > > On Mon, Aug 26, 2024 at 7:22 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > >> There will be a conflict in PLIC irqchip driver due to a recent patch [1]. > > >> This patch is not in latest RC5 release but in linux-next. I usually base the > > >> series on latest RC release. Should I rebase to linux-next in this case > > >> and send the next revision of the series resolving the conflict? > > > > > > No, please don't. > > > > > > That will be resolved at the merge time. > > > > Alternatively you can pull > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2024-08-25 > > > > which I'm about to send to Linus latest tomorrow morning. That contains > > the conflicting change. > > So I've applied the series on top of the above. > Thanks! > This included a full-swing rebase of the last patch, which I hope I've > done correctly, but Sunil please see > Yeah, sorry about that. You have resolved most of the conflicts but few are missing (which were not obvious anyway). Could you please take below commit and squash? https://github.com/vlsunil/linux/commit/c85f9d0dc31c0e77916ecdbb457748c05cf4e75a Thanks! Sunil
On Tue, Aug 27, 2024 at 7:04 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > On Tue, Aug 27, 2024 at 06:20:24PM +0200, Rafael J. Wysocki wrote: > > On Mon, Aug 26, 2024 at 11:22 PM Thomas Gleixner <tglx@linutronix.de> wrote: > > > > > > On Mon, Aug 26 2024 at 19:27, Rafael J. Wysocki wrote: > > > > On Mon, Aug 26, 2024 at 7:22 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > > >> There will be a conflict in PLIC irqchip driver due to a recent patch [1]. > > > >> This patch is not in latest RC5 release but in linux-next. I usually base the > > > >> series on latest RC release. Should I rebase to linux-next in this case > > > >> and send the next revision of the series resolving the conflict? > > > > > > > > No, please don't. > > > > > > > > That will be resolved at the merge time. > > > > > > Alternatively you can pull > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2024-08-25 > > > > > > which I'm about to send to Linus latest tomorrow morning. That contains > > > the conflicting change. > > > > So I've applied the series on top of the above. > > > Thanks! > > > This included a full-swing rebase of the last patch, which I hope I've > > done correctly, but Sunil please see > > > Yeah, sorry about that. You have resolved most of the conflicts but few > are missing (which were not obvious anyway). Could you please take below > commit and squash? > > https://github.com/vlsunil/linux/commit/c85f9d0dc31c0e77916ecdbb457748c05cf4e75a Can you please send me a diff?
On Tue, Aug 27, 2024 at 07:12:11PM +0200, Rafael J. Wysocki wrote: > On Tue, Aug 27, 2024 at 7:04 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > > > On Tue, Aug 27, 2024 at 06:20:24PM +0200, Rafael J. Wysocki wrote: > > > On Mon, Aug 26, 2024 at 11:22 PM Thomas Gleixner <tglx@linutronix.de> wrote: > > > > > > > > On Mon, Aug 26 2024 at 19:27, Rafael J. Wysocki wrote: > > > > > On Mon, Aug 26, 2024 at 7:22 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > > > >> There will be a conflict in PLIC irqchip driver due to a recent patch [1]. > > > > >> This patch is not in latest RC5 release but in linux-next. I usually base the > > > > >> series on latest RC release. Should I rebase to linux-next in this case > > > > >> and send the next revision of the series resolving the conflict? > > > > > > > > > > No, please don't. > > > > > > > > > > That will be resolved at the merge time. > > > > > > > > Alternatively you can pull > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2024-08-25 > > > > > > > > which I'm about to send to Linus latest tomorrow morning. That contains > > > > the conflicting change. > > > > > > So I've applied the series on top of the above. > > > > > Thanks! > > > > > This included a full-swing rebase of the last patch, which I hope I've > > > done correctly, but Sunil please see > > > > > Yeah, sorry about that. You have resolved most of the conflicts but few > > are missing (which were not obvious anyway). Could you please take below > > commit and squash? > > > > https://github.com/vlsunil/linux/commit/c85f9d0dc31c0e77916ecdbb457748c05cf4e75a > > Can you please send me a diff? > Hi Rafael, I have sent the diff to you. Hope that is fine. Thanks! Sunil
On Tue, Aug 27, 2024 at 7:31 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > On Tue, Aug 27, 2024 at 07:12:11PM +0200, Rafael J. Wysocki wrote: > > On Tue, Aug 27, 2024 at 7:04 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > > > > > On Tue, Aug 27, 2024 at 06:20:24PM +0200, Rafael J. Wysocki wrote: > > > > On Mon, Aug 26, 2024 at 11:22 PM Thomas Gleixner <tglx@linutronix.de> wrote: > > > > > > > > > > On Mon, Aug 26 2024 at 19:27, Rafael J. Wysocki wrote: > > > > > > On Mon, Aug 26, 2024 at 7:22 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > > > > >> There will be a conflict in PLIC irqchip driver due to a recent patch [1]. > > > > > >> This patch is not in latest RC5 release but in linux-next. I usually base the > > > > > >> series on latest RC release. Should I rebase to linux-next in this case > > > > > >> and send the next revision of the series resolving the conflict? > > > > > > > > > > > > No, please don't. > > > > > > > > > > > > That will be resolved at the merge time. > > > > > > > > > > Alternatively you can pull > > > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2024-08-25 > > > > > > > > > > which I'm about to send to Linus latest tomorrow morning. That contains > > > > > the conflicting change. > > > > > > > > So I've applied the series on top of the above. > > > > > > > Thanks! > > > > > > > This included a full-swing rebase of the last patch, which I hope I've > > > > done correctly, but Sunil please see > > > > > > > Yeah, sorry about that. You have resolved most of the conflicts but few > > > are missing (which were not obvious anyway). Could you please take below > > > commit and squash? > > > > > > https://github.com/vlsunil/linux/commit/c85f9d0dc31c0e77916ecdbb457748c05cf4e75a > > > > Can you please send me a diff? > > > Hi Rafael, > > I have sent the diff to you. Hope that is fine. Squashed and pushed out, please see https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?h=bleeding-edge&id=9153fdae30867fe5d71f6a15b8a1974d7e801f39 Thanks!
On Tue, Aug 27, 2024 at 07:56:52PM +0200, Rafael J. Wysocki wrote: > On Tue, Aug 27, 2024 at 7:31 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > > > On Tue, Aug 27, 2024 at 07:12:11PM +0200, Rafael J. Wysocki wrote: > > > On Tue, Aug 27, 2024 at 7:04 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > > > > > > > On Tue, Aug 27, 2024 at 06:20:24PM +0200, Rafael J. Wysocki wrote: > > > > > On Mon, Aug 26, 2024 at 11:22 PM Thomas Gleixner <tglx@linutronix.de> wrote: > > > > > > > > > > > > On Mon, Aug 26 2024 at 19:27, Rafael J. Wysocki wrote: > > > > > > > On Mon, Aug 26, 2024 at 7:22 PM Sunil V L <sunilvl@ventanamicro.com> wrote: > > > > > > >> There will be a conflict in PLIC irqchip driver due to a recent patch [1]. > > > > > > >> This patch is not in latest RC5 release but in linux-next. I usually base the > > > > > > >> series on latest RC release. Should I rebase to linux-next in this case > > > > > > >> and send the next revision of the series resolving the conflict? > > > > > > > > > > > > > > No, please don't. > > > > > > > > > > > > > > That will be resolved at the merge time. > > > > > > > > > > > > Alternatively you can pull > > > > > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2024-08-25 > > > > > > > > > > > > which I'm about to send to Linus latest tomorrow morning. That contains > > > > > > the conflicting change. > > > > > > > > > > So I've applied the series on top of the above. > > > > > > > > > Thanks! > > > > > > > > > This included a full-swing rebase of the last patch, which I hope I've > > > > > done correctly, but Sunil please see > > > > > > > > > Yeah, sorry about that. You have resolved most of the conflicts but few > > > > are missing (which were not obvious anyway). Could you please take below > > > > commit and squash? > > > > > > > > https://github.com/vlsunil/linux/commit/c85f9d0dc31c0e77916ecdbb457748c05cf4e75a > > > > > > Can you please send me a diff? > > > > > Hi Rafael, > > > > I have sent the diff to you. Hope that is fine. > > Squashed and pushed out, please see > > https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?h=bleeding-edge&id=9153fdae30867fe5d71f6a15b8a1974d7e801f39 > LGTM. Thanks!