mbox series

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

Message ID 20240404120856.4109303-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series ACPI: LPSS: Prepare for SPI code cleanup | expand

Message

Andy Shevchenko April 4, 2024, 12:06 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.

This patch series should go before
https://lore.kernel.org/linux-acpi/20240403170302.1073841-1-andriy.shevchenko@linux.intel.com/

In v2:
- added Fixes tag to the first patch (Rafael)
- reordered to get Fixes first in the series
- v1: 20240402152952.3578659-1-andriy.shevchenko@linux.intel.com

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

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

Comments

Andy Shevchenko April 4, 2024, 12:11 p.m. UTC | #1
On Thu, Apr 04, 2024 at 03:06:57PM +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.
> 
> This patch series should go before
> https://lore.kernel.org/linux-acpi/20240403170302.1073841-1-andriy.shevchenko@linux.intel.com/

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

(Code hasn't been changed, commit messages also stays the same, hence I added
 it from v1)

> In v2:
> - added Fixes tag to the first patch (Rafael)
> - reordered to get Fixes first in the series
> - v1: 20240402152952.3578659-1-andriy.shevchenko@linux.intel.com
Rafael J. Wysocki April 8, 2024, 2:37 p.m. UTC | #2
On Thu, Apr 4, 2024 at 2:11 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> On Thu, Apr 04, 2024 at 03:06:57PM +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.
> >
> > This patch series should go before
> > https://lore.kernel.org/linux-acpi/20240403170302.1073841-1-andriy.shevchenko@linux.intel.com/
>
> Indeliberately forgot
> Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
>
> (Code hasn't been changed, commit messages also stays the same, hence I added
>  it from v1)
>
> > In v2:
> > - added Fixes tag to the first patch (Rafael)
> > - reordered to get Fixes first in the series
> > - v1: 20240402152952.3578659-1-andriy.shevchenko@linux.intel.com
>
> --

Both patches applied as 6.10 material, thanks!