summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* 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-171-1/+1
* SYV682X: Add 100ms source current limit deglitchEric Herrmann2020-07-281-61/+84
* aoz1380: ignore false positive over current/tempDenis Brockus2020-06-301-8/+49
* ppc: add AOZ1380 driverDenis Brockus2020-06-303-0/+160
* Syv682x: Set 5V source current limit base on the config definitionDavid Huang2020-06-151-1/+11
* syv682x: replace 1 << digits, with BIT(digits)David Huang2020-05-282-17/+17
* syv682x: fix chip init sequenceCaveh Jalali2020-05-282-43/+28
* SYV682: Update PPC initialization for no battery conditionKeith Short2020-05-282-38/+104
* syv682x: Create interrupt handlerEric Herrmann2020-05-282-1/+154
* syv682x: Don't turn off VBUS when disabling sink modeKeith Short2020-05-281-1/+8
* syv682x: Enable smart discharge modeKeith Short2020-05-282-30/+69
* syv682x: disable VBUS discharge in sink modeCaveh Jalali2020-05-281-17/+26
* syv682x: fix status register readCaveh Jalali2020-05-281-1/+4
* ppc/sn5s330: set the deglitch time to 1000 us for PP2James_Chao2020-05-121-2/+6
* ampton: change sku id 3,4 for g-sensor BMA253 in the lidJames_Chao2020-05-041-1/+1
* driver: bmi160: Fix rounding error in set_offset() and get_offset()Ching-Kang Yen2020-03-041-8/+13
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-196-9/+12
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-1815-34/+34
* ppc: initialize vbus current limit on initJett Rink2019-08-131-0/+9
* drivers/tcpm/ps8xxx: Return hardcoded vendor and product idKarthikeyan Ramasubramanian2019-07-221-0/+5
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-07-226-13/+13
* USB-PD: Consolidate tcpc_config declarations in usb_pd_tcpm.hDaisuke Nojiri2019-05-311-1/+0
* motion: Define macros for custom eventsGwendal Grignou2019-05-281-2/+4
* driver: bmi160: Check enable_fifo flags before processing FIFOGwendal Grignou2019-05-071-13/+13
* ampton: tune the dp mux to improve external monitor compatibilityJames_Chao2019-04-251-0/+1
* TCPC: Set charger vbus during initDiana Z2019-04-161-0/+7
* anx7447.c: change VBUS present detection interfaceXin Ji2019-03-291-6/+5
* Battery: add support battery-cutoff SMBus block write functionmatt_wang2019-02-271-0/+15
* temp_sensor: Guard thermistor readings by their power rail enable gpioScott Collyer2019-02-261-6/+33
* driver/lsm6dsm: Fix issue while setting Magnetometer ODRKarthikeyan Ramasubramanian2019-02-131-11/+4
* driver: bmi160: for reference, add for lis2mdl supportGwendal Grignou2019-02-111-0/+5
* driver: lsm6dsm: Integrate LIS2MDL behind LSM6DSMGwendal Grignou2019-02-117-224/+343
* driver: lsm6dsm: Clean register definitionGwendal Grignou2019-02-111-53/+83
* config: Add magnetometer definitionsGwendal Grignou2019-02-111-1/+1
* ps8xxx: put the PS8751's power role to sink stateJames_Chao2019-02-011-1/+17
* driver: lsm6dsm: add reboot at init timeDevin Lu2019-01-252-0/+51
* Ampton: Set the PS8751 to source mode before enter low power modeJames_Chao2019-01-244-1/+18
* tcpm/it83xx.c: don't reload cc parameter settings for DxRuibin Chang2019-01-221-0/+2
* driver/ppc/nx20p348.c: Handle overcurrent eventKarthikeyan Ramasubramanian2019-01-221-5/+2
* USB PD: PPC: Add overcurrent handling.Aseda Aboagye2019-01-221-2/+3
* LSM6: Throw out junk data after ODR changesDiana Z2019-01-192-15/+34
* LSM6: Follow ODR change procedure from application notesDiana Z2019-01-193-31/+52
* drvier: lsm6dsm: Populate Gyroscope scale properlyGwendal Grignou2019-01-192-36/+22
* LSM6: Correct timestamp reporting and FIFO lengthDiana Z2019-01-182-8/+12
* driver/sensorhub_lsm6dsm: fix sensorhub mode slv0 addressDevin Lu2019-01-071-1/+1
* tcpc: remove reset check in alert handlerJett Rink2019-01-021-4/+12
* tcpc: wait for TCPC wake up upon first accessJett Rink2018-12-181-52/+49
* bmi160: exit IRQ loop if error during reg readJett Rink2018-12-181-2/+4
* bmi160: do not overrun the amount of data read from the BMI FIFOEnrico Granata2018-12-181-8/+11