summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* usb_mux: fix NULL checks in the usb_mux_chainKeith Short2022-09-151-3/+3
* ps8xxx: Cache get_chip_info for all portsSam Hurst2022-09-141-24/+24
* usb_mux: Split struct usb_mux in common filesTomasz Michalec2022-09-137-38/+50
* Update license boilerplate text in source code filesMike Frysinger2022-09-12312-312/+312
* retimer: HB: retry initial read attempt if it failsLi Feng2022-09-121-0/+8
* Revert "fpsensor: Build fpsensor source file with C++"Jim Pollock2022-09-091-0/+5
* Revert "retimer: Adjust delay after taking BB/HB out of reset"Scott Collyer2022-09-091-2/+2
* retimer: Adjust delay after taking BB/HB out of resetScott Collyer2022-09-091-2/+2
* fpsensor: Build fpsensor source file with C++Tom Hughes2022-09-081-5/+0
* Zephyr: Add AOZ1380 to PPC devicetreeDiana Z2022-09-082-44/+1
* sm5803: add the CONFIG_BATTERY for the battery apiZhuohao Lee2022-09-081-42/+60
* raa489000: support FRS functionarthur.lin2022-09-061-0/+3
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-0133-51/+51
* ps8xxx: Add caching to ps8xxx_get_chip_infoReka Norman2022-09-011-32/+59
* temp-sensor-rt9490: migrate to common thermistor codeTing Shen2022-09-012-63/+19
* driver: st: Enable on/off body detection to lsm6dsmGwendal Grignou2022-08-315-18/+50
* driver: bmi: Enable On/Off body detection on all BMI IMUGwendal Grignou2022-08-315-26/+34
* driver/bmi323: Update calibration codeLeo Huang2022-08-302-228/+43
* charger/rt9490: fix incorrect unit in ADC measurementTing Shen2022-08-301-3/+3
* tcpm/nct38xx: Fix typo in commentCaveh Jalali2022-08-291-3/+3
* RT9490 : Use ADC thermistor on RT9490jeffrey2022-08-292-0/+76
* anx7447: fix Rp value before entering low power mode.lschyi2022-08-291-1/+24
* anx7447: support tcpc_get_bist_test_modemike2022-08-291-0/+11
* driver/usb_mux: Rename and move `USB_MUX_ALL_CHIPS`Robert Zieba2022-08-251-20/+23
* charger/rt9490: workaround code cleanupTing Shen2022-08-251-5/+4
* RT9490: Update CHARGE_I_MIN setting.jeffrey2022-08-241-4/+3
* tcpm: add tcpc_get_bist_test_modeEric Yilun Lin2022-08-2211-0/+22
* charge_state: Add PWR_STATE_FORCED_IDLE stateParth Malkan2022-08-181-4/+4
* sm5803: avoid requesting 0 fast-charge currentPeter Marheine2022-08-151-0/+12
* drivers/usb_mux: Allow inverted polarity on muxesCaveh Jalali2022-08-121-0/+4
* anx7447: configure usb_mux i2c addr from tcpc i2c configEric Yilun Lin2022-08-121-4/+10
* anx7447: dump OCM versionEric Yilun Lin2022-08-121-0/+8
* util: remove unused includesYuval Peress2022-08-0518-0/+18
* sm5803: Add support for board with only one charger chipHank.Xie2022-08-041-0/+6
* sm5803: Fix failed to read VBUS after resuming from hibernationDevin Lu2022-08-031-4/+4
* NX20P348x: enable RCP 5V SRC mask functionamber.chen2022-08-031-0/+4
* bmi3xx: loop querying the written calibrated valueEric Yilun Lin2022-07-311-37/+23
* rt9490: fix IBUS ADCEric Yilun Lin2022-07-291-3/+4
* drivers/usb_mux: Update magic value used to target all muxesRobert Zieba2022-07-281-1/+1
* RAA489000: Add extra registers for tcpci dumpAndrew McRae2022-07-271-0/+51
* pi3usb9201: add flag to only run as BC1.2 clientlschyi2022-07-271-1/+9
* RT9490: modify RT9490 CHARGE_I_MIN setting.jeffrey_lin2022-07-261-1/+10
* sm5803: disable GPADCs when in LPMPeter Marheine2022-07-222-30/+131
* sm5803: prevent use when PD max voltage exceeds 15VPeter Marheine2022-07-211-0/+7
* builtin: Move ssize_t to sys/types.hTom Hughes2022-07-192-0/+3
* tree: Remove non-standard "%ph" printf formatTom Hughes2022-07-192-17/+33
* BB retimer: Modify bb retimer mutexjohnwc_yeh2022-07-191-10/+25
* BB retimer: Add bb retimer usb3 state enablejohnwc_yeh2022-07-151-4/+43
* TCPCI: nct38xx: Only restore mask registers during hard resetDevin Lu2022-07-142-0/+19
* SB RMI: Add timer headerDiana Z2022-07-141-0/+1