[U-Boot] [PATCH 4/8] input: Add support for FMA1125 touch controller
Michal Simek
monstr at monstr.eu
Thu May 29 13:45:17 CEST 2014
On 05/15/2014 04:34 PM, dietho at gmx.de wrote:
> From: Thomas Diener <dietho at gmx.de>
>
> Signed-off-by: Thomas Diener <dietho at gmx.de>
> ---
> drivers/input/Makefile | 3 +-
> drivers/input/fma1125.c | 47 ++++++++++++++++
> include/fma1125.h | 140 +++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 189 insertions(+), 1 deletion(-)
> create mode 100644 drivers/input/fma1125.c
> create mode 100644 include/fma1125.h
>
> diff --git a/drivers/input/Makefile b/drivers/input/Makefile
> index 65c40ba..203a311 100644
> --- a/drivers/input/Makefile
> +++ b/drivers/input/Makefile
> @@ -14,4 +14,5 @@ obj-$(CONFIG_PS2MULT) += ps2mult.o ps2ser.o
> endif
> obj-y += input.o
> obj-$(CONFIG_OF_CONTROL) += key_matrix.o
> -obj-$(CONFIG_POLYTOUCH) += polytouch.o
> \ No newline at end of file
> +obj-$(CONFIG_POLYTOUCH) += polytouch.o
> +obj-$(CONFIG_FMA1125) += fma1125.o
> \ No newline at end of file
It doesn't look right.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140529/c8a1b93f/attachment.pgp>
More information about the U-Boot
mailing list