[PATCH v3 0/5] Misc hisi_lpc changes

John Garry posted 5 patches 3 years, 7 months ago
drivers/bus/hisi_lpc.c | 96 +++++++++++++++++++-----------------------
1 file changed, 44 insertions(+), 52 deletions(-)
[PATCH v3 0/5] Misc hisi_lpc changes
Posted by John Garry 3 years, 7 months ago
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(-)

-- 
2.35.3
Re: [PATCH v3 0/5] Misc hisi_lpc changes
Posted by Wei Xu 3 years, 6 months ago
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