All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] phy: omap-usb2: add quirk to disable charger detection
@ 2020-05-15  8:05 Roger Quadros
  2020-05-15  8:05 ` [PATCH 1/4] phy: omap-usb2: Clean up exported header Roger Quadros
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Roger Quadros @ 2020-05-15  8:05 UTC (permalink / raw)
  To: kishon; +Cc: robh+dt, b-liu, devicetree, vigneshr, nsekhar, Roger Quadros

Hi,

This series does 3 things
- header cleanup
- convert DT binding to YAML
- add DT property to disable charger detection (Errata i2075 for AM65 SR1.0)

cheers,
-roger

Roger Quadros (4):
  phy: omap-usb2: Clean up exported header
  dt-binding: phy: convert ti,omap-usb2 to YAML
  dt-binding: phy: ti,omap-usb2: Add quirk to disable charger detection
  phy: omap-usb2-phy: disable PHY charger detect

 .../devicetree/bindings/phy/ti,omap-usb2.yaml | 78 +++++++++++++++
 .../devicetree/bindings/phy/ti-phy.txt        | 37 --------
 drivers/phy/ti/phy-omap-usb2.c                | 95 ++++++++++++++++---
 include/linux/phy/omap_usb.h                  | 69 +-------------
 4 files changed, 164 insertions(+), 115 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


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

end of thread, other threads:[~2020-05-28 19:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15  8:05 [PATCH 0/4] phy: omap-usb2: add quirk to disable charger detection Roger Quadros
2020-05-15  8:05 ` [PATCH 1/4] phy: omap-usb2: Clean up exported header Roger Quadros
2020-05-15  8:05 ` [PATCH 2/4] dt-binding: phy: convert ti,omap-usb2 to YAML Roger Quadros
2020-05-28 19:24   ` Rob Herring
2020-05-15  8:05 ` [PATCH 3/4] dt-binding: phy: ti,omap-usb2: Add quirk to disable charger detection Roger Quadros
2020-05-15  8:30   ` Roger Quadros
2020-05-15  8:05 ` [PATCH 4/4] phy: omap-usb2-phy: disable PHY charger detect Roger Quadros

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.