[PATCH 0/2] powerpc: pseries: making bus_type structures const

Adrian Barnaś posted 2 patches 1 week, 6 days ago
arch/powerpc/platforms/pseries/cmm.c     | 2 +-
arch/powerpc/platforms/pseries/suspend.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] powerpc: pseries: making bus_type structures const
Posted by Adrian Barnaś 1 week, 6 days ago
Current driver core properly handle constant bus_type structures.
Both changes are moving bus_type structures to be constant.
It is a part of tree clean-up from non const bus_type structures

Adrian Barnaś (2):
  powerpc: pseries: make suspend_subsys const
  powerpc: pseries: make cmm_subsys const

 arch/powerpc/platforms/pseries/cmm.c     | 2 +-
 arch/powerpc/platforms/pseries/suspend.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.51.0.470.ga7dc726c21-goog
Re: [PATCH 0/2] powerpc: pseries: making bus_type structures const
Posted by Greg Kroah-Hartman 1 week, 6 days ago
On Thu, Sep 18, 2025 at 02:08:14PM +0000, Adrian Barnaś wrote:
> Current driver core properly handle constant bus_type structures.
> Both changes are moving bus_type structures to be constant.
> It is a part of tree clean-up from non const bus_type structures
> 
> Adrian Barnaś (2):
>   powerpc: pseries: make suspend_subsys const
>   powerpc: pseries: make cmm_subsys const
> 
>  arch/powerpc/platforms/pseries/cmm.c     | 2 +-
>  arch/powerpc/platforms/pseries/suspend.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> -- 
> 2.51.0.470.ga7dc726c21-goog
> 

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>