[PATCH v15 2/5] iio: adc: mxs-lradc: Add support for adc driver

2017-03-16 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Jonathan Cameron <ji...@k

[PATCH v15 5/5] mfd: Move binding document

2017-03-16 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Marek Vasut <ma...@denx.de> Acked-by: Lee Jones <lee.jo...@linaro.org> --- Changes in v15: - no

[PATCH v15 2/5] iio: adc: mxs-lradc: Add support for adc driver

2017-03-16 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic Reviewed-by: Jonathan Cameron Reviewed-by: Marek Vasut --- Changes in v15

[PATCH v15 5/5] mfd: Move binding document

2017-03-16 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic Reviewed-by: Marek Vasut Acked-by: Lee Jones --- Changes in v15: - none Changes in v14: - none Changes in v13: - none Changes in v12: - none Changes in v11

[PATCH v15 4/5] iio: adc: mxs-lradc: Remove driver

2017-03-16 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Jonathan Cameron <ji...@kernel.org> Reviewed-by: Marek Vasut <ma...@denx.de> --- Changes in v15: - none Chang

[PATCH v15 4/5] iio: adc: mxs-lradc: Remove driver

2017-03-16 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic Acked-by: Jonathan Cameron Reviewed-by: Marek Vasut --- Changes in v15: - none Changes in v14: - none Changes in v13: - none Changes in v12: - none Changes in v11

