summaryrefslogtreecommitdiff
path: root/board/rammus/board.c
Commit message (Expand)AuthorAgeFilesLines
* board: Sort header filesJeremy Bettis2022-12-011-5/+6
* Add default implementation of board_set_charge_limitPeter Marheine2022-11-241-14/+0
* Add CONFIG_CHARGER_MIN_INPUT_CURRENT_LIMITPeter Marheine2022-11-231-2/+1
* Add CONFIG_CHARGER_INPUT_CURRENT_DERATE_PCTPeter Marheine2022-11-171-5/+0
* rammus: usb_mux: Split struct usb_mux in rammus boardTomasz Michalec2022-09-131-7/+11
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* board/rammus/board.c: Format with clang-formatJack Rosenthal2022-06-291-81/+66
* usbc: wrap task_set_event to have an explicit port argumentFabio Baltieri2022-05-271-2/+2
* TCPM: Change the PS8xxx I2C flags name to match the driverSam Hurst2022-02-101-1/+1
* i2c: Use declared initializers for i2c_ports: boards m-zKeith Short2021-11-301-5/+35
* rammus: gryo sensor add 2nd source ICM40608Michael5 Chen12021-09-281-0/+70
* USB MUX: Update mux HPD update interface to use mux_state_tDiana Z2021-09-161-1/+2
* rammus: Add accelerometer 2nd source KX022.Michael5 Chen12021-09-111-1/+44
* adc: Remove adc_chip.h where adc.h is usedCaveh Jalali2021-08-271-1/+0
* lid_angle: Create a common callback for lid angle changesWai-Hong Tam2021-08-051-3/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* Charger: Add dynamic charger chip countDiana Z2020-07-111-2/+0
* 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-2/+2
* 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-281-7/+5
* Temp sensor: Remove action_delay_sec fieldDiana Z2020-02-141-5/+5
* Charger: Convert boards to use new driver structureDiana Z2020-02-041-0/+12
* board: Set Accelerometer range to 4gGwendal Grignou2019-12-171-2/+2
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-4/+4
* power: Replace weak attr with __overridableYilun Lin2019-08-221-1/+2
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-22/+22
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-22/+23
* intel_x86/power: Consolidate chipset specific power signals arrayVijay Hiremath2019-06-131-15/+0
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-06-101-9/+11
* rammus: turn USB type-A charging mode on by CONFIG of default mode not CDP.Marco Chen2019-05-231-1/+1
* tcpm: Refactor tcpc_config to include a flags fieldScott Collyer2019-04-171-2/+4
* 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
* rammus: turn the USB type-a charging off by default in suspend modeZhuohao Lee2019-02-041-0/+13
* rammus: reconfig the PS8751 i2c port according to the board versionZhuohao Lee2018-12-201-1/+24
* usb-c: use higher priority task for interruptsJett Rink2018-11-141-9/+12
* rammus: Correct accel sensor BMI160 base reference dependent on sensor location.michael_chen2018-10-311-2/+2
* rammus: V1.0A power rail should be in 1V during S0ixZhuohao Lee2018-10-251-18/+0
* rammus: Fix power leakagemichael_chen2018-10-091-2/+9
* rammus: Implement keyboard backlight enable controlmichael_chen2018-09-211-0/+2
* rammus: Fix PD port 0 reset control behaviormichael_chen2018-09-181-4/+4
* ss-mux: remove unused port_addr initializationv2.0.0Jett Rink2018-09-171-2/+0
* rammus: Implement touch pad enable controlmichael_chen2018-09-131-0/+14
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-2/+2
* rammus: Fix the dut keeps reboot due to the EC assert.Zhuohao Lee2018-09-021-6/+5
* rammus: revise the gpio.inc, board.h and board.cZhuohao Lee2018-07-311-267/+145
* espi: Rename CONFIG_HOSTCMD_ESPI_VW_SIGNALS to CONFIG_HOSTCMD_ESPI_VW_SLP_SIG...Furquan Shaikh2018-07-271-1/+1
* rammus: initial setup for ecZhuohao Lee2018-07-261-0/+808