This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


    from b8b541fbf5 mpfs: Remove the ddrstorage section from the OpenSBI package
     new 64f0267993 syslog: Move syslog_rpmsg_server_init to syslog_initialize
     new 5f93ae9dd2 fs/rpmsg: Move the server initialization to fs_initialize
     new e6553fc687 clk/rpmsg: Call clk_rpmsg_server_initialize in 
drivers_initialize
     new d8cd4d3e48 power/supply: Call regulator_rpmsg_server_init in 
drivers_initialize

The 4 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:
 boards/sim/sim/sim/README.txt                 |  2 +-
 boards/sim/sim/sim/configs/rpserver/defconfig |  2 +-
 boards/sim/sim/sim/src/sim_bringup.c          | 10 ------
 drivers/drivers_initialize.c                  | 10 ++++++
 drivers/syslog/syslog_initialize.c            |  4 +++
 fs/fs_initialize.c                            |  5 +++
 fs/rpmsgfs/Kconfig                            |  7 +++++
 fs/rpmsgfs/Make.defs                          |  4 +++
 fs/rpmsgfs/rpmsgfs.c                          |  1 -
 fs/rpmsgfs/rpmsgfs.h                          |  6 ++++
 fs/rpmsgfs/rpmsgfs_client.c                   |  1 -
 fs/rpmsgfs/rpmsgfs_server.c                   |  1 -
 include/nuttx/fs/rpmsgfs.h                    | 45 ---------------------------
 13 files changed, 38 insertions(+), 60 deletions(-)
 delete mode 100644 include/nuttx/fs/rpmsgfs.h

Reply via email to