summaryrefslogtreecommitdiff
path: root/driver/ppc/syv682x.c
Commit message (Expand)AuthorAgeFilesLines
* ppc/syv682x: Handle incorrect Vconn configKyle Lin2023-03-271-0/+14
* syv682x: cached force discharge configEric Yilun Lin2023-01-131-1/+15
* driver: Sort header filesJeremy Bettis2022-11-291-2/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* driver/ppc/syv682x.c: Format with clang-formatJack Rosenthal2022-06-281-40/+36
* gpio: cleanup header usage for i2cKeith Short2022-02-251-0/+1
* ppc/syv682x: Make FRS_TCPC check port specificCaveh Jalali2022-02-031-1/+2
* ppc/syv682x: Allow FRS GPIOs to be on IO expanderCaveh Jalali2022-01-281-4/+4
* ppc/syv682x: change the type sink_ocp_count to atomic_tDawid Niedzwiecki2021-12-071-3/+3
* ppc: add an interrupt pointer to the ppc driver APIDawid Niedzwiecki2021-11-111-0/+1
* ppc/syv682x: support C versionEric Yilun Lin2021-04-011-11/+38
* SYV682x: Fix Source OCP for SYV682B revisionEric Herrmann2021-03-311-14/+16
* SYV682: Update Driver for B revision siliconEric Herrmann2021-01-201-69/+59
* SYV682x: Improve Sink OCP HandlingEric Herrmann2021-01-141-35/+85
* SYV682x: Stop VCONN configuration if there is OVPEric Herrmann2020-12-211-3/+8
* driver: ppc: Drop paths from driver/ppc filesSimon Glass2020-12-181-1/+1
* SYV682: Disable VCONN on VCONN OCPEric Herrmann2020-12-081-4/+26
* syv682x: update OVP warningEric Yilun Lin2020-12-041-1/+1
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* SYV682X: Handle CC OVP eventsEric Herrmann2020-10-311-3/+12
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-2/+2
* syv682x: disable smart discharge modeEric Yilun Lin2020-10-261-11/+37
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+2
* syv682: Shorten discharge timeAbe Levkoy2020-09-111-1/+1
* syv682x: Set SYV682X HV_ILIM depend on sink path.David Huang2020-08-171-0/+2
* syv682x: set CONFIG_SYV682X_HV_ILIM for set HV_ILIMDavid Huang2020-08-141-1/+1
* syv682X: Add support for FRSEric Herrmann2020-07-171-9/+105
* SYV682X: Add 100ms source current limit deglitchEric Herrmann2020-07-071-61/+84
* ppc: string de-duplicationKeith Short2020-07-021-5/+5
* Syv682x: Set 5V source current limit base on the config definitionDavid Huang2020-06-151-1/+11
* syv682x: fix chip init sequenceCaveh Jalali2020-05-151-37/+15
* SYV682: Update PPC initialization for no battery conditionKeith Short2020-04-251-38/+86
* syv682x: Create interrupt handlerEric Herrmann2020-04-081-1/+143
* syv682x: Don't turn off VBUS when disabling sink modeKeith Short2020-02-141-1/+8
* syv682x: Enable smart discharge modeKeith Short2020-02-141-30/+67
* syv682x: disable VBUS discharge in sink modeCaveh Jalali2020-02-041-17/+26
* syv682x: fix status register readCaveh Jalali2020-01-141-1/+4
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-6/+6
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-6/+6
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* ppc: syv682x: Add trigger for BC 1.2 when turning src path on/offScott Collyer2018-10-241-1/+9
* ppc: syv682x: Make source disable dependent on VBUS presenceScott Collyer2018-10-231-1/+7
* syv682x: Support USB changer when VBUS status changesScott Collyer2018-10-021-0/+11
* ppc: Add driver for Silergy SYV682x PPCScott Collyer2018-09-041-0/+326