Message ID | 20200818063625.980-1-yuzenghui@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | ACPI/IORT: Code cleanups | expand |
On 2020/8/18 14:36, Zenghui Yu wrote: > * From v1 [1]: > - As pointed out by Hanjun, remove two now unused inline functions. > Compile tested with CONFIG_IOMMU_API is not selected. > > [1] https://lore.kernel.org/r/20200817105946.1511-1-yuzenghui@huawei.com > > Zenghui Yu (2): > ACPI/IORT: Drop the unused @ops of iort_add_device_replay() > ACPI/IORT: Remove the unused inline functions > > drivers/acpi/arm64/iort.c | 10 ++-------- > 1 file changed, 2 insertions(+), 8 deletions(-) Nice cleanup. Acked-by: Hanjun Guo <guohanjun@huawei.com>
+Cc Will On 2020/8/18 17:16, Hanjun Guo wrote: > On 2020/8/18 14:36, Zenghui Yu wrote: >> * From v1 [1]: >> - As pointed out by Hanjun, remove two now unused inline functions. >> Compile tested with CONFIG_IOMMU_API is not selected. >> >> [1] https://lore.kernel.org/r/20200817105946.1511-1-yuzenghui@huawei.com >> >> Zenghui Yu (2): >> ACPI/IORT: Drop the unused @ops of iort_add_device_replay() >> ACPI/IORT: Remove the unused inline functions >> >> drivers/acpi/arm64/iort.c | 10 ++-------- >> 1 file changed, 2 insertions(+), 8 deletions(-) > > Nice cleanup. > > Acked-by: Hanjun Guo <guohanjun@huawei.com> Will, would you mind taking this patch set via ARM64 tree? Thanks Hanjun
On Tue, Aug 18, 2020 at 02:36:23PM +0800, Zenghui Yu wrote: > * From v1 [1]: > - As pointed out by Hanjun, remove two now unused inline functions. > Compile tested with CONFIG_IOMMU_API is not selected. > > [1] https://lore.kernel.org/r/20200817105946.1511-1-yuzenghui@huawei.com > > Zenghui Yu (2): > ACPI/IORT: Drop the unused @ops of iort_add_device_replay() > ACPI/IORT: Remove the unused inline functions > > drivers/acpi/arm64/iort.c | 10 ++-------- > 1 file changed, 2 insertions(+), 8 deletions(-) On the series: Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
On Wed, Sep 02, 2020 at 05:17:43PM +0800, Hanjun Guo wrote: > +Cc Will > > On 2020/8/18 17:16, Hanjun Guo wrote: > > On 2020/8/18 14:36, Zenghui Yu wrote: > > > * From v1 [1]: > > > - As pointed out by Hanjun, remove two now unused inline functions. > > > Compile tested with CONFIG_IOMMU_API is not selected. > > > > > > [1] https://lore.kernel.org/r/20200817105946.1511-1-yuzenghui@huawei.com > > > > > > Zenghui Yu (2): > > > ACPI/IORT: Drop the unused @ops of iort_add_device_replay() > > > ACPI/IORT: Remove the unused inline functions > > > > > > drivers/acpi/arm64/iort.c | 10 ++-------- > > > 1 file changed, 2 insertions(+), 8 deletions(-) > > > > Nice cleanup. > > > > Acked-by: Hanjun Guo <guohanjun@huawei.com> > > Will, would you mind taking this patch set via ARM64 tree? Sure, no problem. I'll queue this for 5.10 later this week. Will
On 2020/9/2 17:48, Will Deacon wrote: > On Wed, Sep 02, 2020 at 05:17:43PM +0800, Hanjun Guo wrote: >> +Cc Will >> >> On 2020/8/18 17:16, Hanjun Guo wrote: >>> On 2020/8/18 14:36, Zenghui Yu wrote: >>>> * From v1 [1]: >>>> - As pointed out by Hanjun, remove two now unused inline functions. >>>> Compile tested with CONFIG_IOMMU_API is not selected. >>>> >>>> [1] https://lore.kernel.org/r/20200817105946.1511-1-yuzenghui@huawei.com >>>> >>>> Zenghui Yu (2): >>>> ACPI/IORT: Drop the unused @ops of iort_add_device_replay() >>>> ACPI/IORT: Remove the unused inline functions >>>> >>>> drivers/acpi/arm64/iort.c | 10 ++-------- >>>> 1 file changed, 2 insertions(+), 8 deletions(-) >>> >>> Nice cleanup. >>> >>> Acked-by: Hanjun Guo <guohanjun@huawei.com> >> >> Will, would you mind taking this patch set via ARM64 tree? > > Sure, no problem. I'll queue this for 5.10 later this week. Thanks! Hanjun
On Tue, 18 Aug 2020 14:36:23 +0800, Zenghui Yu wrote: > * From v1 [1]: > - As pointed out by Hanjun, remove two now unused inline functions. > Compile tested with CONFIG_IOMMU_API is not selected. > > [1] https://lore.kernel.org/r/20200817105946.1511-1-yuzenghui@huawei.com > > Zenghui Yu (2): > ACPI/IORT: Drop the unused @ops of iort_add_device_replay() > ACPI/IORT: Remove the unused inline functions > > [...] Applied to arm64 (for-next/acpi), thanks! [1/2] ACPI/IORT: Drop the unused @ops of iort_add_device_replay() https://git.kernel.org/arm64/c/1ab64cf81489 [2/2] ACPI/IORT: Remove the unused inline functions https://git.kernel.org/arm64/c/c2bea7a1a1c0 Cheers,