summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* mec1322/timer: Unroll udelayDaisuke Nojiri2022-03-281-0/+11
* npcx/timer: Unroll udelayDaisuke Nojiri2022-03-281-0/+21
* Rename Cortex-M MMFS to CFSRPeter Marheine2022-03-281-6/+6
* stm32: Fix manual interrupt clearing functionCraig Hesling2020-03-171-1/+3
* npcx: lpc: don't set SHCFG[7:5] in the driver's initializationCHLin2019-08-181-2/+0
* cr50: Add extern "C" to headers used by future fuzzing target.Allen Webb2018-11-153-0/+23
* ish gpio: GPIO functionalityli feng2018-11-152-3/+120
* chip/npcx: Default output the i2c_recovery() error messageZhuohao Lee2018-11-141-2/+3
* ish gpio: added GPIO interrupt to IOAPICli feng2018-11-132-1/+11
* cr50: enable ITE CCD programmingVadim Bendebury2018-11-051-0/+2
* g: add ITE EC flash programming capabilityVadim Bendebury2018-11-053-0/+285
* g: provide API to disable clock jitterVadim Bendebury2018-11-052-32/+61
* npcx: gpio: implement the gpio_get_flags_by_mask functionCHLin2018-11-051-3/+85
* NPCX: Fix for alternate GPIOs on the NPCX7Diana Z2018-11-051-2/+4
* kukui/emmc: Share EXTI15 interrupt between SPI and eMMCNicolas Boichat2018-10-301-0/+5
* npcx: gpio: fix bugs of low voltage level selectionCHLin2018-10-302-14/+21
* npcx: add console command to better investigate power consumption of GPIOsCHLin2018-10-301-0/+97
* usb_hid_keyboard: keycode column and row are switchedWei-Han Chen2018-10-301-1/+1
* system: Remember if reset was due to AP watchdog triggeringNicolas Boichat2018-10-291-0/+32
* npcx: gpio: support internal pull-down when enable low voltage modeCHLin2018-10-261-5/+9
* npcx: gpio: refactor the composition of pinmux tableCHLin2018-10-252-365/+340
* it83xx/clock: turn off VCC before changing PLLDino Li2018-10-232-0/+15
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-195-6/+6
* chip/stm32/usb_hw: include stdint.h and stddef.hPatrick Georgi2018-10-191-0/+3
* Keyboard: switch column and row of scancode tableDaisuke Nojiri2018-10-191-18/+14
* ish: gpio: gpio macro addedli feng2018-10-192-3/+7
* g: allow i2cm transactions of arbitrary lengthVadim Bendebury2018-10-161-131/+99
* chip/g: Convert usb_endpoints to C so gcc's LTO knows about itPatrick Georgi2018-10-162-107/+158
* chip/stm32: Convert usb_endpoints to C so gcc's LTO knows about itPatrick Georgi2018-10-162-108/+169
* cr50: Only allow SN hash to be written if board ID is not set.Louis Collard2018-10-121-1/+14
* chip/stm32/usb_hid_keyboard: Reload keyboard endpoint on resetNicolas Boichat2018-10-111-0/+7
* g: update test RO to allow self-signed RWs.Marius Schilder2018-10-043-55/+18
* Make ADCs on STM32F4 workMoritz Fischer2018-09-284-8/+26
* Refactor ADC clock enable for STM32F0/F3Moritz Fischer2018-09-274-2/+14
* npcx: Check WP_IF for internal flash before writing status registerFurquan Shaikh2018-09-271-1/+11
* stm32h7: Use high performance voltage scaler before clock upDaisuke Nojiri2018-09-272-0/+15
* it83xx: add config for reading observation register of external timer issuetim2018-09-264-22/+20
* usb_hid_touchpad: fix logical max of width & heightWei-Han Chen2018-09-261-1/+1
* stm32h7/nocturne_fp: Enable RDP level 1, tie it to flash protection statusNicolas Boichat2018-09-222-3/+35
* npcx: Don't clear IBBR bit via a read-modify-write sequenceCHLin2018-09-212-3/+12
* g: fix i2cm NACK processingVadim Bendebury2018-09-201-2/+14
* it83xx/fpu: fix floating-point multiplication issue for DX version.Dino Li2018-09-172-0/+71
* flash: Add CONFIG_FLASH_READOUT_PROTECTION config optionNicolas Boichat2018-09-142-2/+2
* npcx7: Report PSL_CTS on wake from hibernateFurquan Shaikh2018-09-141-0/+14
* ite: Add support for 3rd Type C port in bbramScott Collyer2018-09-132-2/+5
* npcx: Change sleep in flash_wait_ready to 10usecFurquan Shaikh2018-09-071-15/+14
* tcpm: add TCPC RX circular buffer in ECJett Rink2018-09-071-4/+2
* common: flash and nvmem fixes for compatibility with the host board.Allen Webb2018-09-071-1/+3
* host: Add dcrypto definitions that can be used by fuzzing targets.Allen Webb2018-09-078-0/+161
* npcx: Decide erase size based on ro/rw region sizeFurquan Shaikh2018-09-055-10/+41