All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PULL REQUEST] analogy: bug fixes + insn_bits
@ 2010-02-06 23:12 Alexis Berlemont
  2010-02-07 14:23 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 2+ messages in thread
From: Alexis Berlemont @ 2010-02-06 23:12 UTC (permalink / raw)
  To: xenomai-core

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Xenomai-core] [PULL REQUEST] analogy: bug fixes + insn_bits
  2010-02-06 23:12 [Xenomai-core] [PULL REQUEST] analogy: bug fixes + insn_bits Alexis Berlemont
@ 2010-02-07 14:23 ` Gilles Chanteperdrix
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-07 14:23 UTC (permalink / raw)
  To: Alexis Berlemont; +Cc: xenomai-core

Alexis Berlemont wrote:
> 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

Merged.


-- 
					    Gilles.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-07 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-06 23:12 [Xenomai-core] [PULL REQUEST] analogy: bug fixes + insn_bits Alexis Berlemont
2010-02-07 14:23 ` Gilles Chanteperdrix

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.