summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* cleanup: fix all the header guardsBill Richardson2015-06-1822-64/+64
* bq2589x: fix typo in voltage selectionVincent Palatin2015-06-181-1/+1
* accel: Fix BMM150 init sequenceGwendal Grignou2015-06-131-2/+4
* usb: pi3usb9281: Allow flexible chip configurationsShawn Nematbakhsh2015-06-122-102/+94
* mcdp28x0: Add more useful error codes.Todd Broch2015-06-112-31/+60
* Stream: Remove in_stream/out_stream interfaceAnton Staaf2015-06-111-8/+16
* Remove obsolete board-specific codeRandall Spangler2015-06-102-141/+0
* charger: Add Intersil charger ISL9237Rong Chang2015-06-083-0/+484
* mcdp28x0: Use custom appstest command for get_infoTodd Broch2015-05-301-13/+16
* mcdp28x0: add appstest console command.Todd Broch2015-05-302-3/+66
* oak: add initial support for oak board rev1Rong Chang2015-05-273-0/+164
* Producer/Consumer: Refactor to use Queue policiesAnton Staaf2015-05-261-13/+11
* Queue: Add policies to queuesAnton Staaf2015-05-261-2/+2
* mcdp28x0: Add devid console command.Todd Broch2015-05-222-7/+39
* mcdp28x0: Add info console command.Todd Broch2015-05-221-6/+32
* mcdp28x0: Add checksum verification to rx_serial.Todd Broch2015-05-222-13/+22
* driver: Add BMM150 behind BMI160 support.Gwendal Grignou2015-05-163-38/+265
* driver: Add BMI160 basic driver supportGwendal Grignou2015-05-123-0/+647
* driver: Use common data structure to store default accel valuesGwendal Grignou2015-05-123-26/+19
* bq24770: Corrected charger driver used an incorrect SMBUS address.Kevin K Wong2015-04-292-14/+19
* bq2589x: update driverstabilize-6996.BVincent Palatin2015-04-212-9/+51
* lsm6ds0: Cache ODR and range on EC.Aseda Aboagye2015-04-202-20/+26
* charger: add TI BQ2589x charger driverVincent Palatin2015-04-023-0/+362
* Skip the battery device name reading on BQ27742Vincent Palatin2015-03-261-0/+6
* charger: bq24773: Fix read input current errorstabilize-6912.Bjames_chao2015-03-241-2/+2
* charger: Add support for bq24770james_chao2015-03-243-27/+108
* pi3usb9281: Always set reserved control bitsShawn Nematbakhsh2015-03-042-10/+14
* Producer/Consumer: Convert USART and USB Stream driversAnton Staaf2015-03-021-8/+18
* pi3usb9281: Fix handling of REG_CONTROL (02H) reserved bitsShawn Nematbakhsh2015-02-052-15/+22
* samus: automatically recover from charge circuit failuresstabilize-6752.BAlec Berg2015-02-031-0/+13
* mcdp28x0: Move structure definitions to ec_commands.hShawn Nematbakhsh2015-01-312-16/+1
* ryu: Implement charging profileVic Yang2015-01-292-0/+216
* ectool: parse accessory logs for dingdong & hohoTodd Broch2015-01-281-2/+0
* bq24773: turn off prochot warningAlec Berg2015-01-262-3/+7
* samus: modify fast charging profile to avoid charge problemsAlec Berg2015-01-261-29/+91
* samus: add battery cutoffAlec Berg2015-01-241-0/+24
* bq27541: report battery present stateVic Yang2015-01-241-2/+12
* driver: BQ27621 scaling bug fixMyles Watson2015-01-241-2/+2
* pi3usb9281: Lock access to MUX GPIO while in useShawn Nematbakhsh2015-01-211-0/+14
* samus: Add scale factor to account for ALS attenuationBill Richardson2015-01-212-6/+11
* pi3usb9281: Accept alternate device idShawn Nematbakhsh2015-01-182-1/+5
* battery: Add support for TI's BQ27621_g1 fuel gauge.Myles Watson2014-12-312-0/+755
* accel: fix accel bug where if no new data, it uses wrong dataAlec Berg2014-12-301-3/+3
* pd: hoho: mcdp28x0 serial driver.Todd Broch2014-12-233-0/+208
* samus: set BQ voltage to battery voltage when AC disconnectedAlec Berg2014-12-231-1/+1
* pi3usb9281: Limit DCP port to 500mA charge currentShawn Nematbakhsh2014-12-191-1/+1
* samus_pd: Open USB data switches in UFP modeShawn Nematbakhsh2014-12-092-1/+15
* motion: Add decoding for MOTION_CMD_DUMP v1 commandGwendal Grignou2014-11-182-39/+33
* samus_pd: add host command to get type-c port power infoAlec Berg2014-10-301-0/+2
* Samus: Split motion sense and lid angleGwendal Grignou2014-10-291-3/+3