linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] typec: tipd: Add support for polling
@ 2022-04-14  8:31 Aswath Govindraju
  2022-04-14  8:31 ` [PATCH 1/2] dt-bindings: usb: tps6598x: Make the interrupts property optional Aswath Govindraju
  2022-04-14  8:31 ` [PATCH 2/2] usb: typec: tipd: Add support for polling interrupts status when interrupt line is not connected Aswath Govindraju
  0 siblings, 2 replies; 11+ messages in thread
From: Aswath Govindraju @ 2022-04-14  8:31 UTC (permalink / raw)
  Cc: Vignesh Raghavendra, Roger Quadros, Kishon Vijay Abraham I,
	Aswath Govindraju, Greg Kroah-Hartman, Rob Herring,
	Krzysztof Kozlowski, Heikki Krogerus, Sven Peter,
	Alyssa Rosenzweig, Hector Martin, Saranya Gopal,
	Bryan O'Donoghue, linux-usb, devicetree, linux-kernel

The following series of patches add support for polling in the tipd
driver. The driver switches to polling by default, when interrupts
property is not populated.

Link to RFC patch posted earlier,
- https://patchwork.kernel.org/project/linux-usb/patch/20220412145059.4717-1-a-govindraju@ti.com/

Changes since RFC patch,
- Added patch to make the required changes in dt-bindings to make
  interrupts optional
- Changed to using (client->irq) to decide whether interrupts or
  polling should be used instead of switching to polling based on
  the return value while requesting irq line.

Aswath Govindraju (2):
  dt-bindings: usb: tps6598x: Make the interrupts property optional
  usb: typec: tipd: Add support for polling interrupts status when
    interrupt line is not connected

 .../devicetree/bindings/usb/ti,tps6598x.yaml  |  4 +-
 drivers/usb/typec/tipd/core.c                 | 99 ++++++++++++++++---
 2 files changed, 90 insertions(+), 13 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-06-09  5:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14  8:31 [PATCH 0/2] typec: tipd: Add support for polling Aswath Govindraju
2022-04-14  8:31 ` [PATCH 1/2] dt-bindings: usb: tps6598x: Make the interrupts property optional Aswath Govindraju
2022-04-14 18:10   ` Roger Quadros
2022-04-18  5:19     ` Aswath Govindraju
2022-04-20 19:16       ` Roger Quadros
2022-04-22  5:07         ` Aswath Govindraju
2022-04-26  6:42           ` Roger Quadros
2022-04-26  6:57             ` Heikki Krogerus
2022-05-02  5:30               ` Aswath Govindraju
2022-06-09  5:33                 ` Aswath Govindraju
2022-04-14  8:31 ` [PATCH 2/2] usb: typec: tipd: Add support for polling interrupts status when interrupt line is not connected Aswath Govindraju

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).