mbox series

[v3,0/5] Misc hisi_lpc changes

Message ID 1662366186-233933-1-git-send-email-john.garry@huawei.com (mailing list archive)
Headers show
Series Misc hisi_lpc changes | expand

Message

John Garry Sept. 5, 2022, 8:23 a.m. UTC
Hi Xu Wei,

This is a series of small improvements to the driver from Andy
and myself.

Andy sent his patches originally in the following:
https://lore.kernel.org/lkml/20220708210859.6774-1-andriy.shevchenko@linux.intel.com/

Please consider sending through the arm-soc tree for v6.1 .

Based on v6.0-rc3.

Differences to v2:
- Fix handling of platform_device_register_full() error (Andy)
- Add Andy's RB tag (thanks!)

Differences to v1:
- remove blank lines in patch 5/5, as requested by Andy

Thanks,
John

Andy Shevchenko (4):
  bus: hisi_lpc: Don't dereference fwnode handle
  bus: hisi_lpc: Use devm_platform_ioremap_resource
  bus: hisi_lpc: Correct error code for timeout
  bus: hisi_lpc: Don't guard ACPI IDs with ACPI_PTR()

John Garry (1):
  bus: hisi_lpc: Use platform_device_register_full()

 drivers/bus/hisi_lpc.c | 96 +++++++++++++++++++-----------------------
 1 file changed, 44 insertions(+), 52 deletions(-)

Comments

Wei Xu Sept. 13, 2022, 1:47 a.m. UTC | #1
Hi John,

On 2022/9/5 16:23, John Garry wrote:
> Hi Xu Wei,
> 
> This is a series of small improvements to the driver from Andy
> and myself.
> 
> Andy sent his patches originally in the following:
> https://lore.kernel.org/lkml/20220708210859.6774-1-andriy.shevchenko@linux.intel.com/
> 
> Please consider sending through the arm-soc tree for v6.1 .
> 
> Based on v6.0-rc3.
> 
> Differences to v2:
> - Fix handling of platform_device_register_full() error (Andy)
> - Add Andy's RB tag (thanks!)
> 
> Differences to v1:
> - remove blank lines in patch 5/5, as requested by Andy
> 
> Thanks,
> John
> 
> Andy Shevchenko (4):
>   bus: hisi_lpc: Don't dereference fwnode handle
>   bus: hisi_lpc: Use devm_platform_ioremap_resource
>   bus: hisi_lpc: Correct error code for timeout
>   bus: hisi_lpc: Don't guard ACPI IDs with ACPI_PTR()
> 
> John Garry (1):
>   bus: hisi_lpc: Use platform_device_register_full()
> 
>  drivers/bus/hisi_lpc.c | 96 +++++++++++++++++++-----------------------
>  1 file changed, 44 insertions(+), 52 deletions(-)
> 

Thanks!
Series applied to the hisilicon driver tree.

Best Regards,
Wei
patchwork-bot+linux-soc@kernel.org Sept. 23, 2022, 4:20 p.m. UTC | #2
Hello:

This series was applied to soc/soc.git (for-next)
by Wei Xu <xuwei5@hisilicon.com>:

On Mon, 5 Sep 2022 16:23:01 +0800 you wrote:
> Hi Xu Wei,
> 
> This is a series of small improvements to the driver from Andy
> and myself.
> 
> Andy sent his patches originally in the following:
> https://lore.kernel.org/lkml/20220708210859.6774-1-andriy.shevchenko@linux.intel.com/
> 
> [...]

Here is the summary with links:
  - [v3,1/5] bus: hisi_lpc: Don't dereference fwnode handle
    https://git.kernel.org/soc/soc/c/947f11d153f2
  - [v3,2/5] bus: hisi_lpc: Use devm_platform_ioremap_resource
    https://git.kernel.org/soc/soc/c/23bea44cd00c
  - [v3,3/5] bus: hisi_lpc: Correct error code for timeout
    https://git.kernel.org/soc/soc/c/5e3e70b8e1ae
  - [v3,4/5] bus: hisi_lpc: Don't guard ACPI IDs with ACPI_PTR()
    https://git.kernel.org/soc/soc/c/e8cd65061fac
  - [v3,5/5] bus: hisi_lpc: Use platform_device_register_full()
    https://git.kernel.org/soc/soc/c/4678a2d352e0

You are awesome, thank you!