summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-01-07 08:34:46 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-01-12 09:16:43 +0100
commit06a08d866094dda92caf33504c748621a2fef0d3 (patch)
treea02ca146b2143641bcbb93b995ab13f725a12b55 /hash.c
parent5163796ab0f772d8f3bc8473e92d401d67cbe6bd (diff)
trafgen: Move gap feature into shaper logic
Move gap feature into rate shaper, as these features means the same - delay the packet sending. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'hash.c')
0 files changed, 0 insertions, 0 deletions
imesync driver requests arche-platform to change the state to TIMESYNC and in the middle of sync operation, if suspend gets triggered, then execution lands into arche-platform->pm_notifier callback, leading to race condition in the driver, where it checks for (state != ACTIVE) in PM_SUSPEND_PREPARE and returns, but in PM_POST_SUSPEND it just simply coldboots SVC & APB, which would inbalance all resources (including IRQ). So we need a add check in PM_POST_SUSPEND, to make sure that, we only coldboot devices if they are in to off state, i.e. if (state != OFF) then return. Testing Done: Done regressive suspend/resume testing on EVT2 platform. Note that, I some time hit issue. Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers')