summaryrefslogtreecommitdiff
path: root/chip/ish
Commit message (Expand)AuthorAgeFilesLines
* makefile: add manifest header supportJett Rink2019-03-042-1/+66
* ec: Cleanup ish config optionsMathew King2019-03-014-496/+3
* ish: fix LAPIC error by sending EOI to IOAPIC RTERong Chang2019-02-271-0/+4
* ish: add reboot supportJett Rink2019-02-262-9/+15
* ish: add reset prep interrupt handleyangcao2019-02-263-0/+70
* ish: adjust timers for ISH 4/5 32kHz clockJett Rink2019-02-262-127/+178
* ish: add cros_ec command interface over heciJett Rink2019-02-262-0/+112
* ish: update power rail request (vnn)li feng2019-02-203-0/+68
* ish: print message for misconfigured GPIOsJett Rink2019-02-141-10/+18
* cleanup: do not try to copy to/from NULLJett Rink2019-02-141-1/+2
* ish: remove unnecessary interrupt_enable() callHyungwoo Yang2019-01-311-3/+0
* ish: fix timer 0 periodic modeHyungwoo Yang2019-01-301-1/+0
* ish: fix task profilingJett Rink2019-01-302-2/+3
* ish: use correct I2C eventJett Rink2019-01-281-4/+2
* ish: make unimplmented GPIOs perform no-opsJett Rink2019-01-282-5/+22
* cleanup/ish: update copyright header to styleJett Rink2019-01-1910-10/+10
* ish: fix 32-bit quotient overflowJett Rink2019-01-162-7/+50
* ish/uart: fix wrong register address access in uart_tx_start()Hu, Hebo2019-01-081-1/+1
* ISH: HID: implement HID subsystemHyungwoo Yang2018-12-283-0/+531
* ISH: HECI: implement HECI layerHyungwoo Yang2018-12-286-0/+1418
* ISH: IPC: implement generic IPC layerHyungwoo Yang2018-12-274-0/+1002
* chip/ish: replace CONFIG_ISH_xx flags with CHIP_FAMILY and CHIP_VARIANTShine Liu2018-12-184-19/+17
* ISH3.0: Scaling timer from 12MHz to 1MHzSadashiva Rao Pv2018-12-122-4/+54
* chip/ish: change host command ready from 8 to 3Shine Liu2018-12-121-1/+1
* ISH-i2c: support 1MHz, clock stretch, restartKyoung Kim2018-12-033-84/+158
* ISH: IPC: send HC FW ready notification to hostHyungwoo Yang2018-11-212-0/+4
* ish-ipc: remove IPC/Host command related flagKyoung Kim2018-11-211-1/+1
* ish gpio: GPIO functionalityli feng2018-11-152-3/+120
* ish gpio: added GPIO interrupt to IOAPICli feng2018-11-132-1/+11
* ish: gpio: gpio macro addedli feng2018-10-192-3/+7
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-1/+1
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-222-3/+3
* ish i2c: use i2c_ports[] to set bus speedli feng2017-12-132-23/+31
* system: Allow hibernate to clear AP_OFF flagDaisuke Nojiri2017-12-051-0/+5
* ish i2c: add I2C Fast Mode Plus 1Mbps speed optionli feng2017-12-042-5/+49
* ish: make ISH system_reset noreturnli feng2017-11-291-0/+2
* host_event: Move host events and mask handling into common codeFurquan Shaikh2017-10-171-10/+1
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-072-15/+2
* ISH: inclued header for sleep maskKyoung Kim2017-09-061-0/+1
* ISH: added UART port selectionKyoung Kim2017-09-012-11/+23
* ISH: added sleep mask for UART portKyoung Kim2017-08-311-0/+6
* ISH: correction for HPET1 interrupt routingKyoung Kim2017-08-303-7/+10
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-1/+1
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-1/+1
* ISH: HPET Timer Configuration.Divagar Mohandass2017-03-293-42/+53
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-3/+3
* ISH: Added UART Rx/Tx interrupt modeKyoung Kim2017-01-111-6/+53
* ish: correct i2c write operation buffer sizeli feng2016-12-121-16/+5
* ISH: fix UART reference clockKyoung Kim2016-11-111-0/+4
* ish: Add support for ISH chipJaiber John2016-11-0417-0/+2245