summaryrefslogtreecommitdiff
path: root/board/slippy/board.c
Commit message (Expand)AuthorAgeFilesLines
* Remove bolt, daisy, kirby, puppy, slippy boardsRandall Spangler2013-11-211-248/+0
* Specify I2C channels physically, not arbitrarilytest-4824.BBill Richardson2013-11-111-4/+2
* Separate fan_t from pwm_tBill Richardson2013-10-301-6/+11
* Rename pwm_data.h to pwm_chip.hBill Richardson2013-10-281-1/+1
* Fix comments regarding PWM GPIO useBill Richardson2013-10-281-1/+1
* cleanup: Rename and move header filesRandall Spangler2013-10-231-4/+3
* lm4: Use low speed clock in deep sleep.Alec Berg2013-10-211-1/+8
* cleanup: Consolidate power interruptsRandall Spangler2013-10-211-2/+2
* Clean up documentation of RCIN# open-drain workaroundRandall Spangler2013-10-211-4/+5
* lm4: Add a low power idle task.stabilize-4825.BAlec Berg2013-10-151-5/+5
* cleanup: Don't use [N] = {} when initializing arraysBill Richardson2013-10-101-2/+2
* cleanup: Replace awkward I2C_PORTS_USED macro with constantBill Richardson2013-10-071-1/+1
* lpc: Clean up processing wake eventsRandall Spangler2013-10-021-17/+0
* Clean up G781 temperature sensor power detectionRandall Spangler2013-10-011-8/+0
* cleanup: Remove unused fan channelsRandall Spangler2013-09-251-1/+1
* Refactor PWM moduleVic Yang2013-08-271-0/+8
* Completely new thermal/fan implementationBill Richardson2013-08-231-1/+13
* Poll and cache g781 temperature valuesDave Parker2013-08-131-2/+4
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-9/+16
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-5/+10
* Clean up more config optionsRandall Spangler2013-07-241-2/+0
* Add ectool chargecontrol discharge command for Slippystabilize-4443.BDave Parker2013-07-221-0/+12
* Slippy: Detect physical presence of battery before waking itDave Parker2013-07-221-0/+1
* Set Slippy write protect to active lowDave Parker2013-07-221-1/+1
* Basic G781 temp sensor support for SlippyDave Parker2013-07-221-3/+12
* Split wireless power/radio control out of switch.cRandall Spangler2013-07-111-11/+0
* Move x86 backlight-enable passthru code to its own moduleRandall Spangler2013-07-111-2/+2
* Refactor x86 chipset codeRandall Spangler2013-07-101-12/+24
* haswell: fix RCIN_L leakageAaron Durbin2013-07-021-3/+5
* falco: peppy: slippy: mark LPC_CLKRUN_L as open drainAaron Durbin2013-06-201-1/+1
* haswell: mark PCH_SMI_L as open drainAaron Durbin2013-06-141-1/+1
* haswell: Add notes about PL6 weirdnessAaron Durbin2013-06-141-0/+2
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-131-5/+5
* Enable ADC charger current monitor for SlippyBill Richardson2013-06-071-4/+6
* haswell: fix driving of WAKE# pin on power button pressAaron Durbin2013-06-041-0/+18
* Add LED GPIOs for slippy.Dave Parker2013-06-031-0/+3
* Add wireless switch control for WWANDuncan Laurie2013-06-031-1/+14
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-1/+1
* haswell: fix RCIN# GPIO settingAaron Durbin2013-05-221-1/+1
* lm4: break out board-specific fan/tach pin configAaron Durbin2013-05-161-0/+9
* haswell: fix S3 resume pathAaron Durbin2013-05-151-1/+1
* slippy: Basic power sequencingDuncan Laurie2013-05-141-7/+6
* slippy: Enable internal pullup for recovery pinDuncan Laurie2013-05-131-1/+1
* slippy: Make EC_RCIN_L pin output and high by defaultDuncan Laurie2013-05-131-1/+1
* Define slippy GPIOs, make power sequencing task do nothing.Bill Richardson2013-05-021-60/+53
* Remove Link peripherals from Slippy boardBill Richardson2013-05-021-30/+3
* Create board directory for Slippy.Bill Richardson2013-04-241-0/+194