[PATCH 5/5] lmp92001: mfd: doc: Add support LMP92001

2017-08-30 Thread s . abhisit
From: Abhisit Sangjan TI LMP92001 Analog System Monitor and Controller 8-bit GPIOs. 12 DACs with 12-bit resolution. The GPIOs and DACs are shared port function with Cy function pin to take control the pin suddenly from external hardware. DAC's referance voltage selectable for Internal/External.

[PATCH 4/5] lmp92001: mfd: gpio: Add support LMP92001

2017-08-30 Thread s . abhisit
From: Abhisit Sangjan TI LMP92001 Analog System Monitor and Controller 8-bit GPIOs. 12 DACs with 12-bit resolution. The GPIOs and DACs are shared port function with Cy function pin to take control the pin suddenly from external hardware. DAC's referance voltage selectable for Internal/External.

[PATCH 3/5] lmp92001: mfd: iio: dac: Add support LMP92001

2017-08-30 Thread s . abhisit
From: Abhisit Sangjan TI LMP92001 Analog System Monitor and Controller 8-bit GPIOs. 12 DACs with 12-bit resolution. The GPIOs and DACs are shared port function with Cy function pin to take control the pin suddenly from external hardware. DAC's referance voltage selectable for Internal/External.

[PATCH 2/5] lmp92001: mfd: iio: adc: Add support LMP92001

2017-08-30 Thread s . abhisit
From: Abhisit Sangjan TI LMP92001 Analog System Monitor and Controller 8-bit GPIOs. 12 DACs with 12-bit resolution. The GPIOs and DACs are shared port function with Cy function pin to take control the pin suddenly from external hardware. DAC's referance voltage selectable for Internal/External.

[PATCH 1/5] lmp92001: mfd: Add support TI LMP92001

2017-08-30 Thread s . abhisit
From: Abhisit Sangjan TI LMP92001 Analog System Monitor and Controller 8-bit GPIOs. 12 DACs with 12-bit resolution. The GPIOs and DACs are shared port function with Cy function pin to take control the pin suddenly from external hardware. DAC's referance voltage selectable for Internal/External.

[PATCH] mfd: Add support for TI LMP92001

2017-08-21 Thread s . abhisit
From: Abhisit Sangjan TI LMP92001 Analog System Monitor and Controller 8-bit GPIOs. 12 DACs with 12-bit resolution. The GPIOs and DACs are shared port function with Cy function pin to take control the pin suddenly from external hardware. DAC's referance voltage selectable for Internal/External.

[PATCH 5/5] Documentation: bindings: Add ti,lmp92001

2017-08-01 Thread s . abhisit
From: Abhisit Sangjan --- .../devicetree/bindings/gpio/gpio-lmp92001.txt | 29 ++ .../bindings/iio/adc/ti-lmp92001-adc.txt | 21 + .../bindings/iio/dac/ti-lmp92001-dac.txt | 35 ++ 3 files changed, 85 insertions(+) create m

[PATCH 4/5] gpio: Add support for LMP92001 GPIO

2017-08-01 Thread s . abhisit
From: Abhisit Sangjan --- drivers/gpio/Kconfig | 7 ++ drivers/gpio/Makefile| 1 + drivers/gpio/gpio-lmp92001.c | 235 +++ 3 files changed, 243 insertions(+) create mode 100644 drivers/gpio/gpio-lmp92001.c diff --git a/drivers/gpio/Kc

[PATCH 3/5] iio: Add support for LMP92001 DAC

2017-08-01 Thread s . abhisit
From: Abhisit Sangjan --- drivers/iio/dac/Kconfig| 9 ++ drivers/iio/dac/Makefile | 1 + drivers/iio/dac/lmp92001-dac.c | 350 + 3 files changed, 360 insertions(+) create mode 100644 drivers/iio/dac/lmp92001-dac.c diff --git a/drivers/i

[PATCH 2/5] iio: Add support for LMP92001 ADC

2017-08-01 Thread s . abhisit
From: Abhisit Sangjan --- drivers/iio/adc/Kconfig| 10 + drivers/iio/adc/Makefile | 1 + drivers/iio/adc/lmp92001-adc.c | 479 + 3 files changed, 490 insertions(+) create mode 100644 drivers/iio/adc/lmp92001-adc.c diff --git a/drivers/ii

[PATCH 1/5] mfd: Add support for TI LMP92001 driver

2017-08-01 Thread s . abhisit
From: Abhisit Sangjan --- drivers/mfd/Kconfig| 12 ++ drivers/mfd/Makefile | 3 + drivers/mfd/lmp92001-core.c| 311 + drivers/mfd/lmp92001-debug.c | 67 drivers/mfd/lmp92001-i2c.c | 217 +