bulk: drop the limit on the max number of lines
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 24 Nov 2020 15:24:08 +0000 (16:24 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 14 Dec 2020 14:56:40 +0000 (15:56 +0100)
commitcada6cad2a6d198044573f6733d703658c88f2bd
treea579c0bac994644ed8adb816fd338f060c5a2065
parent617005be207b2ab3a04df465120b66a4d55e08af
bulk: drop the limit on the max number of lines

The limit of 64 lines max per bulk object is wrong. We may want to
retrieve all lines from a chip exporting more than 64. We'll be reducing
the role of bulk objects soon so drop this limit now.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
bindings/cxx/line_bulk.cpp
bindings/python/gpiodmodule.c
include/gpiod.h
lib/core.c
tests/tests-bulk.c
tools/gpiomon.c