Re: [PATCH v2 0/2] ACPI/IORT: Code cleanups

2020-09-07 Thread Will Deacon
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-yuzeng...@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,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev


Re: [PATCH v2 0/2] ACPI/IORT: Code cleanups

2020-09-02 Thread Hanjun Guo

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-yuzeng...@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 


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



Re: [PATCH v2 0/2] ACPI/IORT: Code cleanups

2020-09-02 Thread Will Deacon
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-yuzeng...@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 
> 
> 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


Re: [PATCH v2 0/2] ACPI/IORT: Code cleanups

2020-09-02 Thread Lorenzo Pieralisi
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-yuzeng...@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 


Re: [PATCH v2 0/2] ACPI/IORT: Code cleanups

2020-09-02 Thread Hanjun Guo

+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-yuzeng...@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 


Will, would you mind taking this patch set via ARM64 tree?

Thanks
Hanjun



Re: [PATCH v2 0/2] ACPI/IORT: Code cleanups

2020-08-18 Thread Hanjun Guo

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-yuzeng...@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 



[PATCH v2 0/2] ACPI/IORT: Code cleanups

2020-08-17 Thread Zenghui Yu
* 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-yuzeng...@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(-)

-- 
2.19.1