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 edd86a5b594 drivers/pci:fix pci_disable_irq/pci_enable_irq parameter
     add 3c486b98dd0 fs/timerfd: implement TFD_TIMER_CANCEL_ON_SET to detect 
clock changes

No new revisions were added by this update.

Summary of changes:
 drivers/timers/rpmsg_rtc.c                         |   5 +
 fs/vfs/fs_timerfd.c                                | 137 ++++++++++++++++-----
 .../nuttx/{reboot_notifier.h => clock_notifier.h}  |  39 +++---
 include/sys/timerfd.h                              |   8 +-
 sched/clock/CMakeLists.txt                         |   1 +
 sched/clock/Make.defs                              |   1 +
 sched/clock/clock_initialize.c                     |   2 +
 .../reboot_notifier.c => clock/clock_notifier.c}   |  38 +++---
 sched/clock/clock_settime.c                        |   2 +
 sched/clock/clock_timekeeping.c                    |   3 +
 10 files changed, 155 insertions(+), 81 deletions(-)
 copy include/nuttx/{reboot_notifier.h => clock_notifier.h} (71%)
 copy sched/{misc/reboot_notifier.c => clock/clock_notifier.c} (71%)

Reply via email to