Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1391037 > unrolled thread
| Started by | Ksenija Stanojevic <ksenija.stanojevic@gmail.com> |
|---|---|
| First post | 2016-04-29 13:50 +0200 |
| Last post | 2016-04-29 13:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/3] mxs-lradc: Split driver into MFD Ksenija Stanojevic <ksenija.stanojevic@gmail.com> - 2016-04-29 13:50 +0200
| From | Ksenija Stanojevic <ksenija.stanojevic@gmail.com> |
|---|---|
| Date | 2016-04-29 13:50 +0200 |
| Subject | [PATCH 0/3] mxs-lradc: Split driver into MFD |
| Message-ID | <rtf5M-5f6-7@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web