summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* cr50: Add commands to get/set serial number bits.Louis Collard2018-09-057-27/+377
* chip/npcx: Tidy up comments for init_hw_timer()Simon Glass2018-09-042-2/+9
* cr50: fix sps driver sync problemsVadim Bendebury2018-09-043-90/+21
* Add CONFIG_GPIO_INIT_POWER_ON_DELAY_MSEdward Hill2018-09-043-3/+36
* npcx: WoV: enhance the WoV driver and fix bugsCHLin2018-09-035-157/+401
* usb_hid_keyboard: Keep tablet mode status when clearing reportNicolas Boichat2018-09-031-0/+9
* usb_hid_touchpad: fix report count of device capabilitiesWei-Han Chen2018-09-031-1/+1
* it83xx: espi: write-1 clear bug of VMCTRL1 registertim2018-09-032-7/+7
* stm32: usb_hid_touchpad: add 'device certification status' reportWei-Han Chen2018-08-311-0/+55
* stm32: usb_hid_touchpad: add 'device capabilities' reportWei-Han Chen2018-08-311-0/+23
* stm32: usb_hid: refactor to support `Get_Report` requestWei-Han Chen2018-08-314-34/+104
* stm32: usb_hid_touchpad: add confidenceWei-Han Chen2018-08-311-31/+34
* cr50: Release EC Reset on power button release when SuzyQ detected.Nick Sanders2018-08-291-5/+4
* npcx7: Set booter RAM size to 2KBFurquan Shaikh2018-08-291-1/+1
* servo_micro: Allow setting the baud rate for usartNicolas Boichat2018-08-297-12/+40