All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexis Berlemont <alexis.berlemont@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-core] [PULL REQUEST] analogy bug fixes + rtdm_rt_capable related changes
Date: Tue, 4 May 2010 23:51:06 +0200	[thread overview]
Message-ID: <20100504215106.GA9298@domain.hid> (raw)

The following changes since commit
e9b509c9021e0134117d0fe75d11e495f0e954b7:

  arm: add missing #include (2010-05-04 03:44:01 +0200)

are available in the git repository at:
  git://git.xenomai.org/xenomai-abe.git analogy

Alexis Berlemont (17):
      analogy: fix ring-buffer issues
      analogy: cosmetic fix
      analogy: fix buffer checkings so as to allow infinite acquisitions
      analogy: make cmd_read work with infinite acquisitions (-S 0)
      analogy: fix a misuse of channel descriptors in a4l_get_chan
      analogy: [pcimio] register the digital trigger routine
      analogy: minor change in the header command.h
      analogy: minor cosmetic fix
      analogy: add the test program cmd_bits (beta version)
      analogy: minor fix in insn_bits
      analogy: add triggering in cmd_bits
      analogy: in the core, call rtdm_in_rt_context() instead of a4l_test_rt()
      analogy: add calls to rtdm_rt_capable() in ioctl handlers
      analogy: remove useless device declarations in read / write syscalls handlers
      analogy: add rtdm_rt_capable() calls in read / write syscall handlers
      analogy: fix a stupid bug in the use of rtdm_rt_capable()
      analogy: make the command registering perform in NRT context

Daniele Nicolodi (2):
      analogy: make a4l_find_range return the index of the selected range
      analogy: minor change (white spaces removals)

 include/analogy/buffer.h                           |   37 ++--
 include/analogy/command.h                          |   15 +-
 ksrc/drivers/analogy/buffer.c                      |   57 +++--
 ksrc/drivers/analogy/command.c                     |    6 +
 ksrc/drivers/analogy/device.c                      |    2 +-
 ksrc/drivers/analogy/instruction.c                 |    6 +
 .../analogy/national_instruments/mio_common.c      |   18 +-
 ksrc/drivers/analogy/rtdm_interface.c              |   10 +-
 ksrc/drivers/analogy/subdevice.c                   |    6 +-
 ksrc/drivers/analogy/transfer.c                    |   10 +-
 src/drvlib/analogy/range.c                         |   64 +++--
 src/utils/analogy/Makefile.am                      |   10 +-
 src/utils/analogy/cmd_bits.c                       |  277 ++++++++++++++++++++
 src/utils/analogy/cmd_read.c                       |    6 +-
 src/utils/analogy/insn_bits.c                      |    2 +-
 15 files changed, 425 insertions(+), 101 deletions(-)
 create mode 100644 src/utils/analogy/cmd_bits.c

-- 
Alexis.


             reply	other threads:[~2010-05-04 21:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-04 21:51 Alexis Berlemont [this message]
2010-05-05 18:53 ` [Xenomai-core] [PULL REQUEST] analogy bug fixes + rtdm_rt_capable related changes Gilles Chanteperdrix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100504215106.GA9298@domain.hid \
    --to=alexis.berlemont@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.