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

xiaoxiang pushed a change to branch releases/12.8
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 11bc75a9d9 crypto/xform.c: migrate to SPDX identifier
     new dbeedf9229 bt_buf: use small lock to protect bt_bufferlist_s
     new 366332a948 bt_buf: use small lock in wireless/bluetooth/bt_buf.c
     new 2852064501 remove big lock in arch_phy_irq
     new d48583604c at32_serial: use small lock in 
arch/arm/src/at32/at32_serial.c
     new 15c80e68a0 modifyreg16: use small lock in modifyreg16
     new 82874a5ad1 cxd: use small lock
     new 3e889039c4 imx_gpio: use small lock in arch/arm/src/imx6/imx_gpio.c
     new 22b12e17a6 procfs:add missing ',' to end of line

The 8 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:
 arch/arm/src/at32/at32_serial.c                    | 83 +++++++++++++---------
 arch/arm/src/common/arm_modifyreg16.c              | 10 ++-
 arch/arm/src/cxd32xx/cxd32_irq.c                   | 18 +++--
 arch/arm/src/cxd32xx/cxd32_uart.c                  |  6 +-
 arch/arm/src/cxd56xx/cxd56_gpioint.c               | 20 +++---
 arch/arm/src/cxd56xx/cxd56_irq.c                   | 18 +++--
 arch/arm/src/cxd56xx/cxd56_uart.c                  | 16 +++--
 arch/arm/src/imx6/imx_gpio.c                       | 14 ++--
 arch/arm/src/tiva/tm4c/tm4c_ethernet.c             | 12 ++--
 arch/arm64/src/common/arm64_modifyreg16.c          | 10 ++-
 arch/avr/src/common/avr_modifyreg16.c              |  7 +-
 arch/ceva/src/common/ceva_modifyreg16.c            | 10 ++-
 arch/hc/src/common/hc_modifyreg16.c                |  7 +-
 arch/mips/src/common/mips_modifyreg16.c            |  7 +-
 arch/misoc/src/common/misoc_modifyreg16.c          | 11 ++-
 arch/or1k/src/common/or1k_modifyreg16.c            | 10 ++-
 arch/renesas/src/rx65n/rx65n_eth.c                 | 12 ++--
 arch/sparc/src/common/sparc_modifyreg16.c          |  6 +-
 arch/x86/src/common/x86_modifyreg16.c              |  7 +-
 arch/x86_64/src/common/x86_64_modifyreg16.c        |  7 +-
 arch/xtensa/src/common/xtensa_modifyreg16.c        | 10 ++-
 boards/arm/at32/at32f437-mini/src/at32_ethernet.c  |  7 +-
 .../arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.c   | 10 ++-
 .../arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.c   | 10 ++-
 .../arm/imxrt/imxrt1060-evk/src/imxrt_ethernet.c   | 10 ++-
 .../arm/imxrt/imxrt1064-evk/src/imxrt_ethernet.c   | 10 ++-
 .../arm/imxrt/imxrt1170-evk/src/imxrt_ethernet.c   | 10 ++-
 boards/arm/imxrt/teensy-4.x/src/imxrt_ethernet.c   | 10 ++-
 boards/arm/sam34/sam4e-ek/src/sam_ethernet.c       | 13 +++-
 boards/arm/sama5/jupiter-nano/src/sam_ethernet.c   | 13 +++-
 boards/arm/sama5/sama5d2-xult/src/sam_ethernet.c   | 11 ++-
 .../arm/sama5/sama5d3-xplained/src/sam_ethernet.c  | 13 +++-
 boards/arm/sama5/sama5d3x-ek/src/sam_ethernet.c    | 11 ++-
 boards/arm/sama5/sama5d4-ek/src/sam_ethernet.c     | 13 +++-
 .../arm/samv7/same70-xplained/src/sam_ethernet.c   | 11 ++-
 boards/arm/samv7/samv71-xult/src/sam_ethernet.c    | 11 ++-
 .../stm32/stm32f4discovery/src/stm32_ethernet.c    |  7 +-
 fs/procfs/fs_procfsmeminfo.c                       |  2 +-
 include/nuttx/wireless/bluetooth/bt_buf.h          |  3 +
 wireless/bluetooth/bt_buf.c                        | 21 +++---
 wireless/bluetooth/bt_hcicore.c                    | 11 +--
 41 files changed, 361 insertions(+), 147 deletions(-)

Reply via email to