01 Dec, 2019

1 commit

  • The wakeup specific IRQ management is no more needed to wake up the
    stm32 platform. A relationship has been established between the EXTI and
    the RX IRQ, just need to declare the EXTI interrupt instead of the
    IPCC RX IRQ.

    Signed-off-by: Alexandre Torgue
    Signed-off-by: Fabien Dessenne
    Signed-off-by: Jassi Brar

    Fabien Dessenne
     

11 Jul, 2019

1 commit


09 May, 2019

1 commit

  • On failure of_irq_get() returns a negative value or zero, which is
    not handled as an error in the existing implementation.
    Instead of using this API, use platform_get_irq() that returns
    exclusively a negative value on failure.
    Also, do not output an error log in case of defer probe error.

    Signed-off-by: Fabien Dessenne
    Signed-off-by: Jassi Brar

    Fabien Dessenne
     

07 Mar, 2019

2 commits


22 Dec, 2018

1 commit


07 Jun, 2018

1 commit

  • The STMicroelectronics STM32 Inter-Processor Communication Controller
    (IPCC) is used for communicating data between two processors.
    It provides a non blocking signaling mechanism to post and retrieve
    communication data in an atomic way.

    Signed-off-by: Fabien Dessenne
    Signed-off-by: Ludovic Barre
    Signed-off-by: Jassi Brar

    Fabien Dessenne