mbox series

[v1,0/2] ACPI: LPSS: Prepare for SPI code cleanup

Message ID 20240402152952.3578659-1-andriy.shevchenko@linux.intel.com
Headers show
Series ACPI: LPSS: Prepare for SPI code cleanup | expand

Message

Andy Shevchenko April 2, 2024, 3:28 p.m. UTC
An ad-hoc cleanup followed by preparation for SPI code cleaning.
The latter will be done in the next kernel cycle to avoid conflicts.

Andy Shevchenko (2):
  ACPI: LPSS: Remove nested ifdeffery for CONFIG_PM
  ACPI: LPSS: Advertise number of chip selects via property

 drivers/acpi/acpi_lpss.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Andy Shevchenko April 2, 2024, 6:58 p.m. UTC | #1
On Tue, Apr 02, 2024 at 06:28:51PM +0300, Andy Shevchenko wrote:
> An ad-hoc cleanup followed by preparation for SPI code cleaning.
> The latter will be done in the next kernel cycle to avoid conflicts.

Thinking more about these two, it might be even possible to put them
as amendments for v6.9-rc3, but I'm fine to have them for v6.10-rc1.
Just speaking out my thoughts, whatever is better for you is good
for me.
Kuppuswamy Sathyanarayanan April 2, 2024, 9:18 p.m. UTC | #2
On 4/2/24 8:28 AM, Andy Shevchenko wrote:
> An ad-hoc cleanup followed by preparation for SPI code cleaning.
> The latter will be done in the next kernel cycle to avoid conflicts.

Looks good to me.

Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>

> Andy Shevchenko (2):
>   ACPI: LPSS: Remove nested ifdeffery for CONFIG_PM
>   ACPI: LPSS: Advertise number of chip selects via property
>
>  drivers/acpi/acpi_lpss.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>