[PATCH v15 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2017-03-16 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Marek Vasut <ma...@denx.de> Acked-by: Lee Jones <lee.jo...@linaro.org> --- Changes in v15: - if hardware doesn't c

[PATCH v15 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2017-03-16 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic Reviewed-by: Marek Vasut Acked-by: Lee Jones --- Changes in v15: - if hardware doesn't contain touchscreen don't load touchscreen driver. Changes in v14: - none Changes

[PATCH v15 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2017-03-16 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Dmitry Torokhov <dmitry.torok...@gmail.com> Reviewed-by: Marek Vasut <ma...@denx.de> --- Changes in v15: - use input_set_capability(input, EV_KEY, BTN_TOUCH) in

[PATCH v15 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2017-03-16 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic Acked-by: Dmitry Torokhov Reviewed-by: Marek Vasut --- Changes in v15: - use input_set_capability(input, EV_KEY, BTN_TOUCH) instead of __set_bit()s - use return mxs_lradc_ts_register(ts) instead of return 0. Changes

[PATCH v15 0/5] mxs-lradc: Split driver into MFD

2017-03-16 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28 Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v15 0/5] mxs-lradc: Split driver into MFD

2017-03-16 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28 Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v14 2/5] iio: adc: mxs-lradc: Add support for adc driver

2017-03-01 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Jonathan Cameron <ji...@k

[PATCH v14 2/5] iio: adc: mxs-lradc: Add support for adc driver

2017-03-01 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic Reviewed-by: Jonathan Cameron Reviewed-by: Marek Vasut --- Changes in v14: - fix

[PATCH v14 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2017-03-01 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v14: - none Changes in v13: - use struct state_info instead of using functions for doing conditionals on every operation. - call mxs_lradc_ts_stop() before requ

[PATCH v14 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2017-03-01 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic --- Changes in v14: - none Changes in v13: - use struct state_info instead of using functions for doing conditionals on every operation. - call mxs_lradc_ts_stop() before requesting interrupts. Changes in v12

[PATCH v14 4/5] iio: adc: mxs-lradc: Remove driver

2017-03-01 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Jonathan Cameron <ji...@kernel.org> Reviewed-by: Marek Vasut <ma...@denx.de> --- Changes in v14: - none Chang

[PATCH v14 4/5] iio: adc: mxs-lradc: Remove driver

2017-03-01 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic Acked-by: Jonathan Cameron Reviewed-by: Marek Vasut --- Changes in v14: - none Changes in v13: - none Changes in v12: - none Changes in v11: - none Changes in v10

[PATCH v14 0/5] mxs-lradc: Split driver into MFD

2017-03-01 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28. Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v14 0/5] mxs-lradc: Split driver into MFD

2017-03-01 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28. Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v14 5/5] mfd: Move binding document

2017-03-01 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Marek Vasut <ma...@denx.de> Acked-by: Lee Jones <lee.jo...@linaro.org> --- Changes in v14: - no

[PATCH v14 5/5] mfd: Move binding document

2017-03-01 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic Reviewed-by: Marek Vasut Acked-by: Lee Jones --- Changes in v14: - none Changes in v13: - none Changes in v12: - none Changes in v11: - none Changes in v10

[PATCH v14 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2017-03-01 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Lee Jones <lee.jo...@linaro.org> --- Changes in v14: - none Changes in v13: - none Changes in v12: - use BIT macro Ch

[PATCH v14 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2017-03-01 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic Acked-by: Lee Jones --- Changes in v14: - none Changes in v13: - none Changes in v12: - use BIT macro Changes in v11: - create static struct mfd_cells - don't set

[PATCH v13 4/5] iio: adc: mxs-lradc: Remove driver

2017-01-29 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Jonathan Cameron <ji...@kernel.org> Reviewed-by: Marek Vasut <ma...@denx.de> --- Changes in v13: - none Chang

[PATCH v13 2/5] iio: adc: mxs-lradc: Add support for adc driver

2017-01-29 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Jonathan Cameron <ji...@k

[PATCH v13 4/5] iio: adc: mxs-lradc: Remove driver

2017-01-29 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic Acked-by: Jonathan Cameron Reviewed-by: Marek Vasut --- Changes in v13: - none Changes in v12: - none Changes in v11: - none Changes in v10: - none Changes in v9

[PATCH v13 2/5] iio: adc: mxs-lradc: Add support for adc driver

2017-01-29 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic Reviewed-by: Jonathan Cameron Reviewed-by: Marek Vasut --- Changes in v13

[PATCH v13 5/5] mfd: Move binding document

2017-01-29 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Marek Vasut <ma...@denx.de> Acked-by: Lee Jones <lee.jo...@linaro.org> --- Changes in v13: - no

[PATCH v13 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2017-01-29 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Lee Jones <lee.jo...@linaro.org> --- Changes in v13: - none Changes in v12: - use BIT macro Changes in v11: - create s

[PATCH v13 5/5] mfd: Move binding document

2017-01-29 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic Reviewed-by: Marek Vasut Acked-by: Lee Jones --- Changes in v13: - none Changes in v12: - none Changes in v11: - none Changes in v10: - none Changes in v9

[PATCH v13 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2017-01-29 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic Acked-by: Lee Jones --- Changes in v13: - none Changes in v12: - use BIT macro Changes in v11: - create static struct mfd_cells - don't set platform data in mfd cells

[PATCH v13 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2017-01-29 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v13: - use struct state_info instead of using functions for doing conditionals on every operation. - call mxs_lradc_ts_stop() before requesting interrupts. C

[PATCH v13 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2017-01-29 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic --- Changes in v13: - use struct state_info instead of using functions for doing conditionals on every operation. - call mxs_lradc_ts_stop() before requesting interrupts. Changes in v12: - none Changes in v11

[PATCH v13 0/5] mxs-lradc: Split driver into MFD

2017-01-29 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28 Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v13 0/5] mxs-lradc: Split driver into MFD

2017-01-29 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28 Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v12 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-12-09 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Marek Vasut <ma...@denx.de> --- Changes in v12: - use BIT macro Changes in v11: - create static struct mfd_cells

[PATCH v12 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-12-09 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic Reviewed-by: Marek Vasut --- Changes in v12: - use BIT macro Changes in v11: - create static struct mfd_cells - don't set platform data in mfd cells, set driver data

[PATCH v12 0/5] mxs-lradc: Split driver into MFD

2016-12-09 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28 Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v12 0/5] mxs-lradc: Split driver into MFD

2016-12-09 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28 Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v12 2/5] iio: adc: mxs-lradc: Add support for adc driver

2016-12-09 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Jonathan Cameron <ji...@k

[PATCH v12 2/5] iio: adc: mxs-lradc: Add support for adc driver

2016-12-09 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic Reviewed-by: Jonathan Cameron Reviewed-by: Marek Vasut --- Changes in v12

[PATCH v12 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-12-09 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Marek Vasut <ma...@denx.de> --- Changes in v12: - none Changes in v11: - use dev_get_drvdata instead dev_get_platdata - use writel instead mxs_lradc_reg_* functi

[PATCH v12 5/5] mfd: Move binding document

2016-12-09 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Marek Vasut <ma...@denx.de> --- Changes in v12: - none Changes in v11: - none Changes in v10: - none C

[PATCH v12 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-12-09 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic Reviewed-by: Marek Vasut --- Changes in v12: - none Changes in v11: - use dev_get_drvdata instead dev_get_platdata - use writel instead mxs_lradc_reg_* functions Changes in v10: - none Changes in v9: - none

[PATCH v12 5/5] mfd: Move binding document

2016-12-09 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic Reviewed-by: Marek Vasut --- Changes in v12: - none Changes in v11: - none Changes in v10: - none Changes in v9: - format patch using -M option Changes

[PATCH v12 4/5] iio: adc: mxs-lradc: Remove driver

2016-12-09 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Jonathan Cameron <ji...@kernel.org> Reviewed-by: Marek Vasut <ma...@denx.de> --- Changes in v12: - none Chang

[PATCH v12 4/5] iio: adc: mxs-lradc: Remove driver

2016-12-09 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic Acked-by: Jonathan Cameron Reviewed-by: Marek Vasut --- Changes in v12: - none Changes in v11: - none Changes in v10: - none Changes in v9: - none Changes in v8

[PATCH v11 0/5] mxs-lradc: Split driver into MFD

2016-12-08 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28 Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v11 0/5] mxs-lradc: Split driver into MFD

2016-12-08 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28 Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v11 4/5] iio: adc: mxs-lradc: Remove driver

2016-12-08 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Jonathan Cameron <ji...@kernel.org> --- Changes in v11: - none Changes in v10: - none Changes in v9: - none C

[PATCH v11 4/5] iio: adc: mxs-lradc: Remove driver

2016-12-08 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic Acked-by: Jonathan Cameron --- Changes in v11: - none Changes in v10: - none Changes in v9: - none Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - none

[PATCH v11 5/5] mfd: Move binding document

2016-12-08 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v11: - none Changes in v10: - none Changes in v9: - format patch using -M option Changes in v8: - rebase on

[PATCH v11 5/5] mfd: Move binding document

2016-12-08 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic --- Changes in v11: - none Changes in v10: - none Changes in v9: - format patch using -M option Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - add

[PATCH v11 2/5] iio: adc: mxs-lradc: Add support for adc driver

2016-12-08 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Jonathan Cameron <ji...@k

[PATCH v11 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-12-08 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v11: - use dev_get_drvdata instead dev_get_platdata - use writel instead mxs_lradc_reg_* functions Changes in v10: - none Changes in v9: - none Changes in v8: -

[PATCH v11 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-12-08 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v11: - create static struct mfd_cells - don't set platform data in mfd cells, set driver data instead - remove mxs_lrad

[PATCH v11 2/5] iio: adc: mxs-lradc: Add support for adc driver

2016-12-08 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic Reviewed-by: Jonathan Cameron --- Changes in v11: - use dev_get_drvdata instead

[PATCH v11 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-12-08 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic --- Changes in v11: - use dev_get_drvdata instead dev_get_platdata - use writel instead mxs_lradc_reg_* functions Changes in v10: - none Changes in v9: - none Changes in v8: - rebase onto 4.9-rc1 Changes in v7

[PATCH v11 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-12-08 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic --- Changes in v11: - create static struct mfd_cells - don't set platform data in mfd cells, set driver data instead - remove mxs_lradc_reg_* functions, use writel function

[PATCH v10 2/5] iio: adc: mxs-lradc: Add support for adc driver

2016-11-20 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Jonathan Cameron <ji...@k

[PATCH v10 2/5] iio: adc: mxs-lradc: Add support for adc driver

2016-11-20 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic Reviewed-by: Jonathan Cameron --- Changes in v10: - none Changes in v9: - none

[PATCH v10 0/5] mxs-lradc: Split driver into MFD

2016-11-20 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28 Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v10 0/5] mxs-lradc: Split driver into MFD

2016-11-20 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28 Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v10 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-11-20 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v10: - fetch base address from DT - add a NULL check for of_match_device Changes in v9: - improve commit message. C

[PATCH v10 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-11-20 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic --- Changes in v10: - fetch base address from DT - add a NULL check for of_match_device Changes in v9: - improve commit message. Changes in v8: - rebase onto 4.9-rc1

[PATCH v10 4/5] iio: adc: mxs-lradc: Remove driver

2016-11-20 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Jonathan Cameron <ji...@kernel.org> --- Changes in v10: - none Changes in v9: - none Changes in v8: - rebase

[PATCH v10 4/5] iio: adc: mxs-lradc: Remove driver

2016-11-20 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic Acked-by: Jonathan Cameron --- Changes in v10: - none Changes in v9: - none Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - none Changes in v6: - none

[PATCH v10 5/5] mfd: Move binding document

2016-11-20 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v10: - none Changes in v9: - format patch using -M option Changes in v8: - rebase onto 4.9-rc1 Changes

[PATCH v10 5/5] mfd: Move binding document

2016-11-20 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic --- Changes in v10: - none Changes in v9: - format patch using -M option Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - add to the patchset

[PATCH v10 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-11-20 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v10: - none Changes in v9: - none Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - remove touch_ret variable in probe and use ret instead - make error

[PATCH v10 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-11-20 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic --- Changes in v10: - none Changes in v9: - none Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - remove touch_ret variable in probe and use ret instead - make error check on of_property_read_u32 in probe

[PATCH v9 2/5] iio: adc: mxs-lradc: Add support for adc driver

2016-11-02 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Jonathan Cameron <ji...@k

[PATCH v9 2/5] iio: adc: mxs-lradc: Add support for adc driver

2016-11-02 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic Reviewed-by: Jonathan Cameron --- Changes in v9: - none Changes in v8: - rebase

[PATCH v9 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-11-02 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v9: - improve commit message. Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - define macros ADC_CELL and TS

[PATCH v9 5/5] mfd: Move binding document

2016-11-02 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v9: - format patch using -M option Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - add to the pa

[PATCH v9 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-11-02 Thread Ksenija Stanojevic
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic --- Changes in v9: - improve commit message. Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - define macros ADC_CELL and TSC_CELL - remove one cell and dynamically

[PATCH v9 5/5] mfd: Move binding document

2016-11-02 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic --- Changes in v9: - format patch using -M option Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - add to the patchset Documentation/devicetree/bindings

[PATCH v9 4/5] iio: adc: mxs-lradc: Remove driver

2016-11-02 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Jonathan Cameron <ji...@kernel.org> --- Changes in v9: - none Changes in v8: - rebase onto 4.9-rc1 Changes in

[PATCH v9 0/5] mxs-lradc: Split driver into MFD

2016-11-02 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28. Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v9 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-11-02 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v9: - none Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - remove touch_ret variable in probe and use ret instead - make error check on of_property_re

[PATCH v9 0/5] mxs-lradc: Split driver into MFD

2016-11-02 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28. Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v9 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-11-02 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic --- Changes in v9: - none Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - remove touch_ret variable in probe and use ret instead - make error check on of_property_read_u32 in probe Changes in v6: - update

[PATCH v9 4/5] iio: adc: mxs-lradc: Remove driver

2016-11-02 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic Acked-by: Jonathan Cameron --- Changes in v9: - none Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - none Changes in v6: - none Changes in v5: - none

[PATCH v8 4/5] iio: adc: mxs-lradc: Remove driver

2016-10-23 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Jonathan Cameron <ji...@kernel.org> --- Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - none Changes in

[PATCH v8 5/5] mfd: Move binding document

2016-10-23 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - add to the patchset .../devicetree/bindings/iio/adc/mxs-lra

[PATCH v8 2/5] iio: adc: mxs-lradc: Add support for adc driver

2016-10-23 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Reviewed-by: Jonathan Cameron <ji...@k

[PATCH v8 5/5] mfd: Move binding document

2016-10-23 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic --- Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - add to the patchset .../devicetree/bindings/iio/adc/mxs-lradc.txt | 47

[PATCH v8 2/5] iio: adc: mxs-lradc: Add support for adc driver

2016-10-23 Thread Ksenija Stanojevic
Add support for sixteen-channel 12-bit resolution ADC and its functions, which include general-purpose ADC readings, battery voltage measurement, and die temperature measurement. Signed-off-by: Ksenija Stanojevic Reviewed-by: Jonathan Cameron --- Changes in v8: - rebase onto 4.9-rc1 Changes

[PATCH v8 4/5] iio: adc: mxs-lradc: Remove driver

2016-10-23 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic Acked-by: Jonathan Cameron --- Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - none Changes in v6: - none Changes in v5: - none Changes in v4: - none

[PATCH v8 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-10-23 Thread Ksenija Stanojevic
Add core files for mxs-lradc MFD driver. Note: this patch won't compile in iio/testing without this patch: a8f447be8056 ("mfd: Add resource managed APIs for mfd_add_devices") Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v8: - rebase onto

[PATCH v8 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-10-23 Thread Ksenija Stanojevic
Add core files for mxs-lradc MFD driver. Note: this patch won't compile in iio/testing without this patch: a8f447be8056 ("mfd: Add resource managed APIs for mfd_add_devices") Signed-off-by: Ksenija Stanojevic --- Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - define macro

[PATCH v8 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-10-23 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - remove touch_ret variable in probe and use ret instead - make error check on of_property_read_u32 in probe Changes

[PATCH v8 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-10-23 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic --- Changes in v8: - rebase onto 4.9-rc1 Changes in v7: - remove touch_ret variable in probe and use ret instead - make error check on of_property_read_u32 in probe Changes in v6: - update copyright Changes in v5

[PATCH v8 0/5] mxs-lradc: Split driver into MFD

2016-10-23 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28. Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v8 0/5] mxs-lradc: Split driver into MFD

2016-10-23 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28. Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc

[PATCH v2] Staging: fbtft: Fix bug in fbtft-core

2016-10-02 Thread Ksenija Stanojevic
Commit 367e8560e8d7a62d96e9b1d644028a3816e04206 introduced a bug in fbtft-core where fps is always 0, this is because variable update_time is not assigned correctly. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Fixes: 367e8560e8d7 ("Staging: fbtbt: Repla

[PATCH v2] Staging: fbtft: Fix bug in fbtft-core

2016-10-02 Thread Ksenija Stanojevic
Commit 367e8560e8d7a62d96e9b1d644028a3816e04206 introduced a bug in fbtft-core where fps is always 0, this is because variable update_time is not assigned correctly. Signed-off-by: Ksenija Stanojevic Fixes: 367e8560e8d7 ("Staging: fbtbt: Replace timespec with ktime_t") --- Changes in

[PATCH v7 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2016-10-02 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> --- Changes in v7: - remove touch_ret variable in probe and use ret instead - make error check on of_property_read_u32 in probe Changes in v6: - update copyright Changes in v5:

[PATCH v7 4/5] iio: adc: mxs-lradc: Remove driver

2016-10-02 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic <ksenija.stanoje...@gmail.com> Acked-by: Jonathan Cameron <ji...@kernel.org> --- Changes in v7: - none Changes in v6: - none Changes in v5: - none C

  1   2   3   >