mbox series

[GIT,PULL] LiteX updates for next

Message ID Z41PgCffqPUTyxkE@errol.ini.cmu.edu (mailing list archive)
State New
Headers show
Series [GIT,PULL] LiteX updates for next | expand

Pull-request

https://github.com/litex-hub/linux.git tags/litex-6.13-rc1

Message

Gabriel L. Somlo Jan. 19, 2025, 7:16 p.m. UTC
Hi Arnd,

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  https://github.com/litex-hub/linux.git tags/litex-6.13-rc1

for you to fetch changes up to c7345869aa382b1e22691d51cbbd218d7f488a55:

  drivers/soc/litex: Use devm_register_restart_handler() (2025-01-19 14:05:35 -0500)

----------------------------------------------------------------
LiteX updates for next

Remaining LiteX updates from 2024, reviewed and
successfully tested against v6.13-rc1.

Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>

----------------------------------------------------------------
Andrew Davis (1):
      drivers/soc/litex: Use devm_register_restart_handler()

 drivers/soc/litex/litex_soc_ctrl.c | 23 +++++------------------
 1 file changed, 5 insertions(+), 18 deletions(-)

Comments

Gabriel L. Somlo Jan. 20, 2025, 2:30 p.m. UTC | #1
Hi Arnd,

Sorry for the n00b question, but I just saw that 6.13 came out right
after I sent you this PR :)

What's the right thing to do in this situation? Wait for 6.14-rc1 and
try again? Something else ?

Thanks, as always,
--Gabriel

On Sun, Jan 19, 2025 at 02:16:16PM -0500, Gabriel L. Somlo wrote:
> Hi Arnd,
> 
> The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
> 
>   Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/litex-hub/linux.git tags/litex-6.13-rc1
> 
> for you to fetch changes up to c7345869aa382b1e22691d51cbbd218d7f488a55:
> 
>   drivers/soc/litex: Use devm_register_restart_handler() (2025-01-19 14:05:35 -0500)
> 
> ----------------------------------------------------------------
> LiteX updates for next
> 
> Remaining LiteX updates from 2024, reviewed and
> successfully tested against v6.13-rc1.
> 
> Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
> 
> ----------------------------------------------------------------
> Andrew Davis (1):
>       drivers/soc/litex: Use devm_register_restart_handler()
> 
>  drivers/soc/litex/litex_soc_ctrl.c | 23 +++++------------------
>  1 file changed, 5 insertions(+), 18 deletions(-)