Radu Bogdan Sabau

Results 23 comments of Radu Bogdan Sabau

V4 - desc to be checked in gpio_remove function - desc->extra to be also checked in every gpio_ops related function - match the attributes to the linux iio. - change...

V5 - Removed unrelated changes to commits. - Added functions in iio driver to be used for reading available arrays and their lengths. - Updated error label and solved memory...

V6 - Moved driver files and .rst documentation file to dac (more appropriate than creating a new folder). - Changed path in the project makefiles.

V7 - Changed documentation path and type for both projec and driver.

V8 - Reworked error handling in 'basic_example' file. - Added '_iio' in 'read_avail' and 'read_avail_length' function names.

V9 - Fixed bug in `max2201x_iio_read_avail` function. - Reworked the way `_available properties` are read having them to use one common API and a specific `priv`.

V10 - Rebased with main. - Included `dma` related files in the project's Makefiles used by the `no_os_irq` files according to last main branch update.

Hi @nunojsa, I made the changes requested by you although there is a chance I missed some. Anyway I will mark this PR as a draft since I tested it...