summaryrefslogtreecommitdiff
path: root/board/atlas
Commit message (Expand)AuthorAgeFilesLines
* atlas: Always advertise DFP_D connectedCaveh Jalali2019-11-121-1/+5
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-013-9/+10
* atlas: initialize max charge currentCaveh Jalali2019-11-011-5/+17
* atlas: fix charger selection messagesCaveh Jalali2019-11-011-2/+2
* usb_pd: use enum tcpc_rp_value instead of intCaveh Jalali2019-10-311-1/+1
* eSPI: Configure SLP_S3, SLP_S4 separatelyAbe Levkoy2019-10-301-1/+2
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-181-1/+0
* atlas: remove reference to CONFIG_USB_PD_CUSTOM_VDMCaveh Jalali2019-09-131-1/+0
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-2/+6
* atlas: remove dead BMI160 codeCaveh Jalali2019-08-221-8/+0
* power: Replace weak attr with __overridableYilun Lin2019-08-221-1/+2
* atlas: Check DP MF-bit against selected pin cfgMatthew Blecker2019-08-061-2/+10
* Remove __7b, __8b and __7bfDenis Brockus2019-07-202-28/+28
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-192-28/+28
* intel_x86/power: Consolidate chipset specific power signals arrayVijay Hiremath2019-06-132-23/+0
* atlas: Don't enter DP Alt Mode when AP is off.Aseda Aboagye2019-06-111-0/+16
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-06-101-4/+10
* common: motion_sense: Require CONFIG_MOTION_SENSOR_MAX_COUNTYuval Peress2019-06-051-0/+1
* board: atlas: Remove BMI160 supportGwendal Grignou2019-05-093-50/+1
* atlas: stop advertising tight-timestampsCaveh Jalali2019-05-021-0/+1
* board: atlas: Set Accel at 0Hz by defaultGwendal Grignou2019-05-011-9/+0
* atlas: let AP fully control display backlightCaveh Jalali2019-04-263-5/+1
* atlas: remove obsolete commentCaveh Jalali2019-04-251-1/+0
* atlas: fine tune hue of charging LEDCaveh Jalali2019-04-191-1/+1
* atlas: enable discharge-on-acCaveh Jalali2019-04-192-0/+43
* tcpm: Refactor tcpc_config to include a flags fieldScott Collyer2019-04-171-2/+4
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-081-14/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* atlas: "system lock" the ECCaveh Jalali2019-03-211-6/+0
* motion: Define macros for custom eventsGwendal Grignou2019-03-201-1/+2
* atlas: raise charger power limit to 60wCaveh Jalali2019-03-131-1/+1
* atlas: boost VBUS by 2%Caveh Jalali2019-02-231-0/+4
* atlas: only apply internal EC_WP_L pullup when neededCaveh Jalali2019-01-193-1/+11
* Atlas: Stop defining CONFIG_BATTERY_CRITICAL_SHUTDOWN_CUT_OFF.Matthew Blecker2019-01-151-1/+0
* atlas: disable PD communication when EC is lockedCaveh Jalali2018-12-231-0/+1
* atlas: enable active discharge on all railsCaveh Jalali2018-12-181-4/+20
* atlas: tweak LED colorsCaveh Jalali2018-12-061-2/+2
* atlas: clean up ROP PMIC registersCaveh Jalali2018-11-151-17/+28
* usb-c: use higher priority task for interruptsJett Rink2018-11-141-9/+12
* atlas: Remove VR decay for V1.00A power railGaggery Tsai2018-10-241-18/+0
* atlas: set VCCIOVSEL to 0.85vCaveh Jalali2018-10-171-7/+2
* atlas: run the TCPC I2C busses at 1MHzCaveh Jalali2018-10-101-2/+2
* atlas: add internal pullup to unused pinCaveh Jalali2018-10-091-0/+1
* atlas: fix chip variant configCaveh Jalali2018-10-091-1/+1
* atlas: add internal pullup to EC_WP_LCaveh Jalali2018-09-261-1/+1
* atlas: enable GPIOA1,3Caveh Jalali2018-09-261-1/+2
* ss-mux: remove unused port_addr initializationv2.0.0Jett Rink2018-09-171-2/+0
* usb-c: add high priority tasks for interruptsJett Rink2018-09-171-1/+3
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-1/+1