linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add support for Broadcom iProc touchscreen
@ 2015-03-21  0:57 Jonathan Richardson
  2015-03-21  0:57 ` [PATCH v5 1/2] Input: touchscreen-iproc: Add Broadcom iProc touchscreen driver Jonathan Richardson
  2015-03-21  0:57 ` [PATCH v5 2/2] Input: touchscreen-iproc: add device tree bindings Jonathan Richardson
  0 siblings, 2 replies; 8+ messages in thread
From: Jonathan Richardson @ 2015-03-21  0:57 UTC (permalink / raw)
  To: Dmitry Torokhov, Anatol Pomazau
  Cc: Jonathan Richardson, Scott Branden, Grant Likely, Rob Herring,
	Ray Jui, linux-kernel, linux-input, bcm-kernel-feedback-list,
	devicetree, Joe Perches, Pawel Moll, Mark Rutland, Ian Campbell,
	Kumar Gala

This patchset contains initial support for the touchscreen on the Broadcom
iProc family of SoCs. This driver has been validated with Cygnus and is expected
to work on other iProc family of SoCs that use the same touchscreen controller.

Changes from v4:
- Debug code cleanup.
- pdev wasn't initialized prior to calling get_tsc_config() in probe resulting
  in null dev pointer being passed to the function.

Changes from v3:
- Fixed typo in Kconfig.

Changes from v2:
- Misc style changes.
- Removed assumptions about interrupts generated in ISR. It now emits all
  events and then syncs if necessary.
- Removed our rotation property and replaced with the latest
  touchscreen-inverted-x/y. Also added support for the standard optional
  properties touchscreen-size-x/y and touchscreen-fuzz-x/y. Did not add support
  for inverted-x/y at this time as our touchscreen is currently only oriented
  180 degres.

Changes from v1:
- Add missing newlines to debug messages
- Use BIT macro for defines
- Fix logic in get_tsc_config to improve readability
- Get rid of unnecessary remove() function

Jonathan Richardson (2):
  Input: touchscreen-iproc: Add Broadcom iProc touchscreen driver
  Input: touchscreen-iproc: add device tree bindings

 .../input/touchscreen/brcm,iproc-touchscreen.txt   |   76 +++
 drivers/input/touchscreen/Kconfig                  |   11 +
 drivers/input/touchscreen/Makefile                 |    1 +
 drivers/input/touchscreen/bcm_iproc_tsc.c          |  518 ++++++++++++++++++++
 4 files changed, 606 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/brcm,iproc-touchscreen.txt
 create mode 100644 drivers/input/touchscreen/bcm_iproc_tsc.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-03-23 18:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-21  0:57 [PATCH v5 0/2] Add support for Broadcom iProc touchscreen Jonathan Richardson
2015-03-21  0:57 ` [PATCH v5 1/2] Input: touchscreen-iproc: Add Broadcom iProc touchscreen driver Jonathan Richardson
     [not found]   ` <1426899446-16873-2-git-send-email-jonathar-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-03-22  4:24     ` Dmitry Torokhov
2015-03-23 17:57       ` Jonathan Richardson
     [not found]         ` <551053F1.7070308-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-03-23 18:05           ` Dmitry Torokhov
2015-03-23 10:14   ` Bo Shen
2015-03-23 16:01     ` Dmitry Torokhov
2015-03-21  0:57 ` [PATCH v5 2/2] Input: touchscreen-iproc: add device tree bindings Jonathan Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).