aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/typec (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-01staging: typec: fusb302: make structure fusb302_psy_desc staticColin Ian King1-1/+1
2017-08-31staging: typec: fusb302: Export current-limit through a power_supply class devHans de Goede2-3/+62
2017-08-31staging: typec: fusb302: Add support for USB2 charger detection through extconHans de Goede1-0/+49
2017-08-31staging: typec: fusb302: Use client->irq as irq if setHans de Goede1-3/+7
2017-08-31staging: typec: fusb302: Get max snk mv/ma/mw from device-propertiesHans de Goede2-1/+21
2017-08-31staging: typec: fusb302: Set max supply voltage to 5VHans de Goede1-2/+2
2017-08-31staging: typec: tcpm: Add get_current_limit tcpc_dev callbackHans de Goede2-1/+11
2017-08-29staging: typec: tcpm: Switch to PORT_RESET instead of SNK_UNATTACHEDBadhri Jagan Sridharan1-1/+1
2017-08-29staging: typec: tcpm: Do not send PING msgs in TCPMBadhri Jagan Sridharan1-7/+4
2017-08-29staging: typec: tcpm: typec: tcpm: Wait for CC debounce before PD excgBadhri Jagan Sridharan2-3/+24
2017-08-29staging: typec: tcpm: add cc change handling in src statesBadhri Jagan Sridharan1-2/+4
2017-08-29staging: typec: tcpm: Consider port_type while determining unattached_stateBadhri Jagan Sridharan1-3/+9
2017-08-29staging: typec: tcpm: Comply with TryWait.SNK StateBadhri Jagan Sridharan1-28/+30
2017-08-29staging: typec: tcpm: Follow Try.SRC exit requirementsBadhri Jagan Sridharan1-5/+28
2017-08-29staging: typec: tcpm: Check for Rp for tPDDebounceBadhri Jagan Sridharan1-44/+24
2017-08-29staging: typec: tcpm: Prevent TCPM from looping in SRC_TRYWAITBadhri Jagan Sridharan1-16/+29
2017-08-29staging: typec: tcpm: Check for port type for Try.SRC/Try.SNKBadhri Jagan Sridharan1-2/+4
2017-08-29staging: typec: tcpm: set port type callbackBadhri Jagan Sridharan1-11/+41
2017-08-28staging: typec: Add __printf verificationJoe Perches1-0/+5
2017-08-22staging: typec: tcpm: make function tcpm_get_pwr_opmodeColin Ian King1-1/+1
2017-08-18staging: typec: tcpm: explicit_contract is always establishedBadhri Jagan Sridharan1-3/+7
2017-08-18staging: typec: tcpm: Report right typec_pwr_opmodeBadhri Jagan Sridharan1-2/+19
2017-08-18staging: typec: tcpm: Check cc status before entering SRC_TRY_DEBOUCEBadhri Jagan Sridharan1-1/+2
2017-08-18staging: typec: tcpm: Improve role swap with non PD capable partnersGuenter Roeck1-26/+34
2017-08-18staging: typec: tcpm: Add timeout when waiting for role swap completionGuenter Roeck2-7/+17
2017-08-18staging: typec: tcpm: Select default state based on port typeBadhri Jagan Sridharan1-5/+10
2017-08-18staging: typec: tcpm: Set default state after error recovery based on port typeBadhri Jagan Sridharan1-4/+1
2017-08-18staging: typec: tcpm: Report role swap complete after entering READY stateGuenter Roeck1-7/+2
2017-08-18staging: typec: tcpm: Constify alternate modesGuenter Roeck2-2/+2
2017-07-16staging: typec: Fix endianness warning discovered by sparseThomas Gardner1-2/+1
2017-06-23staging: fusb302: don't bitshift __le16 typeFrans Klaver1-2/+2
2017-05-16staging: typec: fusb302: refactor resume retry mechanismRui Miguel Silva1-34/+36
2017-05-16staging: typec: fusb302: reset i2c_busy state in errorRui Miguel Silva1-2/+4
2017-05-15staging: typec: Fix sparse warnings about incorrect typesGuru Das Srinagesh1-2/+2
2017-05-15staging: typec: fusb302: do not free gpio from managed resourceRui Miguel Silva1-2/+0
2017-05-15staging: typec: tcpm: Fix Port Power Role field in PS_RDY messagesGuenter Roeck1-2/+16
2017-05-15staging: typec: tcpm: Respond to Discover Identity commandsGuenter Roeck3-1/+33
2017-05-15staging: typec: tcpm: Set correct flags in PD request messagesGuenter Roeck1-2/+1
2017-05-15staging: typec: tcpm: Drop duplicate PD messagesGuenter Roeck2-0/+39
2017-05-15staging: typec: fusb302: Fix chip->vbus_present init valueYueyao Zhu1-1/+1
2017-05-15staging: typec: fusb302: Fix module autoloadJavier Martinez Canillas1-0/+2
2017-05-15staging: typec: tcpci: declare private structure as staticOlivier Leveque1-1/+1
2017-04-28staging: typec: Fairchild FUSB302 Type-c chip driverYueyao Zhu7-0/+2018
2017-04-28staging: typec: Type-C Port Controller Interface driver (tcpci)Guenter Roeck5-0/+674
2017-04-28staging: typec: USB Type-C Port Manager (tcpm)Guenter Roeck8-0/+4200