summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* driver/mag_lis2mdl: Add LIS2MDL magnetometer moduleKarthikeyan Ramasubramanian2018-10-193-0/+180
* driver/sensorhub_lsm6dsm: Add sensor hub support in LSM6DSM moduleKarthikeyan Ramasubramanian2018-10-194-0/+466
* driver/accelgryo_lsm6dsm: Export accelgyro_config_fifo helper functionKarthikeyan Ramasubramanian2018-10-192-8/+9
* driver: bmi160: Read the FIFO more efficientlyGwendal Grignou2018-10-151-83/+108
* touchpad_st: handle CX config error on initWei-Han Chen2018-10-151-22/+94
* touchpad_st: refactor st_tp_read_all_events()Wei-Han Chen2018-10-151-55/+57
* touchpad_st: preserve panel config section during updateWei-Han Chen2018-10-152-14/+23
* touchpad_st: embed FTB header in unpacked TP FWWei-Han Chen2018-10-152-29/+45
* cleanup: rename Rp enum values for clarityJett Rink2018-10-123-9/+9
* max17055: Support alert function.Yilun Lin2018-10-122-3/+131
* touchpad_st: touch_slot should be reset to 0Wei-Han Chen2018-10-111-0/+1
* touchpad_st: fix bug in dump_memoryWei-Han Chen2018-10-101-1/+1
* Octopus: add reset logic for C0 TCPCDiana Z2018-10-091-0/+9
* touchpad_st: decide if full init is required by cx versionWei-Han Chen2018-10-091-5/+47
* touchpad_st: refactor to support panel initializationWei-Han Chen2018-10-091-20/+24
* touchpad_st: make panel initialization synchronousWei-Han Chen2018-10-091-30/+39
* touchpad_st: log heatmap enable / disableWei-Han Chen2018-10-051-1/+4
* touchpad_st: update touchpad hung detection logicWei-Han Chen2018-10-051-8/+41
* touchpad_st: read event fifo in heatmap modeWei-Han Chen2018-10-041-0/+4
* tcpc: Resume suspended ports after an intervalJonathan Brandmeyer2018-10-044-6/+27
* tcpc: Simplify ANX74XX device selectionJonathan Brandmeyer2018-10-041-3/+1
* touchpad_st: error event info is little endianWei-Han Chen2018-10-041-2/+2
* touchpad_st: scale major & minorWei-Han Chen2018-10-041-2/+2
* touchpad_st: new error types: 0xf1, 0xf2, 0xf3Wei-Han Chen2018-10-041-6/+7
* touchpad_st: memory corruption detectionWei-Han Chen2018-10-041-25/+121
* touchpad_st: show status report from STWei-Han Chen2018-10-032-1/+28
* FIXUP: driver: bmi160: harden interrupt and fifo processingGwendal Grignou2018-10-021-3/+2
* max17055: Invalidate all batt info when batt not present.Yilun Lin2018-10-021-11/+13
* syv682x: Support USB changer when VBUS status changesScott Collyer2018-10-021-0/+11
* bq25710: Fix issue with HW ramp supportScott Collyer2018-10-022-1/+3
* bc12: max14637: Remove PP5000_EN assumptionScott Collyer2018-10-021-6/+2
* bc12: rename bq24392 driver to max14637Scott Collyer2018-10-023-21/+23
* anx3429: mark that version 1.6V is requiredJett Rink2018-09-281-0/+9
* ps8751: set 0x39 as min version if vbus detectJett Rink2018-09-281-0/+9
* pdchipinfo: add min firmware version to pdchipinfoJett Rink2018-09-288-45/+60
* usb_hid_touchpad: set confidence bit on finger leaveWei-Han Chen2018-09-282-0/+4
* touchpad_st: integrate power control and system stateWei-Han Chen2018-09-261-16/+31
* touchpad_st: read dummy byte while dumping memoryWei-Han Chen2018-09-261-2/+2
* usb_hid_touchpad: fix logical max of width & heightWei-Han Chen2018-09-261-2/+3
* driver/led/lm3630a: Only set brightness after 100+ms.Nicolas Boichat2018-09-201-6/+16
* Revert "driver/led/lm3630a: Configure 261ms startup ramp time"Nicolas Boichat2018-09-202-17/+0
* chgmgr: Allow charge_manager_update_charge to accept NULLDaisuke Nojiri2018-09-204-39/+23
* chgmgr: Set available voltage to 0 on disconnectDaisuke Nojiri2018-09-203-11/+6
* driver/led/lm3630a: Configure 261ms startup ramp timeNicolas Boichat2018-09-192-0/+17
* touchpad_st: handle error type 0xffWei-Han Chen2018-09-191-0/+22
* isl923x: initially disable autonomous chargingJett Rink2018-09-172-0/+14
* pd: Don't auto toggle when DRP state is not dual role.Edward Hill2018-09-171-38/+21
* pd: Change tcpm_set_drp_toggle() to tcpm_enable_drp_toggle()Edward Hill2018-09-174-15/+7
* pd: Add PD_FLAGS_LPM_TRANSITIONEdward Hill2018-09-171-4/+1
* touchpad_st: "dump_memory" can be enabled via console commandWei-Han Chen2018-09-161-4/+14