mbox series

[0/7] arm64: zynqmp: Enable iio-hwmon based on iio ina226 driver with labels

Message ID cover.1578578535.git.michal.simek@xilinx.com (mailing list archive)
Headers show
Series arm64: zynqmp: Enable iio-hwmon based on iio ina226 driver with labels | expand

Message

Michal Simek Jan. 9, 2020, 2:02 p.m. UTC
Hi,

the patch 2c3d0c9ffd24 ("iio: core: Add optional symbolic label to device attributes")
added support for labelling IIO devices that's why I can enable iio based
ina226 driver with label property.

Thanks,
Michal


Michal Simek (7):
  arm64: zynqmp: Enable iio-hwmon for ina226 on zcu100
  arm64: zynqmp: Enable iio-hwmon for ina226 on zcu111
  arm64: zynqmp: Add label property to all ina226 on zcu111
  arm64: zynqmp: Enable iio-hwmon for ina226 on zcu102
  arm64: zynqmp: Add label property to all ina226 on zcu102
  arm64: zynqmp: Enable iio-hwmon for ina226 on zcu106
  arm64: zynqmp: Add label property to all ina226 on zcu106

 .../boot/dts/xilinx/zynqmp-zcu100-revC.dts    |   8 +-
 .../boot/dts/xilinx/zynqmp-zcu102-revA.dts    | 145 +++++++++++++++---
 .../boot/dts/xilinx/zynqmp-zcu106-revA.dts    | 145 +++++++++++++++---
 .../boot/dts/xilinx/zynqmp-zcu111-revA.dts    | 113 ++++++++++++--
 4 files changed, 360 insertions(+), 51 deletions(-)

Comments

Michal Simek Jan. 21, 2020, 9:50 a.m. UTC | #1
čt 9. 1. 2020 v 15:02 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Hi,
>
> the patch 2c3d0c9ffd24 ("iio: core: Add optional symbolic label to device attributes")
> added support for labelling IIO devices that's why I can enable iio based
> ina226 driver with label property.
>
> Thanks,
> Michal
>
>
> Michal Simek (7):
>   arm64: zynqmp: Enable iio-hwmon for ina226 on zcu100
>   arm64: zynqmp: Enable iio-hwmon for ina226 on zcu111
>   arm64: zynqmp: Add label property to all ina226 on zcu111
>   arm64: zynqmp: Enable iio-hwmon for ina226 on zcu102
>   arm64: zynqmp: Add label property to all ina226 on zcu102
>   arm64: zynqmp: Enable iio-hwmon for ina226 on zcu106
>   arm64: zynqmp: Add label property to all ina226 on zcu106
>
>  .../boot/dts/xilinx/zynqmp-zcu100-revC.dts    |   8 +-
>  .../boot/dts/xilinx/zynqmp-zcu102-revA.dts    | 145 +++++++++++++++---
>  .../boot/dts/xilinx/zynqmp-zcu106-revA.dts    | 145 +++++++++++++++---
>  .../boot/dts/xilinx/zynqmp-zcu111-revA.dts    | 113 ++++++++++++--
>  4 files changed, 360 insertions(+), 51 deletions(-)
>
> --
> 2.24.0
>

Applied.
M