From: Alexis Berlemont <berlemont.hauw@domain.hid>
To: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] [PULL REQUEST] analogy: bug fixes + insn_bits
Date: Sun, 07 Feb 2010 00:12:42 +0100 [thread overview]
Message-ID: <4B6DF76A.1090408@domain.hid> (raw)
The following changes since commit 4a5b93dabf66529e665c8f8422902347d4f6158f:
Jan Kiszka (1):
RTDM: Split up application and driver debugging
are available in the git repository at:
git://git.xenomai.org/xenomai-abe.git analogy
Alexis Berlemont (19):
analogy: fix a declaration issue, a4l_sizeof_subd was not in
analogy.h
analogy: add the function a4l_sync_dio
analogy: clean the fake driver and add a DIO subdevice
analogy: [fake] fix a bad access in the attach procedure
analogy: fix a bug in a4l_sync_dio
analogy: add the program insn_bits to test digital subdevices
analogy: [pcimio] fix a bug in the management of attach options
analogy: print a kernel error message if an instruction failed
analogy: add a missing error message in insn_read
analogy: add a missing error message in insn_write
analogy: [fake] fix a bad access in the detach procedure
analogy: [fake] minor change in debug messages
analogy: remove a useless locking during the detach procedure
analogy: remove a forgotten variable which became useless
analogy: add a4l_flush_sync()
analogy: read() and poll() return no more -ENOENT when
acquisition is over
analogy: reinitialize events flags before accepting commands
analogy: [fake] send events only if data are sent to userspace
analogy: adapt cmd_read after having fixed read and poll syscalls
include/analogy/analogy.h | 5 +
include/analogy/os_facilities.h | 1 +
ksrc/drivers/analogy/buffer.c | 29 ++-
ksrc/drivers/analogy/device.c | 9 +-
ksrc/drivers/analogy/instruction.c | 12 +-
ksrc/drivers/analogy/national_instruments/pcimio.c | 4 +-
ksrc/drivers/analogy/os_facilities.c | 18 ++-
ksrc/drivers/analogy/testing/fake.c | 255
+++++++++++---------
ksrc/drivers/analogy/transfer.c | 7 +-
src/drvlib/analogy/sync.c | 80 ++++++
src/utils/analogy/Makefile.am | 5 +-
src/utils/analogy/Makefile.in | 15 +-
src/utils/analogy/cmd_read.c | 19 +-
src/utils/analogy/insn_bits.c | 204 ++++++++++++++++
src/utils/analogy/insn_read.c | 6 +-
src/utils/analogy/insn_write.c | 5 +-
16 files changed, 529 insertions(+), 145 deletions(-)
create mode 100644 src/utils/analogy/insn_bits.c
next reply other threads:[~2010-02-06 23:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-06 23:12 Alexis Berlemont [this message]
2010-02-07 14:23 ` [Xenomai-core] [PULL REQUEST] analogy: bug fixes + insn_bits 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=4B6DF76A.1090408@domain.hid \
--to=berlemont.hauw@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.