On Sunday, 2 August 2020, 20:02:35 CEST, Andy Shevchenko wrote:
Thanks for an update, my comments below.Thanks for the review. Please see below for my questions.
Best regards
Christian
On Sun, Aug 2, 2020 at 7:40 PM Christian Eggers <ceggers@xxxxxxx> wrote:I have send AMS an inquiry. Not sure whether I will get an answer. I will wait
Datasheet:Do we need the UUID after the document file name?
https://ams.com/documents/20143/36005/AS73211_DS000556_3-01.pdf/a65474c0-
b302-c2fd-e30a-c98df87616df
a few days until sending v6.
Does this restriction also apply for compile time constants? I am quite+#define AS73211_OFFSET_TEMP (-66.9)In the kernel we don't do float arithmetic. How these are being used?
+#define AS73211_SCALE_TEMP 0.05
sure that all calculations using these defines will be evaluated at compile
time. If found a number of other places where probably the same is done:
find . -name '*.c' | xargs grep "#define.*[0-9]\.[0-9]" | grep -v '"' | grep -v "\/\*.*[0-9]\.[0-9]"