summaryrefslogtreecommitdiff
path: root/board/oak
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-0510-1742/+0
* adc: Remove adc_chip.h where adc.h is usedCaveh Jalali2021-08-271-1/+0
* Oak: Free up flash spaceDiana Z2021-08-051-0/+1
* lid_angle: Create a common callback for lid angle changesWai-Hong Tam2021-08-051-1/+1
* DP Altmode DFP: Add `mfallow` commandudaykiran2021-07-021-0/+1
* COIL: Rename motion sense address macrosDiana Z2021-06-091-2/+2
* Oak: Free flash spaceDiana Z2021-06-051-0/+3
* COIL: Rename MODULE_SPI_MASTER to MODULE_SPI_CONTROLLERCaveh Jalali2021-06-032-2/+2
* COIL: Rename CONFIG_SPI_MASTER to CONFIG_SPI_CONTROLLERCaveh Jalali2021-06-031-1/+1
* oak: Disable AMON BMON console command to save spaceVijay Hiremath2021-05-261-1/+0
* genvif: Use VIF overrides by defaultAbe Levkoy2021-03-301-0/+3
* board: Remove HAS_TASK_MOTIONSENSE when always definedGwendal Grignou2021-02-221-2/+0
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-1/+1
* config: Provide default VCONN Swap delayAbe Levkoy2021-01-221-1/+0
* config: Make VCONN Swap delay a documented optionAbe Levkoy2021-01-221-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-3/+3
* COIL: Rename CONFIG_I2C_CONTROLLERDiana Z2020-11-051-1/+1
* TBT:Add support for exit mode SOP'/SOP'' on chipset transitionAyushee2020-10-141-1/+0
* Charger: Add dynamic charger chip countDiana Z2020-07-111-1/+0
* tcpc: change name of get_vbus_level to check_vbus_levelDenis Brockus2020-05-151-1/+1
* driver: Replace BMI160 to BMI in board configChing-Kang Yen2020-04-231-6/+6
* PS874x: Split PS8740 and PS8743Edward Hill2020-04-161-1/+1
* usb_mux: retimer: mux as chained mux and retimerDenis Brockus2020-02-281-10/+10
* TCPMV1/2: Make the PD Config Flags more consistentSam Hurst2020-02-221-0/+1
* Temp sensor: Remove action_delay_sec fieldDiana Z2020-02-141-4/+4
* Charger: Convert boards to use new driver structureDiana Z2020-02-041-0/+20
* oak: enable link time optimizationKeith Short2020-01-302-2/+4
* pi3usb3x532: Pack i2c port in port_addrAseda Aboagye2020-01-241-2/+5
* driver/usb_mux: Make pi3usb30532 more genericAseda Aboagye2020-01-081-2/+2
* board: Set Accelerometer range to 4gGwendal Grignou2019-12-171-2/+2
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2019-12-101-267/+4
* usb_mux: cleanup the usb_mux_get() functionVijay Hiremath2019-11-261-6/+2
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-013-9/+9
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-181-1/+0
* Remove __7b, __8b and __7bfDenis Brockus2019-07-203-8/+8
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-193-13/+13
* cleanup: Rename CONFIG_MKBP_WAKEUP_MASK for clarity.Aseda Aboagye2019-07-021-2/+2
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-06-101-2/+16
* common: motion_sense: Require CONFIG_MOTION_SENSOR_MAX_COUNTYuval Peress2019-06-052-57/+71
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-081-11/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* mkbp_event,include/config.h: Clarify MKBP delivery method.Yilun Lin2019-03-071-0/+1
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-1/+1
* i2c: Split i2c_xfer into locked/unlocked versions.Jonathan Brandmeyer2018-08-161-2/+2
* servo_v4: add per port dualrole settingNick Sanders2018-08-151-2/+2
* board: Clean up DMA channel mappingNicolas Boichat2018-07-231-2/+2
* power: Rename mediatek to mt817xNicolas Boichat2018-06-071-1/+1
* system: update board version to return an error if encounteredJett Rink2018-04-191-1/+1
* cleanup: CONFIG_USB_PD_CUSTOM_VDM is not usedDivya Sasidharan2018-04-091-1/+0
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-1/+1