[PATCH 0/2] Add resume support for the mux mmio driver

Thomas Richard posted 2 patches 1 year, 8 months ago
drivers/mux/core.c         | 29 +++++++++++++++++++++++++++++
drivers/mux/mmio.c         | 12 ++++++++++++
include/linux/mux/driver.h |  1 +
3 files changed, 42 insertions(+)
[PATCH 0/2] Add resume support for the mux mmio driver
Posted by Thomas Richard 1 year, 8 months ago
The patches of this series were originally in the series "Add suspend to
ram support for PCIe on J7200" [1].
There is no changes compared to the patches in the series [1].

These patches add resume support for the mmio driver.
The first patch adds a new function mux_chip_resume() in the mux subsystem.
The second patch adds the resume support for the mmio driver using this new
function.

[1] https://lore.kernel.org/all/20240102-j7200-pcie-s2r-v6-0-4656ef6e6d66@bootlin.com/

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
---
Thomas Richard (1):
      mux: add mux_chip_resume() function

Théo Lebrun (1):
      mux: mmio: add resume support

 drivers/mux/core.c         | 29 +++++++++++++++++++++++++++++
 drivers/mux/mmio.c         | 12 ++++++++++++
 include/linux/mux/driver.h |  1 +
 3 files changed, 42 insertions(+)
---
base-commit: 8e7767d07e04b89999d5adefb190f4d5e566d8d4
change-id: 20240613-mux-mmio-resume-support-4f3b2a34a32a

Best regards,
-- 
Thomas Richard <thomas.richard@bootlin.com>

Re: [PATCH 0/2] Add resume support for the mux mmio driver
Posted by Thomas Richard 1 year, 5 months ago
On 6/13/24 15:07, Thomas Richard wrote:
> The patches of this series were originally in the series "Add suspend to
> ram support for PCIe on J7200" [1].
> There is no changes compared to the patches in the series [1].
> 
> These patches add resume support for the mmio driver.
> The first patch adds a new function mux_chip_resume() in the mux subsystem.
> The second patch adds the resume support for the mmio driver using this new
> function.
> 
> [1] https://lore.kernel.org/all/20240102-j7200-pcie-s2r-v6-0-4656ef6e6d66@bootlin.com/

Hello maintainers!

There is no remaining comments to address since a log time for this series.
Is there any chance to get this series merged ?

Thanks,

Thomas

> 
> Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
> ---
> Thomas Richard (1):
>       mux: add mux_chip_resume() function
> 
> Théo Lebrun (1):
>       mux: mmio: add resume support
> 
>  drivers/mux/core.c         | 29 +++++++++++++++++++++++++++++
>  drivers/mux/mmio.c         | 12 ++++++++++++
>  include/linux/mux/driver.h |  1 +
>  3 files changed, 42 insertions(+)
> ---
> base-commit: 8e7767d07e04b89999d5adefb190f4d5e566d8d4
> change-id: 20240613-mux-mmio-resume-support-4f3b2a34a32a
> 
> Best regards,


Re: [PATCH 0/2] Add resume support for the mux mmio driver
Posted by Greg KH 1 year, 5 months ago
On Tue, Sep 03, 2024 at 02:39:03PM +0200, Thomas Richard wrote:
> On 6/13/24 15:07, Thomas Richard wrote:
> > The patches of this series were originally in the series "Add suspend to
> > ram support for PCIe on J7200" [1].
> > There is no changes compared to the patches in the series [1].
> > 
> > These patches add resume support for the mmio driver.
> > The first patch adds a new function mux_chip_resume() in the mux subsystem.
> > The second patch adds the resume support for the mmio driver using this new
> > function.
> > 
> > [1] https://lore.kernel.org/all/20240102-j7200-pcie-s2r-v6-0-4656ef6e6d66@bootlin.com/
> 
> Hello maintainers!
> 
> There is no remaining comments to address since a log time for this series.
> Is there any chance to get this series merged ?

I'm not the maintainer, not much I can do here, sorry...
Re: [PATCH 0/2] Add resume support for the mux mmio driver
Posted by Thomas Richard 1 year, 5 months ago
On 6/13/24 15:07, Thomas Richard wrote:
> The patches of this series were originally in the series "Add suspend to
> ram support for PCIe on J7200" [1].
> There is no changes compared to the patches in the series [1].
> 
> These patches add resume support for the mmio driver.
> The first patch adds a new function mux_chip_resume() in the mux subsystem.
> The second patch adds the resume support for the mmio driver using this new
> function.
> 
> [1] https://lore.kernel.org/all/20240102-j7200-pcie-s2r-v6-0-4656ef6e6d66@bootlin.com/

Hello !!

Gentle ping.

This series has no remaining comment to address.
Is there any chance to get this series merged ?

Best Regards,

Thomas

> 
> Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
> ---
> Thomas Richard (1):
>       mux: add mux_chip_resume() function
> 
> Théo Lebrun (1):
>       mux: mmio: add resume support
> 
>  drivers/mux/core.c         | 29 +++++++++++++++++++++++++++++
>  drivers/mux/mmio.c         | 12 ++++++++++++
>  include/linux/mux/driver.h |  1 +
>  3 files changed, 42 insertions(+)
> ---
> base-commit: 8e7767d07e04b89999d5adefb190f4d5e566d8d4
> change-id: 20240613-mux-mmio-resume-support-4f3b2a34a32a
> 
> Best regards,