Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-04 | dt-bindings: connector: Add PD rev 2.0 VDO definition | Kyle Tso | 1 | -3/+66 | |
Add the VDO definition for USB PD rev 2.0 in the bindings and define a new property snk-vdos-v1 containing legacy VDOs as the responses to the port partner which only supports PD rev 2.0. Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Kyle Tso <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2021-06-04 | dt-bindings: connector: Replace BIT macro with generic bit ops | Kyle Tso | 1 | -10/+10 | |
BIT macro is not defined. Replace it with generic bit operations. Fixes: 630dce2810b9 ("dt-bindings: connector: Add SVDM VDO properties") Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Kyle Tso <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2021-02-09 | dt-bindings: connector: Add SVDM VDO properties | Kyle Tso | 1 | -1/+310 | |
Add bindings of VDO properties of USB PD SVDM so that they can be used in device tree. Reviewed-by: Rob Herring <[email protected]> Acked-by: Heikki Krogerus <[email protected]> Signed-off-by: Kyle Tso <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2020-10-28 | dt-bindings: connector: Add property to set initial current cap for FRS | Badhri Jagan Sridharan | 1 | -0/+8 | |
This change adds frs-typec-current which allows setting the initial current capability of the new source when vSafe5V is applied during PD3.0 sink Fast Role Swap. Signed-off-by: Badhri Jagan Sridharan <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2018-09-20 | dt-bindings: connector: Add support for USB-PD PPS APDOs to bindings | Adam Thomson | 1 | -0/+26 | |
Add support for PPS APDOs to connector bindings so a port controller can specify support for PPS, as per existing FIXED/BATT/VAR PDOs. Signed-off-by: Adam Thomson <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2018-06-28 | dt-bindings: connector: add properties for typec | Li Jun | 1 | -0/+62 | |
Add bindings supported by current typec driver, so user can pass all those properties via dt. Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Li Jun <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> |