aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-02-26sparse: fsp_dpo_init_tb can be staticCédric Le Goater1-1/+1
2015-02-26sparse: epow_status can be staticCédric Le Goater1-1/+1
2015-02-26sparse: elog_write_to_host_head_state can be staticCédric Le Goater1-1/+1
2015-02-26sparse: led_support can be staticCédric Le Goater1-1/+1
2015-02-26sparse: fix fsp_fillmsg definitionCédric Le Goater1-1/+1
2015-02-26sparse: fake_ymd and fake_hmsm can be staticCédric Le Goater1-2/+2
2015-02-26sparse: state_str is unusedCédric Le Goater1-6/+0
2015-02-26sparse: psi_link_poll_active can be staticCédric Le Goater1-1/+1
2015-02-23bt: Minor locking fix for bt_get_resp()Alistair Popple1-1/+0
2015-02-23bt: Improve error messagesAlistair Popple1-5/+10
2015-02-23capi: Rework microcode flash download and CAPP uploadMichael Neuling1-60/+107
2015-02-23capi: Make microcode lid parsing code endian safeMichael Neuling1-46/+60
2015-02-23capi: Move code aroundMichael Neuling1-130/+129
2015-02-23capi: Dynamically calculate which CAPP port to useMichael Neuling1-6/+23
2015-02-23capi: Add CAPI microcode read to load_resource()Michael Neuling1-0/+9
2015-02-23hw: Create xscom_read_cfam_chipid()Michael Neuling1-6/+16
2015-02-23OCC/hostservices: Queue pre-preload HBRT lid load requestsAnanth N Mavinakayanahalli1-24/+76
2015-02-19bt: Cleanup bt state machine and fix SMS_ATN bugAlistair Popple1-88/+88
2015-02-19add nx-842 coproc supportDan Streetman5-100/+596
2015-02-19change direct use of LSH to SETFIELDDan Streetman3-6/+11
2015-02-19update users of GET/SETFIELD()Dan Streetman6-15/+15
2015-02-19Change user-defined _MASK/_LSH to just maskDan Streetman4-55/+30
2015-02-18fsp-op-panel: don't call fsp_sync_msg with lock heldStewart Smith1-33/+45
2015-02-18phb3: Reduce some time_wait occurrencesBenjamin Herrenschmidt1-5/+7
2015-02-18Replace is_mambo_chip with a better chip quirk mechanismBenjamin Herrenschmidt5-7/+7
2015-02-18chiptod: Remove fallback to master CPUBenjamin Herrenschmidt1-33/+3
2015-02-18fsp/console: Don't time_wait with lock heldBenjamin Herrenschmidt1-2/+2
2015-02-18i2c: Turn large time_wait_ms() into statesBenjamin Herrenschmidt1-21/+29
2015-02-18fsp: Audit callers of opal_run_pollersBenjamin Herrenschmidt2-13/+24
2015-02-18occ: Fix potential race when clearing occ interrupt statusJeremy Kerr1-0/+10
2015-02-17FSP/LEDS: Implement a set LED SPCN command queueVasant Hegde2-28/+121
2015-02-17core: Add subid to load_resource()Michael Neuling1-13/+26
2015-02-13FSP/LEDS: Track LED list read statusVasant Hegde1-8/+25
2015-02-13FSP/LEDS: Remove redundant log messageVasant Hegde1-2/+0
2015-02-13FSP/LEDS: Check FSP response statusVasant Hegde1-7/+4
2015-02-13FSP/LEDS: Validate fsp msg allocationVasant Hegde1-0/+2
2015-02-13FSP/LEDS: Remove redundant variable declarationVasant Hegde1-3/+1
2015-02-13FSP/LEDS: Do not expose driver specific functionsVasant Hegde1-4/+4
2015-02-13FSP/LEDS: Use consistent prefixVasant Hegde1-40/+47
2015-02-13FSP/LEDS: Check for FSP presenceVasant Hegde1-0/+3
2015-02-13FSP/LEDS: Remove unnecessary forward declarationVasant Hegde1-2/+1
2015-02-13FSP/LEDS: Remove unnecessary header filesVasant Hegde1-8/+1
2015-02-13FSP/LEDS: Fix memory leak in error handling pathVasant Hegde1-0/+17
2015-02-13FSP/LEDS: Remove duplicate fsp_msg allocationVasant Hegde1-2/+2
2015-02-13FSP/LEDS: Fix coding style issueVasant Hegde1-167/+159
2015-02-10Use __be64 annotations in opal.h for opal_sg_list and oppanel-lineStewart Smith3-31/+37
2015-02-10PSI: Revert the timeout for PSI link recovery to architected valueAnanth N Mavinakayanahalli1-1/+1
2015-02-09move struct opal_ipmi_msg to opal.h as it's an APIStewart Smith1-11/+0
2015-02-09Move flags for PM states to opal.h, exposing defines to OSStewart Smith1-14/+10
2015-02-09PSI: Report a PEL for PSI timeoutAnanth N Mavinakayanahalli1-3/+9