devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend 00/12] staging: typec: tcpci: move out of staging
@ 2017-09-26  4:05 Li Jun
       [not found] ` <1506398723-19359-1-git-send-email-jun.li-3arQi8VN3Tc@public.gmane.org>
  0 siblings, 1 reply; 19+ messages in thread
From: Li Jun @ 2017-09-26  4:05 UTC (permalink / raw)
  To: gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r,
	linux-0h96xk9xTtrk1uMJSBkQmQ, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	mark.rutland-5wv7dgnIgG8, heikki.krogerus-VuQAYsv1563Yd54FQh9/CA
  Cc: yueyao-hpIqsD4AKlfQT0dZR+AlfA, o_leveque-1tsiiZ//OF9QFI55V6+gNQ,
	peter.chen-3arQi8VN3Tc, aisheng.dong-3arQi8VN3Tc,
	jun.li-3arQi8VN3Tc, linux-usb-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA

This patch set attempts to move the tcpci driver out of staging by fix
some tcpci driver issues and verified on NXP PTN5110, which is a standard
tcpci typec port controller device with power delivery support, tested
power source and sink with drp config.

Li Jun (12):
  usb: typec: add API to get port type and preferred role
  usb: typec: add basic typec properties
  staging: typec: tcpci: add documentation for tcpci
  staging: typec: tcpci: support port config passed via dt
  staging: typec: tcpci: register port before request irq
  staging: typec: tcpci: enable vbus detection
  typec: tcpm: add starting value for drp toggling
  staging: typec: tcpci: correct drp toggling
  usb: typec: tcpm: only drives the connected cc line when attached
  staging: typec: tcpci: update set_cc for different state
  staging: typec: tcpci: Only touch target bit when enable vconn
  staging: typec: tcpci: move tcpci driver out of staging

 .../devicetree/bindings/usb/typec-tcpci.txt        |  36 ++++
 Documentation/devicetree/bindings/usb/typec.txt    |  46 +++++
 drivers/staging/Kconfig                            |   2 -
 drivers/staging/Makefile                           |   1 -
 drivers/staging/typec/Kconfig                      |  14 --
 drivers/staging/typec/Makefile                     |   1 -
 drivers/staging/typec/TODO                         |   5 -
 drivers/usb/typec/Kconfig                          |   7 +
 drivers/usb/typec/Makefile                         |   1 +
 drivers/{staging => usb}/typec/tcpci.c             | 185 ++++++++++++++++-----
 drivers/{staging => usb}/typec/tcpci.h             |   0
 drivers/usb/typec/tcpm.c                           |  22 ++-
 drivers/usb/typec/typec.c                          |  45 +++++
 include/linux/usb/tcpm.h                           |   9 +-
 include/linux/usb/typec.h                          |   2 +
 15 files changed, 306 insertions(+), 70 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/usb/typec-tcpci.txt
 create mode 100644 Documentation/devicetree/bindings/usb/typec.txt
 delete mode 100644 drivers/staging/typec/Kconfig
 delete mode 100644 drivers/staging/typec/Makefile
 delete mode 100644 drivers/staging/typec/TODO
 rename drivers/{staging => usb}/typec/tcpci.c (73%)
 rename drivers/{staging => usb}/typec/tcpci.h (100%)

-- 
2.6.6

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-10-27  1:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26  4:05 [PATCH resend 00/12] staging: typec: tcpci: move out of staging Li Jun
     [not found] ` <1506398723-19359-1-git-send-email-jun.li-3arQi8VN3Tc@public.gmane.org>
2017-09-26  4:05   ` [PATCH resend 01/12] usb: typec: add API to get port type and preferred role Li Jun
2017-09-26  4:05   ` [PATCH resend 02/12] usb: typec: add basic typec properties Li Jun
     [not found]     ` <1506398723-19359-3-git-send-email-jun.li-3arQi8VN3Tc@public.gmane.org>
2017-10-05 20:44       ` Rob Herring
2017-10-09 11:21         ` Jun Li
     [not found]           ` <DB4PR04MB07683A52DD500A40C2B9047A89740-tLF+feb1Bz6HC8XOQgzeLs9NdZoXdze2vxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-10-09 13:12             ` Rob Herring
2017-09-26  4:05   ` [PATCH resend 03/12] staging: typec: tcpci: add documentation for tcpci Li Jun
2017-09-26  4:05   ` [PATCH resend 04/12] staging: typec: tcpci: support port config passed via dt Li Jun
2017-09-26  4:05   ` [PATCH resend 05/12] staging: typec: tcpci: register port before request irq Li Jun
2017-09-26  4:05   ` [PATCH resend 06/12] staging: typec: tcpci: enable vbus detection Li Jun
2017-09-26  4:05   ` [PATCH resend 07/12] typec: tcpm: add starting value for drp toggling Li Jun
2017-09-26  4:05   ` [PATCH resend 08/12] staging: typec: tcpci: correct " Li Jun
2017-09-26  4:05   ` [PATCH resend 09/12] usb: typec: tcpm: only drives the connected cc line when attached Li Jun
     [not found]     ` <1506398723-19359-10-git-send-email-jun.li-3arQi8VN3Tc@public.gmane.org>
2017-09-27 14:30       ` kbuild test robot
2017-09-26  4:05   ` [PATCH resend 10/12] staging: typec: tcpci: update set_cc for different state Li Jun
2017-09-26  4:05   ` [PATCH resend 11/12] staging: typec: tcpci: Only touch target bit when enable vconn Li Jun
2017-09-26  4:05   ` [PATCH resend 12/12] staging: typec: tcpci: move tcpci driver out of staging Li Jun
2017-10-27  0:42   ` [PATCH resend 00/12] staging: typec: tcpci: move " Guenter Roeck
     [not found]     ` <96d37f9b-f04d-f923-ec09-b25fd62a90be-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2017-10-27  1:17       ` Jun Li

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