Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1391037
| From | Ksenija Stanojevic <ksenija.stanojevic@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] mxs-lradc: Split driver into MFD |
| Date | 2016-04-29 13:50 +0200 |
| Message-ID | <rtf5M-5f6-7@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 (3): 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 drivers/iio/adc/Kconfig | 37 +- drivers/iio/adc/Makefile | 1 + drivers/iio/adc/mxs-lradc-adc.c | 832 +++++++++++++++++++++++++++++++ drivers/input/touchscreen/Kconfig | 14 +- drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/mxs-lradc-ts.c | 729 +++++++++++++++++++++++++++ drivers/mfd/Kconfig | 33 +- drivers/mfd/Makefile | 1 + drivers/mfd/mxs-lradc.c | 213 ++++++++ include/linux/mfd/mxs-lradc.h | 210 ++++++++ 10 files changed, 2049 insertions(+), 22 deletions(-) create mode 100644 drivers/iio/adc/mxs-lradc-adc.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 | Find similar | Unroll thread
[PATCH 0/3] mxs-lradc: Split driver into MFD Ksenija Stanojevic <ksenija.stanojevic@gmail.com> - 2016-04-29 13:50 +0200
csiph-web