]> sigrok.org Git - libsigrok.git/commit - src/hardware/asix-sigma/protocol.c
asix-sigma: Suspend support for trailing DRAM lines
authorMarek Vasut <redacted>
Sun, 20 Apr 2014 20:58:34 +0000 (22:58 +0200)
committerBert Vermeulen <redacted>
Wed, 30 Apr 2014 16:45:52 +0000 (09:45 -0700)
commit46641facd4ad8de4a93910d7089c7b289b412443
tree8f1cc998e4a575c7b486042db16deb3e892ecb77
parent3628074d09723f20fa1b0a2026d6300ff69242c3
asix-sigma: Suspend support for trailing DRAM lines

The support for trailing DRAM lines was broken. This patch starts
rework of support for this, but in order to do that, we need to
rework decode_chunk_ts() a little first.

This patch adjusts the decode_chunk_ts() a little to receive the
total amount of events in DRAM line instead of some nonsense value.
This patch temporarily removes the support for the trailing DRAM
lines until the decode_chunk_ts() is fixed to cope with this, so
yes, this patch introduces breakage!

Signed-off-by: Marek Vasut <redacted>
hardware/asix-sigma/asix-sigma.c