Trevor Gamblin

Results 18 issues of Trevor Gamblin

This is a continuation of the work in https://github.com/analogdevicesinc/linux/pull/2363, with the following changes: - use of MMIO regmap and sanity checking of the clk rate as discussed in #2363 -...

# Description - Add adi/ad7944.py module - Add ad7944 to index.rst - Add ad7944 to supported_parts.md - Add ad7944 doc stub - Add test/ad7944.py test, xml file - Add ad7944...

The meta-python-build-patches, meta-python-build-ptest-container, and meta-python-run-ptest tasks currently only present output in their pipeline/task/step logs (CLI or via the Tekton Dashboard). There should be a step/task that sends an email to...

enhancement

Right now, patches submitted for the meta-python layer are detected using git log filters for changes to recipe files (i.e. ".bb" and ".inc"), but this limits a more complete analysis...

enhancement

The container registry included is a hacky solution to support the existing test workflow, but it lacks some security measures and ease-of-configuration that would make it more usable to others.

enhancement

Users should be able to target a kustomization.yaml with `kubectl apply -k` to install the necessary bits, rather than having to manually install them. May also be covered by #10

enhancement

The current instructions work, but since they are manual they're still prone to error. Create and test a script that installs and configures a single-node cluster as per the instructions....

enhancement

Either break all core functionality into bash scripts, or into very discrete steps inside the tasks.

enhancement

There are attempts under the testimage-work branch to get `bitbake -c testimage` running in a container that lacks kvm and uses SLIRP instead of tun/tap. We need to get that...

bug
enhancement
help wanted

# Description Add basic support for the AD7625, AD7626, AD7960, and AD7961 ADCs in pyadi-iio. The corresponding driver will be merged in kernel v6.13 and backported to the ADI kernel...