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/incubator-nuttx.git.


    from bec9058  arch: lc823450: Replace the critical section with spinlock in 
lc823450_serial.c
     new c8f1a9e  driver:power:add regulator framework
     new eed6510  driver:power:add regulator remote proc
     new b7db430  driver/power: add gpio regulator
     new 3e8a3c9  driver:regulator: add delay feature

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:
 drivers/power/Kconfig                              |  28 +
 drivers/power/Make.defs                            |  30 +
 drivers/power/regulator.c                          | 833 +++++++++++++++++++++
 .../power/regulator_gpio.c                         | 173 ++---
 drivers/power/regulator_rpmsg.c                    | 619 +++++++++++++++
 .../esp32/chip.h => include/nuttx/power/consumer.h |  42 +-
 include/nuttx/power/regulator.h                    | 222 ++++++
 7 files changed, 1831 insertions(+), 116 deletions(-)
 create mode 100644 drivers/power/regulator.c
 copy arch/arm/src/sama5/sam_ethernet.c => drivers/power/regulator_gpio.c (51%)
 create mode 100644 drivers/power/regulator_rpmsg.c
 copy arch/xtensa/include/esp32/chip.h => include/nuttx/power/consumer.h (70%)
 create mode 100644 include/nuttx/power/regulator.h

Reply via email to