LinuxLists
Users
About
Liam Beguin (
[email protected]
)
Number of posts: 396 (0.34 per day)
First post: 2020-07-02 01:08:42
Last post: 2023-09-18 17:41:49
Previous Page
/
Next Page
Date
List
Subject
2022-02-08 22:34:25
linux-kernel
[PATCH v14 06/11] iio: afe: rescale: make use of units.h
2022-02-08 17:55:42
linux-kernel
[PATCH v14 04/11] iio: afe: rescale: fix accuracy for small fractional scales
2022-02-08 16:01:23
linux-kernel
[PATCH v14 00/11] iio: afe: add temperature rescaling support
2022-02-08 11:59:16
linux-kernel
[PATCH v14 03/11] iio: afe: rescale: add offset support
2022-02-08 03:18:22
linux-kernel
[PATCH v14 10/11] dt-bindings: iio: afe: add bindings for temperature-sense-rtd
2022-02-07 05:55:20
linux-kernel
Re: [PATCH v13 08/11] iio: afe: rescale: add RTD temperature sensor support
2022-02-03 16:35:50
linux-kernel
Re: [PATCH v13 06/11] iio: afe: rescale: make use of units.h
2022-02-03 09:35:01
linux-kernel
Re: [PATCH v13 02/11] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
2022-02-01 11:03:31
linux-kernel
[PATCH v13 11/11] dt-bindings: iio: afe: add bindings for temperature transducers
2022-02-01 11:03:25
linux-kernel
[PATCH v13 10/11] dt-bindings: iio: afe: add bindings for temperature-sense-rtd
2022-02-01 11:03:25
linux-kernel
[PATCH v13 09/11] iio: afe: rescale: add temperature transducers
2022-02-01 11:02:59
linux-kernel
[PATCH v13 08/11] iio: afe: rescale: add RTD temperature sensor support
2022-02-01 11:02:31
linux-kernel
[PATCH v13 07/11] iio: test: add basic tests for the iio-rescale driver
2022-02-01 11:02:22
linux-kernel
[PATCH v13 06/11] iio: afe: rescale: make use of units.h
2022-02-01 11:01:21
linux-kernel
[PATCH v13 05/11] iio: afe: rescale: reduce risk of integer overflow
2022-02-01 11:00:48
linux-kernel
[PATCH v13 04/11] iio: afe: rescale: fix accuracy for small fractional scales
2022-02-01 11:00:15
linux-kernel
[PATCH v13 03/11] iio: afe: rescale: add offset support
2022-02-01 10:59:24
linux-kernel
[PATCH v13 02/11] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
2022-02-01 10:58:39
linux-kernel
[PATCH v13 00/11] iio: afe: add temperature rescaling support
2022-02-01 10:58:30
linux-kernel
[PATCH v13 01/11] iio: afe: rescale: expose scale processing function
2022-02-01 10:54:32
linux-kernel
Re: [PATCH v12 00/16] iio: afe: add temperature rescaling support
2022-01-26 22:09:16
linux-kernel
Re: [PATCH v2 5/5] iio: afe: iio-rescale: Re-use generic struct s32_fract
2022-01-25 00:05:25
linux-kernel
Re: [PATCH v2 5/5] iio: afe: iio-rescale: Re-use generic struct s32_fract
2022-01-11 14:43:55
linux-kernel
Re: [PATCH v12 06/16] iio: afe: rescale: expose scale processing function
2022-01-11 14:36:02
linux-kernel
Re: [PATCH v12 06/16] iio: afe: rescale: expose scale processing function
2022-01-11 14:33:45
linux-kernel
Re: [PATCH v12 07/16] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
2022-01-08 20:54:27
linux-kernel
[PATCH v12 14/16] iio: afe: rescale: add temperature transducers
2022-01-08 20:54:25
linux-kernel
[PATCH v12 16/16] dt-bindings: iio: afe: add bindings for temperature transducers
2022-01-08 20:54:16
linux-kernel
[PATCH v12 15/16] dt-bindings: iio: afe: add bindings for temperature-sense-rtd
2022-01-08 20:54:13
linux-kernel
[PATCH v12 13/16] iio: afe: rescale: add RTD temperature sensor support
2022-01-08 20:54:07
linux-kernel
[PATCH v12 12/16] iio: test: add basic tests for the iio-rescale driver
2022-01-08 20:54:03
linux-kernel
[PATCH v12 08/16] iio: afe: rescale: add offset support
2022-01-08 20:54:01
linux-kernel
[PATCH v12 10/16] iio: afe: rescale: reduce risk of integer overflow
2022-01-08 20:53:59
linux-kernel
[PATCH v12 11/16] iio: afe: rescale: make use of units.h
2022-01-08 20:53:54
linux-kernel
[PATCH v12 09/16] iio: afe: rescale: fix accuracy for small fractional scales
2022-01-08 20:53:52
linux-kernel
[PATCH v12 05/16] iio: afe: rescale: reorder includes
2022-01-08 20:53:52
linux-kernel
[PATCH v12 06/16] iio: afe: rescale: expose scale processing function
2022-01-08 20:53:48
linux-kernel
[PATCH v12 07/16] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
2022-01-08 20:53:43
linux-kernel
[PATCH v12 04/16] iio: afe: rescale: use s64 for temporary scale calculations
2022-01-08 20:53:40
linux-kernel
[PATCH v12 03/16] iio: inkern: make a best effort on offset calculation
2022-01-08 20:53:38
linux-kernel
[PATCH v12 02/16] iio: inkern: apply consumer scale when no channel scale is available
2022-01-08 20:53:35
linux-kernel
[PATCH v12 01/16] iio: inkern: apply consumer scale on IIO_VAL_INT cases
2022-01-08 20:53:32
linux-kernel
[PATCH v12 00/16] iio: afe: add temperature rescaling support
2022-01-08 16:34:59
linux-kernel
Re: [PATCH v11 09/15] iio: afe: rescale: reduce risk of integer overflow
2021-12-22 20:04:27
linux-kernel
Re: [PATCH v11 04/15] iio: afe: rescale: expose scale processing function
2021-12-22 19:59:07
linux-kernel
Re: [PATCH v11 09/15] iio: afe: rescale: reduce risk of integer overflow
2021-12-22 19:42:16
linux-kernel
Re: [PATCH v11 04/15] iio: afe: rescale: expose scale processing function
2021-12-22 19:13:44
linux-kernel
Re: [PATCH v11 11/15] iio: test: add basic tests for the iio-rescale driver
2021-12-22 18:51:04
linux-kernel
Re: [PATCH v11 10/15] iio: afe: rescale: make use of units.h
2021-12-22 18:38:56
linux-kernel
Re: [PATCH v11 09/15] iio: afe: rescale: reduce risk of integer overflow
2021-12-22 18:22:07
linux-kernel
Re: [PATCH v11 07/15] iio: afe: rescale: use s64 for temporary scale calculations