Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1296982

Re: [PATCH v4 0/2] IIO version of INA2xx

From Jonathan Cameron <jic23@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v4 0/2] IIO version of INA2xx
Date 2015-12-22 20:00 +0100
Message-ID <qIAk9-7Cc-5@gated-at.bofh.it> (permalink)
References <qH70T-8A-9@gated-at.bofh.it> <qHsf0-5oW-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 19/12/15 16:08, Jonathan Cameron wrote:
> On 18/12/15 17:23, Marc Titinger wrote:
>> v4:
>>  * squash previous small fixes into one patch and catch up with fixes from
>>    linux-iio git, 'testing' branch.
>>  * fix endianness hint by the use of IIO_CPU, following Andrew's comment
>>  * fix spacing issue.
>>  * add separate ABI documentation entry
>>
>> v3 and earlier : see http://www.spinics.net/lists/linux-iio/msg22100.html
>>
>> Marc Titinger (2):
>>   iio: ina2xx: add support for TI INA2xx Power Monitors
>>   iio: ina2xx: add ABI documentation entry sysfs-bus-iio-ina2xx-adc
>>
>>  Documentation/ABI/testing/sysfs-bus-iio-ina2xx-adc |  24 +
>>  drivers/iio/adc/Kconfig                            |  10 +
>>  drivers/iio/adc/Makefile                           |   1 +
>>  drivers/iio/adc/ina2xx-adc.c                       | 745 +++++++++++++++++++++
>>  4 files changed, 780 insertions(+)
>>  create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-ina2xx-adc
>>  create mode 100644 drivers/iio/adc/ina2xx-adc.c
>>
> The togreg branch to which I applied the previous is a non rebasing tree
> and a pull request went out to Greg so a new complete version is no use
> now.
> 
I've just put together a patch to fixup the wrong endianness issue and applied
it to the togreg branch of iio.git as I'm preparing a pull request and want
this fixed as this will be the last pull of this cycle.

Jonathan
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/2] IIO version of INA2xx Marc Titinger <mtitinger@baylibre.com> - 2015-12-18 18:30 +0100
  [PATCH v4 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Marc Titinger <mtitinger@baylibre.com> - 2015-12-18 18:30 +0100
  Re: [PATCH v4 0/2] IIO version of INA2xx Jonathan Cameron <jic23@kernel.org> - 2015-12-19 17:10 +0100
    Re: [PATCH v4 0/2] IIO version of INA2xx Jonathan Cameron <jic23@kernel.org> - 2015-12-22 20:00 +0100

csiph-web