summaryrefslogtreecommitdiff
path: root/chip/lm4
Commit message (Expand)AuthorAgeFilesLines
* Clean up chip/board configs for LM4Randall Spangler2012-03-163-5/+3
* Add support for 1-wire protocol and power adapter LEDsRandall Spangler2012-03-162-0/+141
* Fix test buildVincent Palatin2012-03-151-1/+2
* Add wake signal to PCHRandall Spangler2012-03-152-19/+23
* Merge "Add comxtest debug command"Gerrit2012-03-141-8/+30
|\
| * Add comxtest debug commandRandall Spangler2012-03-131-8/+30
* | Remove unused temp_sensor.c fileRandall Spangler2012-03-131-202/+0
* | Watch LPC0RESET line and print changesRandall Spangler2012-03-131-0/+10
|/
* Use precision internal osciallator for UART and ADCRandall Spangler2012-03-124-8/+23
* GPIO changes for link proto1Randall Spangler2012-03-121-1/+2
* Fan console commands should enable the fanRandall Spangler2012-03-081-2/+7
* Update LPC mapped switch states with write protect and recovery statesRandall Spangler2012-03-071-2/+37
* Clean up debug console outputRandall Spangler2012-03-062-5/+10
* Add I2C transmit/receive functionRong Chang2012-03-061-116/+164
* Update switch positions in EC mapped dataRandall Spangler2012-03-051-6/+29
* Only send power button pulse on lid-open when main chipset is offRandall Spangler2012-03-051-4/+4
* Trigger host events for power button and lid switchRandall Spangler2012-03-051-0/+7
* Add SMI/SCI supportRandall Spangler2012-03-051-1/+88
* Merge "Handle ghost key in matrix scanner."Gerrit2012-03-041-5/+21
|\
| * Handle ghost key in matrix scanner.Louis Yung-Chieh Lo2012-03-021-5/+21
* | Report error when PECI temperature read fails.Vic Yang2012-03-011-4/+2
* | Refactor LPC status / result codesRandall Spangler2012-03-011-15/+12
|/
* Console command for thermal engine fan control.Vic Yang2012-02-291-0/+11
* Merge "Make all warnings into errors."Gerrit2012-02-281-9/+8
|\
| * Make all warnings into errors.Bill Richardson2012-02-271-9/+8
* | EC_LPC_COMMAND_PWM_GET_FAN_RPM return target RPMVic Yang2012-02-271-0/+6
|/
* Write current fan speed to LPC mapped value space.Vic Yang2012-02-271-0/+32
* Disable fan PWM when +5VS is disabledRandall Spangler2012-02-271-7/+27
* Revert "Disable fan PWM when +5VS is disabled"Dave Tu2012-02-271-22/+7
* Disable fan PWM when +5VS is disabledRandall Spangler2012-02-271-7/+22
* Use mutex to arbitrate I2C buses.Vic Yang2012-02-221-9/+47
* Add EC host commands for keyboard backlightRandall Spangler2012-02-211-11/+11
* Merge "Set VDD3ON flag when hibernating"Gerrit2012-02-211-0/+5
|\
| * Set VDD3ON flag when hibernatingRandall Spangler2012-02-211-0/+5
* | use RTCK on Servo v2 JTAGVincent Palatin2012-02-201-1/+2
* | Temperature polling and temporal correctionVic Yang2012-02-182-4/+25
|/
* Delay enabling UART1 until after LPC bus is enabled.Bill Richardson2012-02-171-5/+13
* Temporarily remove image RW.B due to code size.Vic Yang2012-02-161-1/+5
* Make i8042 independent of host <--> KBC bus.David Hendricks2012-02-151-0/+21
* Merge "Reduce LPC command parameters to 128 bytes; add LPC memory-mapped space"Gerrit2012-02-151-1/+7
|\
| * Reduce LPC command parameters to 128 bytes; add LPC memory-mapped spaceRandall Spangler2012-02-151-1/+7
* | FPU controlVic Yang2012-02-161-0/+1
|/
* Refactor power button module to support lid eventsRandall Spangler2012-02-141-89/+110
* Check for recovery key sequence at initRandall Spangler2012-02-141-68/+137
* Add 'lightsaber' command to test the blinky lights.Bill Richardson2012-02-132-0/+5
* Add 8-bit I2C read/write functions.Bill Richardson2012-02-131-0/+55
* Tiny code cleanup in i2c.cBill Richardson2012-02-131-3/+3
* Fix discovery and bds builds, which don't have temp sensor or peciRandall Spangler2012-02-133-8/+1
* Must wait on I2C controller before checking statusBill Richardson2012-02-101-1/+1
* Add PECI module and CPU temperature monitoringRandall Spangler2012-02-104-0/+132