Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1590597
| From | Ksenija Stanojevic <ksenija.stanojevic@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v14 0/5] mxs-lradc: Split driver into MFD |
| Date | 2017-03-01 20:50 +0100 |
| Message-ID | <tghkm-6Yi-29@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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: Remove driver
mfd: Move binding document
.../bindings/{iio/adc => mfd}/mxs-lradc.txt | 0
drivers/iio/adc/Kconfig | 27 +-
drivers/iio/adc/Makefile | 2 +-
drivers/iio/adc/mxs-lradc-adc.c | 843 ++++++++++
drivers/iio/adc/mxs-lradc.c | 1750 --------------------
drivers/input/touchscreen/Kconfig | 10 +
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/mxs-lradc-ts.c | 718 ++++++++
drivers/mfd/Kconfig | 17 +
drivers/mfd/Makefile | 1 +
drivers/mfd/mxs-lradc.c | 264 +++
include/linux/mfd/mxs-lradc.h | 187 +++
12 files changed, 2055 insertions(+), 1765 deletions(-)
rename Documentation/devicetree/bindings/{iio/adc => mfd}/mxs-lradc.txt (100%)
create mode 100644 drivers/iio/adc/mxs-lradc-adc.c
delete mode 100644 drivers/iio/adc/mxs-lradc.c
create mode 100644 drivers/input/touchscreen/mxs-lradc-ts.c
create mode 100644 drivers/mfd/mxs-lradc.c
create mode 100644 include/linux/mfd/mxs-lradc.h
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v14 0/5] mxs-lradc: Split driver into MFD Ksenija Stanojevic <ksenija.stanojevic@gmail.com> - 2017-03-01 20:50 +0100
[PATCH v14 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen Ksenija Stanojevic <ksenija.stanojevic@gmail.com> - 2017-03-01 21:40 +0100
Re: [PATCH v14 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-03-01 23:10 +0100
Re: [PATCH v14 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen Harald Geyer <harald@ccbib.org> - 2017-03-02 01:30 +0100
Re: [PATCH v14 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen Jonathan Cameron <jic23@kernel.org> - 2017-03-02 21:30 +0100
[PATCH v14 2/5] iio: adc: mxs-lradc: Add support for adc driver Ksenija Stanojevic <ksenija.stanojevic@gmail.com> - 2017-03-02 06:10 +0100
csiph-web