summaryrefslogtreecommitdiff
path: root/board/cheza
Commit message (Expand)AuthorAgeFilesLines
* Swap system_jumped_to_this_image with system_jumped_latestabilize-quickfix-13310.91.B-masterstabilize-quickfix-13310.76.B-masterstabilize-quickfix-13310.73.B-masterstabilize-13310.99.B-masterstabilize-13310.94.B-masterstabilize-13310.83.B-masterstabilize-13310.74.B-masterstabilize-13310.72.B-masterrelease-R85-13310.B-masterDaisuke Nojiri2020-06-261-1/+1
* PD: Remove unnecessary PDCMD taskDiana Z2020-05-201-1/+0
* usb_pd: Rename CONFIG_CMD_PD_CONTROL to CONFIG_HOSTCMD_PD_CONTROLVijay Hiremath2020-05-151-1/+1
* driver: Replace BMI160 to BMI in board configChing-Kang Yen2020-04-231-6/+6
* usb_mux: retimer: mux as chained mux and retimerDenis Brockus2020-02-282-26/+22
* TCPMV1/2: Make the PD Config Flags more consistentSam Hurst2020-02-221-0/+1
* Charger: Convert boards to use new driver structureDiana Z2020-02-041-0/+11
* usb_mux: cleanup: Replace mux state enums with ec_command bit flagVijay Hiremath2020-01-281-2/+4
* pd: cleanup pd_get_data_roleDenis Brockus2020-01-091-1/+2
* board: Set Accelerometer range to 4gGwendal Grignou2019-12-171-1/+1
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2019-12-101-276/+4
* usb_mux: cleanup the usb_mux_get() functionVijay Hiremath2019-11-261-3/+1
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-013-12/+13
* usb_pd: use enum tcpc_rp_value instead of intCaveh Jalali2019-10-311-1/+1
* printf: Fix formatting errorsEvan Green2019-10-051-1/+1
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-181-1/+0
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-2/+6
* Remove __7b, __8b and __7bfDenis Brockus2019-07-202-7/+7
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-192-7/+7
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-06-101-4/+17
* common: motion_sense: Require CONFIG_MOTION_SENSOR_MAX_COUNTYuval Peress2019-06-051-0/+1
* tcpm: Refactor tcpc_config to include a flags fieldScott Collyer2019-04-171-3/+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
* motion: Define macros for custom eventsGwendal Grignou2019-03-201-1/+2
* mkbp_event,include/config.h: Clarify MKBP delivery method.Yilun Lin2019-03-071-0/+1
* cheza: Add ALS sensorAlexandru M Stan2019-02-202-0/+35
* cheza: Fix the port argument of overcurrent eventWai-Hong Tam2019-01-261-1/+1
* USB PD: PPC: Add overcurrent handling.Aseda Aboagye2019-01-171-2/+2
* cheza: Add the interrupt of port-1 overcurrentWai-Hong Tam2019-01-112-4/+20
* cheza: Correct the GPIO USB_C1_OC_ODLWai-Hong Tam2019-01-111-1/+1
* cheza: Disable pull-up on USB_C1_OC_ODL in S5Wai-Hong Tam2018-12-122-1/+18
* cheza: Make chipset_reset do a warm resetWai-Hong Tam2018-12-092-4/+4
* cheza: Mux the 1st-plugged UFP port which is not a chargerWai-Hong Tam2018-12-082-3/+33
* cheza: Only one port can mux its DisplayPort linesWai-Hong Tam2018-12-061-2/+32
* cheza: Remove the TODO's of verifying the config valuesWai-Hong Tam2018-12-051-4/+3
* cheza: Enable CONFIG_HOSTCMD_AP_RESET for debug usageWai-Hong Tam2018-11-151-0/+1
* cheza: Make USB mux handled by TCPC chips and HPD handled by APWai-Hong Tam2018-11-072-4/+83
* cheza: Apply the fix to handle two or more HPD eventsWai-Hong Tam2018-11-071-5/+0
* cheza: Don't mux the DP lines until HPD level goes highWai-Hong Tam2018-11-071-10/+10
* cheza: Correct the PSYS ADC multiplierWai-Hong Tam2018-11-021-3/+3
* cheza: Remove the internal PU for UART pinsWai-Hong Tam2018-10-311-1/+1
* cheza: Update battery infoWai-Hong Tam2018-10-311-3/+2
* cheza: Add internal PU for GPIO USB_C1_OC_ODLWai-Hong Tam2018-10-311-1/+1
* cheza: Configure GPIO RCAM_VSYNC to operate at 1.8VWai-Hong Tam2018-10-311-1/+1
* cheza: Remove the unnecessary GPIO_SEL_1P8V flagsWai-Hong Tam2018-10-311-5/+5
* cheza: Monitor the WARM_RESET_L signal to hold APWai-Hong Tam2018-10-303-4/+13
* cheza: start using higher priority taskJett Rink2018-10-171-4/+14
* cheza: Reenable EC hibernateWai-Hong Tam2018-10-043-5/+28
* cheza: Turn off 3.3V rail on S5Wai-Hong Tam2018-10-041-2/+1