This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from a89b7f7add2 clock: remove 64-bit perf support for 32-bit systems
new abe28e1bcf5 drivers/rpmsg_port_spi/slave: add pm ops support for rpmsg
port spi
new de5ec3be6ca drivers/rpmsg_port_spi/slave: notify remote core when
reboot
new 6ca67e40616 drivers/rpmsg_port_spi: check crc value only when crc is
enabled
new 8981810e968 drivers/rpmsg_port_spi: call
rpmsg_port_spi_pm_action(false) in inactive path
new fa947f95ee4 drivers/rpmsg_port_spi/slave: add RPMSG_PORT_SPI_ prefix
to BYTES2WORDS
new a52dc0e7858 drivers/rpmsg_port_spi_slave: unbind spictrl when peer
shutdown
new 49d95aa0d1e drivers/rpmsg_port_spi/slave: remove the pm prepare ops
new 986a1f38a60 drivers/rpmsg_port_spi/slave: increase rx thread default
stack size
new 9f4708f643a drivers/rpmsg_port_spi: fix build error
new ba81948741c drivers/rpmsg_port_spi/slave: update type of pin number to
pinset_t
new fd6ab203624 drivers/rpmsg_port_spi: fix SPI exchange length calculation
new ae6ad9c193c drivers/rpmsg_port_spi_slave: add getrecvbuf callback for
zero-copy receive
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
drivers/rpmsg/Kconfig | 7 +-
drivers/rpmsg/rpmsg_port_spi.c | 148 +++++++++++++++++++++++++++--
drivers/rpmsg/rpmsg_port_spi_slave.c | 178 +++++++++++++++++++++++++++++++++--
include/nuttx/spi/slave.h | 26 +++++
4 files changed, 340 insertions(+), 19 deletions(-)